Message "All objects in path should follow in clockwise direction.".
--HG-- branch : develop
This commit is contained in:
parent
73908d0e01
commit
371020b824
|
@ -50,5 +50,6 @@
|
|||
<file>icon/24x24/fast_forward_right_to_left_arrow.png</file>
|
||||
<file>icon/24x24/left_to_right_arrow.png</file>
|
||||
<file>icon/24x24/right_to_left_arrow.png</file>
|
||||
<file>icon/32x32/clockwise.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
|
BIN
src/app/share/resources/icon/32x32/clockwise.png
Normal file
BIN
src/app/share/resources/icon/32x32/clockwise.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 582 B |
|
@ -7,7 +7,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>565</width>
|
||||
<height>342</height>
|
||||
<height>382</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
|
@ -21,6 +21,33 @@
|
|||
<locale language="English" country="UnitedStates"/>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_3">
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_7">
|
||||
<item>
|
||||
<widget class="QLabel" name="label_3">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Preferred">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../../../../app/share/resources/icon.qrc">:/icon/32x32/clockwise.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QLabel" name="label_4">
|
||||
<property name="text">
|
||||
<string>All objects in path should follow in clockwise direction.</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_5">
|
||||
<item>
|
||||
|
|
Loading…
Reference in New Issue
Block a user