Move handling of color dialog that is opened from mode selector

It doesn't really make sense to have that handling deep in the
FancyTabWidget.

Change-Id: If4b4b9b9c3cbc49c25091982b398fb18f9bf87c2
Reviewed-by: Alessandro Portale <alessandro.portale@theqtcompany.com>
This commit is contained in:
Eike Ziller
2016-03-16 12:28:31 +01:00
parent f393da3451
commit a029aafdf0
3 changed files with 22 additions and 11 deletions

View File

@@ -162,6 +162,7 @@ public:
signals:
void currentAboutToShow(int index);
void currentChanged(int index);
void topAreaClicked(Qt::MouseButton button, Qt::KeyboardModifiers modifiers);
public slots:
void setCurrentIndex(int index);