52 label =
new QLabel(QString::fromUtf8(
R__(
"Graphics tag")));
53 label->setParent(
this);
61 label =
new QLabel(QString::fromUtf8(
R__(
"Alt graphics tag")));
62 label->setParent(
this);
70 label =
new QLabel(QString::fromUtf8(
R__(
"Sound tag")));
71 label->setParent(
this);
79 label =
new QLabel(QString::fromUtf8(
R__(
"Alt sound tag")));
80 label->setParent(
this);
88 label =
new QLabel(QString::fromUtf8(
R__(
"Second alt sound tag")));
89 label->setParent(
this);
97 button =
new QPushButton(QString::fromUtf8(
R__(
"Helptext")),
this);
QLineEdit * sound_tag_alt2
void sound_tag_alt_given()
void sound_tag_alt2_given()
void closeEvent(QCloseEvent *cevent)
QLineEdit * sound_tag_alt
edit_gov(ruledit_gui *ui_in, struct government *gov_in)
void open_help(struct strvec **help)
const char * government_rule_name(const struct government *pgovern)
char graphic_alt[MAX_LEN_NAME]
char sound_alt2[MAX_LEN_NAME]
char sound_str[MAX_LEN_NAME]
char graphic_str[MAX_LEN_NAME]
char sound_alt[MAX_LEN_NAME]
#define sz_strlcpy(dest, src)