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
iconloader_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
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
10// file may change from version to version without notice, or even be removed.
11//
12// We mean it.
13//
14
15#ifndef ICONLOADER_H
16#define ICONLOADER_H
17
19
20#include <QtGui/qicon.h>
21
23
24class QString;
25class QIcon;
26
27namespace qdesigner_internal {
28
36
37} // namespace qdesigner_internal
38
39QT_END_NAMESPACE
40
41#endif // ICONLOADER_H
#define QT_BUDDYEDITOR_EXPORT
bool isInitialized() const override
Returns true if the plugin interface is initialized; otherwise returns false.
void initialize(QDesignerFormEditorInterface *core) override
Initializes the plugin interface for the specified core interface.
QDesignerFormEditorInterface * core() const override
Returns the core form editor interface associated with this component.
QAction * action() const override
Returns the action associated with this interface.
QDesignerFormWindowInterface * formWindow() const override
QAction * action() const override
QWidget * editor() const override
QDesignerFormEditorInterface * core() const override
bool handleEvent(QWidget *widget, QWidget *managedWidget, QEvent *event) override
Auxiliary methods to store/retrieve settings.
QDESIGNER_SHARED_EXPORT bool isDarkMode()
#define QDESIGNER_SHARED_EXPORT