📄 testrunnerdlg.ui
字号:
</property> <property> <name>text</name> <string>Run &Test</string> </property> <property> <name>accel</name> <number>276824148</number> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>_buttonStop</cstring> </property> <property> <name>text</name> <string>&Stop</string> </property> </widget> <widget> <class>QPushButton</class> <property stdset="1"> <name>name</name> <cstring>_buttonClose</cstring> </property> <property> <name>caption</name> <string></string> </property> <property> <name>text</name> <string>&Close</string> </property> <property> <name>accel</name> <number>276824131</number> </property> <property> <name>autoDefault</name> <bool>true</bool> </property> <property> <name>default</name> <bool>true</bool> </property> </widget> </vbox> </widget> </hbox> </widget> <widget> <class>QListView</class> <column> <property> <name>text</name> <string>Type</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <column> <property> <name>text</name> <string>Test Name</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <column> <property> <name>text</name> <string>Message</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <column> <property> <name>text</name> <string>Filename</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <column> <property> <name>text</name> <string>Line Number</string> </property> <property> <name>clickable</name> <bool>true</bool> </property> <property> <name>resizeable</name> <bool>true</bool> </property> </column> <property stdset="1"> <name>name</name> <cstring>_listFailures</cstring> </property> <property> <name>resizePolicy</name> <enum>AutoOneFit</enum> </property> <property> <name>allColumnsShowFocus</name> <bool>true</bool> </property> <property> <name>showSortIndicator</name> <bool>true</bool> </property> </widget> <widget> <class>QGroupBox</class> <property stdset="1"> <name>name</name> <cstring>_groupFailureDetail</cstring> </property> <property> <name>title</name> <string>Failure detail...</string> </property> <vbox> <property> <name>margin</name> <number>11</number> </property> <property> <name>spacing</name> <number>6</number> </property> <widget> <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout17</cstring> </property> <hbox> <property> <name>margin</name> <number>0</number> </property> <property> <name>spacing</name> <number>6</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel3</cstring> </property> <property> <name>text</name> <string>Location:</string> </property> </widget> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>_labelFailureLocation</cstring> </property> <property> <name>text</name> <string>...</string> </property> </widget> <spacer> <property> <name>name</name> <cstring>Spacer18</cstring> </property> <property> <name>orientation</name> <enum>Horizontal</enum> </property> <property> <name>sizeType</name> <enum>Expanding</enum> </property> <property> <name>sizeHint</name> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </hbox> </widget> <widget> <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout15</cstring> </property> <hbox> <property> <name>margin</name> <number>0</number> </property> <property> <name>spacing</name> <number>6</number> </property> <widget> <class>QLayoutWidget</class> <property stdset="1"> <name>name</name> <cstring>Layout14</cstring> </property> <vbox> <property> <name>margin</name> <number>0</number> </property> <property> <name>spacing</name> <number>6</number> </property> <widget> <class>QLabel</class> <property stdset="1"> <name>name</name> <cstring>TextLabel5</cstring> </property> <property> <name>text</name> <string>Message:</string> </property> </widget> <spacer> <property> <name>name</name> <cstring>Spacer11</cstring> </property> <property> <name>orientation</name> <enum>Vertical</enum> </property> <property> <name>sizeType</name> <enum>Expanding</enum> </property> <property> <name>sizeHint</name> <size> <width>20</width> <height>20</height> </size> </property> </spacer> </vbox> </widget> <widget> <class>QMultiLineEdit</class> <property stdset="1"> <name>name</name> <cstring>_editFailureMessage</cstring> </property> <property> <name>wordWrap</name> <enum>WidgetWidth</enum> </property> <property> <name>readOnly</name> <bool>true</bool> </property> </widget> </hbox> </widget> </vbox> </widget> </vbox></widget><connections> <connection> <sender>_buttonClose</sender> <signal>clicked()</signal> <receiver>TestRunnerDlgBase</receiver> <slot>accept()</slot> </connection> <connection> <sender>_buttonBrowse</sender> <signal>clicked()</signal> <receiver>TestRunnerDlgBase</receiver> <slot>browseForTest()</slot> </connection> <connection> <sender>_buttonRunTest</sender> <signal>clicked()</signal> <receiver>TestRunnerDlgBase</receiver> <slot>runTest()</slot> </connection> <connection> <sender>_buttonStop</sender> <signal>clicked()</signal> <receiver>TestRunnerDlgBase</receiver> <slot>stopTest()</slot> </connection> <slot access="protected">browseForTest()</slot> <slot access="protected">stopTest()</slot> <slot access="protected">runTest()</slot></connections><tabstops> <tabstop>_comboTest</tabstop> <tabstop>_buttonBrowse</tabstop> <tabstop>_buttonRunTest</tabstop> <tabstop>_listFailures</tabstop> <tabstop>_editFailureMessage</tabstop> <tabstop>_buttonClose</tabstop></tabstops></UI>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -