mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 12:28:52 +00:00
(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:
@@ -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>&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">
|
||||
|
||||
Reference in New Issue
Block a user