forked from qt-creator/qt-creator
QmlDesigner: Add constants for live preview
Change-Id: I9b0987508ada8f973fbcb52403a3fb38c92ec2ef Reviewed-by: Tim Jenssen <tim.jenssen@qt.io>
This commit is contained in:
@@ -35,6 +35,7 @@ const char rootCategory[] = "";
|
||||
|
||||
const char selectionCategory[] = "Selection";
|
||||
const char stackCategory[] = "Stack (z)";
|
||||
const char qmlPreviewCategory[] = "QmlPreview";
|
||||
const char editCategory[] = "Edit";
|
||||
const char anchorsCategory[] = "Anchors";
|
||||
const char positionCategory[] = "Position";
|
||||
@@ -147,8 +148,9 @@ const char increaseIndexOfStackedContainerToolTip[] = QT_TRANSLATE_NOOP("QmlDesi
|
||||
const char decreaseIndexOfStackedContainerToolTip[] = QT_TRANSLATE_NOOP("QmlDesignerContextMenu", "Decrease index of stacked container.");
|
||||
const char addItemToStackedContainerToolTip[] = QT_TRANSLATE_NOOP("QmlDesignerContextMenu", "Add item to stacked container.");
|
||||
|
||||
const int priorityFirst = 220;
|
||||
const int prioritySelectionCategory = 200;
|
||||
const int priorityFirst = 240;
|
||||
const int prioritySelectionCategory = 220;
|
||||
const int priorityQmlPreviewCategory = 200;
|
||||
const int priorityStackCategory = 180;
|
||||
const int priorityEditCategory = 160;
|
||||
const int priorityAnchorsCategory = 140;
|
||||
|
Reference in New Issue
Block a user