File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change 453453 <property name =" flat" >
454454 <bool >true</bool >
455455 </property >
456- <property name =" alignment" >
457- <set >Qt::AlignHCenter</set >
458- </property >
459456 <layout class =" QGridLayout" name =" gridLayout_2" >
460457 <property name =" leftMargin" >
461458 <number >0</number >
630627 <property name =" flat" >
631628 <bool >true</bool >
632629 </property >
633- <property name =" alignment" >
634- <set >Qt::AlignHCenter</set >
635- </property >
636630 <layout class =" QVBoxLayout" name =" verticalLayout_4" >
637631 <property name =" leftMargin" >
638632 <number >0</number >
Original file line number Diff line number Diff line change @@ -273,7 +273,6 @@ def setupUi(self, MainWindow):
273273 self .groupBox_security .setObjectName (u"groupBox_security" )
274274 self .groupBox_security .setCheckable (True )
275275 self .groupBox_security .setFlat (True )
276- self .groupBox_security .setAlignment (Qt .AlignHCenter )
277276 self .gridLayout_2 = QGridLayout (self .groupBox_security )
278277 self .gridLayout_2 .setObjectName (u"gridLayout_2" )
279278 self .gridLayout_2 .setContentsMargins (0 , 5 , 0 , 5 )
@@ -364,7 +363,6 @@ def setupUi(self, MainWindow):
364363 self .groupBox_avoidance .setObjectName (u"groupBox_avoidance" )
365364 self .groupBox_avoidance .setCheckable (True )
366365 self .groupBox_avoidance .setFlat (True )
367- self .groupBox_avoidance .setAlignment (Qt .AlignHCenter )
368366 self .verticalLayout_4 = QVBoxLayout (self .groupBox_avoidance )
369367 self .verticalLayout_4 .setObjectName (u"verticalLayout_4" )
370368 self .verticalLayout_4 .setContentsMargins (0 , 5 , 0 , 5 )
You can’t perform that action at this time.
0 commit comments