You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
236 lines
5.3 KiB
Plaintext
236 lines
5.3 KiB
Plaintext
2 years ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>dialog_ctrl</class>
|
||
|
<widget class="QDialog" name="dialog_ctrl">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>400</width>
|
||
|
<height>240</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>控制</string>
|
||
|
</property>
|
||
|
<widget class="QGroupBox" name="groupBox">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>10</x>
|
||
|
<y>10</y>
|
||
|
<width>380</width>
|
||
|
<height>221</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="title">
|
||
|
<string>控制属性</string>
|
||
|
</property>
|
||
|
<widget class="QLineEdit" name="lE_ts">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>120</x>
|
||
|
<y>80</y>
|
||
|
<width>81</width>
|
||
|
<height>26</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>20</x>
|
||
|
<y>40</y>
|
||
|
<width>90</width>
|
||
|
<height>19</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="lineWidth">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>选择操作值:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QComboBox" name="cB_ctrl">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>120</x>
|
||
|
<y>40</y>
|
||
|
<width>125</width>
|
||
|
<height>25</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_2">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>38</x>
|
||
|
<y>80</y>
|
||
|
<width>72</width>
|
||
|
<height>19</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="lineWidth">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string><html>延时时间:</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_3">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>205</x>
|
||
|
<y>80</y>
|
||
|
<width>10</width>
|
||
|
<height>19</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="lineWidth">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>s</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLineEdit" name="lE_ms">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>120</x>
|
||
|
<y>120</y>
|
||
|
<width>81</width>
|
||
|
<height>26</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="label_4">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>205</x>
|
||
|
<y>120</y>
|
||
|
<width>20</width>
|
||
|
<height>19</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="lineWidth">
|
||
|
<number>1</number>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>ms</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QWidget" name="layoutWidget">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>290</x>
|
||
|
<y>20</y>
|
||
|
<width>82</width>
|
||
|
<height>181</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pB_sel">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>选择</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pB_selv">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>带值选择</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pB_op">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>操作</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pB_revoke">
|
||
|
<property name="enabled">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string>撤销</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="pB_quit">
|
||
|
<property name="text">
|
||
|
<string>退出</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="lb_opt">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>20</x>
|
||
|
<y>170</y>
|
||
|
<width>50</width>
|
||
|
<height>30</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
<widget class="QLabel" name="lb_opinfo">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>80</x>
|
||
|
<y>170</y>
|
||
|
<width>160</width>
|
||
|
<height>30</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="text">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources/>
|
||
|
<connections/>
|
||
|
</ui>
|