42 QGridLayout *main_layout =
new QGridLayout(
this);
43 QLabel *nationlist_label;
48 main_layout->setSizeConstraint(QLayout::SetMaximumSize);
50 via_include =
new QCheckBox(QString::fromUtf8(
R__(
"Use nationlist")));
54 nationlist_label =
new QLabel(QString::fromUtf8(
R__(
"Nationlist")));
55 nationlist_label->setParent(
this);
56 main_layout->addWidget(nationlist_label, row, 0);
62 setLayout(main_layout);