We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fc7c19 commit 4188d69Copy full SHA for 4188d69
src/DockAreaWidget.h
@@ -187,6 +187,13 @@ public slots:
187
*/
188
void tabBarClicked(int index);
189
190
+ /**
191
+ * This signal is emitted when the tab bar's current tab is about to be changed. The new
192
+ * current has the given index, or -1 if there isn't a new one.
193
+ * @param index
194
+ */
195
+ void currentChanging(int index);
196
+
197
/**
198
* This signal is emitted when the tab bar's current tab changes. The new
199
* current has the given index, or -1 if there isn't a new one
0 commit comments