Open codic12 opened 4 years ago
Hey
You will need to setup the binding with QT_PKG_CONFIG=true
to make QT_STYLE_OVERRIDE
work: https://github.com/therecipe/qt/wiki/Installation-on-Linux#your-system-package-managers-version-without-android-support
More info about this issue here: https://github.com/therecipe/qt/wiki/Common-Issues#why-my-app-doesnt-look-native-in-linux-
Your applications won't run on a different distro than the one you used to deploy your application, but this is currently the only option to make your application look native on your distro. More infos about this issue here: Why does my application don't look native on Linux?
Well then I'll keep this open until it's fixed :}
Instead, it uses the Fusion style. I notice:
shows in the log, but I don't want the GTK style applied; I want the QT Style (set to kvantum-dark) applied. Tried running with
QT_STYLE_OVERRIDE=kvantum go run ../qt/first.go
, gotThis is the LineEdit example but occurs on all examples using QtWidgets. QtQuick is different and isn't supposed to use the system style, so that's not a problem :) I'm on Ubuntu Budgie 19.10 with
go version go1.13.6 linux/amd64