Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Forgot to add designer file for arrow widget
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12251 c8812cc2-4d05-0410-92ff-de0c093fc19c
- Loading branch information
Showing
with
71 additions
and 0 deletions.
@@ -0,0 +1,71 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<ui version="4.0"> | ||
<class>QgsComposerArrowWidgetBase</class> | ||
<widget class="QWidget" name="QgsComposerArrowWidgetBase"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>168</width> | ||
<height>166</height> | ||
</rect> | ||
</property> | ||
<property name="windowTitle"> | ||
<string>Form</string> | ||
</property> | ||
<layout class="QGridLayout" name="gridLayout_2"> | ||
<item row="0" column="0"> | ||
<widget class="QToolBox" name="toolBox"> | ||
<property name="currentIndex"> | ||
<number>0</number> | ||
</property> | ||
<widget class="QWidget" name="page"> | ||
<property name="geometry"> | ||
<rect> | ||
<x>0</x> | ||
<y>0</y> | ||
<width>150</width> | ||
<height>122</height> | ||
</rect> | ||
</property> | ||
<attribute name="label"> | ||
<string>Arrow</string> | ||
</attribute> | ||
<layout class="QGridLayout" name="gridLayout"> | ||
<item row="0" column="0"> | ||
<widget class="QPushButton" name="mArrowColorButton"> | ||
<property name="text"> | ||
<string>Arrow color...</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item row="1" column="0"> | ||
<widget class="QCheckBox" name="mShowArrowHeadCheckBox"> | ||
<property name="text"> | ||
<string>Show arrow head</string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item row="2" column="0"> | ||
<widget class="QDoubleSpinBox" name="mOutlineWidthSpinBox"> | ||
<property name="prefix"> | ||
<string>Outline width </string> | ||
</property> | ||
</widget> | ||
</item> | ||
<item row="3" column="0"> | ||
<widget class="QDoubleSpinBox" name="mArrowHeadWidthSpinBox"> | ||
<property name="prefix"> | ||
<string>Arrow head width </string> | ||
</property> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
</widget> | ||
</item> | ||
</layout> | ||
</widget> | ||
<resources/> | ||
<connections/> | ||
</ui> |