Skip to content

Commit ac481c5

Browse files
committed
Put the access key option in the general tab rather than on a tab all by
itself.
1 parent 508f0d6 commit ac481c5

File tree

1 file changed

+48
-59
lines changed

1 file changed

+48
-59
lines changed

src/settings.ui

Lines changed: 48 additions & 59 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
<rect>
77
<x>0</x>
88
<y>0</y>
9-
<width>651</width>
10-
<height>464</height>
9+
<width>677</width>
10+
<height>442</height>
1111
</rect>
1212
</property>
1313
<property name="windowTitle">
@@ -27,7 +27,7 @@
2727
<item row="0" column="0">
2828
<widget class="QTabWidget" name="tabWidget">
2929
<property name="currentIndex">
30-
<number>0</number>
30+
<number>2</number>
3131
</property>
3232
<widget class="QWidget" name="tab">
3333
<attribute name="title">
@@ -73,7 +73,7 @@
7373
</property>
7474
</widget>
7575
</item>
76-
<item row="1" column="1" colspan="2">
76+
<item row="1" column="1">
7777
<widget class="QLineEdit" name="homeLineEdit">
7878
<property name="layoutDirection">
7979
<enum>Qt::LeftToRight</enum>
@@ -110,7 +110,7 @@
110110
</property>
111111
</widget>
112112
</item>
113-
<item row="3" column="1" colspan="2">
113+
<item row="3" column="1">
114114
<widget class="QComboBox" name="expireHistory">
115115
<item>
116116
<property name="text">
@@ -160,11 +160,18 @@
160160
</widget>
161161
</item>
162162
<item row="5" column="0" colspan="3">
163+
<widget class="QCheckBox" name="enableAccessKeys">
164+
<property name="text">
165+
<string>Enable access keys</string>
166+
</property>
167+
</widget>
168+
</item>
169+
<item row="6" column="0" colspan="3">
163170
<widget class="QGroupBox" name="groupBox_2">
164171
<property name="title">
165172
<string>Downloads</string>
166173
</property>
167-
<layout class="QVBoxLayout" name="verticalLayout_4">
174+
<layout class="QVBoxLayout" name="verticalLayout_2">
168175
<item>
169176
<widget class="QRadioButton" name="downloadAsk">
170177
<property name="text">
@@ -221,22 +228,22 @@
221228
</item>
222229
</layout>
223230
</item>
231+
<item>
232+
<spacer>
233+
<property name="orientation">
234+
<enum>Qt::Vertical</enum>
235+
</property>
236+
<property name="sizeHint" stdset="0">
237+
<size>
238+
<width>608</width>
239+
<height>15</height>
240+
</size>
241+
</property>
242+
</spacer>
243+
</item>
224244
</layout>
225245
</widget>
226246
</item>
227-
<item row="6" column="0" colspan="3">
228-
<spacer>
229-
<property name="orientation">
230-
<enum>Qt::Vertical</enum>
231-
</property>
232-
<property name="sizeHint" stdset="0">
233-
<size>
234-
<width>391</width>
235-
<height>262</height>
236-
</size>
237-
</property>
238-
</spacer>
239-
</item>
240247
</layout>
241248
</widget>
242249
<widget class="QWidget" name="tab_3">
@@ -950,24 +957,6 @@
950957
</item>
951958
</layout>
952959
</widget>
953-
<widget class="QWidget" name="tab_8">
954-
<attribute name="title">
955-
<string>Accessibility</string>
956-
</attribute>
957-
<widget class="QCheckBox" name="enableAccessKeys">
958-
<property name="geometry">
959-
<rect>
960-
<x>9</x>
961-
<y>9</y>
962-
<width>611</width>
963-
<height>19</height>
964-
</rect>
965-
</property>
966-
<property name="text">
967-
<string>Enable access keys</string>
968-
</property>
969-
</widget>
970-
</widget>
971960
<widget class="QWidget" name="tab_5">
972961
<attribute name="title">
973962
<string>Advanced</string>
@@ -1167,34 +1156,34 @@
11671156
</hints>
11681157
</connection>
11691158
<connection>
1170-
<sender>downloadDestination</sender>
1159+
<sender>minimFontSizeCheckBox</sender>
11711160
<signal>toggled(bool)</signal>
1172-
<receiver>downloadDirectoryButton</receiver>
1161+
<receiver>minimumFontSizeSpinBox</receiver>
11731162
<slot>setEnabled(bool)</slot>
11741163
<hints>
11751164
<hint type="sourcelabel">
1176-
<x>182</x>
1177-
<y>282</y>
1165+
<x>31</x>
1166+
<y>153</y>
11781167
</hint>
11791168
<hint type="destinationlabel">
1180-
<x>620</x>
1181-
<y>292</y>
1169+
<x>189</x>
1170+
<y>151</y>
11821171
</hint>
11831172
</hints>
11841173
</connection>
11851174
<connection>
1186-
<sender>minimFontSizeCheckBox</sender>
1175+
<sender>downloadDestination</sender>
11871176
<signal>toggled(bool)</signal>
1188-
<receiver>minimumFontSizeSpinBox</receiver>
1177+
<receiver>downloadDirectoryButton</receiver>
11891178
<slot>setEnabled(bool)</slot>
11901179
<hints>
11911180
<hint type="sourcelabel">
1192-
<x>31</x>
1193-
<y>153</y>
1181+
<x>182</x>
1182+
<y>282</y>
11941183
</hint>
11951184
<hint type="destinationlabel">
1196-
<x>189</x>
1197-
<y>151</y>
1185+
<x>620</x>
1186+
<y>292</y>
11981187
</hint>
11991188
</hints>
12001189
</connection>
@@ -1249,32 +1238,32 @@
12491238
<connection>
12501239
<sender>externalDownloadButton</sender>
12511240
<signal>toggled(bool)</signal>
1252-
<receiver>downloadDestination</receiver>
1241+
<receiver>downloadsLocation</receiver>
12531242
<slot>setDisabled(bool)</slot>
12541243
<hints>
12551244
<hint type="sourcelabel">
1256-
<x>170</x>
1257-
<y>313</y>
1245+
<x>198</x>
1246+
<y>315</y>
12581247
</hint>
12591248
<hint type="destinationlabel">
1260-
<x>169</x>
1261-
<y>285</y>
1249+
<x>386</x>
1250+
<y>279</y>
12621251
</hint>
12631252
</hints>
12641253
</connection>
12651254
<connection>
12661255
<sender>externalDownloadButton</sender>
12671256
<signal>toggled(bool)</signal>
1268-
<receiver>downloadsLocation</receiver>
1257+
<receiver>downloadDestination</receiver>
12691258
<slot>setDisabled(bool)</slot>
12701259
<hints>
12711260
<hint type="sourcelabel">
1272-
<x>198</x>
1273-
<y>315</y>
1261+
<x>170</x>
1262+
<y>313</y>
12741263
</hint>
12751264
<hint type="destinationlabel">
1276-
<x>386</x>
1277-
<y>279</y>
1265+
<x>169</x>
1266+
<y>285</y>
12781267
</hint>
12791268
</hints>
12801269
</connection>

0 commit comments

Comments
 (0)