123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>OneParamItem</class>
- <widget class="QWidget" name="OneParamItem">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>344</width>
- <height>32</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <widget class="QLabel" name="label_color">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>10</y>
- <width>12</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_title">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>9</y>
- <width>174</width>
- <height>14</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_NC1">
- <property name="geometry">
- <rect>
- <x>210</x>
- <y>9</y>
- <width>42</width>
- <height>14</height>
- </rect>
- </property>
- <property name="text">
- <string>电压:</string>
- </property>
- </widget>
- <widget class="CustomComboBox" name="comboBox_voltage">
- <property name="geometry">
- <rect>
- <x>252</x>
- <y>0</y>
- <width>92</width>
- <height>32</height>
- </rect>
- </property>
- </widget>
- </widget>
- <customwidgets>
- <customwidget>
- <class>CustomComboBox</class>
- <extends>QComboBox</extends>
- <header location="global">customcombobox.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|