Qt
Internal/Contributor docs for the Qt SDK. <b>Note:</b> These are NOT official API docs; those are found <a href='https://doc.qt.io/'>here</a>.
Loading...
Searching...
No Matches
src_gui_qproxystyle.cpp File Reference

(05fc3aef53348fb58be6308076e000825b704e58)

#include "textedit.h"
#include <QApplication>
#include <QProxyStyle>
+ Include dependency graph for src_gui_qproxystyle.cpp:

Go to the source code of this file.

Classes

class  MyProxyStyle
 [1] More...
 

Functions

int main (int argc, char **argv)
 [0]
 
proxy setParent (widget)
 
widget setStyle (proxy)
 

Variables

auto proxy = new MyProxyStyle(QApplication::style()->name())
 [1]
 

Function Documentation

◆ main()

int main ( int argc,
char ** argv )

[0]

[0]

[0]

[6]

[0]

[0]

[1]

[1]

[2]

[2]

[3]

[3]

[0]

[0]

[1]

[1]

[0]

[0]

[0]

[0]

Definition at line 21 of file src_gui_qproxystyle.cpp.

References Q_INIT_RESOURCE.

◆ setParent()

proxy setParent ( widget )

◆ setStyle()

widget setStyle ( proxy )

Variable Documentation

◆ proxy

auto proxy = new MyProxyStyle(QApplication::style()->name())

[1]

[2]

Definition at line 36 of file src_gui_qproxystyle.cpp.