mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
104 lines
5.2 KiB
C++
104 lines
5.2 KiB
C++
/********************************************************************************
|
|
** Form generated from reading UI file 'instructorbuttongroupwidget.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_INSTRUCTORBUTTONGROUPWIDGET_H
|
|
#define UI_INSTRUCTORBUTTONGROUPWIDGET_H
|
|
|
|
#include <QtCore/QVariant>
|
|
#include <QtWidgets/QApplication>
|
|
#include <QtWidgets/QHBoxLayout>
|
|
#include <QtWidgets/QPushButton>
|
|
#include <QtWidgets/QWidget>
|
|
|
|
QT_BEGIN_NAMESPACE
|
|
|
|
class Ui_InstructorButtonGroupWidget
|
|
{
|
|
public:
|
|
QWidget *instructorButtonGroup;
|
|
QHBoxLayout *updateButtonGroup;
|
|
QPushButton *loadToServerButton;
|
|
QPushButton *undoChangesButton;
|
|
QPushButton *startWithCurrentChangesButton;
|
|
|
|
void setupUi(QWidget *InstructorButtonGroupWidget)
|
|
{
|
|
if (InstructorButtonGroupWidget->objectName().isEmpty())
|
|
InstructorButtonGroupWidget->setObjectName(QString::fromUtf8("InstructorButtonGroupWidget"));
|
|
InstructorButtonGroupWidget->resize(520, 50);
|
|
QSizePolicy sizePolicy(QSizePolicy::Fixed, QSizePolicy::Fixed);
|
|
sizePolicy.setHorizontalStretch(0);
|
|
sizePolicy.setVerticalStretch(0);
|
|
sizePolicy.setHeightForWidth(InstructorButtonGroupWidget->sizePolicy().hasHeightForWidth());
|
|
InstructorButtonGroupWidget->setSizePolicy(sizePolicy);
|
|
InstructorButtonGroupWidget->setMinimumSize(QSize(520, 45));
|
|
instructorButtonGroup = new QWidget(InstructorButtonGroupWidget);
|
|
instructorButtonGroup->setObjectName(QString::fromUtf8("instructorButtonGroup"));
|
|
instructorButtonGroup->setEnabled(true);
|
|
instructorButtonGroup->setGeometry(QRect(0, 0, 520, 51));
|
|
sizePolicy.setHeightForWidth(instructorButtonGroup->sizePolicy().hasHeightForWidth());
|
|
instructorButtonGroup->setSizePolicy(sizePolicy);
|
|
instructorButtonGroup->setMinimumSize(QSize(520, 45));
|
|
updateButtonGroup = new QHBoxLayout(instructorButtonGroup);
|
|
updateButtonGroup->setSpacing(5);
|
|
updateButtonGroup->setObjectName(QString::fromUtf8("updateButtonGroup"));
|
|
updateButtonGroup->setContentsMargins(0, 0, 0, 0);
|
|
loadToServerButton = new QPushButton(instructorButtonGroup);
|
|
loadToServerButton->setObjectName(QString::fromUtf8("loadToServerButton"));
|
|
QSizePolicy sizePolicy1(QSizePolicy::Preferred, QSizePolicy::Minimum);
|
|
sizePolicy1.setHorizontalStretch(0);
|
|
sizePolicy1.setVerticalStretch(0);
|
|
sizePolicy1.setHeightForWidth(loadToServerButton->sizePolicy().hasHeightForWidth());
|
|
loadToServerButton->setSizePolicy(sizePolicy1);
|
|
loadToServerButton->setMinimumSize(QSize(0, 35));
|
|
loadToServerButton->setMaximumSize(QSize(16777215, 40));
|
|
|
|
updateButtonGroup->addWidget(loadToServerButton);
|
|
|
|
undoChangesButton = new QPushButton(instructorButtonGroup);
|
|
undoChangesButton->setObjectName(QString::fromUtf8("undoChangesButton"));
|
|
sizePolicy1.setHeightForWidth(undoChangesButton->sizePolicy().hasHeightForWidth());
|
|
undoChangesButton->setSizePolicy(sizePolicy1);
|
|
undoChangesButton->setMinimumSize(QSize(0, 35));
|
|
undoChangesButton->setMaximumSize(QSize(16777215, 40));
|
|
|
|
updateButtonGroup->addWidget(undoChangesButton);
|
|
|
|
startWithCurrentChangesButton = new QPushButton(instructorButtonGroup);
|
|
startWithCurrentChangesButton->setObjectName(QString::fromUtf8("startWithCurrentChangesButton"));
|
|
sizePolicy1.setHeightForWidth(startWithCurrentChangesButton->sizePolicy().hasHeightForWidth());
|
|
startWithCurrentChangesButton->setSizePolicy(sizePolicy1);
|
|
startWithCurrentChangesButton->setMinimumSize(QSize(0, 35));
|
|
startWithCurrentChangesButton->setMaximumSize(QSize(16777215, 40));
|
|
|
|
updateButtonGroup->addWidget(startWithCurrentChangesButton);
|
|
|
|
|
|
retranslateUi(InstructorButtonGroupWidget);
|
|
|
|
QMetaObject::connectSlotsByName(InstructorButtonGroupWidget);
|
|
} // setupUi
|
|
|
|
void retranslateUi(QWidget *InstructorButtonGroupWidget)
|
|
{
|
|
InstructorButtonGroupWidget->setWindowTitle(QCoreApplication::translate("InstructorButtonGroupWidget", "Form", nullptr));
|
|
loadToServerButton->setText(QCoreApplication::translate("InstructorButtonGroupWidget", "\320\222\321\213\320\263\321\200\321\203\320\267\320\270\321\202\321\214 \320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\321\217", nullptr));
|
|
undoChangesButton->setText(QCoreApplication::translate("InstructorButtonGroupWidget", "\320\236\321\202\320\274\320\265\320\275\320\270\321\202\321\214 \320\270\320\267\320\274\320\265\320\275\320\265\320\275\320\270\321\217", nullptr));
|
|
startWithCurrentChangesButton->setText(QCoreApplication::translate("InstructorButtonGroupWidget", "\320\227\320\260\320\277\321\203\321\201\321\202\320\270\321\202\321\214 \320\261\320\265\320\267 \320\276\321\202\320\277\321\200\320\260\320\262\320\272\320\270", nullptr));
|
|
} // retranslateUi
|
|
|
|
};
|
|
|
|
namespace Ui {
|
|
class InstructorButtonGroupWidget: public Ui_InstructorButtonGroupWidget {};
|
|
} // namespace Ui
|
|
|
|
QT_END_NAMESPACE
|
|
|
|
#endif // UI_INSTRUCTORBUTTONGROUPWIDGET_H
|