8#include <QtWidgets/qdialog.h>
16class QDesignerFormEditorInterface;
17class QDesignerNewFormWidgetInterface;
23class QDialogButtonBox;
41 static QImage
grabForm(QDesignerFormEditorInterface *core,
43 const QString &workingDir,
48 void recentFileChosen();
49 void slotCurrentTemplateChanged(
bool templateSelected);
50 void slotTemplateActivated();
53 QDialogButtonBox *createButtonBox();
54 bool openTemplate(QString *ptrToErrorMessage);
57 QDesignerNewFormWidgetInterface *m_newFormWidget;
59 QCheckBox *m_chkShowOnStartup;
60 QPushButton *m_createButton;
61 QPushButton *m_recentButton;
62 QDialogButtonBox *m_buttonBox =
nullptr;
bool openForm(QWidget *parent)
QActionGroup * recentFilesActions() const
void setShowNewFormOnStartup(bool showIt)
QDesignerSettings(QDesignerFormEditorInterface *core)
bool showNewFormOnStartup() const
QDesignerActions * actionManager() const
QDesignerFormEditorInterface * core() const
Combined button and popup list for selecting options.
Auxiliary methods to store/retrieve settings.