~ubuntu-branches/ubuntu/saucy/merkaartor/saucy

« back to all changes in this revision

Viewing changes to MinimumTrackPointProperties.ui

  • Committer: Bazaar Package Importer
  • Author(s): Bernd Zeimetz
  • Date: 2009-09-13 00:52:12 UTC
  • mto: (1.2.7 upstream) (0.1.3 upstream) (3.1.7 sid)
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20090913005212-pjecal8zxm07x0fj
ImportĀ upstreamĀ versionĀ 0.14+svnfixes~20090912

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
2
 
 <class>TrackPointProperties</class>
3
 
 <widget class="QWidget" name="TrackPointProperties" >
4
 
  <property name="geometry" >
5
 
   <rect>
6
 
    <x>0</x>
7
 
    <y>0</y>
8
 
    <width>223</width>
9
 
    <height>385</height>
10
 
   </rect>
11
 
  </property>
12
 
  <property name="windowTitle" >
13
 
   <string>Trackpoint</string>
14
 
  </property>
15
 
  <layout class="QVBoxLayout" >
16
 
   <property name="spacing" >
17
 
    <number>4</number>
18
 
   </property>
19
 
   <property name="margin" >
20
 
    <number>4</number>
21
 
   </property>
22
 
   <item>
23
 
    <layout class="QGridLayout" name="mainLayout" >
24
 
     <property name="margin" >
25
 
      <number>0</number>
26
 
     </property>
27
 
     <property name="spacing" >
28
 
      <number>6</number>
29
 
     </property>
30
 
     <item row="1" column="0" >
31
 
      <widget class="QLabel" name="label_3" >
32
 
       <property name="text" >
33
 
        <string>Latitude</string>
34
 
       </property>
35
 
      </widget>
36
 
     </item>
37
 
     <item row="1" column="1" >
38
 
      <widget class="QLineEdit" name="Latitude" />
39
 
     </item>
40
 
     <item row="2" column="0" >
41
 
      <widget class="QLabel" name="label_4" >
42
 
       <property name="text" >
43
 
        <string>Longitude</string>
44
 
       </property>
45
 
      </widget>
46
 
     </item>
47
 
     <item row="0" column="0" >
48
 
      <widget class="QLabel" name="label" >
49
 
       <property name="text" >
50
 
        <string>Id</string>
51
 
       </property>
52
 
      </widget>
53
 
     </item>
54
 
     <item row="0" column="1" >
55
 
      <widget class="QLabel" name="Id" >
56
 
       <property name="text" >
57
 
        <string>xxx</string>
58
 
       </property>
59
 
      </widget>
60
 
     </item>
61
 
     <item row="2" column="1" >
62
 
      <widget class="QLineEdit" name="Longitude" />
63
 
     </item>
64
 
    </layout>
65
 
   </item>
66
 
   <item>
67
 
    <layout class="QVBoxLayout" name="variableLayout" />
68
 
   </item>
69
 
   <item>
70
 
    <layout class="QHBoxLayout" >
71
 
     <property name="spacing" >
72
 
      <number>6</number>
73
 
     </property>
74
 
     <property name="margin" >
75
 
      <number>0</number>
76
 
     </property>
77
 
     <item>
78
 
      <widget class="QLabel" name="label_2" >
79
 
       <property name="text" >
80
 
        <string>Tags</string>
81
 
       </property>
82
 
      </widget>
83
 
     </item>
84
 
     <item>
85
 
      <spacer>
86
 
       <property name="orientation" >
87
 
        <enum>Qt::Horizontal</enum>
88
 
       </property>
89
 
       <property name="sizeHint" stdset="0" >
90
 
        <size>
91
 
         <width>40</width>
92
 
         <height>20</height>
93
 
        </size>
94
 
       </property>
95
 
      </spacer>
96
 
     </item>
97
 
     <item>
98
 
      <widget class="QToolButton" name="RemoveTagButton" >
99
 
       <property name="text" >
100
 
        <string>...</string>
101
 
       </property>
102
 
       <property name="icon" >
103
 
        <iconset resource="Icons/AllIcons.qrc" >
104
 
         <normaloff>:/Icons/small-remove.xpm</normaloff>:/Icons/small-remove.xpm</iconset>
105
 
       </property>
106
 
      </widget>
107
 
     </item>
108
 
    </layout>
109
 
   </item>
110
 
   <item>
111
 
    <widget class="QTableView" name="TagView" >
112
 
     <property name="tabKeyNavigation" >
113
 
      <bool>false</bool>
114
 
     </property>
115
 
    </widget>
116
 
   </item>
117
 
  </layout>
118
 
 </widget>
119
 
 <resources>
120
 
  <include location="Icons/AllIcons.qrc" />
121
 
 </resources>
122
 
 <connections/>
123
 
</ui>