ui/ldforge.ui

changeset 663
b6601bfbe732
parent 636
387b5e11c825
child 728
2a8c981d79fa
equal deleted inserted replaced
662:2f1bd9112408 663:b6601bfbe732
58 <property name="geometry"> 58 <property name="geometry">
59 <rect> 59 <rect>
60 <x>0</x> 60 <x>0</x>
61 <y>0</y> 61 <y>0</y>
62 <width>1010</width> 62 <width>1010</width>
63 <height>26</height> 63 <height>27</height>
64 </rect> 64 </rect>
65 </property> 65 </property>
66 <widget class="QMenu" name="menuFile"> 66 <widget class="QMenu" name="menuFile">
67 <property name="title"> 67 <property name="title">
68 <string>File</string> 68 <string>File</string>
157 <property name="title"> 157 <property name="title">
158 <string>Tools</string> 158 <string>Tools</string>
159 </property> 159 </property>
160 <addaction name="actionSetColor"/> 160 <addaction name="actionSetColor"/>
161 <addaction name="actionAutocolor"/> 161 <addaction name="actionAutocolor"/>
162 <addaction name="actionUncolorize"/> 162 <addaction name="actionUncolor"/>
163 <addaction name="separator"/> 163 <addaction name="separator"/>
164 <addaction name="actionInvert"/> 164 <addaction name="actionInvert"/>
165 <addaction name="actionInline"/> 165 <addaction name="actionInline"/>
166 <addaction name="actionInlineDeep"/> 166 <addaction name="actionInlineDeep"/>
167 <addaction name="actionMakePrimitive"/> 167 <addaction name="actionMakePrimitive"/>
364 <attribute name="toolBarBreak"> 364 <attribute name="toolBarBreak">
365 <bool>false</bool> 365 <bool>false</bool>
366 </attribute> 366 </attribute>
367 <addaction name="actionSetColor"/> 367 <addaction name="actionSetColor"/>
368 <addaction name="actionAutocolor"/> 368 <addaction name="actionAutocolor"/>
369 <addaction name="actionUncolorize"/>
370 <addaction name="actionInvert"/> 369 <addaction name="actionInvert"/>
371 <addaction name="actionSplitQuads"/> 370 <addaction name="actionSplitQuads"/>
372 <addaction name="actionInline"/> 371 <addaction name="actionInline"/>
373 <addaction name="actionEditRaw"/> 372 <addaction name="actionEditRaw"/>
374 <addaction name="actionBorders"/> 373 <addaction name="actionBorders"/>
851 </property> 850 </property>
852 <property name="statusTip"> 851 <property name="statusTip">
853 <string>Set the color of the given object to the first found unused color.</string> 852 <string>Set the color of the given object to the first found unused color.</string>
854 </property> 853 </property>
855 </action> 854 </action>
856 <action name="actionUncolorize"> 855 <action name="actionUncolor">
857 <property name="icon"> 856 <property name="icon">
858 <iconset resource="../ldforge.qrc"> 857 <iconset resource="../ldforge.qrc">
859 <normaloff>:/icons/uncolorize.png</normaloff>:/icons/uncolorize.png</iconset> 858 <normaloff>:/icons/uncolorize.png</normaloff>:/icons/uncolorize.png</iconset>
860 </property> 859 </property>
861 <property name="text"> 860 <property name="text">
862 <string>Uncolorize</string> 861 <string>Uncolor</string>
862 </property>
863 <property name="toolTip">
864 <string>Uncolor</string>
863 </property> 865 </property>
864 <property name="statusTip"> 866 <property name="statusTip">
865 <string>Reduce colors of everything selected to main and edge colors</string> 867 <string>Reduce colors of everything selected to main and edge colors</string>
866 </property> 868 </property>
867 </action> 869 </action>

mercurial