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
invisible_widget_p.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//
6// W A R N I N G
7// -------------
8//
9// This file is not part of the Qt API. It exists for the convenience
10// of Qt Designer. This header
11// file may change from version to version without notice, or even be removed.
12//
13// We mean it.
14//
15
16#ifndef INVISIBLE_WIDGET_H
17#define INVISIBLE_WIDGET_H
18
20
21#include <QtWidgets/qwidget.h>
22
23QT_BEGIN_NAMESPACE
24
25namespace qdesigner_internal {
26
27class QDESIGNER_SHARED_EXPORT InvisibleWidget: public QWidget
28{
29 Q_OBJECT
30public:
31 InvisibleWidget(QWidget *parent = nullptr);
32};
33
34} // namespace qdesigner_internal
35
36QT_END_NAMESPACE
37
38#endif // INVISIBLE_WIDGET_H
int actionIndexAt(const Widget *w, const QPoint &pos, Qt::Orientation orientation)
virtual ~QDesignerActionProviderExtension()=default
virtual QRect actionGeometry(QAction *action) const =0
virtual QAction * actionAt(const QPoint &pos) const =0
virtual void adjustIndicator(const QPoint &pos)=0
#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)
#define QDESIGNER_SHARED_EXPORT