15 #include <QGridLayout>
17 #include <QPushButton>
37 QGridLayout *main_layout =
new QGridLayout(
this);
38 QLabel *nationlist_label;
43 main_layout->setSizeConstraint(QLayout::SetMaximumSize);
45 via_include =
new QRadioButton(QString::fromUtf8(
R__(
"Use nationlist")));
47 connect(
via_include, &QAbstractButton::toggled,
this,
50 nationlist_label =
new QLabel(QString::fromUtf8(
R__(
"Nationlist")));
51 nationlist_label->setParent(
this);
52 main_layout->addWidget(nationlist_label, row, 0);
58 setLayout(main_layout);
106 QByteArray nln_bytes;
void nationlist_toggle(bool checked)
Toggled nationlist include setting.
QRadioButton * via_include
void flush_widgets()
Flush information from widgets to stores where it can be saved from.
void refresh()
Refresh the information.
tab_nation(ruledit_gui *ui_in)
Setup tab_nation object.