|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>QgsComposerArrowWidgetBase</class> |
| 4 | + <widget class="QWidget" name="QgsComposerArrowWidgetBase"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>168</width> |
| 10 | + <height>166</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Form</string> |
| 15 | + </property> |
| 16 | + <layout class="QGridLayout" name="gridLayout_2"> |
| 17 | + <item row="0" column="0"> |
| 18 | + <widget class="QToolBox" name="toolBox"> |
| 19 | + <property name="currentIndex"> |
| 20 | + <number>0</number> |
| 21 | + </property> |
| 22 | + <widget class="QWidget" name="page"> |
| 23 | + <property name="geometry"> |
| 24 | + <rect> |
| 25 | + <x>0</x> |
| 26 | + <y>0</y> |
| 27 | + <width>150</width> |
| 28 | + <height>122</height> |
| 29 | + </rect> |
| 30 | + </property> |
| 31 | + <attribute name="label"> |
| 32 | + <string>Arrow</string> |
| 33 | + </attribute> |
| 34 | + <layout class="QGridLayout" name="gridLayout"> |
| 35 | + <item row="0" column="0"> |
| 36 | + <widget class="QPushButton" name="mArrowColorButton"> |
| 37 | + <property name="text"> |
| 38 | + <string>Arrow color...</string> |
| 39 | + </property> |
| 40 | + </widget> |
| 41 | + </item> |
| 42 | + <item row="1" column="0"> |
| 43 | + <widget class="QCheckBox" name="mShowArrowHeadCheckBox"> |
| 44 | + <property name="text"> |
| 45 | + <string>Show arrow head</string> |
| 46 | + </property> |
| 47 | + </widget> |
| 48 | + </item> |
| 49 | + <item row="2" column="0"> |
| 50 | + <widget class="QDoubleSpinBox" name="mOutlineWidthSpinBox"> |
| 51 | + <property name="prefix"> |
| 52 | + <string>Outline width </string> |
| 53 | + </property> |
| 54 | + </widget> |
| 55 | + </item> |
| 56 | + <item row="3" column="0"> |
| 57 | + <widget class="QDoubleSpinBox" name="mArrowHeadWidthSpinBox"> |
| 58 | + <property name="prefix"> |
| 59 | + <string>Arrow head width </string> |
| 60 | + </property> |
| 61 | + </widget> |
| 62 | + </item> |
| 63 | + </layout> |
| 64 | + </widget> |
| 65 | + </widget> |
| 66 | + </item> |
| 67 | + </layout> |
| 68 | + </widget> |
| 69 | + <resources/> |
| 70 | + <connections/> |
| 71 | +</ui> |
0 commit comments