File tree 2 files changed +10
-6
lines changed
2 files changed +10
-6
lines changed Original file line number Diff line number Diff line change 2
2
3
3
# Form implementation generated from reading ui file 'mainwindow.ui'
4
4
#
5
- # Created by: PyQt5 UI code generator 5.15.6
5
+ # Created by: PyQt5 UI code generator 5.15.7
6
6
#
7
7
# WARNING: Any manual changes made to this file will be lost when pyuic5 is
8
8
# run again. Do not edit this file unless you know what you are doing.
@@ -117,9 +117,10 @@ def setupUi(self, MainWindow):
117
117
sizePolicy .setVerticalStretch (0 )
118
118
sizePolicy .setHeightForWidth (self .listPages .sizePolicy ().hasHeightForWidth ())
119
119
self .listPages .setSizePolicy (sizePolicy )
120
- self .listPages .setMinimumSize (QtCore .QSize (84 , 84 ))
121
- self .listPages .setMaximumSize (QtCore .QSize (84 , 16777215 ))
120
+ self .listPages .setMinimumSize (QtCore .QSize (90 , 90 ))
121
+ self .listPages .setMaximumSize (QtCore .QSize (90 , 16777215 ))
122
122
self .listPages .setFrameShape (QtWidgets .QFrame .NoFrame )
123
+ self .listPages .setVerticalScrollBarPolicy (QtCore .Qt .ScrollBarAlwaysOn )
123
124
self .listPages .setHorizontalScrollBarPolicy (QtCore .Qt .ScrollBarAlwaysOff )
124
125
self .listPages .setEditTriggers (QtWidgets .QAbstractItemView .NoEditTriggers )
125
126
self .listPages .setProperty ("showDropIndicator" , False )
Original file line number Diff line number Diff line change 278
278
</property >
279
279
<property name =" minimumSize" >
280
280
<size >
281
- <width >84 </width >
282
- <height >84 </height >
281
+ <width >90 </width >
282
+ <height >90 </height >
283
283
</size >
284
284
</property >
285
285
<property name =" maximumSize" >
286
286
<size >
287
- <width >84 </width >
287
+ <width >90 </width >
288
288
<height >16777215</height >
289
289
</size >
290
290
</property >
291
291
<property name =" frameShape" >
292
292
<enum >QFrame::NoFrame</enum >
293
293
</property >
294
+ <property name =" verticalScrollBarPolicy" >
295
+ <enum >Qt::ScrollBarAlwaysOn</enum >
296
+ </property >
294
297
<property name =" horizontalScrollBarPolicy" >
295
298
<enum >Qt::ScrollBarAlwaysOff</enum >
296
299
</property >
You can’t perform that action at this time.
0 commit comments