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// Qt-Security score:significant reason:default
4
5#ifndef FORMEDITOR_GLOBAL_H
6#define FORMEDITOR_GLOBAL_H
7
8#include <QtCore/qglobal.h>
9
10#ifdef Q_OS_WIN
11#ifdef QT_FORMEDITOR_LIBRARY
12# define QT_FORMEDITOR_EXPORT
13#else
14# define QT_FORMEDITOR_EXPORT
15#endif
16#else
17#define QT_FORMEDITOR_EXPORT
18#endif
19
20#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)