mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
...
This commit is contained in:
parent
3995b9386d
commit
ebce952f7f
@ -20,6 +20,10 @@
|
|||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab">
|
<widget class="QWidget" name="tab">
|
||||||
|
<attribute name="icon">
|
||||||
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
|
<normaloff>:/images/lt.png</normaloff>:/images/lt.png</iconset>
|
||||||
|
</attribute>
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Main Interface</string>
|
<string>Main Interface</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
@ -180,6 +184,10 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab_4">
|
<widget class="QWidget" name="tab_4">
|
||||||
|
<attribute name="icon">
|
||||||
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
|
<normaloff>:/images/book.png</normaloff>:/images/book.png</iconset>
|
||||||
|
</attribute>
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Book Details</string>
|
<string>Book Details</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
@ -258,6 +266,10 @@
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab_2">
|
<widget class="QWidget" name="tab_2">
|
||||||
|
<attribute name="icon">
|
||||||
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
|
<normaloff>:/images/tags.png</normaloff>:/images/tags.png</iconset>
|
||||||
|
</attribute>
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Tag Browser</string>
|
<string>Tag Browser</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
@ -352,6 +364,10 @@ then the tags will be displayed each on their own line.</string>
|
|||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="tab_3">
|
<widget class="QWidget" name="tab_3">
|
||||||
|
<attribute name="icon">
|
||||||
|
<iconset resource="../../../../resources/images.qrc">
|
||||||
|
<normaloff>:/images/cover_flow.png</normaloff>:/images/cover_flow.png</iconset>
|
||||||
|
</attribute>
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
<string>Cover Browser</string>
|
<string>Cover Browser</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
|
@ -89,7 +89,7 @@ class Category(QWidget): # {{{
|
|||||||
self.bar = QToolBar(self)
|
self.bar = QToolBar(self)
|
||||||
self.bar.setStyleSheet(
|
self.bar.setStyleSheet(
|
||||||
'QToolBar { border: none; background: none }')
|
'QToolBar { border: none; background: none }')
|
||||||
self.bar.setIconSize(QSize(48, 48))
|
self.bar.setIconSize(QSize(32, 32))
|
||||||
self.bar.setMovable(False)
|
self.bar.setMovable(False)
|
||||||
self.bar.setFloatable(False)
|
self.bar.setFloatable(False)
|
||||||
self.bar.setToolButtonStyle(Qt.ToolButtonTextUnderIcon)
|
self.bar.setToolButtonStyle(Qt.ToolButtonTextUnderIcon)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user