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
qdesignerexportwidget.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4#ifndef QDESIGNEREXPORTWIDGET_H
5#define QDESIGNEREXPORTWIDGET_H
6
7#include <QtCore/qglobal.h>
8
10
11#if 0
12// pragma for syncqt, don't remove.
13#pragma qt_class(QDesignerExportWidget)
14#pragma qt_deprecates(QtDesigner/qdesignerexportwidget.h)
15#pragma qt_deprecates(QtDesigner/QDesignerExportWidget)
16#endif
17
18#if defined(QDESIGNER_EXPORT_WIDGETS)
19# define QDESIGNER_WIDGET_EXPORT Q_DECL_EXPORT
20#else
21# define QDESIGNER_WIDGET_EXPORT Q_DECL_IMPORT
22#endif
23
25
26#endif //QDESIGNEREXPORTWIDGET_H
\inmodule QtSql