~ubuntu-branches/ubuntu/utopic/qgis/utopic

« back to all changes in this revision

Viewing changes to src/ui/qgsludialogbase.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
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>QgsLUDialogBase</class>
3
 
 <widget class="QDialog" name="QgsLUDialogBase" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="QgsLUDialogBase">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>340</width>
9
 
    <height>159</height>
 
9
    <width>227</width>
 
10
    <height>122</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Enter class bounds</string>
14
15
  </property>
15
 
  <property name="modal" >
 
16
  <property name="modal">
16
17
   <bool>true</bool>
17
18
  </property>
18
 
  <layout class="QGridLayout" >
19
 
   <property name="margin" >
20
 
    <number>10</number>
21
 
   </property>
22
 
   <property name="spacing" >
23
 
    <number>6</number>
24
 
   </property>
25
 
   <item row="1" column="0" >
26
 
    <widget class="QLineEdit" name="mLowerEdit" />
27
 
   </item>
28
 
   <item row="0" column="0" >
29
 
    <widget class="QLabel" name="mLowerLabel" >
30
 
     <property name="text" >
 
19
  <layout class="QGridLayout" name="gridLayout">
 
20
   <item row="0" column="0">
 
21
    <widget class="QLabel" name="mLowerLabel">
 
22
     <property name="text">
31
23
      <string>Lower value</string>
32
24
     </property>
33
 
     <property name="buddy" >
 
25
     <property name="buddy">
34
26
      <cstring>mLowerEdit</cstring>
35
27
     </property>
36
28
    </widget>
37
29
   </item>
38
 
   <item row="0" column="1" >
39
 
    <spacer>
40
 
     <property name="orientation" >
41
 
      <enum>Qt::Horizontal</enum>
42
 
     </property>
43
 
     <property name="sizeType" >
44
 
      <enum>QSizePolicy::Expanding</enum>
45
 
     </property>
46
 
     <property name="sizeHint" >
 
30
   <item row="0" column="1">
 
31
    <widget class="QLineEdit" name="mLowerEdit"/>
 
32
   </item>
 
33
   <item row="1" column="0">
 
34
    <widget class="QLabel" name="mUpperLabel">
 
35
     <property name="text">
 
36
      <string>Upper value</string>
 
37
     </property>
 
38
     <property name="buddy">
 
39
      <cstring>mUpperEdit</cstring>
 
40
     </property>
 
41
    </widget>
 
42
   </item>
 
43
   <item row="1" column="1">
 
44
    <widget class="QLineEdit" name="mUpperEdit"/>
 
45
   </item>
 
46
   <item row="3" column="0" colspan="2">
 
47
    <widget class="QDialogButtonBox" name="buttonBox">
 
48
     <property name="standardButtons">
 
49
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
50
     </property>
 
51
    </widget>
 
52
   </item>
 
53
   <item row="2" column="0">
 
54
    <spacer name="verticalSpacer">
 
55
     <property name="orientation">
 
56
      <enum>Qt::Vertical</enum>
 
57
     </property>
 
58
     <property name="sizeHint" stdset="0">
47
59
      <size>
48
 
       <width>16</width>
49
 
       <height>21</height>
 
60
       <width>20</width>
 
61
       <height>40</height>
50
62
      </size>
51
63
     </property>
52
64
    </spacer>
53
65
   </item>
54
 
   <item row="1" column="1" >
55
 
    <widget class="QLabel" name="mBetweenLabel" >
56
 
     <property name="text" >
57
 
      <string>-</string>
58
 
     </property>
59
 
     <property name="textFormat" >
60
 
      <enum>Qt::AutoText</enum>
61
 
     </property>
62
 
    </widget>
63
 
   </item>
64
 
   <item row="1" column="2" >
65
 
    <widget class="QLineEdit" name="mUpperEdit" />
66
 
   </item>
67
 
   <item row="2" column="0" colspan="3" >
68
 
    <layout class="QHBoxLayout" >
69
 
     <property name="margin" >
70
 
      <number>0</number>
71
 
     </property>
72
 
     <property name="spacing" >
73
 
      <number>6</number>
74
 
     </property>
75
 
     <item>
76
 
      <spacer>
77
 
       <property name="orientation" >
78
 
        <enum>Qt::Horizontal</enum>
79
 
       </property>
80
 
       <property name="sizeType" >
81
 
        <enum>QSizePolicy::Expanding</enum>
82
 
       </property>
83
 
       <property name="sizeHint" >
84
 
        <size>
85
 
         <width>100</width>
86
 
         <height>20</height>
87
 
        </size>
88
 
       </property>
89
 
      </spacer>
90
 
     </item>
91
 
     <item>
92
 
      <widget class="QPushButton" name="mOkButton" >
93
 
       <property name="text" >
94
 
        <string>OK</string>
95
 
       </property>
96
 
      </widget>
97
 
     </item>
98
 
     <item>
99
 
      <widget class="QPushButton" name="mCancelButton" >
100
 
       <property name="text" >
101
 
        <string>Cancel</string>
102
 
       </property>
103
 
      </widget>
104
 
     </item>
105
 
     <item>
106
 
      <spacer>
107
 
       <property name="orientation" >
108
 
        <enum>Qt::Horizontal</enum>
109
 
       </property>
110
 
       <property name="sizeType" >
111
 
        <enum>QSizePolicy::Expanding</enum>
112
 
       </property>
113
 
       <property name="sizeHint" >
114
 
        <size>
115
 
         <width>31</width>
116
 
         <height>20</height>
117
 
        </size>
118
 
       </property>
119
 
      </spacer>
120
 
     </item>
121
 
    </layout>
122
 
   </item>
123
 
   <item row="0" column="2" >
124
 
    <widget class="QLabel" name="mUpperLabel" >
125
 
     <property name="text" >
126
 
      <string>Upper value</string>
127
 
     </property>
128
 
     <property name="buddy" >
129
 
      <cstring>mUpperEdit</cstring>
130
 
     </property>
131
 
    </widget>
132
 
   </item>
133
66
  </layout>
134
67
 </widget>
135
 
 <layoutdefault spacing="6" margin="11" />
136
 
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
68
 <layoutdefault spacing="6" margin="11"/>
137
69
 <resources/>
138
 
 <connections/>
 
70
 <connections>
 
71
  <connection>
 
72
   <sender>buttonBox</sender>
 
73
   <signal>accepted()</signal>
 
74
   <receiver>QgsLUDialogBase</receiver>
 
75
   <slot>accept()</slot>
 
76
   <hints>
 
77
    <hint type="sourcelabel">
 
78
     <x>163</x>
 
79
     <y>120</y>
 
80
    </hint>
 
81
    <hint type="destinationlabel">
 
82
     <x>321</x>
 
83
     <y>35</y>
 
84
    </hint>
 
85
   </hints>
 
86
  </connection>
 
87
  <connection>
 
88
   <sender>buttonBox</sender>
 
89
   <signal>rejected()</signal>
 
90
   <receiver>QgsLUDialogBase</receiver>
 
91
   <slot>reject()</slot>
 
92
   <hints>
 
93
    <hint type="sourcelabel">
 
94
     <x>163</x>
 
95
     <y>116</y>
 
96
    </hint>
 
97
    <hint type="destinationlabel">
 
98
     <x>151</x>
 
99
     <y>7</y>
 
100
    </hint>
 
101
   </hints>
 
102
  </connection>
 
103
 </connections>
139
104
</ui>