Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.

Commit ab4b302

Browse files
auto scale gui and layout rearrangement
1 parent 795c29d commit ab4b302

1 file changed

Lines changed: 66 additions & 95 deletions

File tree

PythonGUI_apps/DataBrowser_GUI.ui

Lines changed: 66 additions & 95 deletions
Original file line numberDiff line numberDiff line change
@@ -6,113 +6,84 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>686</width>
10-
<height>222</height>
9+
<width>684</width>
10+
<height>403</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
1414
<string>MainWindow</string>
1515
</property>
1616
<widget class="QWidget" name="centralwidget">
17-
<widget class="QComboBox" name="select_comboBox">
18-
<property name="geometry">
19-
<rect>
20-
<x>170</x>
21-
<y>120</y>
22-
<width>321</width>
23-
<height>51</height>
24-
</rect>
25-
</property>
26-
<property name="font">
27-
<font>
28-
<pointsize>15</pointsize>
29-
</font>
30-
</property>
31-
</widget>
32-
<widget class="QPushButton" name="load_pushButton">
33-
<property name="geometry">
34-
<rect>
35-
<x>530</x>
36-
<y>120</y>
37-
<width>121</width>
38-
<height>51</height>
39-
</rect>
40-
</property>
41-
<property name="font">
42-
<font>
43-
<pointsize>15</pointsize>
44-
</font>
45-
</property>
46-
<property name="text">
47-
<string>Load </string>
48-
</property>
49-
</widget>
50-
<widget class="QLabel" name="label">
51-
<property name="geometry">
52-
<rect>
53-
<x>100</x>
54-
<y>-10</y>
55-
<width>481</width>
56-
<height>61</height>
57-
</rect>
58-
</property>
59-
<property name="font">
60-
<font>
61-
<pointsize>20</pointsize>
62-
<weight>75</weight>
63-
<bold>true</bold>
64-
</font>
65-
</property>
66-
<property name="text">
67-
<string>Welcome to the GLab Data Browser</string>
68-
</property>
69-
</widget>
70-
<widget class="QLabel" name="label_2">
71-
<property name="geometry">
72-
<rect>
73-
<x>20</x>
74-
<y>130</y>
75-
<width>131</width>
76-
<height>21</height>
77-
</rect>
78-
</property>
79-
<property name="font">
80-
<font>
81-
<pointsize>15</pointsize>
82-
</font>
83-
</property>
84-
<property name="text">
85-
<string>Analysis Tool :</string>
86-
</property>
87-
</widget>
88-
<widget class="QLabel" name="label_3">
89-
<property name="geometry">
90-
<rect>
91-
<x>150</x>
92-
<y>50</y>
93-
<width>361</width>
94-
<height>61</height>
95-
</rect>
96-
</property>
97-
<property name="font">
98-
<font>
99-
<pointsize>20</pointsize>
100-
<weight>75</weight>
101-
<bold>true</bold>
102-
</font>
103-
</property>
104-
<property name="text">
105-
<string>Select Analysis Tool Below</string>
106-
</property>
107-
</widget>
17+
<layout class="QFormLayout" name="formLayout">
18+
<item row="1" column="0" colspan="2">
19+
<widget class="QLabel" name="label">
20+
<property name="font">
21+
<font>
22+
<pointsize>20</pointsize>
23+
<weight>75</weight>
24+
<bold>true</bold>
25+
</font>
26+
</property>
27+
<property name="text">
28+
<string>Welcome to the GLabViz</string>
29+
</property>
30+
</widget>
31+
</item>
32+
<item row="2" column="0">
33+
<spacer name="verticalSpacer">
34+
<property name="orientation">
35+
<enum>Qt::Vertical</enum>
36+
</property>
37+
<property name="sizeHint" stdset="0">
38+
<size>
39+
<width>20</width>
40+
<height>40</height>
41+
</size>
42+
</property>
43+
</spacer>
44+
</item>
45+
<item row="3" column="0">
46+
<widget class="QLabel" name="label_2">
47+
<property name="font">
48+
<font>
49+
<pointsize>15</pointsize>
50+
</font>
51+
</property>
52+
<property name="text">
53+
<string>Analysis Tool :</string>
54+
</property>
55+
</widget>
56+
</item>
57+
<item row="3" column="1">
58+
<widget class="QComboBox" name="select_comboBox">
59+
<property name="font">
60+
<font>
61+
<pointsize>15</pointsize>
62+
</font>
63+
</property>
64+
</widget>
65+
</item>
66+
<item row="4" column="1">
67+
<widget class="QPushButton" name="load_pushButton">
68+
<property name="font">
69+
<font>
70+
<pointsize>15</pointsize>
71+
</font>
72+
</property>
73+
<property name="text">
74+
<string>Load </string>
75+
</property>
76+
</widget>
77+
</item>
78+
</layout>
10879
</widget>
10980
<widget class="QMenuBar" name="menubar">
11081
<property name="geometry">
11182
<rect>
11283
<x>0</x>
11384
<y>0</y>
114-
<width>686</width>
115-
<height>21</height>
85+
<width>684</width>
86+
<height>38</height>
11687
</rect>
11788
</property>
11889
</widget>

0 commit comments

Comments
 (0)