This commit is contained in:
Kovid Goyal 2019-12-31 13:17:25 +05:30
parent 330d5d1b42
commit 3630ae9d8f
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C
2 changed files with 2 additions and 1 deletions

View File

@ -48,7 +48,7 @@
</property>
<item>
<widget class="QLineEdit" name="cover_path">
<property name="readOnly">
<property name="clearButtonEnabled">
<bool>true</bool>
</property>
</widget>

View File

@ -158,6 +158,7 @@ class Config(QDialog):
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)