forked from qt-creator/qt-creator
ScreenRecorder: Use better icon for "copy image"
The same icon is used in other places to copy an image tnto the clipboard. Change-Id: I094bd885f1efac3d35c57bbd4c5905e26b8f0c40 Reviewed-by: Cristian Adam <cristian.adam@qt.io>
This commit is contained in:
@@ -304,7 +304,7 @@ CropWidget::CropWidget(QWidget *parent)
|
|||||||
|
|
||||||
auto copyImageToClipboardAction = new QAction(Tr::tr("Copy current, cropped frame as image "
|
auto copyImageToClipboardAction = new QAction(Tr::tr("Copy current, cropped frame as image "
|
||||||
"into the Clipboard"), this);
|
"into the Clipboard"), this);
|
||||||
copyImageToClipboardAction->setIcon(Icons::COPY.icon());
|
copyImageToClipboardAction->setIcon(Icons::SNAPSHOT.icon());
|
||||||
copyImageToClipboardAction->setShortcut(QKeySequence::Copy);
|
copyImageToClipboardAction->setShortcut(QKeySequence::Copy);
|
||||||
|
|
||||||
auto copyImageToClipboardButton = new QToolButton;
|
auto copyImageToClipboardButton = new QToolButton;
|
||||||
|
|||||||
Reference in New Issue
Block a user