Change background-color Style for containers in widgets
-
wrote on 27 Mar 2020, 10:54 last edited by
-
Hi
Since all Widgets can be used as a container we cannot guess.It could be a plain Widget with a label over.
However, it does look like a group box in the way the caption looks.
I would try some other property of group box and see if it changes.There is zero access to source code ?
Also if you are programmer, you could use
https://github.com/robertknight/Qt-Inspectorand then see if you can spy on the other app :)
-
wrote on 27 Mar 2020, 12:48 last edited by Artemis21
This is the source code https://github.com/Cockatrice/Cockatrice/tree/master/cockatrice but I don't really know where to look beside src folder, because I can't read C++ I tried with Qt-Inspector but couldn't even compile it. Is there any other similar software? even for PC?
By the way, I've seen that the QGroupBox only has :Title as useful property, unless I'm mistaken. Any other suggestion?
-
wrote on 27 Mar 2020, 14:13 last edited by
-
Hi,
You can use KDAB's GammaRay to inspect your application.
Other than that you can also use the dumpObjectTree method to see what you have in that widget.
1/5