aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testsettingspage.ui
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2017-12-06 08:45:36 +0100
committerChristian Stenger <christian.stenger@qt.io>2018-01-15 13:21:44 +0000
commit4eabcda3a1ccce6cd503a29c86f65ce1c024a5d3 (patch)
tree36fbf6e1ddb685f8baff29b3c02ddf957e43d375 /src/plugins/autotest/testsettingspage.ui
parentb3e24fbfd4f683fcec98fcab57e7369d5d2956e2 (diff)
AutoTest: Allow grouping of test cases
Grouping of test cases can now get enabled for each registered framework. For now grouping happens only folder based. Task-number: QTCREATORBUG-17979 Change-Id: Ic0e5c0ecc76998a1aedea8aa0845f6d9b53fb179 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/autotest/testsettingspage.ui')
-rw-r--r--src/plugins/autotest/testsettingspage.ui19
1 files changed, 18 insertions, 1 deletions
diff --git a/src/plugins/autotest/testsettingspage.ui b/src/plugins/autotest/testsettingspage.ui
index 25949744740..5f7f867f3f4 100644
--- a/src/plugins/autotest/testsettingspage.ui
+++ b/src/plugins/autotest/testsettingspage.ui
@@ -183,12 +183,29 @@ Warning: this is an experimental feature and might lead to failing to execute th
<bool>false</bool>
</property>
<property name="headerHidden">
- <bool>true</bool>
+ <bool>false</bool>
</property>
+ <property name="columnCount">
+ <number>2</number>
+ </property>
+ <attribute name="headerDefaultSectionSize">
+ <number>150</number>
+ </attribute>
<column>
<property name="text">
<string>Framework</string>
</property>
+ <property name="toolTip">
+ <string>Selects the test frameworks to be handled by the AutoTest plugin.</string>
+ </property>
+ </column>
+ <column>
+ <property name="text">
+ <string>Group</string>
+ </property>
+ <property name="toolTip">
+ <string>Enables grouping of test cases.</string>
+ </property>
</column>
</widget>
</item>