slint/internal/backends/qt/qt_widgets
Simon Hausmann 67a2f0ce3f WIP: Make image decoding a feature of the core library
This includes the cache of decoded images, the HTMLImage element support
and the SVG rendering adapter.

The objective is that Image holds an ImageInner, which is not a path
anymore that the backend has to process, but instead always either
decoded image data, a pointer to a static texture or an SVG tree that
can be rendered to the desired size.
2022-07-20 12:57:37 +02:00
..
button.rs WIP: Make image decoding a feature of the core library 2022-07-20 12:57:37 +02:00
checkbox.rs Qt: do not wrap QPainter directly, but use a unique_ptr instead 2022-05-05 13:50:26 +02:00
combobox.rs Native style: Fix crash when opening a combobox 2022-05-09 17:27:32 +02:00
groupbox.rs Qt: do not wrap QPainter directly, but use a unique_ptr instead 2022-05-05 13:50:26 +02:00
lineedit.rs Qt: do not wrap QPainter directly, but use a unique_ptr instead 2022-05-05 13:50:26 +02:00
listviewitem.rs Qt: do not wrap QPainter directly, but use a unique_ptr instead 2022-05-05 13:50:26 +02:00
scrollview.rs Qt: do not wrap QPainter directly, but use a unique_ptr instead 2022-05-05 13:50:26 +02:00
slider.rs Qt: do not wrap QPainter directly, but use a unique_ptr instead 2022-05-05 13:50:26 +02:00
spinbox.rs Qt: do not wrap QPainter directly, but use a unique_ptr instead 2022-05-05 13:50:26 +02:00
stylemetrics.rs janitor: Run cargo clippy --fix 2022-05-22 11:59:00 +02:00
tabwidget.rs WIP: Make image decoding a feature of the core library 2022-07-20 12:57:37 +02:00