First version of QML navigation.

This commit is contained in:
Erik Verbruggen
2009-09-11 14:42:50 +02:00
parent e58ff77bd3
commit 71549ec6a2
14 changed files with 608 additions and 7 deletions

View File

@@ -180,6 +180,7 @@ const char * const G_EDIT_OTHER = "QtCreator.Group.Edit.Other";
// advanced edit menu groups
const char * const G_EDIT_FORMAT = "QtCreator.Group.Edit.Format";
const char * const G_EDIT_REFORMAT = "QtCreator.Group.Edit.Reformat";
const char * const G_EDIT_COLLAPSING = "QtCreator.Group.Edit.Collapsing";
const char * const G_EDIT_FONT = "QtCreator.Group.Edit.Font";
const char * const G_EDIT_EDITOR = "QtCreator.Group.Edit.Editor";