Qt 6.x
The Qt SDK
Loading...
Searching...
No Matches
src_gui_qproxystyle.cpp File Reference
#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.