Skip to content

Commit c00a816

Browse files
committed
Minor layout cleanups
1 parent e78c182 commit c00a816

1 file changed

Lines changed: 8 additions & 25 deletions

File tree

mainwindow.ui

Lines changed: 8 additions & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<string>Lab Recorder</string>
1515
</property>
1616
<widget class="QWidget" name="centralwidget">
17-
<layout class="QGridLayout" name="gridLayout_master">
17+
<layout class="QGridLayout" name="gridLayout_master" rowstretch="0,1" columnstretch="10,15">
1818
<item row="0" column="0">
1919
<widget class="QGroupBox" name="groupBox_recording">
2020
<property name="title">
@@ -44,7 +44,7 @@
4444
</layout>
4545
</widget>
4646
</item>
47-
<item row="0" column="1" colspan="3">
47+
<item row="0" column="1">
4848
<widget class="QGroupBox" name="groupBox_location">
4949
<property name="title">
5050
<string>File Location</string>
@@ -54,16 +54,12 @@
5454
<widget class="QLineEdit" name="locationEdit"/>
5555
</item>
5656
<item>
57-
<widget class="QLabel" name="locationLabel">
58-
<property name="text">
59-
<string/>
60-
</property>
61-
</widget>
57+
<widget class="QLabel" name="locationLabel"/>
6258
</item>
6359
</layout>
6460
</widget>
6561
</item>
66-
<item row="1" column="0" rowspan="3" colspan="2">
62+
<item row="1" column="0">
6763
<widget class="QGroupBox" name="groupBox_streams">
6864
<property name="title">
6965
<string>Record from Streams</string>
@@ -110,7 +106,7 @@
110106
</layout>
111107
</widget>
112108
</item>
113-
<item row="1" column="2" rowspan="2" colspan="2">
109+
<item row="1" column="1">
114110
<widget class="QGroupBox" name="groupBox_locationBuilder">
115111
<property name="title">
116112
<string>Location Builder</string>
@@ -170,7 +166,7 @@
170166
<height>66</height>
171167
</rect>
172168
</property>
173-
<layout class="QFormLayout" name="formLayout">
169+
<layout class="QFormLayout" name="legacy_layout">
174170
<item row="0" column="0">
175171
<widget class="QLabel" name="label_expNum">
176172
<property name="text">
@@ -207,7 +203,7 @@
207203
<height>126</height>
208204
</rect>
209205
</property>
210-
<layout class="QFormLayout" name="formLayout">
206+
<layout class="QFormLayout" name="bids_layout">
211207
<item row="0" column="0">
212208
<widget class="QLabel" name="label_participant">
213209
<property name="text">
@@ -269,19 +265,6 @@
269265
</layout>
270266
</widget>
271267
</item>
272-
<item row="3" column="2" colspan="2">
273-
<widget class="QCheckBox" name="enableScriptedActionsCheck">
274-
<property name="enabled">
275-
<bool>false</bool>
276-
</property>
277-
<property name="text">
278-
<string>&amp;Enable scripted actions</string>
279-
</property>
280-
<property name="checkable">
281-
<bool>true</bool>
282-
</property>
283-
</widget>
284-
</item>
285268
</layout>
286269
</widget>
287270
<widget class="QMenuBar" name="menubar">
@@ -334,7 +317,7 @@
334317
</action>
335318
<action name="actionSaveConfig">
336319
<property name="text">
337-
<string>Save configuration</string>
320+
<string>&amp;Save configuration</string>
338321
</property>
339322
</action>
340323
</widget>

0 commit comments

Comments
 (0)