Image workbench missing icons
This commit is contained in:
@@ -55,7 +55,7 @@ CmdImageOpen::CmdImageOpen()
|
||||
sToolTipText = QT_TR_NOOP("Open image view");
|
||||
sWhatsThis = "Image_Open";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "image-import";
|
||||
sPixmap = "Image_Open";
|
||||
}
|
||||
|
||||
void CmdImageOpen::activated(int iMsg)
|
||||
@@ -103,7 +103,7 @@ CmdCreateImagePlane::CmdCreateImagePlane()
|
||||
sToolTipText = QT_TR_NOOP("Create a planar image in the 3D space");
|
||||
sWhatsThis = "Image_CreateImagePlane";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "image-import-to-plane";
|
||||
sPixmap = "Image_CreateImagePlane";
|
||||
}
|
||||
|
||||
void CmdCreateImagePlane::activated(int iMsg)
|
||||
@@ -177,7 +177,7 @@ CmdImageScaling::CmdImageScaling()
|
||||
sToolTipText = QT_TR_NOOP("Image Scaling");
|
||||
sWhatsThis = "Image_Scaling";
|
||||
sStatusTip = sToolTipText;
|
||||
sPixmap = "image-scale";
|
||||
sPixmap = "Image_Scaling";
|
||||
}
|
||||
|
||||
void CmdImageScaling::activated(int iMsg)
|
||||
|
||||
Reference in New Issue
Block a user