Add more icons.

master
Torsten Paul 2014-09-14 21:39:15 +02:00
parent c251683c20
commit f9b0a7e9a9
5 changed files with 65 additions and 53 deletions

BIN
images/export-white.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 425 B

BIN
images/export.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 500 B

View File

@ -1,55 +1,57 @@
<RCC>
<qresource prefix="/">
<file>icons/prefsFeatures.png</file>
<file>icons/stopbutton.png</file>
<file>icons/prefsAdvanced.png</file>
<file>icons/prefs3DView.png</file>
<file>icons/prefsEditor.png</file>
<file>icons/prefsUpdate.png</file>
<file>icons/flattr.png</file>
<file>src/AboutDialog.html</file>
<file>images/Arrowhead-Right-32.png</file>
<file>images/axes.png</file>
<file>images/back.png</file>
<file>images/Document-New-128.png</file>
<file>images/front.png</file>
<file>images/grid.png</file>
<file>images/Open-128.png</file>
<file>images/openscad.png</file>
<file>images/right.png</file>
<file>images/Save-128.png</file>
<file>images/up.png</file>
<file>images/bottom.png</file>
<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>
<file>images/Save-32.png</file>
<file>images/blackbottom.png</file>
<file>images/blackleft (copy).png</file>
<file>images/rightright.png</file>
<file>images/blackfront.png</file>
<file>images/blackback.png</file>
<file>images/blackaxes.png</file>
<file>images/zoomin.png</file>
<file>images/zoomout.png</file>
<file>images/wireframe1.png</file>
<file>images/surface.png</file>
<file>images/Zoom-In-32.png</file>
<file>images/Zoom-Out-32.png</file>
<file>images/surfaceWhite.png</file>
<file>images/wireframeWhite.png</file>
<file>images/orthogonal.png</file>
<file>images/cross.png</file>
<file>images/perspective1.png</file>
<file>images/Preview-32.png</file>
<file>images/animate.png</file>
<file>images/Preview-32 (1).png</file>
<file>images/orthogonalwhite.png</file>
<file>images/perspective1white.png</file>
<file>images/crosswhite.png</file>
</qresource>
<qresource prefix="/">
<file>icons/prefsFeatures.png</file>
<file>icons/stopbutton.png</file>
<file>icons/prefsAdvanced.png</file>
<file>icons/prefs3DView.png</file>
<file>icons/prefsEditor.png</file>
<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>
<file>images/back.png</file>
<file>images/Document-New-128.png</file>
<file>images/front.png</file>
<file>images/grid.png</file>
<file>images/Open-128.png</file>
<file>images/openscad.png</file>
<file>images/right.png</file>
<file>images/Save-128.png</file>
<file>images/up.png</file>
<file>images/bottom.png</file>
<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>
<file>images/Save-32.png</file>
<file>images/blackbottom.png</file>
<file>images/blackleft (copy).png</file>
<file>images/rightright.png</file>
<file>images/blackfront.png</file>
<file>images/blackback.png</file>
<file>images/blackaxes.png</file>
<file>images/zoomin.png</file>
<file>images/zoomout.png</file>
<file>images/wireframe1.png</file>
<file>images/surface.png</file>
<file>images/Zoom-In-32.png</file>
<file>images/Zoom-Out-32.png</file>
<file>images/surfaceWhite.png</file>
<file>images/wireframeWhite.png</file>
<file>images/orthogonal.png</file>
<file>images/cross.png</file>
<file>images/perspective1.png</file>
<file>images/Preview-32.png</file>
<file>images/animate.png</file>
<file>images/Preview-32 (1).png</file>
<file>images/orthogonalwhite.png</file>
<file>images/perspective1white.png</file>
<file>images/crosswhite.png</file>
</qresource>
</RCC>

View File

@ -305,6 +305,11 @@
<addaction name="fileActionNew"/>
<addaction name="fileActionOpen"/>
<addaction name="fileActionSave"/>
<addaction name="separator"/>
<addaction name="designActionPreview"/>
<addaction name="designActionRender"/>
<addaction name="separator"/>
<addaction name="designActionExportSTL"/>
</widget>
</item>
<item>
@ -665,6 +670,10 @@
</property>
</action>
<action name="designActionExportSTL">
<property name="icon">
<iconset resource="../openscad.qrc">
<normaloff>:/images/export.png</normaloff>:/images/export.png</iconset>
</property>
<property name="text">
<string>Export as &amp;STL...</string>
</property>

View File

@ -499,6 +499,7 @@ MainWindow::MainWindow(const QString &filename)
viewActionPerspective->setIcon(QIcon("://images/perspective1white.png"));
viewActionOrthogonal->setIcon(QIcon("://images/orthogonalwhite.png"));
viewActionAnimate->setIcon(QIcon("://images/animate.png"));
designActionExportSTL->setIcon(QIcon(":/images/export-white.png"))
}
// make sure it looks nice..