ui: Indexing UI
* Added DialogView with QtDialogView implementation to handle information dialogs * Implemented QtIndexingDialog class that covers all different dialogs for indexing * Directly communicate with DialogView from Prpject and all Tasks involved in indexing * Block QtMainWindow UI while indexing
This commit is contained in:
@@ -47,6 +47,7 @@ private:
|
||||
size_t m_forwardButton;
|
||||
};
|
||||
|
||||
|
||||
class MouseWheelFilter
|
||||
: public QObject
|
||||
{
|
||||
@@ -111,7 +112,6 @@ public slots:
|
||||
void newProjectFromSolution(const std::string& ideId, const std::string& solutionPath);
|
||||
void openProject(const QString &path = QString());
|
||||
void editProject();
|
||||
void openRecentProject();
|
||||
|
||||
void find();
|
||||
void findFulltext();
|
||||
@@ -129,10 +129,11 @@ public slots:
|
||||
void zoomOut();
|
||||
void resetZoom();
|
||||
|
||||
void toggleView(View* view, bool fromMenu);
|
||||
|
||||
void openRecentProject();
|
||||
void updateRecentProjectMenu();
|
||||
|
||||
void toggleView(View* view, bool fromMenu);
|
||||
|
||||
private slots:
|
||||
void toggleShowDockWidgetTitleBars();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user