|
7 | 7 | <x>0</x> |
8 | 8 | <y>0</y> |
9 | 9 | <width>384</width> |
10 | | - <height>387</height> |
| 10 | + <height>408</height> |
11 | 11 | </rect> |
12 | 12 | </property> |
13 | 13 | <property name="windowTitle"> |
|
21 | 21 | </property> |
22 | 22 | <layout class="QFormLayout" name="formLayout_3"> |
23 | 23 | <property name="formAlignment"> |
24 | | - <set>Qt::AlignHCenter|Qt::AlignTop</set> |
| 24 | + <set>Qt::AlignmentFlag::AlignHCenter|Qt::AlignmentFlag::AlignTop</set> |
25 | 25 | </property> |
26 | 26 | <property name="leftMargin"> |
27 | | - <number>40</number> |
| 27 | + <number>45</number> |
28 | 28 | </property> |
29 | 29 | <property name="rightMargin"> |
30 | 30 | <number>30</number> |
31 | 31 | </property> |
32 | | - <item row="0" column="0"> |
33 | | - <widget class="QLabel" name="labelLogLimit"> |
34 | | - <property name="text"> |
35 | | - <string>Log View Limit:</string> |
36 | | - </property> |
37 | | - </widget> |
38 | | - </item> |
39 | | - <item row="0" column="1"> |
| 32 | + <item row="1" column="1"> |
40 | 33 | <layout class="QHBoxLayout" name="horizontalLayout"> |
41 | 34 | <property name="spacing"> |
42 | 35 | <number>4</number> |
|
73 | 66 | <item> |
74 | 67 | <spacer name="horizontalSpacer"> |
75 | 68 | <property name="orientation"> |
76 | | - <enum>Qt::Horizontal</enum> |
| 69 | + <enum>Qt::Orientation::Horizontal</enum> |
77 | 70 | </property> |
78 | 71 | <property name="sizeHint" stdset="0"> |
79 | 72 | <size> |
|
85 | 78 | </item> |
86 | 79 | </layout> |
87 | 80 | </item> |
88 | | - <item row="3" column="0" colspan="2"> |
| 81 | + <item row="1" column="0"> |
| 82 | + <widget class="QLabel" name="labelLogLimit"> |
| 83 | + <property name="text"> |
| 84 | + <string>Log View Limit:</string> |
| 85 | + </property> |
| 86 | + </widget> |
| 87 | + </item> |
| 88 | + <item row="2" column="0" colspan="2"> |
89 | 89 | <widget class="QCheckBox" name="checkBoxAutoscrollLog"> |
90 | 90 | <property name="text"> |
91 | 91 | <string>Autoscroll Log View</string> |
|
111 | 111 | </property> |
112 | 112 | <layout class="QFormLayout" name="formLayout"> |
113 | 113 | <property name="formAlignment"> |
114 | | - <set>Qt::AlignHCenter|Qt::AlignTop</set> |
| 114 | + <set>Qt::AlignmentFlag::AlignHCenter|Qt::AlignmentFlag::AlignTop</set> |
115 | 115 | </property> |
116 | 116 | <property name="leftMargin"> |
117 | 117 | <number>30</number> |
|
265 | 265 | <item> |
266 | 266 | <spacer name="verticalSpacer"> |
267 | 267 | <property name="orientation"> |
268 | | - <enum>Qt::Vertical</enum> |
| 268 | + <enum>Qt::Orientation::Vertical</enum> |
269 | 269 | </property> |
270 | 270 | <property name="sizeType"> |
271 | | - <enum>QSizePolicy::Fixed</enum> |
| 271 | + <enum>QSizePolicy::Policy::Fixed</enum> |
272 | 272 | </property> |
273 | 273 | <property name="sizeHint" stdset="0"> |
274 | 274 | <size> |
|
281 | 281 | <item> |
282 | 282 | <widget class="QDialogButtonBox" name="buttonBox"> |
283 | 283 | <property name="orientation"> |
284 | | - <enum>Qt::Horizontal</enum> |
| 284 | + <enum>Qt::Orientation::Horizontal</enum> |
285 | 285 | </property> |
286 | 286 | <property name="standardButtons"> |
287 | | - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set> |
| 287 | + <set>QDialogButtonBox::StandardButton::Cancel|QDialogButtonBox::StandardButton::Ok</set> |
288 | 288 | </property> |
289 | 289 | <property name="centerButtons"> |
290 | 290 | <bool>true</bool> |
|
0 commit comments