slint/sixtyfps_runtime/rendering_backends/qt/qt_widgets
Olivier Goffart e858b3e8d5 Fix TabWidget drawing with the Qt Fusion style
- The Tab must be drawn before the contents, because the style draws something under the active tab,
   outside of its region
 - Also set the QStyleOptionTab::HasFrame flag since we are in the equivalent of a QTabWidget
2021-09-30 19:43:53 +02:00
..
button.rs Native style: Fix size of button with icon 2021-09-30 19:10:00 +02:00
checkbox.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
combobox.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
groupbox.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
lineedit.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
listviewitem.rs Fix natively styled list view item active/inactive rendering 2021-09-15 15:39:15 +02:00
scrollview.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
slider.rs Fix indentation 2021-09-30 19:11:40 +02:00
spinbox.rs Fix native widget rendering when the window is inactive 2021-09-15 15:34:34 +02:00
tabwidget.rs Fix TabWidget drawing with the Qt Fusion style 2021-09-30 19:43:53 +02:00