[QGIS Commit] r12251 - trunk/qgis/src/ui

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Nov 25 05:30:20 EST 2009


Author: mhugent
Date: 2009-11-25 05:30:19 -0500 (Wed, 25 Nov 2009)
New Revision: 12251

Added:
   trunk/qgis/src/ui/qgscomposerarrowwidgetbase.ui
Log:
Forgot to add designer file for arrow widget

Added: trunk/qgis/src/ui/qgscomposerarrowwidgetbase.ui
===================================================================
--- trunk/qgis/src/ui/qgscomposerarrowwidgetbase.ui	                        (rev 0)
+++ trunk/qgis/src/ui/qgscomposerarrowwidgetbase.ui	2009-11-25 10:30:19 UTC (rev 12251)
@@ -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>



More information about the QGIS-commit mailing list