mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
ref: change PacketType receive
This commit is contained in:
@@ -11,7 +11,6 @@
|
||||
|
||||
#include <QtCore/QVariant>
|
||||
#include <QtWidgets/QApplication>
|
||||
#include <QtWidgets/QCheckBox>
|
||||
#include <QtWidgets/QHBoxLayout>
|
||||
#include <QtWidgets/QLabel>
|
||||
#include <QtWidgets/QLineEdit>
|
||||
@@ -28,8 +27,6 @@ public:
|
||||
QHBoxLayout *horizontalLayout_2;
|
||||
QWidget *settingsWidget;
|
||||
QVBoxLayout *verticalLayout_4;
|
||||
QLabel *clientSettingsTitle;
|
||||
QCheckBox *mathModelUsecheckBox;
|
||||
QWidget *settingsWidgetConatiner;
|
||||
QVBoxLayout *verticalLayout_2;
|
||||
QLabel *serverSettingsTitle;
|
||||
@@ -69,33 +66,12 @@ public:
|
||||
verticalLayout_4->setSpacing(0);
|
||||
verticalLayout_4->setObjectName(QString::fromUtf8("verticalLayout_4"));
|
||||
verticalLayout_4->setContentsMargins(0, 0, 0, 0);
|
||||
settingsClient = new QVBoxLayout();
|
||||
settingsClient->setObjectName(QString::fromUtf8("settingsClient"));
|
||||
clientSettingsTitle = new QLabel(settingsWidget);
|
||||
clientSettingsTitle->setObjectName(QString::fromUtf8("clientSettingsTitle"));
|
||||
QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum);
|
||||
sizePolicy1.setHorizontalStretch(0);
|
||||
sizePolicy1.setVerticalStretch(0);
|
||||
sizePolicy1.setHeightForWidth(clientSettingsTitle->sizePolicy().hasHeightForWidth());
|
||||
clientSettingsTitle->setSizePolicy(sizePolicy1);
|
||||
clientSettingsTitle->setAlignment(Qt::AlignCenter);
|
||||
|
||||
settingsClient->addWidget(clientSettingsTitle);
|
||||
|
||||
mathModelUsecheckBox = new QCheckBox(settingsWidget);
|
||||
mathModelUsecheckBox->setObjectName(QString::fromUtf8("mathModelUsecheckBox"));
|
||||
mathModelUsecheckBox->setCheckable(true);
|
||||
mathModelUsecheckBox->setChecked(false);
|
||||
mathModelUsecheckBox->setTristate(false);
|
||||
|
||||
settingsClient->addWidget(mathModelUsecheckBox);
|
||||
|
||||
|
||||
verticalLayout_4->addLayout(settingsClient);
|
||||
|
||||
settingsWidgetConatiner = new QWidget(settingsWidget);
|
||||
settingsWidgetConatiner->setObjectName(QString::fromUtf8("settingsWidgetConatiner"));
|
||||
settingsWidgetConatiner->setEnabled(true);
|
||||
QSizePolicy sizePolicy1(QSizePolicy::Minimum, QSizePolicy::Minimum);
|
||||
sizePolicy1.setHorizontalStretch(0);
|
||||
sizePolicy1.setVerticalStretch(0);
|
||||
sizePolicy1.setHeightForWidth(settingsWidgetConatiner->sizePolicy().hasHeightForWidth());
|
||||
settingsWidgetConatiner->setSizePolicy(sizePolicy1);
|
||||
settingsWidgetConatiner->setAutoFillBackground(false);
|
||||
@@ -236,8 +212,6 @@ public:
|
||||
void retranslateUi(QWidget *EntryWidget)
|
||||
{
|
||||
EntryWidget->setWindowTitle(QCoreApplication::translate("EntryWidget", "Form", nullptr));
|
||||
clientSettingsTitle->setText(QCoreApplication::translate("EntryWidget", "\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270 \320\267\320\260\320\277\321\203\321\201\320\272\320\260", nullptr));
|
||||
mathModelUsecheckBox->setText(QCoreApplication::translate("EntryWidget", "\320\230\321\201\320\277\320\276\320\273\321\214\320\267\320\276\320\262\320\260\321\202\321\214 \320\274\320\260\321\202.\320\274\320\276\320\264\320\265\320\273\321\214", nullptr));
|
||||
serverSettingsTitle->setText(QCoreApplication::translate("EntryWidget", "\320\235\320\260\321\201\321\202\321\200\320\276\320\271\320\272\320\270 \321\201\320\265\321\200\320\262\320\265\321\200\320\260", nullptr));
|
||||
serverInputField->setPlaceholderText(QCoreApplication::translate("EntryWidget", "\320\241\320\265\321\200\320\262\320\265\321\200", nullptr));
|
||||
portInputField->setPlaceholderText(QCoreApplication::translate("EntryWidget", "\320\237\320\276\321\200\321\202", nullptr));
|
||||
|
||||
Reference in New Issue
Block a user