123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>ParamConfig</class>
- <widget class="QDialog" name="ParamConfig">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>430</width>
- <height>720</height>
- </rect>
- </property>
- <property name="sizePolicy">
- <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>430</width>
- <height>720</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>430</width>
- <height>720</height>
- </size>
- </property>
- <property name="windowTitle">
- <string>Form</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <widget class="QWidget" name="widget" native="true">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="minimumSize">
- <size>
- <width>408</width>
- <height>698</height>
- </size>
- </property>
- <widget class="QWidget" name="widget_top" native="true">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>408</width>
- <height>50</height>
- </rect>
- </property>
- <widget class="QPushButton" name="pBtn_close">
- <property name="geometry">
- <rect>
- <x>368</x>
- <y>13</y>
- <width>24</width>
- <height>24</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QLabel" name="label_title">
- <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>
- <widget class="QLabel" name="label_NC1">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>89</y>
- <width>42</width>
- <height>14</height>
- </rect>
- </property>
- <property name="text">
- <string>时基:</string>
- </property>
- </widget>
- <widget class="CustomComboBox" name="comboBox_time">
- <property name="geometry">
- <rect>
- <x>74</x>
- <y>80</y>
- <width>302</width>
- <height>32</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_line1">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>142</y>
- <width>344</width>
- <height>1</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- <widget class="QWidget" name="widget_container" native="true">
- <property name="geometry">
- <rect>
- <x>32</x>
- <y>173</y>
- <width>344</width>
- <height>424</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="pBtn_save">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>627</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>286</x>
- <y>627</y>
- <width>90</width>
- <height>40</height>
- </rect>
- </property>
- <property name="text">
- <string>取消</string>
- </property>
- </widget>
- </widget>
- </item>
- </layout>
- </widget>
- <customwidgets>
- <customwidget>
- <class>CustomComboBox</class>
- <extends>QComboBox</extends>
- <header location="global">customcombobox.h</header>
- </customwidget>
- </customwidgets>
- <resources/>
- <connections/>
- </ui>
|