mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Morph QToolButton to QPushButton
This commit is contained in:
committed by
sledgehammer999
parent
dbf5a264bd
commit
92f58a40e7
@@ -20,36 +20,27 @@
|
|||||||
<item>
|
<item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="newFeedButton">
|
<widget class="QPushButton" name="newFeedButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>New subscription</string>
|
<string>New subscription</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolButtonStyle">
|
|
||||||
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="markReadButton">
|
<widget class="QPushButton" name="markReadButton">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Mark items read</string>
|
<string>Mark items read</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolButtonStyle">
|
|
||||||
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QToolButton" name="updateAllButton">
|
<widget class="QPushButton" name="updateAllButton">
|
||||||
<property name="toolTip">
|
<property name="toolTip">
|
||||||
<string>Refresh RSS streams</string>
|
<string>Refresh RSS streams</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Update all</string>
|
<string>Update all</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="toolButtonStyle">
|
|
||||||
<enum>Qt::ToolButtonTextBesideIcon</enum>
|
|
||||||
</property>
|
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
|
|||||||
Reference in New Issue
Block a user