|
@@ -325,3 +325,48 @@ EN_LIGHT_INDEX LightJoystickSwitchPage::MatchSelectedLightIndex(QLineEdit* lineE
|
|
|
return nIndex;
|
|
|
}
|
|
|
|
|
|
+void LightJoystickSwitchPage::resizeSingleUI() {
|
|
|
+ //ui->resize(265, 240)
|
|
|
+ ui->switchTabWidget->setGeometry(QRect(0, 0, 265, 240));
|
|
|
+
|
|
|
+ ui->GreenLightTab->setGeometry(QRect(0, 0, 60, 32));
|
|
|
+ ui->JoystickTab->setGeometry(QRect(0, 0, 259, 215));
|
|
|
+
|
|
|
+
|
|
|
+ ui->RedLight->setGeometry(QRect(0, 0, 61, 114));
|
|
|
+ ui->RedLightlineEdit->setGeometry(QRect(10, 78, 40, 24));
|
|
|
+ ui->RedLightprogressBar->setGeometry(QRect(32, 15, 18, 51));
|
|
|
+ ui->RedLightverticalSlider->setGeometry(QRect(10, 12, 18, 56));
|
|
|
+ ui->RedLightlabel->setGeometry(QRect(39, 22, 10, 34));
|
|
|
+
|
|
|
+ ui->GreenLight->setGeometry(QRect(70, 0, 61, 114));
|
|
|
+ ui->GreenLightlineEdit->setGeometry(QRect(10, 78, 40, 24));
|
|
|
+ ui->GreenLightprogressBar->setGeometry(QRect(32, 15, 18, 51));
|
|
|
+ ui->GreenLightverticalSlider->setGeometry(QRect(10, 12, 18, 56));
|
|
|
+ ui->GreenLightlabel->setGeometry(QRect(36, 22, 10, 34));
|
|
|
+
|
|
|
+ ui->BlueLight->setGeometry(QRect(140, 0, 61, 114));
|
|
|
+ ui->BlueLightlineEdit->setGeometry(QRect(10, 78, 40, 24));
|
|
|
+ ui->BlueLightprogressBar->setGeometry(QRect(32, 15, 18, 51));
|
|
|
+ ui->BlueLightverticalSlider->setGeometry(QRect(10, 12, 18, 56));
|
|
|
+ ui->BlueLightlabel->setGeometry(QRect(32, 22, 19, 34));
|
|
|
+
|
|
|
+ ui->DotLight->setGeometry(QRect(200, 0, 61, 114));
|
|
|
+ ui->DotLightlineEdit->setGeometry(QRect(10, 78, 40, 24));
|
|
|
+ ui->DotLightprogressBar->setGeometry(QRect(32, 15, 18, 51));
|
|
|
+ ui->DotLightverticalSlider->setGeometry(QRect(10, 12, 18, 56));
|
|
|
+ ui->DotLightlabel->setGeometry(QRect(32, 22, 19, 34));
|
|
|
+
|
|
|
+ ui->groupBox->setGeometry(QRect(0, 100, 141, 111));
|
|
|
+ ui->left_Button->setGeometry(QRect(10, 40, 41, 31));
|
|
|
+ ui->right_Button->setGeometry(QRect(90, 40, 41, 31));
|
|
|
+ ui->up_Button->setGeometry(QRect(50, 10, 41, 31));
|
|
|
+ ui->down_Button->setGeometry(QRect(50, 70, 41, 31));
|
|
|
+ ui->move_Button->setGeometry(QRect(170, 130, 60, 23));
|
|
|
+ ui->JTabShowLableLoop->setGeometry(QRect(10, 50, 200, 41));
|
|
|
+ ui->moveTo_Button->setGeometry(QRect(170, 170, 60, 23));
|
|
|
+ ui->valLineEdit->setGeometry(QRect(160, 100, 71, 21));
|
|
|
+ ui->JTabShowLable->setGeometry(QRect(10, 0, 200, 40));
|
|
|
+
|
|
|
+}
|
|
|
+
|