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
4#ifndef PREVIEWWIDGET_H
5#define PREVIEWWIDGET_H
6
7#include "ui_previewwidget.h"
8
10
11namespace qdesigner_internal {
12
14{
16public:
17 explicit PreviewWidget(QWidget *parent);
19
20private:
21 Ui::PreviewWidget ui;
22};
23
24} // namespace qdesigner_internal
25
26QT_END_NAMESPACE
27
28#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.