summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorFriedemann Kleint <Friedemann.Kleint@qt.io>2020-03-30 13:58:29 +0200
committerFriedemann Kleint <Friedemann.Kleint@qt.io>2020-03-30 16:04:30 +0200
commit7f6d41e35091594cb2371b4b2991f5a04e483539 (patch)
treed0654cedecd9741b1aa5528b822600aa7c858353 /tools
parent2879485212bbd97609b43f657fa3828922da774a (diff)
testcon: Remove QActionGroup from main form
QActionGroup support of Qt Designer was dropped in Qt 4. The group in question is also not exclusive, so, it does not make sense. Change-Id: I8927c730bab9071fd05de4207f4727c5d1bf4922 Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
Diffstat (limited to 'tools')
-rw-r--r--tools/testcon/mainwindow.ui70
1 files changed, 31 insertions, 39 deletions
diff --git a/tools/testcon/mainwindow.ui b/tools/testcon/mainwindow.ui
index d18419e..ec770a9 100644
--- a/tools/testcon/mainwindow.ui
+++ b/tools/testcon/mainwindow.ui
@@ -626,48 +626,40 @@
<string>About Qt</string>
</property>
</action>
- <actiongroup name="actionGroupLogging" >
- <action name="actionLogSignals" >
- <property name="objectName" >
- <string>actionLogSignals</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
- <property name="iconText" >
- <string>Signals</string>
- </property>
- <property name="text" >
- <string>&amp;Signals</string>
- </property>
- </action>
- <action name="actionLogProperties" >
- <property name="objectName" >
- <string>actionLogProperties</string>
- </property>
- <property name="checkable" >
- <bool>true</bool>
- </property>
- <property name="checked" >
- <bool>true</bool>
- </property>
- <property name="iconText" >
- <string>Properties</string>
- </property>
- <property name="text" >
- <string>&amp;Properties</string>
- </property>
- </action>
+ <action name="actionLogSignals" >
<property name="objectName" >
- <string>actionGroupLogging</string>
+ <string>actionLogSignals</string>
</property>
- <property name="exclusive" >
- <bool>false</bool>
+ <property name="checkable" >
+ <bool>true</bool>
+ </property>
+ <property name="checked" >
+ <bool>true</bool>
</property>
- </actiongroup>
+ <property name="iconText" >
+ <string>Signals</string>
+ </property>
+ <property name="text" >
+ <string>&amp;Signals</string>
+ </property>
+ </action>
+ <action name="actionLogProperties" >
+ <property name="objectName" >
+ <string>actionLogProperties</string>
+ </property>
+ <property name="checkable" >
+ <bool>true</bool>
+ </property>
+ <property name="checked" >
+ <bool>true</bool>
+ </property>
+ <property name="iconText" >
+ <string>Properties</string>
+ </property>
+ <property name="text" >
+ <string>&amp;Properties</string>
+ </property>
+ </action>
</widget>
<layoutdefault spacing="6" margin="11" />
</ui>