forked from qt-creator/qt-creator
NavigationWidget: Add menu to split button
This is more consistent with the split button that we have for the editors, and the default split behavior, which duplicated the current view, seldomly resulted in what was wanted anyhow. Change-Id: Iaba62151edbf11f6bbfaf45d68371532bff48dd5 Reviewed-by: Daniel Teske <daniel.teske@theqtcompany.com>
This commit is contained in:
@@ -111,7 +111,7 @@ protected:
|
||||
|
||||
private slots:
|
||||
void activateSubWidget();
|
||||
void splitSubWidget();
|
||||
void splitSubWidget(int factoryIndex);
|
||||
void closeSubWidget();
|
||||
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user