mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-19 01:46:27 +00:00
Codegen fixes, DPI scaling, SVG icons
This commit is contained in:
@@ -16,10 +16,10 @@ INodeEditor::INodeEditor(QWidget *pParent)
|
||||
, mCloneState(eNotCloning)
|
||||
{
|
||||
// Create gizmo actions
|
||||
mGizmoActions.append(new QAction(QIcon(":/icons/SelectMode.png"), "Select Objects", this));
|
||||
mGizmoActions.append(new QAction(QIcon(":/icons/Translate.png"), "Translate", this));
|
||||
mGizmoActions.append(new QAction(QIcon(":/icons/Rotate.png"), "Rotate", this));
|
||||
mGizmoActions.append(new QAction(QIcon(":/icons/Scale.png"), "Scale", this));
|
||||
mGizmoActions.append(new QAction(QIcon(":/icons/SelectMode.svg"), "Select Objects", this));
|
||||
mGizmoActions.append(new QAction(QIcon(":/icons/Translate.svg"), "Translate", this));
|
||||
mGizmoActions.append(new QAction(QIcon(":/icons/Rotate.svg"), "Rotate", this));
|
||||
mGizmoActions.append(new QAction(QIcon(":/icons/Scale.svg"), "Scale", this));
|
||||
|
||||
mGizmoActions[0]->setShortcut(QKeySequence("Ctrl+Q"));
|
||||
mGizmoActions[1]->setShortcut(QKeySequence("Ctrl+W"));
|
||||
|
||||
Reference in New Issue
Block a user