Changeset View
Changeset View
Standalone View
Standalone View
app/imageopscontextmanageritem.cpp
| Show First 20 Lines • Show All 106 Lines • ▼ Show 20 Line(s) | 79 | { | |||
|---|---|---|---|---|---|
| 107 | 107 | | |||
| 108 | mCropAction = edit->addAction("crop", q, SLOT(crop())); | 108 | mCropAction = edit->addAction("crop", q, SLOT(crop())); | ||
| 109 | mCropAction->setText(i18n("Crop")); | 109 | mCropAction->setText(i18n("Crop")); | ||
| 110 | mCropAction->setIcon(QIcon::fromTheme("transform-crop-and-resize")); | 110 | mCropAction->setIcon(QIcon::fromTheme("transform-crop-and-resize")); | ||
| 111 | actionCollection->setDefaultShortcut(mCropAction, Qt::SHIFT + Qt::Key_C); | 111 | actionCollection->setDefaultShortcut(mCropAction, Qt::SHIFT + Qt::Key_C); | ||
| 112 | 112 | | |||
| 113 | mRedEyeReductionAction = edit->addAction("red_eye_reduction", q, SLOT(startRedEyeReduction())); | 113 | mRedEyeReductionAction = edit->addAction("red_eye_reduction", q, SLOT(startRedEyeReduction())); | ||
| 114 | mRedEyeReductionAction->setText(i18n("Red Eye Reduction")); | 114 | mRedEyeReductionAction->setText(i18n("Red Eye Reduction")); | ||
| 115 | //mRedEyeReductionAction->setIcon(QIcon::fromTheme("transform-crop-and-resize")); | 115 | mRedEyeReductionAction->setIcon(QIcon::fromTheme("redeyes")); | ||
| 116 | 116 | | |||
| 117 | mActionList | 117 | mActionList | ||
| 118 | << mRotateLeftAction | 118 | << mRotateLeftAction | ||
| 119 | << mRotateRightAction | 119 | << mRotateRightAction | ||
| 120 | << mMirrorAction | 120 | << mMirrorAction | ||
| 121 | << mFlipAction | 121 | << mFlipAction | ||
| 122 | << mResizeAction | 122 | << mResizeAction | ||
| 123 | << mCropAction | 123 | << mCropAction | ||
| ▲ Show 20 Lines • Show All 184 Lines • Show Last 20 Lines | |||||