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

« back to all changes in this revision

Viewing changes to src/ui/qgsitempositiondialogbase.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>QgsItemPositionDialogBase</class>
 
4
 <widget class="QDialog" name="QgsItemPositionDialogBase">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>434</width>
 
10
    <height>274</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Set item position</string>
 
15
  </property>
 
16
  <layout class="QGridLayout">
 
17
   <item row="0" column="0">
 
18
    <widget class="QGroupBox" name="mPositionGroupBox">
 
19
     <property name="title">
 
20
      <string>Item reference point</string>
 
21
     </property>
 
22
     <layout class="QGridLayout">
 
23
      <item row="0" column="0">
 
24
       <widget class="QCheckBox" name="mUpperLeftCheckBox">
 
25
        <property name="text">
 
26
         <string/>
 
27
        </property>
 
28
       </widget>
 
29
      </item>
 
30
      <item row="0" column="1">
 
31
       <widget class="QCheckBox" name="mUpperMiddleCheckBox">
 
32
        <property name="text">
 
33
         <string/>
 
34
        </property>
 
35
       </widget>
 
36
      </item>
 
37
      <item row="0" column="2">
 
38
       <widget class="QCheckBox" name="mUpperRightCheckBox">
 
39
        <property name="text">
 
40
         <string/>
 
41
        </property>
 
42
       </widget>
 
43
      </item>
 
44
      <item row="1" column="0">
 
45
       <widget class="QCheckBox" name="mMiddleLeftCheckBox">
 
46
        <property name="text">
 
47
         <string/>
 
48
        </property>
 
49
       </widget>
 
50
      </item>
 
51
      <item row="1" column="1">
 
52
       <widget class="QCheckBox" name="mMiddleCheckBox">
 
53
        <property name="text">
 
54
         <string/>
 
55
        </property>
 
56
       </widget>
 
57
      </item>
 
58
      <item row="1" column="2">
 
59
       <widget class="QCheckBox" name="mMiddleRightCheckBox">
 
60
        <property name="text">
 
61
         <string/>
 
62
        </property>
 
63
       </widget>
 
64
      </item>
 
65
      <item row="2" column="0">
 
66
       <widget class="QCheckBox" name="mLowerLeftCheckBox">
 
67
        <property name="text">
 
68
         <string/>
 
69
        </property>
 
70
       </widget>
 
71
      </item>
 
72
      <item row="2" column="1">
 
73
       <widget class="QCheckBox" name="mLowerMiddleCheckBox">
 
74
        <property name="text">
 
75
         <string/>
 
76
        </property>
 
77
       </widget>
 
78
      </item>
 
79
      <item row="2" column="2">
 
80
       <widget class="QCheckBox" name="mLowerRightCheckBox">
 
81
        <property name="text">
 
82
         <string/>
 
83
        </property>
 
84
       </widget>
 
85
      </item>
 
86
     </layout>
 
87
    </widget>
 
88
   </item>
 
89
   <item row="0" column="1" colspan="2">
 
90
    <widget class="QGroupBox" name="mCoordinatesGroupBox">
 
91
     <property name="title">
 
92
      <string>Coordinates</string>
 
93
     </property>
 
94
     <layout class="QGridLayout">
 
95
      <item row="0" column="0">
 
96
       <layout class="QHBoxLayout">
 
97
        <item>
 
98
         <widget class="QLabel" name="mXLabel">
 
99
          <property name="text">
 
100
           <string>x</string>
 
101
          </property>
 
102
         </widget>
 
103
        </item>
 
104
        <item>
 
105
         <widget class="QLineEdit" name="mXLineEdit"/>
 
106
        </item>
 
107
       </layout>
 
108
      </item>
 
109
      <item row="1" column="0">
 
110
       <layout class="QHBoxLayout">
 
111
        <item>
 
112
         <widget class="QLabel" name="mYLabel">
 
113
          <property name="text">
 
114
           <string>y</string>
 
115
          </property>
 
116
         </widget>
 
117
        </item>
 
118
        <item>
 
119
         <widget class="QLineEdit" name="mYLineEdit"/>
 
120
        </item>
 
121
       </layout>
 
122
      </item>
 
123
     </layout>
 
124
    </widget>
 
125
   </item>
 
126
   <item row="1" column="0" colspan="2">
 
127
    <spacer>
 
128
     <property name="orientation">
 
129
      <enum>Qt::Horizontal</enum>
 
130
     </property>
 
131
     <property name="sizeHint" stdset="0">
 
132
      <size>
 
133
       <width>201</width>
 
134
       <height>20</height>
 
135
      </size>
 
136
     </property>
 
137
    </spacer>
 
138
   </item>
 
139
   <item row="1" column="2">
 
140
    <layout class="QHBoxLayout">
 
141
     <item>
 
142
      <widget class="QPushButton" name="mSetPositionButton">
 
143
       <property name="text">
 
144
        <string>Set Position</string>
 
145
       </property>
 
146
      </widget>
 
147
     </item>
 
148
     <item>
 
149
      <widget class="QPushButton" name="mCloseButton">
 
150
       <property name="text">
 
151
        <string>Close</string>
 
152
       </property>
 
153
      </widget>
 
154
     </item>
 
155
    </layout>
 
156
   </item>
 
157
  </layout>
 
158
 </widget>
 
159
 <resources/>
 
160
 <connections/>
 
161
</ui>