Cursor and icon for tool "Union details".

--HG--
branch : feature
This commit is contained in:
dismine 2013-12-23 13:13:28 +02:00
parent ecdbaebcba
commit b2378b4fad
5 changed files with 26 additions and 4 deletions

View file

@ -17,5 +17,6 @@
<file>cursor/pointofintersect_cursor.png</file> <file>cursor/pointofintersect_cursor.png</file>
<file>cursor/spline_cut_point_cursor.png</file> <file>cursor/spline_cut_point_cursor.png</file>
<file>cursor/splinepath_cut_point_cursor.png</file> <file>cursor/splinepath_cut_point_cursor.png</file>
<file>cursor/union_cursor.png</file>
</qresource> </qresource>
</RCC> </RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.3 KiB

View file

@ -39,5 +39,6 @@
<file>icon/32x32/point_of_intersection.png</file> <file>icon/32x32/point_of_intersection.png</file>
<file>icon/32x32/spline_cut_point.png</file> <file>icon/32x32/spline_cut_point.png</file>
<file>icon/32x32/splinePath_cut_point.png</file> <file>icon/32x32/splinePath_cut_point.png</file>
<file>icon/32x32/union.png</file>
</qresource> </qresource>
</RCC> </RCC>

Binary file not shown.

After

Width:  |  Height:  |  Size: 796 B

View file

@ -40,14 +40,14 @@
<string/> <string/>
</property> </property>
<property name="currentIndex"> <property name="currentIndex">
<number>4</number> <number>3</number>
</property> </property>
<widget class="QWidget" name="page"> <widget class="QWidget" name="page">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>150</width> <width>144</width>
<height>150</height> <height>150</height>
</rect> </rect>
</property> </property>
@ -302,7 +302,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>150</width> <width>100</width>
<height>58</height> <height>58</height>
</rect> </rect>
</property> </property>
@ -378,7 +378,7 @@
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>150</width> <width>100</width>
<height>104</height> <height>104</height>
</rect> </rect>
</property> </property>
@ -596,6 +596,26 @@
</property> </property>
</widget> </widget>
</item> </item>
<item row="0" column="1">
<widget class="QToolButton" name="toolButton">
<property name="text">
<string>...</string>
</property>
<property name="icon">
<iconset resource="../share/resources/icon.qrc">
<normaloff>:/icon/32x32/union.png</normaloff>:/icon/32x32/union.png</iconset>
</property>
<property name="iconSize">
<size>
<width>32</width>
<height>32</height>
</size>
</property>
<property name="checkable">
<bool>true</bool>
</property>
</widget>
</item>
</layout> </layout>
</widget> </widget>
</widget> </widget>