.. | ||
include | ||
src | ||
.clang-format | ||
.gitignore | ||
hello.pro | ||
README.md | ||
xmake.lua |
Темы
qt5ct
apt install qt5ct qt5-style-plugins
QT_QPA_PLATFORMTHEME=qt5ct xmake run
Настройки осуществляются в приложении qt5ct
Adwaita
Установить пакеты adwaita-qt
и adwaita-qt6
.
apt install adwaita-qt adwaita-qt6
Светлая тема
# Светлая тема
QT_STYLE_OVERRIDE=adwaita xmake run
QT_STYLE_OVERRIDE=Adwaita xmake run
Тёмная тема
# Тёмная тема
QT_STYLE_OVERRIDE=adwaita-dark xmake run
QT_STYLE_OVERRIDE=Adwaita-dark xmake run
Другое
/**
* Available platform plugins are:
* eglfs, linuxfb, minimal, minimalegl, offscreen, vnc,
* wayland-egl, wayland, wayland-xcomposite-egl, wayland-xcomposite-glx, xcb
*/
qsetenv("QT_QPA_PLATFORM", "minimal").