Make the new setCurrentId the writer for the respective property
Amends 2140edaaab0bf61f354db521efca773568becc56. Change-Id: Idc1ace4229b8706d9b44f1727105cc9aaab1a86d Reviewed-by: Axel Spoerl <axel.spoerl@qt.io> Reviewed-by: Lars Knoll <lars.knoll@qt.io> (cherry picked from commit e0a729dfd202c95dc858c71e95fe0072821b2b21) Reviewed-by: Qt Cherry-pick Bot <cherrypick_bot@qt-project.org>
This commit is contained in:
parent
2864ba0cc3
commit
f11ae9fb37
@ -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…
x
Reference in New Issue
Block a user