mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-04-24 19:23:03 +02:00
This commit is contained in:
parent
eb6bf32efa
commit
e209b79519
2 changed files with 6 additions and 3 deletions
|
|
@ -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…
Reference in a new issue