Test de branche
This commit is contained in:
parent
f7b8816b00
commit
b423b5fddf
@ -35,7 +35,7 @@
|
|||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>10</x>
|
<x>10</x>
|
||||||
<y>60</y>
|
<y>100</y>
|
||||||
<width>461</width>
|
<width>461</width>
|
||||||
<height>271</height>
|
<height>271</height>
|
||||||
</rect>
|
</rect>
|
||||||
@ -298,7 +298,7 @@
|
|||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>370</x>
|
<x>370</x>
|
||||||
<y>340</y>
|
<y>380</y>
|
||||||
<width>80</width>
|
<width>80</width>
|
||||||
<height>22</height>
|
<height>22</height>
|
||||||
</rect>
|
</rect>
|
||||||
@ -311,7 +311,7 @@
|
|||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>260</x>
|
<x>260</x>
|
||||||
<y>340</y>
|
<y>380</y>
|
||||||
<width>80</width>
|
<width>80</width>
|
||||||
<height>22</height>
|
<height>22</height>
|
||||||
</rect>
|
</rect>
|
||||||
|
|||||||
Binary file not shown.
@ -108,7 +108,7 @@ public:
|
|||||||
mCloudLogParamsLbl->setFont(font);
|
mCloudLogParamsLbl->setFont(font);
|
||||||
groupBox = new QGroupBox(CLoggingSettingsPage);
|
groupBox = new QGroupBox(CLoggingSettingsPage);
|
||||||
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
groupBox->setObjectName(QString::fromUtf8("groupBox"));
|
||||||
groupBox->setGeometry(QRect(10, 60, 461, 271));
|
groupBox->setGeometry(QRect(10, 100, 461, 271));
|
||||||
mCloudMQTTHostNameLbl = new QLabel(groupBox);
|
mCloudMQTTHostNameLbl = new QLabel(groupBox);
|
||||||
mCloudMQTTHostNameLbl->setObjectName(QString::fromUtf8("mCloudMQTTHostNameLbl"));
|
mCloudMQTTHostNameLbl->setObjectName(QString::fromUtf8("mCloudMQTTHostNameLbl"));
|
||||||
mCloudMQTTHostNameLbl->setGeometry(QRect(10, 21, 71, 20));
|
mCloudMQTTHostNameLbl->setGeometry(QRect(10, 21, 71, 20));
|
||||||
@ -178,10 +178,10 @@ public:
|
|||||||
mGeneralLogParamsLbl->setFont(font);
|
mGeneralLogParamsLbl->setFont(font);
|
||||||
mChangeParamsBtn = new QPushButton(CLoggingSettingsPage);
|
mChangeParamsBtn = new QPushButton(CLoggingSettingsPage);
|
||||||
mChangeParamsBtn->setObjectName(QString::fromUtf8("mChangeParamsBtn"));
|
mChangeParamsBtn->setObjectName(QString::fromUtf8("mChangeParamsBtn"));
|
||||||
mChangeParamsBtn->setGeometry(QRect(370, 340, 80, 22));
|
mChangeParamsBtn->setGeometry(QRect(370, 380, 80, 22));
|
||||||
mCancelBtn = new QPushButton(CLoggingSettingsPage);
|
mCancelBtn = new QPushButton(CLoggingSettingsPage);
|
||||||
mCancelBtn->setObjectName(QString::fromUtf8("mCancelBtn"));
|
mCancelBtn->setObjectName(QString::fromUtf8("mCancelBtn"));
|
||||||
mCancelBtn->setGeometry(QRect(260, 340, 80, 22));
|
mCancelBtn->setGeometry(QRect(260, 380, 80, 22));
|
||||||
groupBox_2 = new QGroupBox(CLoggingSettingsPage);
|
groupBox_2 = new QGroupBox(CLoggingSettingsPage);
|
||||||
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
groupBox_2->setObjectName(QString::fromUtf8("groupBox_2"));
|
||||||
groupBox_2->setGeometry(QRect(590, 70, 351, 121));
|
groupBox_2->setGeometry(QRect(590, 70, 351, 121));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user