Doesn't save anything to the style sheets just empty files.
Also the 'Create fonts.conf' does nothing just gives this:
QIODevice::write: device not open
in the shell, both for normal user and root user so not a permissions problem, I am using qt5 version 5.4, on LFS with kernel-3.19 and xorg-server-1.17.1
Try latest 0.10 version. It shows more debug output.
updated to 0.10
get this:
FontConfigDialog: fontconfig path: /home/keithhedger/.config/fontconfig/fonts.conf
FontConfigDialog: unable to open file: No such file or directory
when clicking Create fonts.conf
The ~/.config/fontconfig folder is not being created if its not there, manually creating it fixes this problem.
still no nothing in the style sheets, I can create new sheets and the files are created in ~/.config/qt5ct/qss but are only empty files.
I assume they are supposed to contain the customized data from the app so that you can seleect between configs, or am I wrong?
First bug with fonts.conf has been fixed in svn. Please, test. And about qss. Yes, you are right. Program creates empty .qss files. Your should select this file, press "Edit" button and put your content. All documentation are available here: http://doc.qt.io/qt-5/stylesheet.html
Confirmed working in svn.
Sorry about the style sheet confusion