slint/sixtyfps_runtime/rendering_backends/qt/qt_widgets
Simon Hausmann 1b64db70bd Fix rendering of the current tab in the natively styled tab widget on macOS
It was impossible to see which tab was the current tab.
Ensure that we set State_Active, like we do for the other styled controls.

Later, the active state should be tied to whether the window is "active" or not.
2021-09-15 13:35:41 +02:00
..
button.rs Only emit click when clicking and releasing the mouse within the TouchArea 2021-09-04 12:36:13 +02:00
checkbox.rs Only emit click when clicking and releasing the mouse within the TouchArea 2021-09-04 12:36:13 +02:00
combobox.rs Split qt_widgets.rs in several modules 2021-09-02 12:18:21 +02:00
groupbox.rs Split qt_widgets.rs in several modules 2021-09-02 12:18:21 +02:00
lineedit.rs Split qt_widgets.rs in several modules 2021-09-02 12:18:21 +02:00
listviewitem.rs Split qt_widgets.rs in several modules 2021-09-02 12:18:21 +02:00
scrollview.rs TextEdit 2021-09-06 21:52:12 +02:00
slider.rs Split qt_widgets.rs in several modules 2021-09-02 12:18:21 +02:00
spinbox.rs Split qt_widgets.rs in several modules 2021-09-02 12:18:21 +02:00
tabwidget.rs Fix rendering of the current tab in the natively styled tab widget on macOS 2021-09-15 13:35:41 +02:00