5#ifndef PREFERENCESDIALOG_H
6#define PREFERENCESDIALOG_H
8#include <QtWidgets/qdialog.h>
13class QDesignerFormEditorInterface;
14class QDesignerOptionsPageInterface;
17 class PreferencesDialog;
32 void slotUiModeChanged(
bool modified);
35 QPushButton *applyButton()
const;
36 void closeOptionPages();
38 Ui::PreferencesDialog *m_ui;
39 QList<QDesignerOptionsPageInterface*> m_optionsPages;
~PreferencesDialog() override
Combined button and popup list for selecting options.