72 Auto = DConfigDlgView::Auto,
73 Plain = DConfigDlgView::Plain,
74 List = DConfigDlgView::List,
75 Tree = DConfigDlgView::Tree,
76 Tabbed = DConfigDlgView::Tabbed
84 explicit DConfigDlg(QWidget*
const parent =
nullptr, Qt::WindowFlags flags = Qt::WindowFlags());
94 void setFaceType(FaceType faceType);
100 void setConfigGroup(
const QString& group);
181 void setStandardButtons(QDialogButtonBox::StandardButtons buttons);
187 QPushButton* button(QDialogButtonBox::StandardButton which)
const;
192 void addActionButton(QAbstractButton*
const button);
219 DConfigDlg(DConfigDlgPrivate& dd,
DConfigDlgWdg*
const widget, QWidget*
const parent, Qt::WindowFlags flags = Qt::WindowFlags());
244 QDialogButtonBox* buttonBox();
249 const QDialogButtonBox* buttonBox()
const;
259 void setButtonBox(QDialogButtonBox*
const box);
263 void showEvent(QShowEvent*)
override;
267 DConfigDlgPrivate*
const d_ptr =
nullptr;