mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-06-23 15:30:45 -04:00
Use real toolbuttons instead of the funky styles pushbuttons.
This commit is contained in:
parent
c374a33e0c
commit
940e8cd89e
@ -224,7 +224,7 @@ you the value as well as all the local variables</p></string>
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="go_button">
|
<widget class="QToolButton" name="go_button">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Go</string>
|
<string>&Go</string>
|
||||||
</property>
|
</property>
|
||||||
@ -232,8 +232,8 @@ you the value as well as all the local variables</p></string>
|
|||||||
<iconset resource="../../../../resources/images.qrc">
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
<normaloff>:/images/sync-right.png</normaloff>:/images/sync-right.png</iconset>
|
<normaloff>:/images/sync-right.png</normaloff>:/images/sync-right.png</iconset>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="toolButtonStyle">
|
||||||
<string notr="true">padding: 5; padding-left: 1;</string>
|
<set>Qt::ToolButtonTextBesideIcon</set>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>If 'Enable breakpoints' is checked then click this button to run your template</string>
|
<string>If 'Enable breakpoints' is checked then click this button to run your template</string>
|
||||||
@ -286,12 +286,12 @@ you the value as well as all the local variables</p></string>
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="toggle_button">
|
<widget class="QToolButton" name="toggle_button">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Toggle</string>
|
<string>&Toggle</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="toolButtonStyle">
|
||||||
<string notr="true">padding: 5; padding-left: 1;</string>
|
<set>Qt::ToolButtonTextBesideIcon</set>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../resources/images.qrc">
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
@ -316,12 +316,12 @@ you the value as well as all the local variables</p></string>
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="remove_all_button">
|
<widget class="QToolButton" name="remove_all_button">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Remove all</string>
|
<string>&Remove all</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="toolButtonStyle">
|
||||||
<string notr="true">padding: 5; padding-left: 1;</string>
|
<set>Qt::ToolButtonTextBesideIcon</set>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../resources/images.qrc">
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
@ -333,12 +333,12 @@ you the value as well as all the local variables</p></string>
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QPushButton" name="set_all_button">
|
<widget class="QToolButton" name="set_all_button">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>&Set all</string>
|
<string>&Set all</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="styleSheet">
|
<property name="toolButtonStyle">
|
||||||
<string notr="true">padding: 5; padding-left: 1;</string>
|
<set>Qt::ToolButtonTextBesideIcon</set>
|
||||||
</property>
|
</property>
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="../../../../resources/images.qrc">
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user