|
38 | 38 | <item> |
39 | 39 | <spacer name="horizontalSpacer"> |
40 | 40 | <property name="orientation"> |
41 | | - <enum>Qt::Horizontal</enum> |
| 41 | + <enum>Qt::Orientation::Horizontal</enum> |
42 | 42 | </property> |
43 | 43 | <property name="sizeType"> |
44 | | - <enum>QSizePolicy::Fixed</enum> |
| 44 | + <enum>QSizePolicy::Policy::Fixed</enum> |
45 | 45 | </property> |
46 | 46 | <property name="sizeHint" stdset="0"> |
47 | 47 | <size> |
|
83 | 83 | <item> |
84 | 84 | <spacer name="verticalSpacer_4"> |
85 | 85 | <property name="orientation"> |
86 | | - <enum>Qt::Vertical</enum> |
| 86 | + <enum>Qt::Orientation::Vertical</enum> |
87 | 87 | </property> |
88 | 88 | <property name="sizeType"> |
89 | | - <enum>QSizePolicy::Fixed</enum> |
| 89 | + <enum>QSizePolicy::Policy::Fixed</enum> |
90 | 90 | </property> |
91 | 91 | <property name="sizeHint" stdset="0"> |
92 | 92 | <size> |
|
122 | 122 | <item> |
123 | 123 | <spacer name="verticalSpacer_2"> |
124 | 124 | <property name="orientation"> |
125 | | - <enum>Qt::Vertical</enum> |
| 125 | + <enum>Qt::Orientation::Vertical</enum> |
126 | 126 | </property> |
127 | 127 | <property name="sizeType"> |
128 | | - <enum>QSizePolicy::Fixed</enum> |
| 128 | + <enum>QSizePolicy::Policy::Fixed</enum> |
129 | 129 | </property> |
130 | 130 | <property name="sizeHint" stdset="0"> |
131 | 131 | <size> |
|
138 | 138 | <item> |
139 | 139 | <widget class="QLabel" name="labelCopyright"> |
140 | 140 | <property name="text"> |
141 | | - <string notr="true">© Alexandr Ananev, 2024</string> |
| 141 | + <string notr="true">© Alexandr Ananev, 2025</string> |
142 | 142 | </property> |
143 | 143 | </widget> |
144 | 144 | </item> |
145 | 145 | <item> |
146 | 146 | <spacer name="verticalSpacer"> |
147 | 147 | <property name="orientation"> |
148 | | - <enum>Qt::Vertical</enum> |
| 148 | + <enum>Qt::Orientation::Vertical</enum> |
149 | 149 | </property> |
150 | 150 | <property name="sizeType"> |
151 | | - <enum>QSizePolicy::Fixed</enum> |
| 151 | + <enum>QSizePolicy::Policy::Fixed</enum> |
152 | 152 | </property> |
153 | 153 | <property name="sizeHint" stdset="0"> |
154 | 154 | <size> |
|
191 | 191 | <item> |
192 | 192 | <widget class="QLabel" name="labelFont"> |
193 | 193 | <property name="alignment"> |
194 | | - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| 194 | + <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set> |
195 | 195 | </property> |
196 | 196 | </widget> |
197 | 197 | </item> |
198 | 198 | <item> |
199 | 199 | <widget class="QLabel" name="labelQtFramework"> |
200 | 200 | <property name="alignment"> |
201 | | - <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set> |
| 201 | + <set>Qt::AlignmentFlag::AlignLeading|Qt::AlignmentFlag::AlignLeft|Qt::AlignmentFlag::AlignVCenter</set> |
202 | 202 | </property> |
203 | 203 | </widget> |
204 | 204 | </item> |
205 | 205 | <item> |
206 | 206 | <spacer name="verticalSpacer_3"> |
207 | 207 | <property name="orientation"> |
208 | | - <enum>Qt::Vertical</enum> |
| 208 | + <enum>Qt::Orientation::Vertical</enum> |
209 | 209 | </property> |
210 | 210 | <property name="sizeHint" stdset="0"> |
211 | 211 | <size> |
|
222 | 222 | <item> |
223 | 223 | <widget class="QDialogButtonBox" name="buttonBox"> |
224 | 224 | <property name="orientation"> |
225 | | - <enum>Qt::Horizontal</enum> |
| 225 | + <enum>Qt::Orientation::Horizontal</enum> |
226 | 226 | </property> |
227 | 227 | <property name="standardButtons"> |
228 | | - <set>QDialogButtonBox::Close</set> |
| 228 | + <set>QDialogButtonBox::StandardButton::Close</set> |
229 | 229 | </property> |
230 | 230 | </widget> |
231 | 231 | </item> |
|
0 commit comments