62 label =
new QLabel(QString::fromUtf8(
R__(
"Build Cost")));
63 label->setParent(
this);
66 bcost->setRange(0, 10000);
73 label =
new QLabel(QString::fromUtf8(
R__(
"Upkeep")));
74 label->setParent(
this);
83 label =
new QLabel(QString::fromUtf8(
R__(
"Genus")));
84 label->setParent(
this);
87 genus_button->setToolButtonStyle(Qt::ToolButtonTextOnly);
88 genus_button->setPopupMode(QToolButton::MenuButtonPopup);
101 label =
new QLabel(QString::fromUtf8(
R__(
"Graphics tag")));
102 label->setParent(
this);
110 label =
new QLabel(QString::fromUtf8(
R__(
"Alt graphics tag")));
111 label->setParent(
this);
119 label =
new QLabel(QString::fromUtf8(
R__(
"Second alt gfx tag")));
120 label->setParent(
this);
128 label =
new QLabel(QString::fromUtf8(
R__(
"Sound tag")));
129 label->setParent(
this);
137 label =
new QLabel(QString::fromUtf8(
R__(
"Alt sound tag")));
138 label->setParent(
this);
146 label =
new QLabel(QString::fromUtf8(
R__(
"Second alt sound tag")));
147 label->setParent(
this);
155 button =
new QPushButton(QString::fromUtf8(
R__(
"Helptext")),
this);
209 if (
check->isChecked()) {
#define BV_ISSET(bv, bit)
void set_upkeep_value(int value)
void genus_menu(QAction *action)
void sound_tag_alt2_given()
void set_bcost_value(int value)
edit_impr(ruledit_gui *ui_in, struct impr_type *impr_in)
QLineEdit * sound_tag_alt
QToolButton * genus_button
void sound_tag_alt_given()
QGridLayout * flag_layout
QLineEdit * sound_tag_alt2
void gfx_tag_alt2_given()
void closeEvent(QCloseEvent *cevent)
void open_help(struct strvec **help)
const char * improvement_rule_name(const struct impr_type *pimprove)
#define genus_iterate_end
#define genus_iterate(_p)
char graphic_str[MAX_LEN_NAME]
char graphic_alt2[MAX_LEN_NAME]
char graphic_alt[MAX_LEN_NAME]
char soundtag_alt[MAX_LEN_NAME]
char soundtag_alt2[MAX_LEN_NAME]
char soundtag[MAX_LEN_NAME]
int fc_strcasecmp(const char *str0, const char *str1)
#define sz_strlcpy(dest, src)