Read external tools from resources and show them in menu.

This commit is contained in:
con
2010-11-11 15:47:23 +01:00
parent e07e914514
commit 371478ffb9
6 changed files with 128 additions and 11 deletions

View File

@@ -91,6 +91,7 @@ const char * const M_FILE_RECENTFILES = "QtCreator.Menu.File.RecentFiles";
const char * const M_EDIT = "QtCreator.Menu.Edit";
const char * const M_EDIT_ADVANCED = "QtCreator.Menu.Edit.Advanced";
const char * const M_TOOLS = "QtCreator.Menu.Tools";
const char * const M_TOOLS_EXTERNAL = "QtCreator.Menu.Tools.External";
const char * const M_WINDOW = "QtCreator.Menu.Window";
const char * const M_WINDOW_PANES = "QtCreator.Menu.Window.Panes";
const char * const M_WINDOW_VIEWS = "QtCreator.Menu.Window.Views";