equal
deleted
inserted
replaced
29 { |
29 { |
30 SetupFonts(); |
30 SetupFonts(); |
31 |
31 |
32 HWForm->setObjectName(QString::fromUtf8("HWForm")); |
32 HWForm->setObjectName(QString::fromUtf8("HWForm")); |
33 HWForm->resize(QSize(640, 480).expandedTo(HWForm->minimumSizeHint())); |
33 HWForm->resize(QSize(640, 480).expandedTo(HWForm->minimumSizeHint())); |
34 HWForm->setMinimumSize(QSize(620, 430)); |
34 HWForm->setMinimumSize(QSize(720, 430)); |
35 HWForm->setWindowTitle(QMainWindow::tr("Hedgewars")); |
35 HWForm->setWindowTitle(QMainWindow::tr("Hedgewars")); |
36 centralWidget = new QWidget(HWForm); |
36 centralWidget = new QWidget(HWForm); |
37 centralWidget->setObjectName(QString::fromUtf8("centralWidget")); |
37 centralWidget->setObjectName(QString::fromUtf8("centralWidget")); |
38 |
38 |
39 SetupPages(centralWidget); |
39 SetupPages(centralWidget); |