~ubuntu-branches/ubuntu/wily/qgis/wily

« back to all changes in this revision

Viewing changes to src/ui/qgscomposerarrowwidgetbase.ui

  • Committer: Bazaar Package Importer
  • Author(s): Johan Van de Wauw
  • Date: 2010-07-11 20:23:24 UTC
  • mfrom: (3.1.4 squeeze)
  • Revision ID: james.westby@ubuntu.com-20100711202324-5ktghxa7hracohmr
Tags: 1.4.0+12730-3ubuntu1
* Merge from Debian unstable (LP: #540941).
* Fix compilation issues with QT 4.7
* Add build-depends on libqt4-webkit-dev 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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>196</width>
 
10
    <height>407</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Form</string>
 
15
  </property>
 
16
  <layout class="QGridLayout" name="gridLayout_3">
 
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>178</width>
 
28
        <height>363</height>
 
29
       </rect>
 
30
      </property>
 
31
      <attribute name="label">
 
32
       <string>Arrow</string>
 
33
      </attribute>
 
34
      <layout class="QGridLayout" name="gridLayout_2">
 
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="QDoubleSpinBox" name="mOutlineWidthSpinBox">
 
44
         <property name="prefix">
 
45
          <string>Outline width </string>
 
46
         </property>
 
47
        </widget>
 
48
       </item>
 
49
       <item row="2" column="0">
 
50
        <widget class="QDoubleSpinBox" name="mArrowHeadWidthSpinBox">
 
51
         <property name="prefix">
 
52
          <string>Arrow head width </string>
 
53
         </property>
 
54
        </widget>
 
55
       </item>
 
56
       <item row="3" column="0">
 
57
        <widget class="QGroupBox" name="mArrowMarkersGroupBox">
 
58
         <property name="title">
 
59
          <string>Arrow markers</string>
 
60
         </property>
 
61
         <layout class="QGridLayout" name="gridLayout">
 
62
          <item row="0" column="0" colspan="2">
 
63
           <widget class="QRadioButton" name="mDefaultMarkerRadioButton">
 
64
            <property name="text">
 
65
             <string>Default marker</string>
 
66
            </property>
 
67
           </widget>
 
68
          </item>
 
69
          <item row="1" column="0">
 
70
           <widget class="QRadioButton" name="mNoMarkerRadioButton">
 
71
            <property name="text">
 
72
             <string>No marker</string>
 
73
            </property>
 
74
           </widget>
 
75
          </item>
 
76
          <item row="2" column="0" colspan="2">
 
77
           <widget class="QRadioButton" name="mSvgMarkerRadioButton">
 
78
            <property name="text">
 
79
             <string>SVG markers</string>
 
80
            </property>
 
81
           </widget>
 
82
          </item>
 
83
          <item row="3" column="0">
 
84
           <widget class="QLabel" name="mStartMarkerLabel">
 
85
            <property name="text">
 
86
             <string>Start marker</string>
 
87
            </property>
 
88
           </widget>
 
89
          </item>
 
90
          <item row="4" column="0">
 
91
           <widget class="QLineEdit" name="mStartMarkerLineEdit"/>
 
92
          </item>
 
93
          <item row="4" column="1">
 
94
           <widget class="QToolButton" name="mStartMarkerToolButton">
 
95
            <property name="text">
 
96
             <string>...</string>
 
97
            </property>
 
98
           </widget>
 
99
          </item>
 
100
          <item row="5" column="0">
 
101
           <widget class="QLabel" name="mEndMarkerLabel">
 
102
            <property name="text">
 
103
             <string>End marker</string>
 
104
            </property>
 
105
           </widget>
 
106
          </item>
 
107
          <item row="6" column="0">
 
108
           <widget class="QLineEdit" name="mEndMarkerLineEdit"/>
 
109
          </item>
 
110
          <item row="6" column="1">
 
111
           <widget class="QToolButton" name="mEndMarkerToolButton">
 
112
            <property name="text">
 
113
             <string>...</string>
 
114
            </property>
 
115
           </widget>
 
116
          </item>
 
117
         </layout>
 
118
        </widget>
 
119
       </item>
 
120
       <item row="4" column="0">
 
121
        <spacer name="verticalSpacer">
 
122
         <property name="orientation">
 
123
          <enum>Qt::Vertical</enum>
 
124
         </property>
 
125
         <property name="sizeHint" stdset="0">
 
126
          <size>
 
127
           <width>20</width>
 
128
           <height>62</height>
 
129
          </size>
 
130
         </property>
 
131
        </spacer>
 
132
       </item>
 
133
      </layout>
 
134
     </widget>
 
135
    </widget>
 
136
   </item>
 
137
  </layout>
 
138
 </widget>
 
139
 <resources/>
 
140
 <connections/>
 
141
</ui>