Added new Preview and Render icons from @atartanian

master
Marius Kintel 2015-01-21 17:43:04 -05:00
parent 0ce207b950
commit 630cb483d7
11 changed files with 9 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.1 KiB

BIN
images/preview-32-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 732 B

BIN
images/preview-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 705 B

BIN
images/render-32-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 775 B

BIN
images/render-32.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 748 B

View File

@ -30,7 +30,6 @@
<file>icons/prefsUpdate.png</file>
<file>icons/flattr.png</file>
<file>src/AboutDialog.html</file>
<file>images/Arrowhead-Right-32.png</file>
<file>images/export.png</file>
<file>images/axes.png</file>
<file>images/export-white.png</file>
@ -47,7 +46,6 @@
<file>images/left.png</file>
<file>images/blackUp.png</file>
<file>images/blackNew.png</file>
<file>images/blackRender.png</file>
<file>images/Rotation-32.png</file>
<file>images/Shape-Cube-32.png</file>
<file>images/Open-32.png</file>
@ -71,11 +69,13 @@
<file>images/orthogonal.png</file>
<file>images/cross.png</file>
<file>images/perspective1.png</file>
<file>images/Preview-32.png</file>
<file>images/preview-32.png</file>
<file>images/preview-32-white.png</file>
<file>images/render-32.png</file>
<file>images/render-32-white.png</file>
<file>images/animate.png</file>
<file>images/orthogonalwhite.png</file>
<file>images/perspective1white.png</file>
<file>images/Preview-32-white.png</file>
<file>images/crosswhite.png</file>
<file>icons/background.png</file>
<file>images/scalemarkers.png</file>

View File

@ -245,7 +245,7 @@
<x>0</x>
<y>0</y>
<width>1397</width>
<height>33</height>
<height>22</height>
</rect>
</property>
<widget class="QMenu" name="menu_File">
@ -750,7 +750,7 @@
<action name="designActionPreview">
<property name="icon">
<iconset resource="../openscad.qrc">
<normaloff>:/images/Preview-32.png</normaloff>:/images/Preview-32.png</iconset>
<normaloff>:/images/preview-32.png</normaloff>:/images/preview-32.png</iconset>
</property>
<property name="text">
<string>&amp;Preview</string>
@ -762,7 +762,7 @@
<action name="designActionRender">
<property name="icon">
<iconset resource="../openscad.qrc">
<normaloff>:/images/blackRender.png</normaloff>:/images/blackRender.png</iconset>
<normaloff>:/images/render-32.png</normaloff>:/images/render-32.png</iconset>
</property>
<property name="text">
<string>&amp;Render</string>

View File

@ -479,7 +479,7 @@ MainWindow::MainWindow(const QString &filename)
initActionIcon(fileActionSave, ":/images/Save-32.png", ":/images/Save-128.png");
initActionIcon(editActionZoomTextIn, ":/images/zoom-text-in.png", ":/images/zoom-text-in-white.png");
initActionIcon(editActionZoomTextOut, ":/images/zoom-text-out.png", ":/images/zoom-text-out-white.png");
initActionIcon(designActionRender, ":/images/blackRender.png", ":/images/Arrowhead-Right-32.png");
initActionIcon(designActionRender, ":/images/render-32.png", ":/images/render-32-white.png");
initActionIcon(viewActionShowAxes, ":/images/blackaxes.png", ":/images/axes.png");
initActionIcon(viewActionShowEdges, ":/images/Rotation-32.png", ":/images/grid.png");
initActionIcon(viewActionZoomIn, ":/images/zoomin.png", ":/images/Zoom-In-32.png");
@ -495,7 +495,7 @@ MainWindow::MainWindow(const QString &filename)
initActionIcon(viewActionShowCrosshairs, ":/images/cross.png", ":/images/crosswhite.png");
initActionIcon(viewActionPerspective, ":/images/perspective1.png", ":/images/perspective1white.png");
initActionIcon(viewActionOrthogonal, ":/images/orthogonal.png", ":/images/orthogonalwhite.png");
initActionIcon(designActionPreview, ":/images/Preview-32.png", ":/images/Preview-32-white.png");
initActionIcon(designActionPreview, ":/images/preview-32.png", ":/images/preview-32-white.png");
initActionIcon(viewActionAnimate, ":/images/animate.png", ":/images/animate.png");
initActionIcon(designActionExportSTL, ":/images/STL.png", ":/images/STL-white.png");
initActionIcon(designActionExportAMF, ":/images/AMF.png", ":/images/AMF-white.png");