qtdeclarative/examples/quick/quickwidgets/qmlpreviewer/widgets
MohammadHossein Qanbari fa878707fb QML Previewer Example: Fix saving the default file's changes
When changes to the default loaded file were saved, the address bar
displayed an incorrect path and the view failed to update.

The issue stemmed from an improper transition from the Dirty state to
the Open state. The correct transition is changesSaved(). The
setDirty(false) method is reserved for when changes are discarded (e.g.,
after an undo operation).

Pick-to: 6.8 6.8.0
Change-Id: Iafee4bf7c0eeae6f2fc7fdb0d32a555a99824249
Reviewed-by: Doris Verria <doris.verria@qt.io>
2024-09-19 18:35:24 +02:00
..
codeeditor.cpp QML Previewer Example: Add Error List and Line Numbers 2024-09-02 22:46:58 +02:00
codeeditor.h QML Previewer Example: Add Error List and Line Numbers 2024-09-02 22:46:58 +02:00
editorwidget.cpp QML Previewer Example: Fix saving the default file's changes 2024-09-19 18:35:24 +02:00
editorwidget.h QML Previewer Example: Add Error List and Line Numbers 2024-09-02 22:46:58 +02:00
linenumberarea.cpp QML Previewer Example: Add Error List and Line Numbers 2024-09-02 22:46:58 +02:00
linenumberarea.h QML Previewer Example: Add Error List and Line Numbers 2024-09-02 22:46:58 +02:00
mainwindow.cpp QML Previewer Example: Add Error List and Line Numbers 2024-09-02 22:46:58 +02:00
mainwindow.h QML Previewer Example: Add Error List and Line Numbers 2024-09-02 22:46:58 +02:00
patheditwidget.cpp Add the QMLPreviewer example 2024-08-30 00:28:36 +02:00
patheditwidget.h Add the QMLPreviewer example 2024-08-30 00:28:36 +02:00
previewwidget.cpp QMLPreviewer Example: Use window container instead of qquickwidget 2024-09-19 16:35:24 +00:00
previewwidget.h QMLPreviewer Example: Use window container instead of qquickwidget 2024-09-19 16:35:24 +00:00