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
previewwidget.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 PREVIEWWIDGET_H
6#define PREVIEWWIDGET_H
7
8#include "ui_previewwidget.h"
9
11
12namespace qdesigner_internal {
13
15{
17public:
18 explicit PreviewWidget(QWidget *parent);
20
21private:
22 Ui::PreviewWidget ui;
23};
24
25} // namespace qdesigner_internal
26
27QT_END_NAMESPACE
28
29#endif // PREVIEWWIDGET_H
void setPreviewPalette(const QPalette &palette)
bool viewportEvent(QEvent *event) override
PreviewMdiArea(QWidget *parent=nullptr)
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.