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