JuliaGraphics / QML.jl

Build Qt6 QML interfaces for Julia programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Styling with Qt Quick Controls Configuration File

Kaltxi opened this issue · comments

Can't figure out how to make Qt recognize qtquickcontrols2.conf file and style the app properly. It is advised to use .qrc and .pro files to point Qt to the configuration, but I'm not sure how to do it with QML.jl bindings. Is it even something that is possible currently?