QTfrontend/ui_hwform.cpp
changeset 9212 1d4e1469940b
parent 9122 8f5f389184b5
child 9998 736015b847e3
equal deleted inserted replaced
9211:6235925d0fa1 9212:1d4e1469940b
    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"));