|
69 | 69 | <property name="currentIndex"> |
70 | 70 | <number>0</number> |
71 | 71 | </property> |
72 | | - <widget class="QWidget" name="tab_files_source"> |
| 72 | + <widget class="QWidget" name="tab_standard_reports"> |
73 | 73 | <attribute name="title"> |
74 | | - <string>Source files</string> |
| 74 | + <string>Standard reports</string> |
75 | 75 | </attribute> |
76 | 76 | <widget class="QLabel" name="label_report_type"> |
77 | 77 | <property name="geometry"> |
|
299 | 299 | </widget> |
300 | 300 | </widget> |
301 | 301 | </widget> |
| 302 | + <widget class="QWidget" name="tab_advanced_reports"> |
| 303 | + <attribute name="title"> |
| 304 | + <string>Advanced reports</string> |
| 305 | + </attribute> |
| 306 | + <layout class="QVBoxLayout" name="verticalLayout_tab_advanced_reports"> |
| 307 | + <item> |
| 308 | + <widget class="QLabel" name="label_advanced_reports"> |
| 309 | + <property name="text"> |
| 310 | + <string>Select advanced reports to generate:</string> |
| 311 | + </property> |
| 312 | + </widget> |
| 313 | + </item> |
| 314 | + <item> |
| 315 | + <widget class="QScrollArea" name="scrollArea_advanced_plugins"> |
| 316 | + <property name="frameShape"> |
| 317 | + <enum>QFrame::NoFrame</enum> |
| 318 | + </property> |
| 319 | + <property name="widgetResizable"> |
| 320 | + <bool>true</bool> |
| 321 | + </property> |
| 322 | + <widget class="QWidget" name="scrollAreaWidgetContents"> |
| 323 | + <property name="geometry"> |
| 324 | + <rect> |
| 325 | + <x>0</x> |
| 326 | + <y>0</y> |
| 327 | + <width>680</width> |
| 328 | + <height>140</height> |
| 329 | + </rect> |
| 330 | + </property> |
| 331 | + <layout class="QVBoxLayout" name="verticalLayout_advanced_plugins"> |
| 332 | + <item> |
| 333 | + <widget class="QLabel" name="label_no_plugins"> |
| 334 | + <property name="text"> |
| 335 | + <string>No advanced reports available.</string> |
| 336 | + </property> |
| 337 | + <property name="alignment"> |
| 338 | + <set>Qt::AlignCenter</set> |
| 339 | + </property> |
| 340 | + </widget> |
| 341 | + </item> |
| 342 | + <item> |
| 343 | + <spacer name="verticalSpacer_plugins"> |
| 344 | + <property name="orientation"> |
| 345 | + <enum>Qt::Vertical</enum> |
| 346 | + </property> |
| 347 | + <property name="sizeHint" stdset="0"> |
| 348 | + <size> |
| 349 | + <width>20</width> |
| 350 | + <height>40</height> |
| 351 | + </size> |
| 352 | + </property> |
| 353 | + </spacer> |
| 354 | + </item> |
| 355 | + </layout> |
| 356 | + </widget> |
| 357 | + </widget> |
| 358 | + </item> |
| 359 | + </layout> |
| 360 | + </widget> |
302 | 361 | <widget class="QWidget" name="tab_files_target"> |
303 | 362 | <attribute name="title"> |
304 | 363 | <string>Target files</string> |
|
626 | 685 | <bool>true</bool> |
627 | 686 | </property> |
628 | 687 | <property name="textInteractionFlags"> |
629 | | - <set>Qt::TextInteractionFlag::LinksAccessibleByKeyboard|Qt::TextInteractionFlag::LinksAccessibleByMouse|Qt::TextInteractionFlag::TextBrowserInteraction|Qt::TextInteractionFlag::TextSelectableByKeyboard|Qt::TextInteractionFlag::TextSelectableByMouse</set> |
| 688 | + <set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
630 | 689 | </property> |
631 | 690 | <property name="openExternalLinks"> |
632 | 691 | <bool>true</bool> |
|
0 commit comments