DtkWidget
DTK Widget module
载入中...
搜索中...
未找到
dwidgetstype.h
1// SPDX-FileCopyrightText: 2022 UnionTech Software Technology Co., Ltd.
2//
3// SPDX-License-Identifier: LGPL-3.0-or-later
4
5#ifndef DWIDGETSTYPE_H
6#define DWIDGETSTYPE_H
7
8#include <dtkwidget_global.h>
9
10QT_BEGIN_NAMESPACE
11
12class QScrollBar;
13class QPushButton;
14class QRadioButton;
15class QDialogButtonBox;
16class QListWidget;
17class QTreeWidget;
18class QTableWidget;
19class QGroupBox;
20class QScrollArea;
21class QToolBox;
22class QTableWidget;
23class QStackedWidget;
24class QWidget;
25class QMDIArea;
26class QDockWidget;
27class QComboBox;
28class QFontComboBox;
29class QPlainTextEdit;
30class QSpinBox;
31class QDoubleSpinBox;
32class QTimeEdit;
33class QDateEdit;
34class QDateTimeEdit;
35class QDial;
36class QTextBrowser;
37class QGraphicsView;
38class QCalendarWidget;
39class QLCDNumber;
40class QHorizontalLine;
41class QVerticalLine;
42class QOpenGLWidget;
43class QQuickWidget;
44class QWebView;
45class QAccessibleWidget;
46class QCheckBox;
47class QColorDialog;
48class QColumnView;
49class QDataWidgetMapper;
50class QFocusFrame;
51class QHeaderView;
52class QInputDialog;
53class QMdiArea;
54class QMdiSubWindow;
55class QErrorMessage;
56class QFontDialog;
57class QMenu;
58class QMenuBar;
59class QMessageBox;
60class QRubberBand;
61class QSlider;
62class QSplitter;
63class QStatusBar;
64class QTabWidget;
65class QTableView;
66class QTileRules;
67class QToolBar;
68class QTreeView;
69class QUndoView;
70class QWhatsThis;
71class QWizard;
72class QWizardPage;
73class QSizeGrip;
74
75QT_END_NAMESPACE
76
77DWIDGET_BEGIN_NAMESPACE
78
79typedef QScrollBar DScrollBar;
80typedef QPushButton DPushButton;
81typedef QRadioButton DRadioButton;
82typedef QDialogButtonBox DDialogButtonBox;
83typedef QListWidget DListWidget;
84typedef QTreeWidget DTreeWidget;
85typedef QTableWidget DTableWidget;
86typedef QGroupBox DGroupBox;
87typedef QScrollArea DScrollArea;
88typedef QToolBox DToolBox;
89typedef QTableWidget DTableWidget;
90typedef QStackedWidget DStackedWidget;
91typedef QWidget DWidget;
92typedef QMDIArea DMDIArea;
93typedef QDockWidget DDockWidget;
94typedef QPlainTextEdit DPlainTextEdit;
95typedef QTimeEdit DTimeEdit;
96typedef QDateEdit DDateEdit;
97typedef QDateTimeEdit DDateTimeEdit;
98typedef QDial DDial;
99typedef QTextBrowser DTextBrowser;
100typedef QGraphicsView DGraphicsView;
101typedef QCalendarWidget DCalendarWidget;
102typedef QLCDNumber DLCDNumber;
103typedef QOpenGLWidget DOpenGLWidget;
104typedef QQuickWidget DQuickWidget;
105typedef QWebView DWebView;
106typedef QAccessibleWidget DAccessibleWidget;
107typedef QCheckBox DCheckBox;
108typedef QColorDialog DColorDialog;
109typedef QColumnView DColumnView;
110typedef QDataWidgetMapper DDataWidgetMapper;
111typedef QFocusFrame DFocusFrame;
112typedef QHeaderView DHeaderView;
113#ifndef Q_QDOC
114//typedef QInputDialog DInputDialog;
115#endif
116typedef QMdiArea DMdiArea;
117typedef QMdiSubWindow DMdiSubWindow;
118typedef QErrorMessage DErrorMessage;
119typedef QFontDialog DFontDialog;
120typedef QMenu DMenu;
121typedef QMenuBar DMenuBar;
122typedef QMessageBox DMessageBox;
123typedef QRubberBand DRubberBand;
124typedef QSplitter DSplitter;
125typedef QStatusBar DStatusBar;
126typedef QTabWidget DTabWidget;
127typedef QTableView DTableView;
128typedef QTileRules DTileRules;
129typedef QToolBar DToolBar;
130typedef QTreeView DTreeView;
131typedef QUndoView DUndoView;
132typedef QWhatsThis DWhatsThis;
133typedef QWizard DWizard;
134typedef QWizardPage DWizardPage;
135typedef QSizeGrip DSizeGrip;
136
137DWIDGET_END_NAMESPACE
138
139#endif // DWIDGETSTYPE_H