Skip to content

Commit

Permalink
Forgot to add designer file for arrow widget
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@12251 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
mhugent committed Nov 25, 2009
1 parent fdebf3e commit 5bf7eed
Showing 1 changed file with 71 additions and 0 deletions.
71 changes: 71 additions & 0 deletions src/ui/qgscomposerarrowwidgetbase.ui
@@ -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>

0 comments on commit 5bf7eed

Please sign in to comment.