Skip to content

Commit 59fa8be

Browse files
author
tobi
committed
quick fix for #48 - make window bigger
1 parent 1773493 commit 59fa8be

File tree

2 files changed

+22
-25
lines changed

2 files changed

+22
-25
lines changed

mainwindow.py

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ class Ui_MainWindow(object):
1818
def setupUi(self, MainWindow):
1919
if not MainWindow.objectName():
2020
MainWindow.setObjectName(u"MainWindow")
21-
MainWindow.resize(700, 700)
21+
MainWindow.resize(700, 800)
2222
sizePolicy = QSizePolicy(QSizePolicy.Fixed, QSizePolicy.Fixed)
2323
sizePolicy.setHorizontalStretch(0)
2424
sizePolicy.setVerticalStretch(0)
2525
sizePolicy.setHeightForWidth(MainWindow.sizePolicy().hasHeightForWidth())
2626
MainWindow.setSizePolicy(sizePolicy)
27-
MainWindow.setMinimumSize(QSize(700, 700))
27+
MainWindow.setMinimumSize(QSize(700, 800))
2828
MainWindow.setMaximumSize(QSize(700, 700))
2929
icon = QIcon()
3030
icon.addFile(u":/newPrefix/images/appicon.png", QSize(), QIcon.Normal, QIcon.Off)
@@ -34,15 +34,15 @@ def setupUi(self, MainWindow):
3434
self.centralwidget.setObjectName(u"centralwidget")
3535
self.btn_Quit = QPushButton(self.centralwidget)
3636
self.btn_Quit.setObjectName(u"btn_Quit")
37-
self.btn_Quit.setGeometry(QRect(6, 631, 131, 35))
37+
self.btn_Quit.setGeometry(QRect(6, 730, 131, 35))
3838
self.btn_Quit.setFocusPolicy(Qt.StrongFocus)
3939
self.btn_Quit.setStyleSheet(u"")
4040
icon1 = QIcon()
4141
icon1.addFile(u":/newPrefix/images/Application-exit-icon.png", QSize(), QIcon.Normal, QIcon.Off)
4242
self.btn_Quit.setIcon(icon1)
4343
self.btn_Check = QPushButton(self.centralwidget)
4444
self.btn_Check.setObjectName(u"btn_Check")
45-
self.btn_Check.setGeometry(QRect(560, 631, 131, 35))
45+
self.btn_Check.setGeometry(QRect(560, 730, 131, 35))
4646
self.btn_Check.setStyleSheet(u"")
4747
icon2 = QIcon()
4848
icon2.addFile(u":/newPrefix/images/Refresh-icon.png", QSize(), QIcon.Normal, QIcon.Off)
@@ -51,21 +51,20 @@ def setupUi(self, MainWindow):
5151
self.progressBar = QProgressBar(self.centralwidget)
5252
self.progressBar.setObjectName(u"progressBar")
5353
self.progressBar.setEnabled(True)
54-
self.progressBar.setGeometry(QRect(140, 581, 551, 30))
54+
self.progressBar.setGeometry(QRect(140, 680, 551, 30))
5555
self.progressBar.setStyleSheet(u"")
5656
self.progressBar.setValue(24)
5757
self.progressBar.setTextVisible(True)
5858
self.progressBar.setInvertedAppearance(False)
5959
self.lbl_task = QLabel(self.centralwidget)
6060
self.lbl_task.setObjectName(u"lbl_task")
61-
self.lbl_task.setGeometry(QRect(10, 585, 121, 20))
61+
self.lbl_task.setGeometry(QRect(10, 684, 121, 20))
6262
self.lbl_task.setStyleSheet(u"")
6363
self.lbl_available = QLabel(self.centralwidget)
6464
self.lbl_available.setObjectName(u"lbl_available")
6565
self.lbl_available.setGeometry(QRect(6, 25, 645, 20))
6666
font = QFont()
6767
font.setBold(True)
68-
font.setWeight(75)
6968
self.lbl_available.setFont(font)
7069
self.lbl_available.setAlignment(Qt.AlignCenter)
7170
self.btn_about = QToolButton(self.centralwidget)
@@ -104,7 +103,7 @@ def setupUi(self, MainWindow):
104103
self.label.setWordWrap(True)
105104
self.btn_cancel = QPushButton(self.centralwidget)
106105
self.btn_cancel.setObjectName(u"btn_cancel")
107-
self.btn_cancel.setGeometry(QRect(110, 585, 24, 24))
106+
self.btn_cancel.setGeometry(QRect(110, 684, 24, 24))
108107
icon5 = QIcon()
109108
icon5.addFile(u":/newPrefix/images/Cancel-icon.png", QSize(), QIcon.Normal, QIcon.Off)
110109
self.btn_cancel.setIcon(icon5)
@@ -141,7 +140,7 @@ def setupUi(self, MainWindow):
141140
self.lbl_cleanup.setGeometry(QRect(70, 140, 171, 24))
142141
self.btngrp_filter = QGroupBox(self.centralwidget)
143142
self.btngrp_filter.setObjectName(u"btngrp_filter")
144-
self.btngrp_filter.setGeometry(QRect(200, 605, 307, 61))
143+
self.btngrp_filter.setGeometry(QRect(200, 704, 307, 61))
145144
self.btn_osx = QToolButton(self.btngrp_filter)
146145
self.btn_osx.setObjectName(u"btn_osx")
147146
self.btn_osx.setGeometry(QRect(227, 30, 75, 23))
@@ -177,14 +176,14 @@ def setupUi(self, MainWindow):
177176
self.btn_linux.setAutoExclusive(True)
178177
self.btn_oneclick = QPushButton(self.centralwidget)
179178
self.btn_oneclick.setObjectName(u"btn_oneclick")
180-
self.btn_oneclick.setGeometry(QRect(260, 630, 191, 35))
179+
self.btn_oneclick.setGeometry(QRect(260, 729, 191, 35))
181180
self.btn_oneclick.setStyleSheet(u"")
182181
icon9 = QIcon()
183182
icon9.addFile(u":/newPrefix/images/Actions-quickopen-icon.png", QSize(), QIcon.Normal, QIcon.Off)
184183
self.btn_oneclick.setIcon(icon9)
185184
self.lbl_quick = QLabel(self.centralwidget)
186185
self.lbl_quick.setObjectName(u"lbl_quick")
187-
self.lbl_quick.setGeometry(QRect(290, 610, 131, 20))
186+
self.lbl_quick.setGeometry(QRect(290, 709, 131, 20))
188187
self.lbl_quick.setAlignment(Qt.AlignCenter)
189188
self.lbl_caution = QLabel(self.centralwidget)
190189
self.lbl_caution.setObjectName(u"lbl_caution")
@@ -203,7 +202,7 @@ def setupUi(self, MainWindow):
203202
self.btn_newVersion.setChecked(False)
204203
self.btn_execute = QPushButton(self.centralwidget)
205204
self.btn_execute.setObjectName(u"btn_execute")
206-
self.btn_execute.setGeometry(QRect(260, 630, 191, 40))
205+
self.btn_execute.setGeometry(QRect(260, 729, 191, 40))
207206
self.btn_execute.setStyleSheet(u"")
208207
icon11 = QIcon()
209208
icon11.addFile(u":/newPrefix/images/Blender-icon.png", QSize(), QIcon.Normal, QIcon.Off)

mainwindow.ui

Lines changed: 11 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<x>0</x>
88
<y>0</y>
99
<width>700</width>
10-
<height>700</height>
10+
<height>800</height>
1111
</rect>
1212
</property>
1313
<property name="sizePolicy">
@@ -19,7 +19,7 @@
1919
<property name="minimumSize">
2020
<size>
2121
<width>700</width>
22-
<height>700</height>
22+
<height>800</height>
2323
</size>
2424
</property>
2525
<property name="maximumSize">
@@ -43,7 +43,7 @@
4343
<property name="geometry">
4444
<rect>
4545
<x>6</x>
46-
<y>631</y>
46+
<y>730</y>
4747
<width>131</width>
4848
<height>35</height>
4949
</rect>
@@ -66,7 +66,7 @@
6666
<property name="geometry">
6767
<rect>
6868
<x>560</x>
69-
<y>631</y>
69+
<y>730</y>
7070
<width>131</width>
7171
<height>35</height>
7272
</rect>
@@ -95,7 +95,7 @@
9595
<property name="geometry">
9696
<rect>
9797
<x>140</x>
98-
<y>581</y>
98+
<y>680</y>
9999
<width>551</width>
100100
<height>30</height>
101101
</rect>
@@ -117,7 +117,7 @@
117117
<property name="geometry">
118118
<rect>
119119
<x>10</x>
120-
<y>585</y>
120+
<y>684</y>
121121
<width>121</width>
122122
<height>20</height>
123123
</rect>
@@ -140,7 +140,6 @@
140140
</property>
141141
<property name="font">
142142
<font>
143-
<weight>75</weight>
144143
<bold>true</bold>
145144
</font>
146145
</property>
@@ -274,7 +273,7 @@
274273
<property name="geometry">
275274
<rect>
276275
<x>110</x>
277-
<y>585</y>
276+
<y>684</y>
278277
<width>24</width>
279278
<height>24</height>
280279
</rect>
@@ -417,7 +416,7 @@
417416
<property name="geometry">
418417
<rect>
419418
<x>200</x>
420-
<y>605</y>
419+
<y>704</y>
421420
<width>307</width>
422421
<height>61</height>
423422
</rect>
@@ -530,7 +529,7 @@
530529
<property name="geometry">
531530
<rect>
532531
<x>260</x>
533-
<y>630</y>
532+
<y>729</y>
534533
<width>191</width>
535534
<height>35</height>
536535
</rect>
@@ -553,7 +552,7 @@
553552
<property name="geometry">
554553
<rect>
555554
<x>290</x>
556-
<y>610</y>
555+
<y>709</y>
557556
<width>131</width>
558557
<height>20</height>
559558
</rect>
@@ -576,7 +575,6 @@
576575
</property>
577576
<property name="font">
578577
<font>
579-
<weight>75</weight>
580578
<bold>true</bold>
581579
</font>
582580
</property>
@@ -626,7 +624,7 @@
626624
<property name="geometry">
627625
<rect>
628626
<x>260</x>
629-
<y>630</y>
627+
<y>729</y>
630628
<width>191</width>
631629
<height>40</height>
632630
</rect>

0 commit comments

Comments
 (0)