|
240 | 240 | </property>
|
241 | 241 | </widget>
|
242 | 242 | </item>
|
243 |
| - <item row="1" column="0" colspan="2"> |
| 243 | + <item row="2" column="0" colspan="2"> |
244 | 244 | <widget class="QCheckBox" name="m_checkDisplayPlaceholders">
|
245 | 245 | <property name="text">
|
246 | 246 | <string>Display placeholders to indicate locations of pictures</string>
|
247 | 247 | </property>
|
248 | 248 | </widget>
|
249 | 249 | </item>
|
250 | 250 | <item row="3" column="0" colspan="2">
|
| 251 | + <widget class="QCheckBox" name="m_cbShowEnclosuresDirectly"> |
| 252 | + <property name="text"> |
| 253 | + <string>Display attached pictures directly in article</string> |
| 254 | + </property> |
| 255 | + </widget> |
| 256 | + </item> |
| 257 | + <item row="4" column="0" colspan="2"> |
251 | 258 | <widget class="QCheckBox" name="m_checkDisplayFeedIcons">
|
252 | 259 | <property name="text">
|
253 | 260 | <string>Display real icons of feeds in list of articles instead of read/unread icons</string>
|
254 | 261 | </property>
|
255 | 262 | </widget>
|
256 | 263 | </item>
|
257 |
| - <item row="4" column="0" colspan="2"> |
| 264 | + <item row="5" column="0" colspan="2"> |
258 | 265 | <widget class="QCheckBox" name="m_checkBringToForegroundAfterMsgOpened">
|
259 | 266 | <property name="text">
|
260 | 267 | <string>Bring application window to front once article is opened in external web browser</string>
|
261 | 268 | </property>
|
262 | 269 | </widget>
|
263 | 270 | </item>
|
264 |
| - <item row="5" column="0" colspan="2"> |
| 271 | + <item row="6" column="0" colspan="2"> |
265 | 272 | <widget class="QCheckBox" name="m_checkKeppMessagesInTheMiddle">
|
266 | 273 | <property name="text">
|
267 | 274 | <string>Keep article selection in the middle of the article list viewport</string>
|
268 | 275 | </property>
|
269 | 276 | </widget>
|
270 | 277 | </item>
|
271 |
| - <item row="6" column="0"> |
| 278 | + <item row="7" column="0"> |
272 | 279 | <widget class="QLabel" name="label_2">
|
273 | 280 | <property name="text">
|
274 | 281 | <string>Height or rows in article list (-1 = default height)</string>
|
|
278 | 285 | </property>
|
279 | 286 | </widget>
|
280 | 287 | </item>
|
281 |
| - <item row="6" column="1"> |
| 288 | + <item row="7" column="1"> |
282 | 289 | <widget class="QSpinBox" name="m_spinHeightRowsMessages">
|
283 | 290 | <property name="minimum">
|
284 | 291 | <number>-1</number>
|
|
288 | 295 | </property>
|
289 | 296 | </widget>
|
290 | 297 | </item>
|
291 |
| - <item row="7" column="0"> |
| 298 | + <item row="8" column="0"> |
292 | 299 | <widget class="QLabel" name="label">
|
293 | 300 | <property name="text">
|
294 | 301 | <string>Height of image attachments</string>
|
|
298 | 305 | </property>
|
299 | 306 | </widget>
|
300 | 307 | </item>
|
301 |
| - <item row="7" column="1"> |
| 308 | + <item row="8" column="1"> |
302 | 309 | <widget class="QSpinBox" name="m_spinHeightImageAttachments">
|
303 | 310 | <property name="minimum">
|
304 | 311 | <number>22</number>
|
|
308 | 315 | </property>
|
309 | 316 | </widget>
|
310 | 317 | </item>
|
311 |
| - <item row="9" column="0" colspan="2"> |
| 318 | + <item row="9" column="0"> |
| 319 | + <widget class="QCheckBox" name="m_checkMessagesDateTimeFormat"> |
| 320 | + <property name="text"> |
| 321 | + <string>Use custom date/time format (overrides format loaded from active localization)</string> |
| 322 | + </property> |
| 323 | + <property name="checkable"> |
| 324 | + <bool>true</bool> |
| 325 | + </property> |
| 326 | + <property name="checked"> |
| 327 | + <bool>true</bool> |
| 328 | + </property> |
| 329 | + </widget> |
| 330 | + </item> |
| 331 | + <item row="9" column="1"> |
| 332 | + <widget class="QComboBox" name="m_cmbMessagesDateTimeFormat"/> |
| 333 | + </item> |
| 334 | + <item row="10" column="0" colspan="2"> |
312 | 335 | <layout class="QHBoxLayout" name="horizontalLayout_4">
|
313 | 336 | <item>
|
314 | 337 | <widget class="QGroupBox" name="groupBox_5">
|
|
377 | 400 | </item>
|
378 | 401 | </layout>
|
379 | 402 | </item>
|
380 |
| - <item row="8" column="0"> |
381 |
| - <widget class="QCheckBox" name="m_checkMessagesDateTimeFormat"> |
382 |
| - <property name="text"> |
383 |
| - <string>Use custom date/time format (overrides format loaded from active localization)</string> |
384 |
| - </property> |
385 |
| - <property name="checkable"> |
386 |
| - <bool>true</bool> |
387 |
| - </property> |
388 |
| - <property name="checked"> |
389 |
| - <bool>true</bool> |
390 |
| - </property> |
391 |
| - </widget> |
392 |
| - </item> |
393 |
| - <item row="8" column="1"> |
394 |
| - <widget class="QComboBox" name="m_cmbMessagesDateTimeFormat"/> |
395 |
| - </item> |
396 |
| - <item row="11" column="0" colspan="2"> |
| 403 | + <item row="12" column="0" colspan="2"> |
397 | 404 | <spacer name="verticalSpacer_2">
|
398 | 405 | <property name="orientation">
|
399 | 406 | <enum>Qt::Vertical</enum>
|
|
406 | 413 | </property>
|
407 | 414 | </spacer>
|
408 | 415 | </item>
|
409 |
| - <item row="2" column="0" colspan="2"> |
410 |
| - <widget class="QCheckBox" name="m_cbShowEnclosuresDirectly"> |
| 416 | + <item row="1" column="0" colspan="2"> |
| 417 | + <widget class="QCheckBox" name="m_cmbIgnoreContentsChanges"> |
411 | 418 | <property name="text">
|
412 |
| - <string>Display attached pictures directly in article</string> |
| 419 | + <string>Ignore changes in article contents when determining if article is "new"</string> |
413 | 420 | </property>
|
414 | 421 | </widget>
|
415 | 422 | </item>
|
|
440 | 447 | <tabstop>m_cbHideCountsIfNoUnread</tabstop>
|
441 | 448 | <tabstop>m_checkShowTooltips</tabstop>
|
442 | 449 | <tabstop>m_checkRemoveReadMessagesOnExit</tabstop>
|
| 450 | + <tabstop>m_cmbIgnoreContentsChanges</tabstop> |
443 | 451 | <tabstop>m_checkDisplayPlaceholders</tabstop>
|
444 | 452 | <tabstop>m_cbShowEnclosuresDirectly</tabstop>
|
445 | 453 | <tabstop>m_checkDisplayFeedIcons</tabstop>
|
|
0 commit comments