slint/internal/backends/qt
Thorbjørn Lindeijer 081e7fe456 Qt: Fix executable name passed to QApplication
The name passed was always "Slint", which can show up in the task
switcher, as seen on Linux/Xfce. Instead, we now use std::env::args() to
pass the actual first argument.

I think ideally this should use std::env::args_os() since we don't need
the data to be valid unicode (in which case this will panic). However,
stable Rust does not appear to provide a way to get at the bytes of an
OsString.
2023-10-25 16:58:28 +02:00
..
LICENSES reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00
qt_widgets Update scroll offset on ScrollView on ScrollBar scroll-event (#3668) 2023-10-16 10:41:39 +02:00
accessible_generated.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
build.rs janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
Cargo.toml janitor: Use workspace dependnecies for the slint crates 2023-09-25 16:34:16 +02:00
key_generated.rs janitor: Go over our spell checking setup 2023-10-16 09:01:51 +02:00
lib.rs Fix HighDPI rendering on Windows when using Qt as default backend 2023-09-01 11:40:31 +02:00
LICENSE.QT [reorg]: Move the rendering backends into internal 2022-01-31 16:00:50 +01:00
qt_accessible.rs Update royalty free license to 1.1 (#2994) 2023-07-10 10:12:11 +02:00
qt_widgets.rs Qt: Fix executable name passed to QApplication 2023-10-25 16:58:28 +02:00
qt_window.rs qt: Silence warning during Slint build 2023-10-23 16:52:42 +02:00
QtThirdPartySoftware_Listing.txt [reorg]: Move the rendering backends into internal 2022-01-31 16:00:50 +01:00
QtThirdPartySoftware_Listing.txt.license Fix reuse 3.1 spec compliance issues 2023-06-22 10:49:18 +02:00
README.md reuse: remove glob for markdown files 2023-08-17 08:55:28 +02:00

NOTE: This library is an internal crate of the Slint project. This crate should not be used directly by applications using Slint. You should use the slint crate instead.

WARNING: This crate does not follow the semver convention for versioning and can only be used with version = "=x.y.z" in Cargo.toml.