aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testsettingspage.ui
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2016-06-06 15:35:00 +0200
committerChristian Stenger <christian.stenger@qt.io>2016-06-14 11:05:35 +0000
commit8cba580343b2aca6c2fe60dd773480c80a3feda9 (patch)
tree04d597fa9e367d40ab904a6bcbaff79f7e51ca74 /src/plugins/autotest/testsettingspage.ui
parentc64fa0d3292f8c2a849783738075197038a69dfe (diff)
AutoTest: Introduce active state for test frameworks
Change-Id: I0fddce91a239c0a51352a25e34a221fd8880b733 Reviewed-by: David Schulz <david.schulz@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
Diffstat (limited to 'src/plugins/autotest/testsettingspage.ui')
-rw-r--r--src/plugins/autotest/testsettingspage.ui252
1 files changed, 134 insertions, 118 deletions
diff --git a/src/plugins/autotest/testsettingspage.ui b/src/plugins/autotest/testsettingspage.ui
index ad70fd1617a..c37c08aeeeb 100644
--- a/src/plugins/autotest/testsettingspage.ui
+++ b/src/plugins/autotest/testsettingspage.ui
@@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
- <width>485</width>
+ <width>574</width>
<height>404</height>
</rect>
</property>
@@ -151,130 +151,18 @@
</widget>
</item>
<item>
- <widget class="QGroupBox" name="groupBox_3">
+ <widget class="QGroupBox" name="groupBox_4">
<property name="title">
- <string>Google Test</string>
+ <string>Active Test Frameworks</string>
</property>
- <layout class="QVBoxLayout" name="verticalLayout_6">
+ <layout class="QVBoxLayout" name="verticalLayout_7">
<item>
- <widget class="QCheckBox" name="runDisabledGTestsCB">
+ <widget class="QListWidget" name="frameworkListWidget">
<property name="toolTip">
- <string>Executes disabled tests when performing a test run.</string>
- </property>
- <property name="text">
- <string>Run disabled tests</string>
+ <string>Select the test frameworks to be handled by the AutoTest plugin.</string>
</property>
</widget>
</item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_3">
- <item>
- <widget class="QCheckBox" name="repeatGTestsCB">
- <property name="toolTip">
- <string>Repeats a test run (you might be required to increase the timeout to avoid canceling the tests).</string>
- </property>
- <property name="text">
- <string>Repeat tests</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_3">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Iterations:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QSpinBox" name="repetitionSpin">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="minimum">
- <number>1</number>
- </property>
- <property name="maximum">
- <number>9999</number>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_3">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout_4">
- <item>
- <widget class="QCheckBox" name="shuffleGTestsCB">
- <property name="toolTip">
- <string>Shuffle tests automatically on every iteration by the given seed.</string>
- </property>
- <property name="text">
- <string>Shuffle tests</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label_2">
- <property name="sizePolicy">
- <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
- <horstretch>0</horstretch>
- <verstretch>0</verstretch>
- </sizepolicy>
- </property>
- <property name="text">
- <string>Seed:</string>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QSpinBox" name="seedSpin">
- <property name="enabled">
- <bool>false</bool>
- </property>
- <property name="toolTip">
- <string>A seed of 0 generates a seed based on the current timestamp.</string>
- </property>
- <property name="specialValueText">
- <string/>
- </property>
- <property name="maximum">
- <number>99999</number>
- </property>
- </widget>
- </item>
- <item>
- <spacer name="horizontalSpacer_4">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="sizeHint" stdset="0">
- <size>
- <width>40</width>
- <height>20</height>
- </size>
- </property>
- </spacer>
- </item>
- </layout>
- </item>
</layout>
</widget>
</item>
@@ -407,6 +295,134 @@
</widget>
</item>
<item>
+ <widget class="QGroupBox" name="groupBox_3">
+ <property name="title">
+ <string>Google Test</string>
+ </property>
+ <layout class="QVBoxLayout" name="verticalLayout_6">
+ <item>
+ <widget class="QCheckBox" name="runDisabledGTestsCB">
+ <property name="toolTip">
+ <string>Executes disabled tests when performing a test run.</string>
+ </property>
+ <property name="text">
+ <string>Run disabled tests</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
+ <item>
+ <widget class="QCheckBox" name="repeatGTestsCB">
+ <property name="toolTip">
+ <string>Repeats a test run (you might be required to increase the timeout to avoid canceling the tests).</string>
+ </property>
+ <property name="text">
+ <string>Repeat tests</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="label_3">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Iterations:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QSpinBox" name="repetitionSpin">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="minimum">
+ <number>1</number>
+ </property>
+ <property name="maximum">
+ <number>9999</number>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_3">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ <item>
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
+ <item>
+ <widget class="QCheckBox" name="shuffleGTestsCB">
+ <property name="toolTip">
+ <string>Shuffle tests automatically on every iteration by the given seed.</string>
+ </property>
+ <property name="text">
+ <string>Shuffle tests</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QLabel" name="label_2">
+ <property name="sizePolicy">
+ <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
+ <horstretch>0</horstretch>
+ <verstretch>0</verstretch>
+ </sizepolicy>
+ </property>
+ <property name="text">
+ <string>Seed:</string>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <widget class="QSpinBox" name="seedSpin">
+ <property name="enabled">
+ <bool>false</bool>
+ </property>
+ <property name="toolTip">
+ <string>A seed of 0 generates a seed based on the current timestamp.</string>
+ </property>
+ <property name="specialValueText">
+ <string/>
+ </property>
+ <property name="maximum">
+ <number>99999</number>
+ </property>
+ </widget>
+ </item>
+ <item>
+ <spacer name="horizontalSpacer_4">
+ <property name="orientation">
+ <enum>Qt::Horizontal</enum>
+ </property>
+ <property name="sizeHint" stdset="0">
+ <size>
+ <width>40</width>
+ <height>20</height>
+ </size>
+ </property>
+ </spacer>
+ </item>
+ </layout>
+ </item>
+ </layout>
+ </widget>
+ </item>
+ <item>
<spacer name="verticalSpacer_2">
<property name="orientation">
<enum>Qt::Vertical</enum>