<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>CGroupSetting</class> <widget class="QWidget" name="CGroupSetting"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>799</width> <height>530</height> </rect> </property> <property name="windowTitle"> <string>Form</string> </property> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="label"> <property name="text"> <string>配置选择:</string> </property> </widget> </item> <item> <widget class="QComboBox" name="cbConfig"/> </item> <item> <widget class="QLabel" name="label_2"> <property name="text"> <string>名称:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="edConfigName"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <widget class="QLabel" name="label_3"> <property name="text"> <string>主节点路径:</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="chbIsSame"> <property name="text"> <string>是否是相同结构</string> </property> </widget> </item> </layout> </item> <item> <widget class="QLineEdit" name="edMainPath"/> </item> <item> <widget class="QLabel" name="label_4"> <property name="text"> <string>操作节点路径(相对主节点,没有不填写):</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="edRelativePath"/> </item> <item> <widget class="QLabel" name="label_5"> <property name="text"> <string>子项头名称:</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="edItemKey"/> </item> <item> <widget class="QLabel" name="label_6"> <property name="text"> <string>操作属性列表(半角逗号分隔)::</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="edProperties"/> </item> <item> <widget class="QLabel" name="label_7"> <property name="text"> <string>列最大宽度(默认1000):</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="edMaxColLen"/> </item> <item> <widget class="QLabel" name="label_8"> <property name="text"> <string>单元右侧空白填充宽度(默认60):</string> </property> </widget> </item> <item> <widget class="QLineEdit" name="edMaxFillLen"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <spacer name="horizontalSpacer"> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="btnAddConfig"> <property name="text"> <string>新增/更新</string> </property> </widget> </item> <item> <widget class="QPushButton" name="btnDelConfig"> <property name="text"> <string>删除</string> </property> </widget> </item> <item> <widget class="QPushButton" name="btnExit"> <property name="text"> <string>退出</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>