mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-09-13 20:23:04 +02:00
icon theme: add missing icons in size 16x16px
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5113 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
parent
22756eff42
commit
b0e185c506
BIN
ico/16x16/grid.png
Normal file
BIN
ico/16x16/grid.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 167 B |
BIN
ico/16x16/move.png
Normal file
BIN
ico/16x16/move.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 603 B |
BIN
ico/16x16/select.png
Normal file
BIN
ico/16x16/select.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 309 B |
Binary file not shown.
Before Width: | Height: | Size: 357 B After Width: | Height: | Size: 789 B |
@ -149,6 +149,7 @@ Clarification:
|
|||||||
ico/16x16/export-csv.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/16x16/export-csv.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
ico/16x16/folio-delete.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/16x16/folio-delete.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
ico/16x16/folio-new.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/16x16/folio-new.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
|
ico/16x16/folio-properties.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
ico/16x16/folder-only-this.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/16x16/folder-only-this.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
ico/16x16/folder-show-all.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/16x16/folder-show-all.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
ico/16x16/ground.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/16x16/ground.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
@ -174,7 +175,7 @@ Clarification:
|
|||||||
ico/22x22/diagram_bg.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/22x22/diagram_bg.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
ico/22x22/diagram_del.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/22x22/diagram_del.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
ico/22x22/dialog-information.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/22x22/dialog-information.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
ico/22x22/dcument-open.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/22x22/document-open.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
ico/22x22/edit-clear.png from https://www.brandeps.com (License CC BY-ND 3.0)
|
ico/22x22/edit-clear.png from https://www.brandeps.com (License CC BY-ND 3.0)
|
||||||
changes: icon color, icon rotation
|
changes: icon color, icon rotation
|
||||||
ico/22x22/element-delete.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
ico/22x22/element-delete.png by Nuri from the QElectroTech team (License CC BY-ND 3.0)
|
||||||
|
@ -560,5 +560,8 @@
|
|||||||
<file>ico/16x16/project-properties.png</file>
|
<file>ico/16x16/project-properties.png</file>
|
||||||
<file>ico/16x16/table-of-content.png</file>
|
<file>ico/16x16/table-of-content.png</file>
|
||||||
<file>ico/16x16/folio-properties.png</file>
|
<file>ico/16x16/folio-properties.png</file>
|
||||||
|
<file>ico/16x16/select.png</file>
|
||||||
|
<file>ico/16x16/grid.png</file>
|
||||||
|
<file>ico/16x16/move.png</file>
|
||||||
</qresource>
|
</qresource>
|
||||||
</RCC>
|
</RCC>
|
||||||
|
@ -350,6 +350,7 @@ void QET::Icons::initIcons() {
|
|||||||
GoUp .addFile(":/ico/16x16/go-up.png");
|
GoUp .addFile(":/ico/16x16/go-up.png");
|
||||||
GoUp .addFile(":/ico/22x22/go-up.png");
|
GoUp .addFile(":/ico/22x22/go-up.png");
|
||||||
Ground .addFile(":/ico/16x16/ground.png");
|
Ground .addFile(":/ico/16x16/ground.png");
|
||||||
|
Grid .addFile(":/ico/16x16/grid.png");
|
||||||
Grid .addFile(":/ico/22x22/grid.png");
|
Grid .addFile(":/ico/22x22/grid.png");
|
||||||
Hide .addFile(":/ico/16x16/masquer.png");
|
Hide .addFile(":/ico/16x16/masquer.png");
|
||||||
Home .addFile(":/ico/16x16/go-home.png");
|
Home .addFile(":/ico/16x16/go-home.png");
|
||||||
@ -372,6 +373,7 @@ void QET::Icons::initIcons() {
|
|||||||
PartLine .addFile(":/ico/22x22/line.png");
|
PartLine .addFile(":/ico/22x22/line.png");
|
||||||
PartPolygon .addFile(":/ico/22x22/polygon.png");
|
PartPolygon .addFile(":/ico/22x22/polygon.png");
|
||||||
PartRectangle .addFile(":/ico/22x22/rectangle.png");
|
PartRectangle .addFile(":/ico/22x22/rectangle.png");
|
||||||
|
PartSelect .addFile(":/ico/16x16/select.png");
|
||||||
PartSelect .addFile(":/ico/22x22/select.png");
|
PartSelect .addFile(":/ico/22x22/select.png");
|
||||||
PartText .addFile(":/ico/22x22/text.png");
|
PartText .addFile(":/ico/22x22/text.png");
|
||||||
PartTextField .addFile(":/ico/22x22/textfield.png");
|
PartTextField .addFile(":/ico/22x22/textfield.png");
|
||||||
@ -428,6 +430,7 @@ void QET::Icons::initIcons() {
|
|||||||
UserInformations .addFile(":/ico/22x22/preferences-desktop-user.png");
|
UserInformations .addFile(":/ico/22x22/preferences-desktop-user.png");
|
||||||
ViewFitWidth .addFile(":/ico/22x22/view_fit_width.png");
|
ViewFitWidth .addFile(":/ico/22x22/view_fit_width.png");
|
||||||
ViewFitWindow .addFile(":/ico/22x22/view-fit-window.png");
|
ViewFitWindow .addFile(":/ico/22x22/view-fit-window.png");
|
||||||
|
ViewMove .addFile(":/ico/16x16/move.png");
|
||||||
ViewMove .addFile(":/ico/22x22/move.png");
|
ViewMove .addFile(":/ico/22x22/move.png");
|
||||||
if (rtl) {
|
if (rtl) {
|
||||||
ViewRefresh.addPixmap(QPixmap(":/ico/16x16/view-refresh.png").transformed(reverse));
|
ViewRefresh.addPixmap(QPixmap(":/ico/16x16/view-refresh.png").transformed(reverse));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user