mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
* add buttonsView common(complete) * add buttonsView instructor(notWorking) * BUGFIX sendSystem meth update files * BUGFIX updateController meth checkNeedUpdate
81 lines
3.7 KiB
C++
81 lines
3.7 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(513, 52);
|
|
instructorButtonGroup = new QWidget(InstructorButtonGroupWidget);
|
|
instructorButtonGroup->setObjectName(QString::fromUtf8("instructorButtonGroup"));
|
|
instructorButtonGroup->setEnabled(true);
|
|
instructorButtonGroup->setGeometry(QRect(0, 0, 513, 53));
|
|
updateButtonGroup = new QHBoxLayout(instructorButtonGroup);
|
|
updateButtonGroup->setObjectName(QString::fromUtf8("updateButtonGroup"));
|
|
loadToServerButton = new QPushButton(instructorButtonGroup);
|
|
loadToServerButton->setObjectName(QString::fromUtf8("loadToServerButton"));
|
|
loadToServerButton->setMinimumSize(QSize(0, 35));
|
|
|
|
updateButtonGroup->addWidget(loadToServerButton);
|
|
|
|
undoChangesButton = new QPushButton(instructorButtonGroup);
|
|
undoChangesButton->setObjectName(QString::fromUtf8("undoChangesButton"));
|
|
undoChangesButton->setMinimumSize(QSize(0, 35));
|
|
|
|
updateButtonGroup->addWidget(undoChangesButton);
|
|
|
|
startWithCurrentChangesButton = new QPushButton(instructorButtonGroup);
|
|
startWithCurrentChangesButton->setObjectName(QString::fromUtf8("startWithCurrentChangesButton"));
|
|
startWithCurrentChangesButton->setMinimumSize(QSize(0, 35));
|
|
|
|
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
|