Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
qdesigner_stackedbox.cpp File Reference

(94a41d036d53b28e8638d13eae40875869af6123)

#include "qdesigner_stackedbox_p.h"
#include "qdesigner_command_p.h"
#include "qdesigner_propertycommand_p.h"
#include "orderdialog_p.h"
#include "promotiontaskmenu_p.h"
#include "widgetfactory_p.h"
#include <QtDesigner/abstractformwindow.h>
#include <QtWidgets/qtoolbutton.h>
#include <QtWidgets/qmenu.h>
#include <QtWidgets/qstackedwidget.h>
#include <QtGui/qaction.h>
#include <QtGui/qevent.h>
#include <QtCore/qdebug.h>
+ Include dependency graph for qdesigner_stackedbox.cpp:

Go to the source code of this file.

Functions

static QToolButtoncreateToolButton (QWidget *parent, Qt::ArrowType at, const QString &name)
 
static QString stackedClassName (QStackedWidget *w)
 

Variables

static constexpr auto pagePropertyName = "currentPageName"_L1
 

Function Documentation

◆ createToolButton()

static QToolButton * createToolButton ( QWidget * parent,
Qt::ArrowType at,
const QString & name )
static

Definition at line 26 of file qdesigner_stackedbox.cpp.

◆ stackedClassName()

static QString stackedClassName ( QStackedWidget * w)
inlinestatic

Definition at line 135 of file qdesigner_stackedbox.cpp.

Variable Documentation

◆ pagePropertyName

static constexpr auto pagePropertyName = "currentPageName"_L1
staticconstexpr

Definition at line 316 of file qdesigner_stackedbox.cpp.