What is the "Qt result window"?
What is the "Qt result window"?
newSnip.PNG
It is Application output window.
I have attached the png file, please have a look.
Thanks.
Ok. You mean the widget that appears at the top of the Qt Creator Application output and similar screen areas. This is not a window (i.e. A parentless widget), and that is not the title bar (a window manager decoration on a window). It is just another heavily styled widget packed into a layout. If you want to see exactly how that widget was constructed you have access to the Qt Creator source. Possibly in this folder
https://github.com/qtproject/qt-crea...ins/coreplugin
But it will take quite a bit of digging and you will probably not be able to copy-and-paste
DURGAPRASAD NEELAM (28th May 2015)
Bookmarks