QDockWidget vs QDialog

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
28 messages Options
12
Reply | Threaded
Open this post in threaded view
|

Re: QDockWidget vs QDialog

sp1der
ravas wrote
Thanks :-] It's nice to have my ideas and effort appreciated.
Your welcome.
ravas wrote

Another idea would be to write an independent script (using any language)
that walks the icon directory and changes the green value of each image.
It likely already exists... I'll research it more later.
This would be fantastic if it could be done, hope to hear from you about this.
Reply | Threaded
Open this post in threaded view
|

Re: QDockWidget vs QDialog

claus82
In reply to this post by ravas
Personally, I found this system useful too!
Cheers
Cla
...the problem is not the problem, the problem is your aptitude about the problem...
Reply | Threaded
Open this post in threaded view
|

Re: QDockWidget vs QDialog

dellus
In reply to this post by ravas
Hi ravas,
I could really free that stuck toolbar with the voodoo stuff you have shown me.

Thanks a lot - dellus
Reply | Threaded
Open this post in threaded view
|

Re: QDockWidget vs QDialog

ravas
In reply to this post by sp1der
sp1der,
My priorities are working on the toolbars, and some improvement of the in-program help system.
So don't hold your breath for now, or you will be the one changing color. ;D
Reply | Threaded
Open this post in threaded view
|

Re: QDockWidget vs QDialog

dxli
currently, we are using static icon images.

wondering whether we can get "bright green" -> "dark green" by some stylesheets.

ravas wrote
sp1der,
My priorities are working on the toolbars, and some improvement of the in-program help system.
So don't hold your breath for now, or you will be the one changing color. ;D
Reply | Threaded
Open this post in threaded view
|

Re: QDockWidget vs QDialog

ravas
In reply to this post by dellus
dellus,
Autohotkey is the best kind of black magic... ;-]
winmove is definitely one of the more useful commands. It can also change the size of windows.
Reply | Threaded
Open this post in threaded view
|

Re: QDockWidget vs QDialog

ravas
A note to developers: I think I found how we save widget locations:

from qc_applicationwindow.cpp

RS_SETTINGS->writeEntry("/DockWindows", QVariant (saveState()));
Reply | Threaded
Open this post in threaded view
|

Re: QDockWidget vs QDialog

ravas
In reply to this post by dxli
dxli wrote
wondering whether we can get "bright green" -> "dark green" by some stylesheets.
I don't think so. It's mostly just CSS. http://doc.qt.io/qt-5/stylesheet-reference.html
Honestly, I have never used a program that allows users to change the icon color.
12