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
qtgroupboxpropertybrowser_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 LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only
3
4//
5// W A R N I N G
6// -------------
7//
8// This file is not part of the Qt API. It exists for the convenience
9// of Qt Designer. This header file may change from version to version
10// without notice, or even be removed.
11//
12// We mean it.
13//
14
15#ifndef QTGROUPBOXPROPERTYBROWSER_H
16#define QTGROUPBOXPROPERTYBROWSER_H
17
19
21
23
25{
27public:
30
31protected:
32 void itemInserted(QtBrowserItem *item, QtBrowserItem *afterItem) override;
33 void itemRemoved(QtBrowserItem *item) override;
34 void itemChanged(QtBrowserItem *item) override;
35
36private:
37 QScopedPointer<QtGroupBoxPropertyBrowserPrivate> d_ptr;
40};
41
42QT_END_NAMESPACE
43
44#endif
QtAbstractPropertyBrowser provides a base class for implementing property browsers.
The QtBrowserItem class represents a property in a property browser instance.
void propertyInserted(QtBrowserItem *index, QtBrowserItem *afterIndex)
QWidget * createEditor(QtProperty *property, QWidget *parent) const
The QtGroupBoxPropertyBrowser class provides a QGroupBox based property browser.
void itemChanged(QtBrowserItem *item) override
\reimp
void itemRemoved(QtBrowserItem *item) override
\reimp
void itemInserted(QtBrowserItem *item, QtBrowserItem *afterItem) override
\reimp
~QtGroupBoxPropertyBrowser()
Destroys this property browser.
The QtProperty class encapsulates an instance of a property.
bool isEnabled() const
Returns whether the property is enabled.
bool isModified() const
Returns whether the property is modified.
Combined button and popup list for selecting options.