/
redgpu
/
ezEngine
Обзор
Документация
Войти
/
redgpu
/
ezEngine
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
dev
Code/UnitTests/TestFramework/Framework/Qt/qtTestGUI.ui
336 строк
9 KB
Jan Krassnigg
Removed unused options from testframework (#1740)
11 дек 2025, 10:49
Не верифицирован
11 дек 2025, 10:49
1041e46
Код
Авторство
О чём код?
<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>qtTestGUI</class> <widget class="QMainWindow" name="qtTestGUI"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>951</width> <height>660</height> </rect> </property> <property name="windowTitle"> <string>ezTestFramework</string> </property> <property name="windowIcon"> <iconset resource="resources.qrc"> <normaloff>:/Icons/Icons/pie.png</normaloff>:/Icons/Icons/pie.png</iconset> </property> <property name="styleSheet"> <string notr="true"/> </property> <property name="iconSize"> <size> <width>32</width> <height>32</height> </size> </property> <widget class="QWidget" name="centralwidget"> <layout class="QVBoxLayout" name="verticalLayout"> <property name="bottomMargin"> <number>0</number> </property> <item> <widget class="QTreeView" name="testTreeView"> <property name="uniformRowHeights"> <bool>true</bool> </property> <attribute name="headerStretchLastSection"> <bool>true</bool> </attribute> </widget> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QPushButton" name="pushButtonQuit"> <property name="text"> <string>Quit</string> </property> </widget> </item> <item> <widget class="QPushButton" name="pushButtonAbort"> <property name="text"> <string>Abort</string> </property> </widget> </item> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Orientation::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="pushButtonRunTests"> <property name="text"> <string>Run Tests</string> </property> <property name="autoDefault"> <bool>true</bool> </property> <property name="default"> <bool>true</bool> </property> </widget> </item> </layout> </item> </layout> </widget> <widget class="QStatusBar" name="testStatusBar"/> <widget class="QMenuBar" name="menuBar"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>951</width> <height>33</height> </rect> </property> <widget class="QMenu" name="menuRun"> <property name="title"> <string>Run</string> </property> <addaction name="actionRunTests"/> <addaction name="separator"/> <addaction name="actionAbort"/> <addaction name="actionQuit"/> </widget> <widget class="QMenu" name="menuSettings"> <property name="title"> <string>Settings</string> </property> <addaction name="actionAssertOnTestFail"/> <addaction name="actionDisableSuccessfulTests"/> <addaction name="separator"/> <addaction name="actionSaveTestSettingsAs"/> <addaction name="actionSaveTestOrderAs"/> </widget> <widget class="QMenu" name="menuTest_Data"> <property name="title"> <string>Test Data</string> </property> <addaction name="actionOpenTestDataFolder"/> <addaction name="actionOpenOutputFolder"/> <addaction name="actionOpenHTMLFile"/> <addaction name="actionUpdateReferenceImages"/> </widget> <addaction name="menuRun"/> <addaction name="menuSettings"/> <addaction name="menuTest_Data"/> </widget> <action name="actionAssertOnTestFail"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Break on Test Failure</string> </property> </action> <action name="actionRunTests"> <property name="text"> <string>Run Tests</string> </property> <property name="toolTip"> <string>Run Tests</string> </property> <property name="shortcut"> <string>Alt+R</string> </property> </action> <action name="actionAbort"> <property name="text"> <string>Abort</string> </property> <property name="shortcut"> <string>Alt+A</string> </property> </action> <action name="actionQuit"> <property name="text"> <string>Quit</string> </property> <property name="shortcut"> <string>Alt+Q</string> </property> </action> <action name="actionEnableOnlyThis"> <property name="text"> <string>Enable Only This</string> </property> <property name="toolTip"> <string>Disables all tests and enables only this test.</string> </property> </action> <action name="actionEnableAll"> <property name="text"> <string>Enable All</string> </property> <property name="toolTip"> <string>Enables all tests.</string> </property> </action> <action name="actionDisableAll"> <property name="text"> <string>Disable All</string> </property> <property name="toolTip"> <string>Disables all tests.</string> </property> </action> <action name="actionExpandAll"> <property name="text"> <string>Expand All</string> </property> <property name="toolTip"> <string>Expands all test nodes.</string> </property> </action> <action name="actionCollapseAll"> <property name="text"> <string>Collapse All</string> </property> <property name="toolTip"> <string>Collapses all test nodes.</string> </property> </action> <action name="actionEnableAllChildren"> <property name="text"> <string>Enable All Children</string> </property> <property name="toolTip"> <string>Enables all children of the selected test.</string> </property> </action> <action name="actionSaveTestSettingsAs"> <property name="text"> <string>Save Test Settings As...</string> </property> <property name="toolTip"> <string>Save Test Settings As</string> </property> <property name="shortcut"> <string>Ctrl+S</string> </property> </action> <action name="actionEnableOnlyFailed"> <property name="text"> <string>Enable Only Failed</string> </property> </action> <action name="actionOpenTestDataFolder"> <property name="text"> <string>Open Test Data Folder</string> </property> <property name="shortcut"> <string>Ctrl+D</string> </property> </action> <action name="actionOpenOutputFolder"> <property name="text"> <string>Open Output Folder</string> </property> <property name="shortcut"> <string>Ctrl+O</string> </property> </action> <action name="actionDisableSuccessfulTests"> <property name="checkable"> <bool>true</bool> </property> <property name="text"> <string>Disable Successful Tests</string> </property> <property name="toolTip"> <string>This will automatically disable successfully executed tests and save the current state, while running tests.</string> </property> <property name="shortcut"> <string>Ctrl+T</string> </property> </action> <action name="actionOpenHTMLFile"> <property name="text"> <string>Open HTML Output</string> </property> <property name="shortcut"> <string>Ctrl+H</string> </property> </action> <action name="actionSaveTestOrderAs"> <property name="text"> <string>Save Test Order As...</string> </property> </action> <action name="actionUpdateReferenceImages"> <property name="text"> <string>Update Reference Images</string> </property> <property name="shortcut"> <string>Ctrl+U</string> </property> </action> </widget> <resources> <include location="resources.qrc"/> </resources> <connections> <connection> <sender>pushButtonAbort</sender> <signal>clicked()</signal> <receiver>actionAbort</receiver> <slot>trigger()</slot> <hints> <hint type="sourcelabel"> <x>128</x> <y>665</y> </hint> <hint type="destinationlabel"> <x>-1</x> <y>-1</y> </hint> </hints> </connection> <connection> <sender>pushButtonQuit</sender> <signal>clicked()</signal> <receiver>actionQuit</receiver> <slot>trigger()</slot> <hints> <hint type="sourcelabel"> <x>47</x> <y>665</y> </hint> <hint type="destinationlabel"> <x>-1</x> <y>-1</y> </hint> </hints> </connection> <connection> <sender>pushButtonRunTests</sender> <signal>clicked()</signal> <receiver>actionRunTests</receiver> <slot>trigger()</slot> <hints> <hint type="sourcelabel"> <x>267</x> <y>665</y> </hint> <hint type="destinationlabel"> <x>-1</x> <y>-1</y> </hint> </hints> </connection> </connections> </ui>