Dock area currentChanging signal introduced(part1)

currentChanging signal helps to save previous layout state before tab will be changed
This commit is contained in:
Opostol 2018-08-10 14:46:57 +03:00 committed by GitHub
parent 3fc7c195c3
commit 4188d69356
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -187,6 +187,13 @@ signals:
*/
void tabBarClicked(int index);
/**
* This signal is emitted when the tab bar's current tab is about to be changed. The new
* current has the given index, or -1 if there isn't a new one.
* @param index
*/
void currentChanging(int index);
/**
* This signal is emitted when the tab bar's current tab changes. The new
* current has the given index, or -1 if there isn't a new one