From 8fb3a3c111e000cd3c6c510c90e43fd34d996039 Mon Sep 17 00:00:00 2001 From: BIOUD Youcef <youcef.bioud@etu.univ-amu.fr> Date: Mon, 22 Jan 2024 12:58:35 +0000 Subject: [PATCH] Upload New File --- IHM_Retouche_Photo/mainwindow.ui | 981 +++++++++++++++++++++++++++++++ 1 file changed, 981 insertions(+) create mode 100644 IHM_Retouche_Photo/mainwindow.ui diff --git a/IHM_Retouche_Photo/mainwindow.ui b/IHM_Retouche_Photo/mainwindow.ui new file mode 100644 index 0000000..3010daa --- /dev/null +++ b/IHM_Retouche_Photo/mainwindow.ui @@ -0,0 +1,981 @@ +<?xml version="1.0" encoding="UTF-8"?> +<ui version="4.0"> + <class>MainWindow</class> + <widget class="QMainWindow" name="MainWindow"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1026</width> + <height>541</height> + </rect> + </property> + <property name="windowTitle"> + <string>MainWindow</string> + </property> + <widget class="QWidget" name="_mainArea"> + <layout class="QHBoxLayout" name="horizontalLayout_2"> + <property name="spacing"> + <number>0</number> + </property> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> + <item> + <layout class="QVBoxLayout" name="_utilitaryLayout"> + <property name="spacing"> + <number>0</number> + </property> + <item> + <layout class="QVBoxLayout" name="verticalLayout"> + <property name="spacing"> + <number>0</number> + </property> + <item> + <widget class="QTreeView" name="_filesSelector"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="statusTip"> + <string/> + </property> + <property name="accessibleName"> + <string/> + </property> + <property name="autoFillBackground"> + <bool>false</bool> + </property> + <property name="frameShape"> + <enum>QFrame::HLine</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <property name="lineWidth"> + <number>0</number> + </property> + <property name="dragEnabled"> + <bool>false</bool> + </property> + <property name="textElideMode"> + <enum>Qt::ElideRight</enum> + </property> + <attribute name="headerDefaultSectionSize"> + <number>57</number> + </attribute> + <attribute name="headerHighlightSections"> + <bool>false</bool> + </attribute> + </widget> + </item> + <item> + <layout class="QVBoxLayout" name="verticalLayout_2"> + <property name="spacing"> + <number>0</number> + </property> + <item> + <widget class="QListWidget" name="_filesSelected"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="statusTip"> + <string>Liste des images ouvrables.</string> + </property> + <property name="frameShape"> + <enum>QFrame::HLine</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + <property name="tabKeyNavigation"> + <bool>true</bool> + </property> + <property name="dragEnabled"> + <bool>false</bool> + </property> + <property name="dragDropOverwriteMode"> + <bool>true</bool> + </property> + <property name="dragDropMode"> + <enum>QAbstractItemView::NoDragDrop</enum> + </property> + <property name="selectionMode"> + <enum>QAbstractItemView::ExtendedSelection</enum> + </property> + <property name="viewMode"> + <enum>QListView::ListMode</enum> + </property> + <property name="uniformItemSizes"> + <bool>false</bool> + </property> + <property name="selectionRectVisible"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QHBoxLayout" name="horizontalLayout_3"> + <property name="spacing"> + <number>0</number> + </property> + <item> + <spacer name="horizontalSpacer_2"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Minimum</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="_add_selectable_element"> + <property name="toolTip"> + <string/> + </property> + <property name="statusTip"> + <string>Ajouter une image à la liste des images.</string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/list-add.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/list-add.png</iconset> + </property> + <property name="shortcut"> + <string>Ins</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Minimum</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + <item> + <widget class="QPushButton" name="_remove_selectable_element"> + <property name="toolTip"> + <string/> + </property> + <property name="statusTip"> + <string>Retirer une image de la liste des images.</string> + </property> + <property name="text"> + <string/> + </property> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/list-remove.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/list-remove.png</iconset> + </property> + <property name="shortcut"> + <string>Del</string> + </property> + </widget> + </item> + <item> + <spacer name="horizontalSpacer_3"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeType"> + <enum>QSizePolicy::Minimum</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>40</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </item> + </layout> + </item> + </layout> + </item> + </layout> + </item> + <item> + <layout class="QVBoxLayout" name="_imageLayout"> + <item> + <widget class="QTabWidget" name="_imageTabs"> + <property name="cursor"> + <cursorShape>OpenHandCursor</cursorShape> + </property> + <property name="mouseTracking"> + <bool>true</bool> + </property> + <property name="tabPosition"> + <enum>QTabWidget::North</enum> + </property> + <property name="tabShape"> + <enum>QTabWidget::Rounded</enum> + </property> + <property name="currentIndex"> + <number>0</number> + </property> + <property name="elideMode"> + <enum>Qt::ElideRight</enum> + </property> + <property name="documentMode"> + <bool>false</bool> + </property> + <property name="tabsClosable"> + <bool>true</bool> + </property> + <property name="movable"> + <bool>true</bool> + </property> + <property name="tabBarAutoHide"> + <bool>false</bool> + </property> + <widget class="QWidget" name="_imageTabs_1"> + <attribute name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/preferences-system.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/preferences-system.png</iconset> + </attribute> + <attribute name="title"> + <string>Blank</string> + </attribute> + <layout class="QHBoxLayout" name="horizontalLayout"> + <property name="spacing"> + <number>0</number> + </property> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> + <number>0</number> + </property> + <item> + <widget class="QGraphicsView" name="_imageView"> + <property name="cursor" stdset="0"> + <cursorShape>CrossCursor</cursorShape> + </property> + <property name="mouseTracking"> + <bool>true</bool> + </property> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="frameShadow"> + <enum>QFrame::Plain</enum> + </property> + </widget> + </item> + </layout> + </widget> + <widget class="QWidget" name="_imageTabs_2"> + <attribute name="title"> + <string>Tab 2</string> + </attribute> + </widget> + </widget> + </item> + </layout> + </item> + <item> + <layout class="QVBoxLayout" name="_toolLayout"> + <property name="spacing"> + <number>0</number> + </property> + <item> + <widget class="QListWidget" name="_toolbox"> + <property name="sizePolicy"> + <sizepolicy hsizetype="Minimum" vsizetype="Minimum"> + <horstretch>0</horstretch> + <verstretch>0</verstretch> + </sizepolicy> + </property> + <property name="cursor" stdset="0"> + <cursorShape>PointingHandCursor</cursorShape> + </property> + <property name="toolTip"> + <string/> + </property> + <property name="statusTip"> + <string/> + </property> + <property name="frameShape"> + <enum>QFrame::NoFrame</enum> + </property> + <property name="tabKeyNavigation"> + <bool>true</bool> + </property> + <property name="alternatingRowColors"> + <bool>true</bool> + </property> + <property name="iconSize"> + <size> + <width>16</width> + <height>16</height> + </size> + </property> + <property name="sortingEnabled"> + <bool>true</bool> + </property> + </widget> + </item> + <item> + <layout class="QVBoxLayout" name="_toolParameterLayout"> + <property name="spacing"> + <number>0</number> + </property> + </layout> + </item> + </layout> + </item> + </layout> + </widget> + <widget class="QMenuBar" name="_menubar"> + <property name="geometry"> + <rect> + <x>0</x> + <y>0</y> + <width>1026</width> + <height>22</height> + </rect> + </property> + <widget class="QMenu" name="_menuFile"> + <property name="autoFillBackground"> + <bool>false</bool> + </property> + <property name="title"> + <string>Fichier</string> + </property> + <addaction name="_action_new"/> + <addaction name="_action_open"/> + <addaction name="_action_openDirectory"/> + <addaction name="separator"/> + <addaction name="_action_save"/> + <addaction name="_action_saveAs"/> + <addaction name="_action_saveAll"/> + <addaction name="separator"/> + <addaction name="_action_close"/> + <addaction name="_action_quit"/> + </widget> + <widget class="QMenu" name="_menuEdit"> + <property name="title"> + <string>Édition</string> + </property> + <addaction name="_action_undo"/> + <addaction name="_action_redo"/> + <addaction name="separator"/> + <addaction name="_action_cut"/> + <addaction name="_action_copy"/> + <addaction name="_action_paste"/> + </widget> + <widget class="QMenu" name="_menuImage"> + <property name="title"> + <string>Image</string> + </property> + <widget class="QMenu" name="_menuTurn"> + <property name="title"> + <string>Retourner</string> + </property> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/align-none.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/align-none.png</iconset> + </property> + <addaction name="_action_turn_verticaly"/> + <addaction name="_action_turn_horizonaly"/> + </widget> + <widget class="QMenu" name="_menuRotate"> + <property name="title"> + <string>Rotation</string> + </property> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/transform-rotate.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/transform-rotate.png</iconset> + </property> + <addaction name="_action_rotate_left_90"/> + <addaction name="_action_rotate_right_90"/> + <addaction name="_action_rotate_180"/> + </widget> + <addaction name="_action_trim"/> + <addaction name="_action_resize"/> + <addaction name="_action_rezise_draw_area"/> + <addaction name="separator"/> + <addaction name="_menuTurn"/> + <addaction name="_menuRotate"/> + </widget> + <widget class="QMenu" name="_menuHelp"> + <property name="title"> + <string>Aide</string> + </property> + <addaction name="_action_credit"/> + <addaction name="_action_propos"/> + </widget> + <widget class="QMenu" name="_menuAffichage"> + <property name="title"> + <string>Affichage</string> + </property> + <addaction name="_action_zoom_in"/> + <addaction name="_action_zoom_out"/> + </widget> + <widget class="QMenu" name="_menuSelection"> + <property name="title"> + <string>Selection</string> + </property> + <addaction name="_action_del"/> + </widget> + <addaction name="_menuFile"/> + <addaction name="_menuEdit"/> + <addaction name="_menuSelection"/> + <addaction name="_menuAffichage"/> + <addaction name="_menuImage"/> + <addaction name="_menuHelp"/> + </widget> + <widget class="QStatusBar" name="_statusbar"/> + <widget class="QToolBar" name="toolBar"> + <property name="enabled"> + <bool>true</bool> + </property> + <property name="windowTitle"> + <string>toolBar</string> + </property> + <property name="movable"> + <bool>false</bool> + </property> + <attribute name="toolBarArea"> + <enum>TopToolBarArea</enum> + </attribute> + <attribute name="toolBarBreak"> + <bool>false</bool> + </attribute> + <addaction name="separator"/> + <addaction name="_actionNouveau"/> + <addaction name="_action_enregistrer"/> + <addaction name="separator"/> + <addaction name="_actionEnregistrer_sous"/> + <addaction name="_actionFermer"/> + <addaction name="actionZoom_avant"/> + </widget> + <action name="_action_new"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-new.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-new.png</iconset> + </property> + <property name="text"> + <string>Nouveau...</string> + </property> + <property name="statusTip"> + <string>Crée une nouvelle image.</string> + </property> + <property name="shortcut"> + <string>Ctrl+N</string> + </property> + </action> + <action name="_action_open"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-open.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-open.png</iconset> + </property> + <property name="text"> + <string>Ouvrir...</string> + </property> + <property name="statusTip"> + <string>Ouvre une image.</string> + </property> + <property name="shortcut"> + <string>Ctrl+O</string> + </property> + </action> + <action name="actionEnregistrer"> + <property name="text"> + <string>Enregistrer</string> + </property> + </action> + <action name="actionEnregistrer_sous"> + <property name="text"> + <string>Enregistrer sous...</string> + </property> + </action> + <action name="_action_save"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-save.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-save.png</iconset> + </property> + <property name="text"> + <string>Enregistrer</string> + </property> + <property name="statusTip"> + <string>Sauvegarder l'image courrante.</string> + </property> + <property name="shortcut"> + <string>Ctrl+S</string> + </property> + </action> + <action name="_action_saveAs"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-save-as.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-save-as.png</iconset> + </property> + <property name="text"> + <string>Enregistrer sous...</string> + </property> + <property name="statusTip"> + <string>Sauvergader sous l'image courrante.</string> + </property> + <property name="shortcut"> + <string>Ctrl+Shift+S</string> + </property> + </action> + <action name="_action_saveAll"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-save-all.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-save-all.png</iconset> + </property> + <property name="text"> + <string>Enregistrer tout</string> + </property> + <property name="statusTip"> + <string>Sauvegarder toutes les images.</string> + </property> + <property name="shortcut"> + <string>Ctrl+Alt+S</string> + </property> + </action> + <action name="_action_close"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-close.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-close.png</iconset> + </property> + <property name="text"> + <string>Fermer</string> + </property> + <property name="statusTip"> + <string>Ferme l'image courrante.</string> + </property> + <property name="whatsThis"> + <string/> + </property> + <property name="shortcut"> + <string>Ctrl+R</string> + </property> + </action> + <action name="_action_quit"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/dialog-close.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/dialog-close.png</iconset> + </property> + <property name="text"> + <string>Quitter</string> + </property> + <property name="statusTip"> + <string>Quitter l'application.</string> + </property> + <property name="shortcut"> + <string>Ctrl+Alt+Q</string> + </property> + <property name="menuRole"> + <enum>QAction::QuitRole</enum> + </property> + </action> + <action name="_action_undo"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-undo.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-undo.png</iconset> + </property> + <property name="text"> + <string>Annuler</string> + </property> + <property name="statusTip"> + <string>Annule le dernier changement.</string> + </property> + <property name="shortcut"> + <string>Ctrl+Z</string> + </property> + </action> + <action name="_action_redo"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-redo.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-redo.png</iconset> + </property> + <property name="text"> + <string>Répéter</string> + </property> + <property name="statusTip"> + <string>Annule la dernière annulation de changement.</string> + </property> + <property name="shortcut"> + <string>Ctrl+Y</string> + </property> + </action> + <action name="_action_cut"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-cut.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-cut.png</iconset> + </property> + <property name="text"> + <string>Couper</string> + </property> + <property name="statusTip"> + <string>Coupe la selection courante.</string> + </property> + <property name="shortcut"> + <string>Ctrl+X</string> + </property> + </action> + <action name="_action_copy"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-copy.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-copy.png</iconset> + </property> + <property name="text"> + <string>Copier</string> + </property> + <property name="statusTip"> + <string>Copie la selection courante</string> + </property> + <property name="shortcut"> + <string>Ctrl+C</string> + </property> + </action> + <action name="_action_paste"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-paste.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-paste.png</iconset> + </property> + <property name="text"> + <string>Coller</string> + </property> + <property name="statusTip"> + <string>Colle ce qui à été copier ou couper.</string> + </property> + <property name="shortcut"> + <string>Ctrl+V</string> + </property> + </action> + <action name="_action_delete"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-delete.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-delete.png</iconset> + </property> + <property name="text"> + <string>Supprimer</string> + </property> + <property name="statusTip"> + <string>Suprime la section actuelle.</string> + </property> + <property name="shortcut"> + <string>Del</string> + </property> + </action> + <action name="_action_zoom_in"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/zoom-in.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/zoom-in.png</iconset> + </property> + <property name="text"> + <string>Zoom avant</string> + </property> + <property name="statusTip"> + <string>Zoom en avant.</string> + </property> + <property name="shortcut"> + <string>PgUp</string> + </property> + </action> + <action name="_action_zoom_out"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/zoom-out.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/zoom-out.png</iconset> + </property> + <property name="text"> + <string>Zoom arrière</string> + </property> + <property name="statusTip"> + <string>Zoom en arrière</string> + </property> + <property name="shortcut"> + <string>PgDown</string> + </property> + </action> + <action name="_action_del"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-clear-locationbar-rtl.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/edit-clear-locationbar-rtl.png</iconset> + </property> + <property name="text"> + <string>Supprimer</string> + </property> + <property name="statusTip"> + <string>Supprime la selection courante.</string> + </property> + <property name="shortcut"> + <string>Backspace</string> + </property> + </action> + <action name="_action_credit"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/help-browser.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/help-browser.png</iconset> + </property> + <property name="text"> + <string>Aide</string> + </property> + <property name="statusTip"> + <string>Affiche l'aide.</string> + </property> + <property name="shortcut"> + <string>F1</string> + </property> + </action> + <action name="_action_propos"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/documentinfo.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/documentinfo.png</iconset> + </property> + <property name="text"> + <string>À propos</string> + </property> + </action> + <action name="_action_trim"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/transform-crop-and-resize.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/transform-crop-and-resize.png</iconset> + </property> + <property name="text"> + <string>Rogner</string> + </property> + <property name="statusTip"> + <string>Supprime les partie de l'image qui ne sont pas dans la selection courrante</string> + </property> + <property name="shortcut"> + <string>Ctrl+Shift+X</string> + </property> + </action> + <action name="_action_resize"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/transform-scale.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/transform-scale.png</iconset> + </property> + <property name="text"> + <string>Redimensionner...</string> + </property> + <property name="statusTip"> + <string>Redimensionne l'image.</string> + </property> + <property name="shortcut"> + <string>Ctrl+R</string> + </property> + </action> + <action name="_action_rezise_draw_area"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/transform-crop.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/transform-crop.png</iconset> + </property> + <property name="text"> + <string>Changer la taille de la zone de dessin...</string> + </property> + <property name="statusTip"> + <string>Change la taille de la zone de dessin.</string> + </property> + <property name="shortcut"> + <string>Ctrl+Shift+R</string> + </property> + </action> + <action name="_action_turn_verticaly"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/align-horizontal-center.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/align-horizontal-center.png</iconset> + </property> + <property name="text"> + <string>Verticalement</string> + </property> + <property name="statusTip"> + <string>Tourne verticalement l'image.</string> + </property> + </action> + <action name="_action_turn_horizonaly"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/align-vertical-center.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/align-vertical-center.png</iconset> + </property> + <property name="text"> + <string>Horizontalement</string> + </property> + <property name="statusTip"> + <string>Tourne horizontalement l'image.</string> + </property> + </action> + <action name="_action_rotate_left_90"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/object-rotate-left.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/object-rotate-left.png</iconset> + </property> + <property name="text"> + <string>Faire pivoter vers la gauche de 90°</string> + </property> + <property name="statusTip"> + <string>Effectue une rotation, vers la gauche, de l'image à 90 degrées.</string> + </property> + <property name="shortcut"> + <string>Ctrl+G</string> + </property> + </action> + <action name="_action_rotate_right_90"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/object-rotate-right.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/object-rotate-right.png</iconset> + </property> + <property name="text"> + <string>Faire pivoter vers la droite de 90°</string> + </property> + <property name="statusTip"> + <string>Effectue une rotation, vers la droite, de l'image à 90 degrées.</string> + </property> + <property name="shortcut"> + <string>Ctrl+H</string> + </property> + </action> + <action name="_action_rotate_180"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/transform-rotate.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/transform-rotate.png</iconset> + </property> + <property name="text"> + <string>Faire Pivoter de 180°</string> + </property> + <property name="statusTip"> + <string>Effectue une rotation de l'image à 180 degrées.</string> + </property> + </action> + <action name="_action_openDirectory"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-open-folder.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-open-folder.png</iconset> + </property> + <property name="text"> + <string>Ouvrir répertoire...</string> + </property> + <property name="statusTip"> + <string>Ouvre une répertoire.</string> + </property> + <property name="shortcut"> + <string>Ctrl+Shift+O</string> + </property> + </action> + <action name="_action_enregistrer"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-save.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-save.png</iconset> + </property> + <property name="text"> + <string>Enregistrer</string> + </property> + <property name="toolTip"> + <string>Enregistrer</string> + </property> + <property name="shortcut"> + <string>Ctrl+S</string> + </property> + </action> + <action name="_actionEnregistrer_sous"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-save-as.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-save-as.png</iconset> + </property> + <property name="text"> + <string>Enregistrer sous</string> + </property> + <property name="toolTip"> + <string>Enregistrer sous</string> + </property> + <property name="shortcut"> + <string>Ctrl+Shift+S</string> + </property> + </action> + <action name="_actionNouveau"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-new.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-new.png</iconset> + </property> + <property name="text"> + <string>Nouveau</string> + </property> + <property name="toolTip"> + <string>Nouveau</string> + </property> + <property name="shortcut"> + <string>Ctrl+N</string> + </property> + </action> + <action name="_actionFermer"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-close.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/document-close.png</iconset> + </property> + <property name="text"> + <string>Fermer</string> + </property> + <property name="toolTip"> + <string>Fermer</string> + </property> + <property name="shortcut"> + <string>Del</string> + </property> + </action> + <action name="actionZoom_avant"> + <property name="icon"> + <iconset resource="ressource.qrc"> + <normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/zoom-in.png</normaloff>:/image/oxygen/icons/16x16/ressource/image/oxygen/icons/16x16/zoom-in.png</iconset> + </property> + <property name="text"> + <string>Zoom avant</string> + </property> + <property name="toolTip"> + <string>Zoom avant</string> + </property> + </action> + </widget> + <tabstops> + <tabstop>_imageTabs</tabstop> + <tabstop>_imageView</tabstop> + </tabstops> + <resources> + <include location="ressource.qrc"/> + </resources> + <connections/> +</ui> -- GitLab