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
formeditor_global.h
Go to the documentation of this file.
1// Copyright (C) 2016 The Qt Company Ltd.
2// SPDX-License-Identifier: LicenseRef-Qt-Commercial OR GPL-3.0-only WITH Qt-GPL-exception-1.0
3
4#ifndef FORMEDITOR_GLOBAL_H
5#define FORMEDITOR_GLOBAL_H
6
7#include <QtCore/qglobal.h>
8
9#ifdef Q_OS_WIN
10#ifdef QT_FORMEDITOR_LIBRARY
11# define QT_FORMEDITOR_EXPORT
12#else
13# define QT_FORMEDITOR_EXPORT
14#endif
15#else
16#define QT_FORMEDITOR_EXPORT
17#endif
18
19#endif // FORMEDITOR_GLOBAL_H
#define QT_FORMEDITOR_EXPORT
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.
static QRect verticalIndicatorRect(const QRect &rect)
static QRect horizontalIndicatorRect(const QRect &rect, Qt::LayoutDirection layoutDirection)