slint/sixtyfps_runtime/rendering_backends/qt/qt_widgets
Simon Hausmann 6dce5ab32e Fix rendering of push buttons with QStyle on macOS
The button bevel was rendered upside down, which happens due to some
weird double y-axis inversion, which goes away when passing the QWidget
pointer to the style. When using the Qt backend, we can do that.
2021-10-06 14:39:56 +02:00
..
button.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
checkbox.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
combobox.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
groupbox.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
lineedit.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
listviewitem.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
scrollview.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
slider.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
spinbox.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00
tabwidget.rs Fix rendering of push buttons with QStyle on macOS 2021-10-06 14:39:56 +02:00