You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
126 lines
3.1 KiB
126 lines
3.1 KiB
<?xml version="1.0" encoding="UTF-8"?> |
|
<ui version="4.0"> |
|
<class>menu5_1</class> |
|
<widget class="QWidget" name="menu5_1"> |
|
<property name="geometry"> |
|
<rect> |
|
<x>0</x> |
|
<y>0</y> |
|
<width>303</width> |
|
<height>230</height> |
|
</rect> |
|
</property> |
|
<property name="windowTitle"> |
|
<string>Form</string> |
|
</property> |
|
<layout class="QGridLayout" name="gridLayout"> |
|
<item row="0" column="0"> |
|
<widget class="QRadioButton" name="radioButton"> |
|
<property name="text"> |
|
<string>打开</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="0" column="1"> |
|
<widget class="QRadioButton" name="radioButton_2"> |
|
<property name="text"> |
|
<string>关闭</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="0"> |
|
<widget class="QLabel" name="label"> |
|
<property name="text"> |
|
<string>背景序号</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="1" column="1"> |
|
<widget class="SpinBox" name="spinBox"> |
|
<property name="minimum"> |
|
<number>1</number> |
|
</property> |
|
<property name="maximum"> |
|
<number>5</number> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="5" column="0" colspan="2"> |
|
<layout class="QHBoxLayout" name="horizontalLayout"> |
|
<item> |
|
<widget class="QLabel" name="label_2"> |
|
<property name="text"> |
|
<string>亮度1</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="label_3"> |
|
<property name="text"> |
|
<string>亮度2</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="label_4"> |
|
<property name="text"> |
|
<string>亮度3</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="label_5"> |
|
<property name="text"> |
|
<string>亮度4</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item> |
|
<widget class="QLabel" name="label_10"> |
|
<property name="text"> |
|
<string>亮度5</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</item> |
|
<item row="4" column="0" colspan="2"> |
|
<widget class="QPushButton" name="pushButton_3"> |
|
<property name="text"> |
|
<string>读出对应背景</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="3" column="0" colspan="2"> |
|
<widget class="QPushButton" name="pushButton_2"> |
|
<property name="text"> |
|
<string>固化对应背景</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="2" column="0" colspan="2"> |
|
<widget class="QPushButton" name="pushButton"> |
|
<property name="text"> |
|
<string>保存对应背景</string> |
|
</property> |
|
</widget> |
|
</item> |
|
<item row="6" column="0" colspan="2"> |
|
<widget class="QPushButton" name="pushButton_4"> |
|
<property name="text"> |
|
<string>自动增益</string> |
|
</property> |
|
</widget> |
|
</item> |
|
</layout> |
|
</widget> |
|
<customwidgets> |
|
<customwidget> |
|
<class>SpinBox</class> |
|
<extends>QSpinBox</extends> |
|
<header location="global">qfluentwidgets</header> |
|
</customwidget> |
|
</customwidgets> |
|
<resources/> |
|
<connections/> |
|
</ui>
|
|
|