mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-01-19 06:49:59 +01:00
icon theme: add missing icons in size 16x16px
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5115 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -138,17 +138,17 @@ void ElementsCollectionWidget::leaveEvent(QEvent *event)
|
||||
|
||||
void ElementsCollectionWidget::setUpAction()
|
||||
{
|
||||
m_open_dir = new QAction(QET::Icons::DocumentOpen, tr("Ouvrir le dossier correspondant"), this);
|
||||
m_edit_element = new QAction(QET::Icons::ElementEdit, tr("Éditer l'élément"), this);
|
||||
m_delete_element = new QAction(QET::Icons::ElementDelete, tr("Supprimer l'élément"), this);
|
||||
m_delete_dir = new QAction(QET::Icons::FolderDelete, tr("Supprimer le dossier"), this);
|
||||
m_reload = new QAction(QET::Icons::ViewRefresh, tr("Recharger les collections"), this);
|
||||
m_edit_dir = new QAction(QET::Icons::FolderEdit, tr("Éditer le dossier"), this);
|
||||
m_new_directory = new QAction(QET::Icons::FolderNew, tr("Nouveau dossier"), this);
|
||||
m_new_element = new QAction(QET::Icons::ElementNew, tr("Nouvel élément"), this);
|
||||
m_show_this_dir = new QAction(QET::Icons::FolderOnlyThis,tr("Afficher uniquement ce dossier"), this);
|
||||
m_show_all_dir = new QAction(QET::Icons::FolderShowAll, tr("Afficher tous les dossiers"), this);
|
||||
m_dir_propertie = new QAction(QET::Icons::Folder, tr("Propriété du dossier"), this);
|
||||
m_open_dir = new QAction(QET::Icons::FolderOpen, tr("Ouvrir le dossier correspondant"), this);
|
||||
m_edit_element = new QAction(QET::Icons::ElementEdit, tr("Éditer l'élément"), this);
|
||||
m_delete_element = new QAction(QET::Icons::ElementDelete, tr("Supprimer l'élément"), this);
|
||||
m_delete_dir = new QAction(QET::Icons::FolderDelete, tr("Supprimer le dossier"), this);
|
||||
m_reload = new QAction(QET::Icons::ViewRefresh, tr("Recharger les collections"), this);
|
||||
m_edit_dir = new QAction(QET::Icons::FolderEdit, tr("Éditer le dossier"), this);
|
||||
m_new_directory = new QAction(QET::Icons::FolderNew, tr("Nouveau dossier"), this);
|
||||
m_new_element = new QAction(QET::Icons::ElementNew, tr("Nouvel élément"), this);
|
||||
m_show_this_dir = new QAction(QET::Icons::FolderOnlyThis, tr("Afficher uniquement ce dossier"), this);
|
||||
m_show_all_dir = new QAction(QET::Icons::FolderShowAll, tr("Afficher tous les dossiers"), this);
|
||||
m_dir_propertie = new QAction(QET::Icons::FolderProperties, tr("Propriété du dossier"), this);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -43,7 +43,7 @@ ElementsPanelWidget::ElementsPanelWidget(QWidget *parent) : QWidget(parent) {
|
||||
elements_panel = new ElementsPanel(this);
|
||||
|
||||
// initialise les actions
|
||||
open_directory = new QAction(QET::Icons::DocumentOpen, tr("Ouvrir le dossier correspondant"), this);
|
||||
open_directory = new QAction(QET::Icons::FolderOpen, tr("Ouvrir le dossier correspondant"), this);
|
||||
copy_path = new QAction(QET::Icons::IC_CopyFile, tr("Copier le chemin"), this);
|
||||
prj_activate = new QAction(QET::Icons::ProjectFile, tr("Basculer vers ce projet"), this);
|
||||
prj_close = new QAction(QET::Icons::DocumentClose, tr("Fermer ce projet"), this);
|
||||
|
||||
@@ -81,7 +81,8 @@ namespace QET {
|
||||
QIcon ElementDelete;
|
||||
QIcon ElementEdit;
|
||||
QIcon ElementNew;
|
||||
QIcon EndLineCircle;
|
||||
QIcon ElementSmall;
|
||||
QIcon EndLineCircle;
|
||||
QIcon EndLineDiamond;
|
||||
QIcon EndLineNone;
|
||||
QIcon EndLineSimple;
|
||||
@@ -92,6 +93,8 @@ namespace QET {
|
||||
QIcon FolderEdit;
|
||||
QIcon FolderNew;
|
||||
QIcon FolderOnlyThis;
|
||||
QIcon FolderOpen;
|
||||
QIcon FolderProperties;
|
||||
QIcon FolderShowAll;
|
||||
QIcon Forbidden;
|
||||
QIcon FullScreenEnter;
|
||||
@@ -326,21 +329,29 @@ void QET::Icons::initIcons() {
|
||||
Element .addFile(":/ico/breeze-icons/16x16/mimetypes/application-x-qet-element.png");
|
||||
Element .addFile(":/ico/breeze-icons/22x22/mimetypes/application-x-qet-element.png");
|
||||
Element .addFile(":/ico/breeze-icons/32x32/mimetypes/application-x-qet-element.png");
|
||||
ElementDelete .addFile(":/ico/22x22/element-delete.png");
|
||||
ElementDelete .addFile(":/ico/16x16/element-delete.png");
|
||||
ElementDelete .addFile(":/ico/22x22/element-delete.png");
|
||||
ElementEdit .addFile(":/ico/16x16/element-edit.png");
|
||||
ElementEdit .addFile(":/ico/22x22/element-edit.png");
|
||||
ElementNew .addFile(":/ico/16x16/element-new.png");
|
||||
ElementNew .addFile(":/ico/22x22/element-new.png");
|
||||
EndLineCircle .addFile(":/ico/16x16/endline-circle.png");
|
||||
ElementSmall .addFile(":/ico/16x16/element.png");
|
||||
EndLineCircle .addFile(":/ico/16x16/endline-circle.png");
|
||||
EndLineDiamond .addFile(":/ico/16x16/endline-diamond.png");
|
||||
EndLineNone .addFile(":/ico/16x16/endline-none.png");
|
||||
EndLineSimple .addFile(":/ico/16x16/endline-simple.png");
|
||||
EndLineTriangle .addFile(":/ico/16x16/endline-triangle.png");
|
||||
EPS .addFile(":/ico/32x32/image-x-eps.png");
|
||||
Folder .addFile(":/ico/16x16/folder.png");
|
||||
FolderDelete .addFile(":/ico/16x16/folder-delete.png");
|
||||
FolderDelete .addFile(":/ico/22x22/folder-delete.png");
|
||||
FolderEdit .addFile(":/ico/16x16/folder-edit.png");
|
||||
FolderEdit .addFile(":/ico/22x22/folder-edit.png");
|
||||
FolderNew .addFile(":/ico/16x16/folder-new.png");
|
||||
FolderNew .addFile(":/ico/22x22/folder-new.png");
|
||||
FolderOnlyThis .addFile(":/ico/16x16/folder-only-this.png");
|
||||
FolderOpen .addFile(":/ico/16x16/folder-open.png");
|
||||
FolderProperties .addFile(":/ico/16x16/folder-properties.png");
|
||||
FolderShowAll .addFile(":/ico/16x16/folder-show-all.png");
|
||||
Forbidden .addFile(":/ico/16x16/user-busy.png");
|
||||
FullScreenEnter .addFile(":/ico/16x16/view-fullscreen.png");
|
||||
|
||||
@@ -99,6 +99,8 @@ namespace QET {
|
||||
extern QIcon FolderEdit;
|
||||
extern QIcon FolderNew;
|
||||
extern QIcon FolderOnlyThis;
|
||||
extern QIcon FolderOpen;
|
||||
extern QIcon FolderProperties;
|
||||
extern QIcon FolderShowAll;
|
||||
extern QIcon Forbidden;
|
||||
extern QIcon FullScreenEnter;
|
||||
|
||||
Reference in New Issue
Block a user