QtBase  v6.3.1
Classes | Functions | Variables
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)
 [1] More...
 
proxy setParent (widget)
 
widget setStyle (proxy)
 

Variables

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

[1]

[2]

Create an application and a main widget. Open the main widget for user input, and exit with an appropriate return value when it is closed.

[6]

[0]

[1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

[0] [1]

[1] [2]

[0]

[1]

[1] //! [2]

[2]

[3]

[3]

[4]

[4] //! [5]

[5] //! [6]

[0]

[0]

[1]

[1]

[2]

[2]

[3]

[3]

[4]

[4]

[0]

[0]

[1]

[1]

[0]

[0]

[0]

[0]

Definition at line 68 of file src_gui_qproxystyle.cpp.

Here is the call graph for this function:

◆ setParent()

proxy setParent ( widget  )

◆ setStyle()

widget setStyle ( proxy  )
Here is the caller graph for this function:

Variable Documentation

◆ proxy

[1]

[2]

Definition at line 83 of file src_gui_qproxystyle.cpp.