mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-08 10:44:09 -04:00
This commit is contained in:
parent
eb6bf32efa
commit
e209b79519
@ -577,9 +577,9 @@
|
||||
</widget>
|
||||
</item>
|
||||
<item row="4" column="0" colspan="3" >
|
||||
<widget class="QCheckBox" name="gui_disable_autorotation" >
|
||||
<widget class="QCheckBox" name="gui_autorotation" >
|
||||
<property name="text" >
|
||||
<string>Disable auto &rotation of images</string>
|
||||
<string>Enable auto &rotation of images</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
|
@ -21,7 +21,7 @@
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<widget class="QWidget" name="" >
|
||||
<widget class="QWidget" name="layoutWidget" >
|
||||
<layout class="QVBoxLayout" >
|
||||
<item>
|
||||
<widget class="QGroupBox" name="groupBox" >
|
||||
@ -97,6 +97,9 @@
|
||||
<property name="alignment" >
|
||||
<set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>rating</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="3" column="1" >
|
||||
|
Loading…
x
Reference in New Issue
Block a user