60 lines
1.8 KiB
C++
60 lines
1.8 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'MainWindow.ui'
|
|
**
|
|
** Created by: Qt User Interface Compiler version 5.14.2
|
|
**
|
|
** WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
********************************************************************************/
|
|
|
|
#ifndef UI_MAINWINDOW_H
|
|
#define UI_MAINWINDOW_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QMainWindow>
|
|
#include <QtWidgets/QStatusBar>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_CMainWindow
|
|
{
|
|
public:
|
|
QWidget *centralWidget;
|
|
QStatusBar *statusBar;
|
|
|
|
void setupUi(QMainWindow *CMainWindow)
|
|
{
|
|
if (CMainWindow->objectName().isEmpty())
|
|
CMainWindow->setObjectName(QString::fromUtf8("CMainWindow"));
|
|
CMainWindow->setEnabled(true);
|
|
CMainWindow->resize(1186, 511);
|
|
CMainWindow->setWindowOpacity(3.000000000000000);
|
|
CMainWindow->setAutoFillBackground(true);
|
|
centralWidget = new QWidget(CMainWindow);
|
|
centralWidget->setObjectName(QString::fromUtf8("centralWidget"));
|
|
CMainWindow->setCentralWidget(centralWidget);
|
|
statusBar = new QStatusBar(CMainWindow);
|
|
statusBar->setObjectName(QString::fromUtf8("statusBar"));
|
|
CMainWindow->setStatusBar(statusBar);
|
|
|
|
retranslateUi(CMainWindow);
|
|
|
|
QMetaObject::connectSlotsByName(CMainWindow);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QMainWindow *CMainWindow)
|
|
{
|
|
CMainWindow->setWindowTitle(QCoreApplication::translate("CMainWindow", "Otracik", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class CMainWindow: public Ui_CMainWindow {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_MAINWINDOW_H
|