equal
deleted
inserted
replaced
53 |
53 |
54 HWForm->setObjectName(QString::fromUtf8("HWForm")); |
54 HWForm->setObjectName(QString::fromUtf8("HWForm")); |
55 HWForm->resize(QSize(640, 480).expandedTo(HWForm->minimumSizeHint())); |
55 HWForm->resize(QSize(640, 480).expandedTo(HWForm->minimumSizeHint())); |
56 HWForm->setMinimumSize(QSize(720, 450)); |
56 HWForm->setMinimumSize(QSize(720, 450)); |
57 QString title = QMainWindow::tr("Hedgewars %1").arg(*cVersionString); |
57 QString title = QMainWindow::tr("Hedgewars %1").arg(*cVersionString); |
58 #ifdef DEBUG |
58 #ifdef QT_DEBUG |
59 title += QString("-r%1 (%2)").arg(*cRevisionString, *cHashString); |
59 title += QString("-r%1 (%2)").arg(*cRevisionString, *cHashString); |
60 #endif |
60 #endif |
61 HWForm->setWindowTitle(title); |
61 HWForm->setWindowTitle(title); |
62 centralWidget = new QWidget(HWForm); |
62 centralWidget = new QWidget(HWForm); |
63 centralWidget->setObjectName(QString::fromUtf8("centralWidget")); |
63 centralWidget->setObjectName(QString::fromUtf8("centralWidget")); |