123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>DialogWaitClass</class>
- <widget class="QDialog" name="DialogWaitClass">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>363</width>
- <height>315</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>DialogWait</string>
- </property>
- <widget class="QPushButton" name="okButton">
- <property name="geometry">
- <rect>
- <x>130</x>
- <y>270</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>OK</string>
- </property>
- <property name="default">
- <bool>true</bool>
- </property>
- </widget>
- <widget class="QPushButton" name="cancelButton">
- <property name="geometry">
- <rect>
- <x>250</x>
- <y>270</y>
- <width>91</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>Cancel</string>
- </property>
- </widget>
- <widget class="QGroupBox" name="groupBox">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>20</y>
- <width>321</width>
- <height>131</height>
- </rect>
- </property>
- <property name="title">
- <string>等待的触发变量选择</string>
- </property>
- <widget class="QLineEdit" name="editEvent">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>24</y>
- <width>171</width>
- <height>20</height>
- </rect>
- </property>
- </widget>
- <widget class="QPushButton" name="buttonSel">
- <property name="geometry">
- <rect>
- <x>270</x>
- <y>22</y>
- <width>41</width>
- <height>23</height>
- </rect>
- </property>
- <property name="text">
- <string>...</string>
- </property>
- </widget>
- <widget class="QLabel" name="label">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>70</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>触发值:</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_2">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>30</y>
- <width>54</width>
- <height>12</height>
- </rect>
- </property>
- <property name="text">
- <string>触发变量:</string>
- </property>
- </widget>
- <widget class="QLineEdit" name="editValue">
- <property name="geometry">
- <rect>
- <x>180</x>
- <y>70</y>
- <width>131</width>
- <height>21</height>
- </rect>
- </property>
- </widget>
- <widget class="QLabel" name="label_3">
- <property name="geometry">
- <rect>
- <x>30</x>
- <y>100</y>
- <width>281</width>
- <height>20</height>
- </rect>
- </property>
- <property name="text">
- <string>(bool直接输入true/false,留空表示任何值都触发)</string>
- </property>
- </widget>
- <widget class="QComboBox" name="comboType">
- <property name="geometry">
- <rect>
- <x>80</x>
- <y>70</y>
- <width>81</width>
- <height>22</height>
- </rect>
- </property>
- </widget>
- </widget>
- <widget class="QGroupBox" name="groupBox_2">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>170</y>
- <width>321</width>
- <height>91</height>
- </rect>
- </property>
- <property name="title">
- <string>运行参数</string>
- </property>
- <widget class="QCheckBox" name="checkWait">
- <property name="geometry">
- <rect>
- <x>20</x>
- <y>60</y>
- <width>181</width>
- <height>16</height>
- </rect>
- </property>
- <property name="text">
- <string>单步执行时是否跳过等待</string>
- </property>
- </widget>
- <widget class="QLabel" name="label_7">
- <property name="enabled">
- <bool>true</bool>
- </property>
- <property name="geometry">
- <rect>
- <x>10</x>
- <y>20</y>
- <width>121</width>
- <height>31</height>
- </rect>
- </property>
- <property name="text">
- <string>事件等待超时(ms):</string>
- </property>
- <property name="alignment">
- <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
- </property>
- </widget>
- <widget class="QLineEdit" name="editTimeOut">
- <property name="geometry">
- <rect>
- <x>140</x>
- <y>30</y>
- <width>141</width>
- <height>21</height>
- </rect>
- </property>
- <property name="text">
- <string/>
- </property>
- </widget>
- </widget>
- </widget>
- <layoutdefault spacing="6" margin="11"/>
- <resources/>
- <connections/>
- </ui>
|