Skip to content
Snippets Groups Projects
Commit ad3bac6a authored by Tobias Hunger's avatar Tobias Hunger
Browse files

Toolchain: Small fixes for optionspage

 * Use same icons for add/remove buttons as Qt4 options page does
 * Pop up menu of add button directly
parent 5dabb1e4
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,13 @@ ...@@ -48,6 +48,13 @@
<property name="text"> <property name="text">
<string>+</string> <string>+</string>
</property> </property>
<property name="icon">
<iconset resource="../coreplugin/core.qrc">
<normaloff>:/core/images/plus.png</normaloff>:/core/images/plus.png</iconset>
</property>
<property name="popupMode">
<enum>QToolButton::InstantPopup</enum>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -67,6 +74,10 @@ ...@@ -67,6 +74,10 @@
<property name="text"> <property name="text">
<string>-</string> <string>-</string>
</property> </property>
<property name="icon">
<iconset resource="../coreplugin/core.qrc">
<normaloff>:/core/images/minus.png</normaloff>:/core/images/minus.png</iconset>
</property>
</widget> </widget>
</item> </item>
<item> <item>
...@@ -88,6 +99,8 @@ ...@@ -88,6 +99,8 @@
</item> </item>
</layout> </layout>
</widget> </widget>
<resources/> <resources>
<include location="../coreplugin/core.qrc"/>
</resources>
<connections/> <connections/>
</ui> </ui>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment