Skip to content
This repository was archived by the owner on Mar 4, 2023. It is now read-only.

Commit 6f9cdad

Browse files
committed
updated widgets doc
1 parent 4eb589f commit 6f9cdad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/mvvmwidgets/widgetspresenter.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ class Q_MVVMWIDGETS_EXPORT WidgetsPresenter : public QObject, public IPresenter
4646
//! @copybrief registerViewExplicitly()
4747
static void registerViewExplicitly(const QMetaObject *viewModelType, const QMetaObject *viewType);
4848

49+
//! Returns the internally used input widget factory
4950
static InputWidgetFactory* getInputWidgetFactory();
5051

5152
void present(ViewModel *viewModel, const QVariantHash &params, QPointer<ViewModel> parent) override;
@@ -77,7 +78,9 @@ public Q_SLOTS:
7778
virtual void presentInputDialog(const MessageConfig &config, QPointer<MessageResult> result);
7879
//! Called to present a dialog of MessageConfig::TypeFileDialog
7980
virtual void presentFileDialog(const MessageConfig &config, QPointer<MessageResult> result);
81+
//! Called to present a dialog of MessageConfig::TypeColorDialog
8082
void presentColorDialog(const MessageConfig &config, const QPointer<MessageResult> &result); //MAJOR make virtual
83+
//! Called to present a dialog of MessageConfig::TypeProgressDialog
8184
void presentProgressDialog(const MessageConfig &config, const QPointer<MessageResult> &result); //MAJOR make virtual
8285
//! Called to present a dialog of a non standard MessageConfig::type
8386
virtual void presentOtherDialog(const MessageConfig &config, QPointer<MessageResult> result);

0 commit comments

Comments
 (0)