<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>SettingNum</class> <widget class="QDialog" name="SettingNum"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>810</width> <height>705</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QWidget" name="widget" native="true"> <widget class="QWidget" name="widget_top" native="true"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>788</width> <height>50</height> </rect> </property> <widget class="QLabel" name="label_settingName"> <property name="geometry"> <rect> <x>32</x> <y>16</y> <width>80</width> <height>18</height> </rect> </property> <property name="text"> <string>组屏配置</string> </property> </widget> <widget class="QPushButton" name="pBtn_close"> <property name="geometry"> <rect> <x>738</x> <y>13</y> <width>24</width> <height>24</height> </rect> </property> <property name="text"> <string/> </property> </widget> </widget> <widget class="QLabel" name="label_x1"> <property name="geometry"> <rect> <x>32</x> <y>89</y> <width>7</width> <height>14</height> </rect> </property> <property name="text"> <string>*</string> </property> </widget> <widget class="QLabel" name="label_nc1"> <property name="geometry"> <rect> <x>40</x> <y>89</y> <width>70</width> <height>14</height> </rect> </property> <property name="text"> <string>通道行数:</string> </property> </widget> <widget class="CustomComboBox" name="comboBox_rowNum"> <property name="geometry"> <rect> <x>110</x> <y>80</y> <width>82</width> <height>32</height> </rect> </property> </widget> <widget class="QLabel" name="label_nc2"> <property name="geometry"> <rect> <x>240</x> <y>89</y> <width>70</width> <height>14</height> </rect> </property> <property name="text"> <string>通道列数:</string> </property> </widget> <widget class="QLabel" name="label_x2"> <property name="geometry"> <rect> <x>232</x> <y>89</y> <width>7</width> <height>14</height> </rect> </property> <property name="text"> <string>*</string> </property> </widget> <widget class="CustomComboBox" name="comboBox_columnNum"> <property name="geometry"> <rect> <x>310</x> <y>80</y> <width>82</width> <height>32</height> </rect> </property> </widget> <widget class="QLabel" name="label_line1"> <property name="geometry"> <rect> <x>32</x> <y>142</y> <width>724</width> <height>1</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QLabel" name="label_line2"> <property name="geometry"> <rect> <x>32</x> <y>190</y> <width>724</width> <height>1</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QLabel" name="label_nc3"> <property name="geometry"> <rect> <x>44</x> <y>160</y> <width>40</width> <height>14</height> </rect> </property> <property name="text"> <string>序号</string> </property> </widget> <widget class="QLabel" name="label_nc4"> <property name="geometry"> <rect> <x>100</x> <y>160</y> <width>40</width> <height>14</height> </rect> </property> <property name="text"> <string>通道</string> </property> </widget> <widget class="QLabel" name="label_nc5"> <property name="geometry"> <rect> <x>396</x> <y>160</y> <width>280</width> <height>14</height> </rect> </property> <property name="text"> <string>通道展示名称</string> </property> </widget> <widget class="QLabel" name="label_nc6"> <property name="geometry"> <rect> <x>692</x> <y>160</y> <width>40</width> <height>14</height> </rect> </property> <property name="text"> <string>底色</string> </property> </widget> <widget class="QLabel" name="label_line3"> <property name="geometry"> <rect> <x>32</x> <y>575</y> <width>724</width> <height>1</height> </rect> </property> <property name="text"> <string/> </property> </widget> <widget class="QPushButton" name="pBtn_ok"> <property name="geometry"> <rect> <x>560</x> <y>606</y> <width>90</width> <height>40</height> </rect> </property> <property name="text"> <string>保存</string> </property> </widget> <widget class="QPushButton" name="pBtn_cancel"> <property name="geometry"> <rect> <x>666</x> <y>606</y> <width>90</width> <height>40</height> </rect> </property> <property name="text"> <string>取消</string> </property> </widget> <widget class="ListItem" name="listWidget"> <property name="geometry"> <rect> <x>32</x> <y>191</y> <width>724</width> <height>384</height> </rect> </property> </widget> <widget class="QLabel" name="label_warn"> <property name="geometry"> <rect> <x>44</x> <y>124</y> <width>701</width> <height>16</height> </rect> </property> <property name="text"> <string/> </property> </widget> </widget> </item> </layout> </widget> <customwidgets> <customwidget> <class>CustomComboBox</class> <extends>QComboBox</extends> <header location="global">customcombobox.h</header> </customwidget> <customwidget> <class>ListItem</class> <extends>QListWidget</extends> <header location="global">listitem.h</header> </customwidget> </customwidgets> <resources/> <connections/> </ui>