aboutsummaryrefslogtreecommitdiffstats
path: root/src/plugins/autotest/testsettingspage.ui
diff options
context:
space:
mode:
authorChristian Stenger <christian.stenger@qt.io>2018-01-09 13:15:11 +0100
committerChristian Stenger <christian.stenger@qt.io>2018-01-10 10:46:44 +0000
commit8c4dcda6d4c05a182a86eb3cb5e30cd59c3654f4 (patch)
tree6f05508065794324b75ef57272b1d1572d69e5bb /src/plugins/autotest/testsettingspage.ui
parent50ca0de846ae3e468e5e8ea596396f3664604fd9 (diff)
AutoTest: Turn frameworks widget from list to tree
Preparation for adding more settings to the frameworks. We need more columns for this purpose, so use a tree instead of a list. Change-Id: I73a1bb09625957986e857e4926009118a7ccaa32 Reviewed-by: David Schulz <david.schulz@qt.io>
Diffstat (limited to 'src/plugins/autotest/testsettingspage.ui')
-rw-r--r--src/plugins/autotest/testsettingspage.ui13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/plugins/autotest/testsettingspage.ui b/src/plugins/autotest/testsettingspage.ui
index dd0d43ed114..25949744740 100644
--- a/src/plugins/autotest/testsettingspage.ui
+++ b/src/plugins/autotest/testsettingspage.ui
@@ -175,10 +175,21 @@ Warning: this is an experimental feature and might lead to failing to execute th
</property>
<layout class="QVBoxLayout" name="verticalLayout_7">
<item>
- <widget class="QListWidget" name="frameworkListWidget">
+ <widget class="QTreeWidget" name="frameworkTreeWidget">
<property name="toolTip">
<string>Selects the test frameworks to be handled by the AutoTest plugin.</string>
</property>
+ <property name="rootIsDecorated">
+ <bool>false</bool>
+ </property>
+ <property name="headerHidden">
+ <bool>true</bool>
+ </property>
+ <column>
+ <property name="text">
+ <string>Framework</string>
+ </property>
+ </column>
</widget>
</item>
<item>