mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 12:40:35 +01:00
Replaced old Crystal icons with recent Oxygen equivalents.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1777 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 513 B |
Binary file not shown.
|
Before Width: | Height: | Size: 523 B |
Binary file not shown.
|
Before Width: | Height: | Size: 351 B |
Binary file not shown.
|
Before Width: | Height: | Size: 363 B |
@@ -4,8 +4,6 @@
|
||||
<file>ico/128x128/settings.png</file>
|
||||
<file>ico/128x128/document-export.png</file>
|
||||
<file>ico/128x128/printer.png</file>
|
||||
<file>ico/16x16/add_col.png</file>
|
||||
<file>ico/16x16/add_row.png</file>
|
||||
<file>ico/16x16/application-exit.png</file>
|
||||
<file>ico/16x16/arrow-left-double.png</file>
|
||||
<file>ico/16x16/arrow-left.png</file>
|
||||
@@ -71,8 +69,6 @@
|
||||
<file>ico/16x16/phase.png</file>
|
||||
<file>ico/16x16/preferences-desktop-user.png</file>
|
||||
<file>ico/16x16/qet.png</file>
|
||||
<file>ico/16x16/remove_col.png</file>
|
||||
<file>ico/16x16/remove_row.png</file>
|
||||
<file>ico/16x16/south.png</file>
|
||||
<file>ico/16x16/text-xml.png</file>
|
||||
<file>ico/16x16/user-busy.png</file>
|
||||
|
||||
@@ -199,10 +199,10 @@ void QETDiagramEditor::actions() {
|
||||
conductor_reset = new QAction(QET::Icons::ConductorSettings, tr("R\351initialiser les conducteurs"), this);
|
||||
infos_diagram = new QAction(QET::Icons::DialogInformation, tr("Propri\351t\351s du sch\351ma"), this);
|
||||
add_text = new QAction(QET::Icons::PartTextField, tr("Ajouter un champ de texte"), this);
|
||||
add_column = new QAction(QET::Icons::AddColumn, tr("Ajouter une colonne"), this);
|
||||
remove_column = new QAction(QET::Icons::RemoveColumn, tr("Enlever une colonne"), this);
|
||||
add_row = new QAction(QET::Icons::AddRow, tr("Ajouter une ligne"), this);
|
||||
remove_row = new QAction(QET::Icons::RemoveRow, tr("Enlever une ligne"), this);
|
||||
add_column = new QAction(QET::Icons::EditTableInsertColumnRight, tr("Ajouter une colonne"), this);
|
||||
remove_column = new QAction(QET::Icons::EditTableDeleteColumn, tr("Enlever une colonne"), this);
|
||||
add_row = new QAction(QET::Icons::EditTableInsertRowUnder, tr("Ajouter une ligne"), this);
|
||||
remove_row = new QAction(QET::Icons::EditTableDeleteRow, tr("Enlever une ligne"), this);
|
||||
|
||||
prj_edit_prop = new QAction(QET::Icons::DialogInformation, tr("Propri\351t\351s du projet"), this);
|
||||
prj_add_diagram = new QAction(QET::Icons::DiagramAdd, tr("Ajouter un sch\351ma"), this);
|
||||
|
||||
@@ -22,8 +22,6 @@
|
||||
namespace QET {
|
||||
namespace Icons {
|
||||
QIcon Add;
|
||||
QIcon AddColumn;
|
||||
QIcon AddRow;
|
||||
QIcon Allowed;
|
||||
QIcon ApplicationExit;
|
||||
QIcon ArrowLeft;
|
||||
@@ -132,8 +130,6 @@ namespace QET {
|
||||
QIcon QtLogo;
|
||||
QIcon Raise;
|
||||
QIcon Remove;
|
||||
QIcon RemoveColumn;
|
||||
QIcon RemoveRow;
|
||||
QIcon Restore;
|
||||
QIcon SendBackward;
|
||||
QIcon Settings;
|
||||
@@ -167,8 +163,6 @@ void QET::Icons::initIcons() {
|
||||
|
||||
Add .addFile(":/ico/16x16/list-add.png");
|
||||
Add .addFile(":/ico/22x22/list-add.png");
|
||||
AddColumn .addFile(":/ico/16x16/add_col.png");
|
||||
AddRow .addFile(":/ico/16x16/add_row.png");
|
||||
Allowed .addFile(":/ico/16x16/user-online.png");
|
||||
ApplicationExit .addFile(":/ico/16x16/application-exit.png");
|
||||
ApplicationExit .addFile(":/ico/22x22/application-exit.png");
|
||||
@@ -351,8 +345,6 @@ void QET::Icons::initIcons() {
|
||||
Raise .addFile(":/ico/22x22/raise.png");
|
||||
Remove .addFile(":/ico/16x16/list-remove.png");
|
||||
Remove .addFile(":/ico/22x22/list-remove.png");
|
||||
RemoveColumn .addFile(":/ico/16x16/remove_col.png");
|
||||
RemoveRow .addFile(":/ico/16x16/remove_row.png");
|
||||
Restore .addFile(":/ico/22x22/restaurer.png");
|
||||
SendBackward .addFile(":/ico/22x22/send_backward.png");
|
||||
Settings .addFile(":/ico/128x128/settings.png");
|
||||
|
||||
@@ -29,8 +29,6 @@ namespace QET {
|
||||
// l'utilisation du mot-cle extern permet l'acces aux objets statiques
|
||||
// depuis l'exterieur du namespace
|
||||
extern QIcon Add;
|
||||
extern QIcon AddColumn;
|
||||
extern QIcon AddRow;
|
||||
extern QIcon Allowed;
|
||||
extern QIcon ApplicationExit;
|
||||
extern QIcon ArrowLeft;
|
||||
@@ -141,8 +139,6 @@ namespace QET {
|
||||
extern QIcon QtLogo;
|
||||
extern QIcon Raise;
|
||||
extern QIcon Remove;
|
||||
extern QIcon RemoveColumn;
|
||||
extern QIcon RemoveRow;
|
||||
extern QIcon Restore;
|
||||
extern QIcon SendBackward;
|
||||
extern QIcon Settings;
|
||||
|
||||
Reference in New Issue
Block a user