|
|
@ -125,11 +125,13 @@ protected: |
|
|
|
QVector<UBDockPaletteWidget*> mTabWidgets; |
|
|
|
QVector<UBDockPaletteWidget*> mTabWidgets; |
|
|
|
/** The current widget */ |
|
|
|
/** The current widget */ |
|
|
|
QVector<UBDockPaletteWidget*> mRegisteredWidgets; |
|
|
|
QVector<UBDockPaletteWidget*> mRegisteredWidgets; |
|
|
|
|
|
|
|
/** The current tab widget */ |
|
|
|
|
|
|
|
QString mCrntTabWidget; |
|
|
|
|
|
|
|
|
|
|
|
private slots: |
|
|
|
private slots: |
|
|
|
void onToolbarPosUpdated(); |
|
|
|
void onToolbarPosUpdated(); |
|
|
|
void onResizeRequest(QResizeEvent* event); |
|
|
|
void onResizeRequest(QResizeEvent* event); |
|
|
|
|
|
|
|
void onAllDownloadsFinished(); |
|
|
|
|
|
|
|
|
|
|
|
private: |
|
|
|
private: |
|
|
|
void tabClicked(int tabIndex); |
|
|
|
void tabClicked(int tabIndex); |
|
|
|