- added an icon for random colors

Tue, 22 Apr 2014 22:28:19 +0300

author
Santeri Piippo <crimsondusk64@gmail.com>
date
Tue, 22 Apr 2014 22:28:19 +0300
changeset 727
3faeb1174e40
parent 726
9a53d9a379de
child 728
2a8c981d79fa

- added an icon for random colors

icons/random-colors.png file | annotate | diff | comparison | revisions
ldforge.qrc file | annotate | diff | comparison | revisions
ui/ldforge.ui file | annotate | diff | comparison | revisions
Binary file icons/random-colors.png has changed
--- a/ldforge.qrc	Tue Apr 22 22:17:37 2014 +0300
+++ b/ldforge.qrc	Tue Apr 22 22:28:19 2014 +0300
@@ -85,6 +85,7 @@
 	<file>./icons/quad-split.png</file>
 	<file>./icons/radial-convert.png</file>
 	<file>./icons/radial.png</file>
+	<file>./icons/random-colors.png</file>
 	<file>./icons/rectifier.png</file>
 	<file>./icons/redo.png</file>
 	<file>./icons/replace-coords.png</file>
--- a/ui/ldforge.ui	Tue Apr 22 22:17:37 2014 +0300
+++ b/ui/ldforge.ui	Tue Apr 22 22:28:19 2014 +0300
@@ -353,6 +353,7 @@
    <addaction name="actionAxes"/>
    <addaction name="actionWireframe"/>
    <addaction name="actionBFCView"/>
+   <addaction name="actionRandomColors"/>
    <addaction name="actionDrawAngles"/>
   </widget>
   <widget class="QToolBar" name="toolBar_7">
@@ -1353,6 +1354,10 @@
    <property name="checkable">
     <bool>true</bool>
    </property>
+   <property name="icon">
+    <iconset resource="../ldforge.qrc">
+     <normaloff>:/icons/random-colors.png</normaloff>:/icons/random-colors.png</iconset>
+   </property>
    <property name="text">
     <string>Random colors</string>
    </property>

mercurial