qt6ct icon indicating copy to clipboard operation
qt6ct copied to clipboard

Qt6 Configuration Tool

Results 24 qt6ct issues
Sort by recently updated
recently updated
newest added

`QPlatformTheme::HoverEffect` is defined in https://invent.kde.org/qt/qt/qtbase/-/blob/6.6.1/src/gui/kernel/qplatformtheme.h#L264-L274. According to https://invent.kde.org/qt/qt/qtbase/-/blob/6.6.1/src/gui/kernel/qstylehints.cpp?ref_type=heads#L501-L517 and https://invent.kde.org/qt/qt/qtbase/-/blob/dev/src/gui/platform/unix/qgenericunixthemes.cpp#L503-L504, this should be enabled by default on desktop platforms. However, qt6ct provides no interface to enable this and the current...

https://github.com/trialuser02/qt6ct/blob/e41923da5723e310310f183dd28dee64293e00ae/CMakeLists.txt#L42-L43 problem is: * `lrelease` is part of the `qttools` module * `qtpaths` is part of the `qtbase` module so, on nixos, these have different prefixes fixed by using the...

This might be out of scope as this uses a custom version of qt5ct but if qt5ct-kde compatability can be added, it would be great help. ## system - Theme...

It's really inconvenient to use Qt5&Qt6 apps together since it's impossible to set multiple values to QT_QPA_PLATFORMTHEME. Since qt5ct & qt6ct almost identical, why not to support both Qt versions...

thanks for working on qt6ct! I'm using qt6ct without any style sheets checked, Windows theme. Some applications are broken with it, here are some examples ### pavucontrol-qt qt6ct introduces a...

(I'm not certain this is the best place to ask, thus please point me in the right direction.) I am currently using `i3` without any other Gnome / KDE components,...

On both Debian & Arch, font changes made in qt6ct gui are not saved on exit. Restarting qt6ct, the original font definition is still there. This relates to .config/qt6ct/qt6ct.conf not...

When you run qt6ct and choose "darker" theme and then run any application that uses qt6, part of the texts are black. Which on a dark background is very hard...

see https://github.com/lxqt/lxqt/discussions/2221

:thought_balloon: Would you like to [wrap any pointer data members](https://github.com/trialuser02/qt6ct/blob/14a8f91a48b2769425da0b26f05a9ec3a641cc1e/src/qt6ct/appearancepage.cpp#L45 "Update candidate: AppearancePage class") with the class template “[std::unique_ptr](https://en.wikipedia.org/wiki/Smart_pointer#unique_ptr "Description for the usage of smart pointers")”?