Make the new setCurrentId the writer for the respective property
Amends 2140edaaab
.
Pick-to: 6.4
Change-Id: Idc1ace4229b8706d9b44f1727105cc9aaab1a86d
Reviewed-by: Axel Spoerl <axel.spoerl@qt.io>
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
This commit is contained in:
parent
20a40035fa
commit
e0a729dfd2
@ -23,7 +23,7 @@ class Q_WIDGETS_EXPORT QWizard : public QDialog
|
||||
Q_PROPERTY(Qt::TextFormat titleFormat READ titleFormat WRITE setTitleFormat)
|
||||
Q_PROPERTY(Qt::TextFormat subTitleFormat READ subTitleFormat WRITE setSubTitleFormat)
|
||||
Q_PROPERTY(int startId READ startId WRITE setStartId)
|
||||
Q_PROPERTY(int currentId READ currentId NOTIFY currentIdChanged)
|
||||
Q_PROPERTY(int currentId READ currentId WRITE setCurrentId NOTIFY currentIdChanged)
|
||||
|
||||
public:
|
||||
enum WizardButton {
|
||||
|
Loading…
Reference in New Issue
Block a user