(trunk qt) use the system's ToolButtonStyle, and have the QActions' priorities match the GTK+ client's "is-imporant" GtkAction hints

This commit is contained in:
Charles Kerr
2010-07-31 06:37:04 +00:00
parent 344e4bedc5
commit 91594e583f

View File

@@ -158,7 +158,7 @@
</size>
</property>
<property name="toolButtonStyle">
<enum>Qt::ToolButtonTextUnderIcon</enum>
<enum>Qt::ToolButtonFollowStyle</enum>
</property>
<property name="floatable">
<bool>false</bool>
@@ -180,6 +180,9 @@
<property name="text">
<string>&amp;Add File...</string>
</property>
<property name="iconText">
<string>Add</string>
</property>
<property name="toolTip">
<string>Add a torrent</string>
</property>
@@ -230,6 +233,9 @@
<property name="shortcut">
<string>Ctrl+S</string>
</property>
<property name="priority">
<enum>QAction::LowPriority</enum>
</property>
</action>
<action name="action_Announce">
<property name="text">
@@ -249,6 +255,9 @@
<property name="shortcut">
<string>Ctrl+P</string>
</property>
<property name="priority">
<enum>QAction::LowPriority</enum>
</property>
</action>
<action name="action_Verify">
<property name="text">
@@ -268,6 +277,9 @@
<property name="shortcut">
<string>Del</string>
</property>
<property name="priority">
<enum>QAction::LowPriority</enum>
</property>
</action>
<action name="action_Delete">
<property name="text">