Hi,
How can I set for example CDE style from the designer?
Printable View
Hi,
How can I set for example CDE style from the designer?
you can only make preview in designer, but you must set a style in your code.
Hi again,
But how can I edit it by using designer then?
there is no opportunity to do this, only by hand in sources as I've shown.
Hımm ok then,
thanks again.
Hımm I guess I found a method how to do with it designer!
by editing source code using "Form->View Code"?
I guess no, because editor is read-only. :cool:
nope,
by opening desinger.exe -style motif.
it is known thing. you can apply this approach to all of GUI Qt application. but if you need to change style dynamically or use only one (hard-coded) style, then you need to code it. :)
Hi, I didn't say that I wanna change the style dynamicly, I just said that I want to open my designer with a preffered style.