QTfrontend/ui_hwform.cpp
changeset 485 defe001d490c
parent 471 e1eb64ba5e9c
child 486 7ea71cd3acd5
equal deleted inserted replaced
484:3583f6289eee 485:defe001d490c
    27 void Ui_HWForm::setupUi(QMainWindow *HWForm)
    27 void Ui_HWForm::setupUi(QMainWindow *HWForm)
    28 {
    28 {
    29 	SetupFonts();
    29 	SetupFonts();
    30 
    30 
    31 	HWForm->setObjectName(QString::fromUtf8("HWForm"));
    31 	HWForm->setObjectName(QString::fromUtf8("HWForm"));
    32 	HWForm->resize(QSize(620, 430).expandedTo(HWForm->minimumSizeHint()));
    32 	HWForm->resize(QSize(640, 480).expandedTo(HWForm->minimumSizeHint()));
    33 	HWForm->setMinimumSize(QSize(620, 430));
    33 	HWForm->setMinimumSize(QSize(620, 430));
    34 	HWForm->setWindowTitle(QMainWindow::tr("Hedgewars"));
    34 	HWForm->setWindowTitle(QMainWindow::tr("Hedgewars"));
    35 	centralWidget = new QWidget(HWForm);
    35 	centralWidget = new QWidget(HWForm);
    36 	centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
    36 	centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
    37 
    37