mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-28 00:55:31 +01:00
...
This commit is contained in:
parent
330d5d1b42
commit
3630ae9d8f
2 changed files with 2 additions and 1 deletions
|
|
@ -48,7 +48,7 @@
|
|||
</property>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="cover_path">
|
||||
<property name="readOnly">
|
||||
<property name="clearButtonEnabled">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
|
|
|
|||
|
|
@ -158,6 +158,7 @@ def setupUi(self):
|
|||
self.buttonBox.setObjectName("buttonBox")
|
||||
self.gridLayout.addWidget(self.buttonBox, 3, 1, 1, 1)
|
||||
self.help = QTextEdit(self)
|
||||
self.help.setReadOnly(True)
|
||||
sizePolicy = QSizePolicy(QSizePolicy.Expanding, QSizePolicy.Expanding)
|
||||
sizePolicy.setHorizontalStretch(0)
|
||||
sizePolicy.setVerticalStretch(0)
|
||||
|
|
|
|||
Loading…
Reference in a new issue