~ubuntu-branches/ubuntu/trusty/qgis/trusty

« back to all changes in this revision

Viewing changes to src/ui/qgsaddattrdialogbase.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>QgsAddAttrDialogBase</class>
3
 
 <widget class="QDialog" name="QgsAddAttrDialogBase" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="QgsAddAttrDialogBase">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
8
 
    <width>303</width>
9
 
    <height>171</height>
 
9
    <width>264</width>
 
10
    <height>235</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Add Attribute</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>9</number>
21
 
   </property>
22
 
   <property name="spacing" >
23
 
    <number>6</number>
24
 
   </property>
25
 
   <item row="2" column="0" colspan="2" >
26
 
    <layout class="QHBoxLayout" >
27
 
     <property name="margin" >
28
 
      <number>0</number>
29
 
     </property>
30
 
     <property name="spacing" >
31
 
      <number>6</number>
32
 
     </property>
33
 
     <item>
34
 
      <spacer>
35
 
       <property name="orientation" >
36
 
        <enum>Qt::Horizontal</enum>
37
 
       </property>
38
 
       <property name="sizeType" >
39
 
        <enum>QSizePolicy::Expanding</enum>
40
 
       </property>
41
 
       <property name="sizeHint" >
42
 
        <size>
43
 
         <width>40</width>
44
 
         <height>20</height>
45
 
        </size>
46
 
       </property>
47
 
      </spacer>
48
 
     </item>
49
 
     <item>
50
 
      <widget class="QPushButton" name="mOkButton" >
51
 
       <property name="text" >
52
 
        <string>OK</string>
53
 
       </property>
54
 
      </widget>
55
 
     </item>
56
 
     <item>
57
 
      <widget class="QPushButton" name="mCancelButton" >
58
 
       <property name="text" >
59
 
        <string>Cancel</string>
60
 
       </property>
61
 
      </widget>
62
 
     </item>
63
 
     <item>
64
 
      <spacer>
65
 
       <property name="orientation" >
66
 
        <enum>Qt::Horizontal</enum>
67
 
       </property>
68
 
       <property name="sizeType" >
69
 
        <enum>QSizePolicy::Expanding</enum>
70
 
       </property>
71
 
       <property name="sizeHint" >
72
 
        <size>
73
 
         <width>60</width>
74
 
         <height>20</height>
75
 
        </size>
76
 
       </property>
77
 
      </spacer>
78
 
     </item>
79
 
    </layout>
80
 
   </item>
81
 
   <item row="1" column="1" >
82
 
    <widget class="QComboBox" name="mTypeBox" />
83
 
   </item>
84
 
   <item row="1" column="0" >
85
 
    <widget class="QLabel" name="textLabel2" >
86
 
     <property name="text" >
87
 
      <string>Type:</string>
88
 
     </property>
89
 
     <property name="buddy" >
90
 
      <cstring>mTypeBox</cstring>
91
 
     </property>
92
 
    </widget>
93
 
   </item>
94
 
   <item row="0" column="1" >
95
 
    <widget class="QLineEdit" name="mNameEdit" />
96
 
   </item>
97
 
   <item row="0" column="0" >
98
 
    <widget class="QLabel" name="textLabel1" >
99
 
     <property name="text" >
100
 
      <string>Name:</string>
101
 
     </property>
102
 
     <property name="buddy" >
 
19
  <layout class="QGridLayout" name="gridLayout">
 
20
   <item row="0" column="0">
 
21
    <widget class="QLabel" name="textLabel1">
 
22
     <property name="text">
 
23
      <string>N&amp;ame</string>
 
24
     </property>
 
25
     <property name="buddy">
103
26
      <cstring>mNameEdit</cstring>
104
27
     </property>
105
28
    </widget>
106
29
   </item>
 
30
   <item row="0" column="1">
 
31
    <widget class="QLineEdit" name="mNameEdit"/>
 
32
   </item>
 
33
   <item row="1" column="0">
 
34
    <widget class="QLabel" name="textLabel1_2">
 
35
     <property name="text">
 
36
      <string>Comment</string>
 
37
     </property>
 
38
     <property name="buddy">
 
39
      <cstring>mCommentEdit</cstring>
 
40
     </property>
 
41
    </widget>
 
42
   </item>
 
43
   <item row="1" column="1">
 
44
    <widget class="QLineEdit" name="mCommentEdit"/>
 
45
   </item>
 
46
   <item row="2" column="0">
 
47
    <widget class="QLabel" name="textLabel2">
 
48
     <property name="text">
 
49
      <string>Type</string>
 
50
     </property>
 
51
     <property name="buddy">
 
52
      <cstring>mTypeBox</cstring>
 
53
     </property>
 
54
    </widget>
 
55
   </item>
 
56
   <item row="2" column="1">
 
57
    <widget class="QComboBox" name="mTypeBox"/>
 
58
   </item>
 
59
   <item row="3" column="1">
 
60
    <widget class="QLabel" name="mTypeName">
 
61
     <property name="text">
 
62
      <string>Type</string>
 
63
     </property>
 
64
     <property name="buddy">
 
65
      <cstring>mTypeBox</cstring>
 
66
     </property>
 
67
    </widget>
 
68
   </item>
 
69
   <item row="4" column="0">
 
70
    <widget class="QLabel" name="textLabel2_2">
 
71
     <property name="text">
 
72
      <string>Width</string>
 
73
     </property>
 
74
     <property name="buddy">
 
75
      <cstring>mLength</cstring>
 
76
     </property>
 
77
    </widget>
 
78
   </item>
 
79
   <item row="4" column="1">
 
80
    <widget class="QSpinBox" name="mLength"/>
 
81
   </item>
 
82
   <item row="5" column="0">
 
83
    <widget class="QLabel" name="textLabel2_3">
 
84
     <property name="text">
 
85
      <string>Precision</string>
 
86
     </property>
 
87
     <property name="buddy">
 
88
      <cstring>mPrec</cstring>
 
89
     </property>
 
90
    </widget>
 
91
   </item>
 
92
   <item row="5" column="1">
 
93
    <widget class="QSpinBox" name="mPrec"/>
 
94
   </item>
 
95
   <item row="6" column="1">
 
96
    <widget class="QDialogButtonBox" name="buttonBox">
 
97
     <property name="standardButtons">
 
98
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
99
     </property>
 
100
    </widget>
 
101
   </item>
107
102
  </layout>
108
103
 </widget>
109
 
 <layoutdefault spacing="6" margin="11" />
110
 
 <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
 
104
 <layoutdefault spacing="6" margin="11"/>
111
105
 <tabstops>
112
106
  <tabstop>mNameEdit</tabstop>
 
107
  <tabstop>mCommentEdit</tabstop>
113
108
  <tabstop>mTypeBox</tabstop>
114
 
  <tabstop>mOkButton</tabstop>
115
 
  <tabstop>mCancelButton</tabstop>
 
109
  <tabstop>mLength</tabstop>
 
110
  <tabstop>mPrec</tabstop>
 
111
  <tabstop>buttonBox</tabstop>
116
112
 </tabstops>
117
113
 <resources/>
118
 
 <connections/>
 
114
 <connections>
 
115
  <connection>
 
116
   <sender>buttonBox</sender>
 
117
   <signal>accepted()</signal>
 
118
   <receiver>QgsAddAttrDialogBase</receiver>
 
119
   <slot>accept()</slot>
 
120
   <hints>
 
121
    <hint type="sourcelabel">
 
122
     <x>254</x>
 
123
     <y>206</y>
 
124
    </hint>
 
125
    <hint type="destinationlabel">
 
126
     <x>263</x>
 
127
     <y>68</y>
 
128
    </hint>
 
129
   </hints>
 
130
  </connection>
 
131
  <connection>
 
132
   <sender>buttonBox</sender>
 
133
   <signal>rejected()</signal>
 
134
   <receiver>QgsAddAttrDialogBase</receiver>
 
135
   <slot>reject()</slot>
 
136
   <hints>
 
137
    <hint type="sourcelabel">
 
138
     <x>254</x>
 
139
     <y>206</y>
 
140
    </hint>
 
141
    <hint type="destinationlabel">
 
142
     <x>6</x>
 
143
     <y>77</y>
 
144
    </hint>
 
145
   </hints>
 
146
  </connection>
 
147
 </connections>
119
148
</ui>