diff options
| author | Arttu Tarkiainen <arttu.tarkiainen@qt.io> | 2024-11-21 14:04:16 +0200 |
|---|---|---|
| committer | Arttu Tarkiainen <arttu.tarkiainen@qt.io> | 2024-11-25 14:30:42 +0200 |
| commit | 67afcdc24b187fff9d1c8376fc8931c6eecd3a01 (patch) | |
| tree | 0ebef1de1929a88094385caa268e90ec6d12c8b6 /doc/scripting-api | |
| parent | 0d6aae8086054e72701fd55ba798612ac92e1495 (diff) | |
PackageManagerGui: add signal to indicate page transition is completed
Introduce PackageMangerGui::currentPageChanged(int oldId, int newId)
signal, which is emitted when a page transition is completed. This
is useful in cases where we need to know the new and previous page
ID's to perform some post-operation for a specific page transition.
Task-number: QTIFW-3606
Change-Id: I3f47ba22ebd1d380d3f545f386f67b8da1c24446
Reviewed-by: Katja Marttila <katja.marttila@qt.io>
Diffstat (limited to 'doc/scripting-api')
| -rw-r--r-- | doc/scripting-api/gui.qdoc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/scripting-api/gui.qdoc b/doc/scripting-api/gui.qdoc index b9e6c1b5f..f66ae8da1 100644 --- a/doc/scripting-api/gui.qdoc +++ b/doc/scripting-api/gui.qdoc @@ -65,6 +65,13 @@ */ /*! + \qmlsignal gui::currentPageChanged(int oldId, int newId) + + This signal is emitted when the page transition from \a oldId to \a newId + has been completed. +*/ + +/*! \qmlsignal gui::settingsButtonClicked() This signal is emitted when the \uicontrol Settings button is clicked. |
