How to change widget style

Started by Volker Dirr, July 31, 2020, 10:24:23 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Volker Dirr

There is a very easy variant how to change the widget style:
open a command promt (for exmaple by clicking the windows icon in the bottom left corner and write 'cmd')
Navigate to your fet file (for example by writing:
cd downloads
cd fet-5.45.1
By the way: you don't need to write the whole line, only a few charaters and press the tab key)

Now execute fet with this command:
fet -style fusion

do it similar in an other command promt. But start FET with:
fet -style windows

(the same trick should work with most other Qt programms too. So also with TiTiTo, StElTo, ...)

Marcus

#1
Quote from: Volker Dirr on July 31, 2020, 10:24:23 PM
There is a very easy variant how to change the widget style:
open a command promt (for exmaple by clicking the windows icon in the bottom left corner and write 'cmd')
Navigate to your fet file (for example by writing:
cd downloads
cd fet-5.45.1
By the way: you don't need to write the whole line, only a few charaters and press the tab key)

Now execute fet with this command:
fet -style fusion

do it similar in an other command promt. But start FET with:
fet -style windows

(the same trick should work with most other Qt programms too. So also with TiTiTo, StElTo, ...)

I wrote a windows batch file which runs FET in Fusion style.
The file is a plain text file saved as .bat with the following one line statement:

start /b fet.exe -style fusion

(As it's not allowed to upload a bat file, you may copy the above statement into notepad and save it as fusion.bat in the same folder as your FET.exe program.)