2009-05-01 14:41:33 +00:00
|
|
|
/*
|
2016-05-13 17:40:36 +00:00
|
|
|
Copyright 2006-2016 The QElectroTech Team
|
2009-05-01 14:41:33 +00:00
|
|
|
This file is part of QElectroTech.
|
|
|
|
|
|
|
|
QElectroTech is free software: you can redistribute it and/or modify
|
|
|
|
it under the terms of the GNU General Public License as published by
|
|
|
|
the Free Software Foundation, either version 2 of the License, or
|
|
|
|
(at your option) any later version.
|
|
|
|
|
|
|
|
QElectroTech is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
|
|
|
GNU General Public License for more details.
|
|
|
|
|
|
|
|
You should have received a copy of the GNU General Public License
|
|
|
|
along with QElectroTech. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
#ifndef QET_ICONS_H
|
|
|
|
#define QET_ICONS_H
|
|
|
|
#include <QIcon>
|
|
|
|
/**
|
2012-11-09 21:09:24 +00:00
|
|
|
This namespace is meant to delare icons used within the QElectroTech
|
|
|
|
application.
|
2009-05-01 14:41:33 +00:00
|
|
|
*/
|
|
|
|
namespace QET {
|
|
|
|
namespace Icons {
|
|
|
|
void initIcons();
|
|
|
|
|
2012-11-09 21:09:24 +00:00
|
|
|
// using the extern keyword enables access to static objects from outside the
|
|
|
|
// namespace
|
2012-05-09 12:56:18 +00:00
|
|
|
extern QIcon Add;
|
2015-03-12 15:31:41 +00:00
|
|
|
extern QIcon AddFolio;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon Allowed;
|
|
|
|
extern QIcon ApplicationExit;
|
|
|
|
extern QIcon ArrowLeft;
|
|
|
|
extern QIcon ArrowLeftDouble;
|
|
|
|
extern QIcon ArrowRight;
|
|
|
|
extern QIcon ArrowRightDouble;
|
2015-01-14 11:52:41 +00:00
|
|
|
extern QIcon Autoconnect;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon BringForward;
|
|
|
|
extern QIcon Cancel;
|
|
|
|
extern QIcon Conductor;
|
|
|
|
extern QIcon ConductorSettings;
|
|
|
|
extern QIcon Configure;
|
|
|
|
extern QIcon ConfigureToolbars;
|
2015-03-02 20:14:56 +00:00
|
|
|
extern QIcon IC_CopyFile;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon DefaultConductor;
|
|
|
|
extern QIcon DiagramAdd;
|
|
|
|
extern QIcon Diagram;
|
2015-06-21 11:00:08 +00:00
|
|
|
extern QIcon DiagramBg;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon DiagramDelete;
|
|
|
|
extern QIcon DialogCancel;
|
|
|
|
extern QIcon DialogInformation;
|
|
|
|
extern QIcon DialogOk;
|
|
|
|
extern QIcon DocumentClose;
|
|
|
|
extern QIcon DocumentExport;
|
|
|
|
extern QIcon DocumentImport;
|
|
|
|
extern QIcon DocumentNew;
|
|
|
|
extern QIcon DocumentOpen;
|
|
|
|
extern QIcon DocumentOpenRecent;
|
|
|
|
extern QIcon DocumentPrint;
|
|
|
|
extern QIcon DocumentPrintFrame;
|
|
|
|
extern QIcon DocumentSave;
|
|
|
|
extern QIcon DocumentSaveAll;
|
|
|
|
extern QIcon DocumentSaveAs;
|
2015-03-10 14:47:03 +00:00
|
|
|
extern QIcon DocumentSpreadsheet;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon East;
|
|
|
|
extern QIcon EditClear;
|
|
|
|
extern QIcon EditClearLocationBar;
|
|
|
|
extern QIcon EditCopy;
|
|
|
|
extern QIcon EditCut;
|
|
|
|
extern QIcon EditDelete;
|
|
|
|
extern QIcon EditPaste;
|
|
|
|
extern QIcon EditRedo;
|
2012-05-09 12:56:18 +00:00
|
|
|
extern QIcon EditRename;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon EditSelectAll;
|
2012-02-17 07:26:46 +00:00
|
|
|
extern QIcon EditTableCellMerge;
|
|
|
|
extern QIcon EditTableCellSplit;
|
|
|
|
extern QIcon EditTableDeleteColumn;
|
|
|
|
extern QIcon EditTableDeleteRow;
|
|
|
|
extern QIcon EditTableInsertColumnLeft;
|
|
|
|
extern QIcon EditTableInsertColumnRight;
|
|
|
|
extern QIcon EditTableInsertRowAbove;
|
|
|
|
extern QIcon EditTableInsertRowUnder;
|
2013-03-27 19:11:16 +00:00
|
|
|
extern QIcon EditText;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon EditUndo;
|
2009-11-22 16:12:22 +00:00
|
|
|
extern QIcon Element;
|
2009-05-08 18:49:59 +00:00
|
|
|
extern QIcon ElementDelete;
|
|
|
|
extern QIcon ElementEdit;
|
|
|
|
extern QIcon ElementNew;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon EndLineCircle;
|
|
|
|
extern QIcon EndLineDiamond;
|
|
|
|
extern QIcon EndLineNone;
|
|
|
|
extern QIcon EndLineSimple;
|
|
|
|
extern QIcon EndLineTriangle;
|
|
|
|
extern QIcon EPS;
|
|
|
|
extern QIcon Folder;
|
|
|
|
extern QIcon FolderDelete;
|
|
|
|
extern QIcon FolderEdit;
|
|
|
|
extern QIcon FolderNew;
|
|
|
|
extern QIcon Forbidden;
|
|
|
|
extern QIcon FullScreenEnter;
|
|
|
|
extern QIcon FullScreenExit;
|
2010-02-28 16:13:45 +00:00
|
|
|
extern QIcon GoDown;
|
|
|
|
extern QIcon GoUp;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon Ground;
|
|
|
|
extern QIcon Hide;
|
|
|
|
extern QIcon Home;
|
|
|
|
extern QIcon HotSpot;
|
2012-05-09 02:31:43 +00:00
|
|
|
extern QIcon InsertImage;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon Lower;
|
2015-03-02 20:14:56 +00:00
|
|
|
extern QIcon IC_MoveFile;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon Names;
|
|
|
|
extern QIcon Neutral;
|
|
|
|
extern QIcon NewDiagram;
|
|
|
|
extern QIcon NewDiagram;
|
|
|
|
extern QIcon NewDiagram;
|
|
|
|
extern QIcon North;
|
|
|
|
extern QIcon ObjectLocked;
|
|
|
|
extern QIcon ObjectRotateRight;
|
|
|
|
extern QIcon ObjectUnlocked;
|
|
|
|
extern QIcon Orientations;
|
|
|
|
extern QIcon PartArc;
|
|
|
|
extern QIcon PartCircle;
|
|
|
|
extern QIcon PartEllipse;
|
|
|
|
extern QIcon PartLine;
|
|
|
|
extern QIcon PartPolygon;
|
|
|
|
extern QIcon PartRectangle;
|
|
|
|
extern QIcon PartSelect;
|
|
|
|
extern QIcon PartText;
|
|
|
|
extern QIcon PartTextField;
|
|
|
|
extern QIcon PDF;
|
|
|
|
extern QIcon Phase;
|
|
|
|
extern QIcon PrintAllPages;
|
|
|
|
extern QIcon Printer;
|
|
|
|
extern QIcon PrintLandscape;
|
|
|
|
extern QIcon PrintPortrait;
|
|
|
|
extern QIcon PrintTwoPages;
|
|
|
|
extern QIcon Project;
|
2015-03-12 14:44:04 +00:00
|
|
|
extern QIcon ProjectClose;
|
2009-11-22 16:12:22 +00:00
|
|
|
extern QIcon ProjectFile;
|
2015-03-12 15:15:32 +00:00
|
|
|
extern QIcon ProjectFileGP;
|
2015-03-12 14:44:04 +00:00
|
|
|
extern QIcon ProjectNew;
|
|
|
|
extern QIcon Projects;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon QETIcon;
|
|
|
|
extern QIcon QETLogo;
|
2009-05-10 14:02:37 +00:00
|
|
|
extern QIcon QETOxygenLogo;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon QtLogo;
|
|
|
|
extern QIcon Raise;
|
2012-05-09 12:56:18 +00:00
|
|
|
extern QIcon Remove;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon Restore;
|
|
|
|
extern QIcon SendBackward;
|
|
|
|
extern QIcon Settings;
|
|
|
|
extern QIcon SinglePage;
|
|
|
|
extern QIcon South;
|
|
|
|
extern QIcon Start;
|
|
|
|
extern QIcon Terminal;
|
2010-12-24 21:00:11 +00:00
|
|
|
extern QIcon TitleBlock;
|
2010-02-14 16:28:45 +00:00
|
|
|
extern QIcon UserInformations;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon ViewFitWidth;
|
|
|
|
extern QIcon ViewFitWindow;
|
|
|
|
extern QIcon ViewMove;
|
|
|
|
extern QIcon ViewRefresh;
|
|
|
|
extern QIcon West;
|
|
|
|
extern QIcon WindowNew;
|
2009-11-22 16:12:22 +00:00
|
|
|
extern QIcon XmlTextFile;
|
2012-08-12 11:46:42 +00:00
|
|
|
extern QIcon ZoomDraw;
|
2009-05-01 14:41:33 +00:00
|
|
|
extern QIcon ZoomFitBest;
|
|
|
|
extern QIcon ZoomIn;
|
|
|
|
extern QIcon ZoomOriginal;
|
|
|
|
extern QIcon ZoomOut;
|
2013-08-24 15:18:45 +00:00
|
|
|
extern QIcon adding_image;
|
2013-09-11 15:59:11 +00:00
|
|
|
extern QIcon resize_image;
|
2014-01-23 08:34:47 +00:00
|
|
|
extern QIcon ar;
|
2016-04-27 01:06:56 +00:00
|
|
|
extern QIcon br;
|
2014-01-23 08:55:21 +00:00
|
|
|
extern QIcon catalonia;
|
2014-01-23 08:34:47 +00:00
|
|
|
extern QIcon cs;
|
|
|
|
extern QIcon de;
|
2016-03-21 15:22:45 +00:00
|
|
|
extern QIcon da;
|
2014-01-23 08:34:47 +00:00
|
|
|
extern QIcon gr;
|
|
|
|
extern QIcon en;
|
|
|
|
extern QIcon es;
|
|
|
|
extern QIcon fr;
|
|
|
|
extern QIcon hr;
|
|
|
|
extern QIcon it;
|
|
|
|
extern QIcon pl;
|
|
|
|
extern QIcon pt;
|
|
|
|
extern QIcon ro;
|
|
|
|
extern QIcon ru;
|
|
|
|
extern QIcon sl;
|
2014-04-17 14:41:45 +00:00
|
|
|
extern QIcon nl;
|
2014-05-19 16:35:13 +00:00
|
|
|
extern QIcon be;
|
2014-01-27 03:20:20 +00:00
|
|
|
extern QIcon translation;
|
2014-02-06 23:55:02 +00:00
|
|
|
extern QIcon listDrawings;
|
2014-08-02 14:53:12 +00:00
|
|
|
extern QIcon AutoNum;
|
2009-05-01 14:41:33 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|