~ubuntu-branches/ubuntu/oneiric/kdeplasma-addons/oneiric

« back to all changes in this revision

Viewing changes to applets/community/opendesktopLocationConfig.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-05-25 09:50:14 UTC
  • mto: (0.4.3 experimental)
  • mto: This revision was merged to the branch mainline in revision 68.
  • Revision ID: james.westby@ubuntu.com-20100525095014-e3cebfkdenjrx3xg
Tags: upstream-4.4.80
Import upstream version 4.4.80

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
 <author>Sebastian Kügler &lt;sebas@kde.org&gt;</author>
 
4
 <class>opendesktopLocationConfig</class>
 
5
 <widget class="QWidget" name="opendesktopLocationConfig">
 
6
  <property name="geometry">
 
7
   <rect>
 
8
    <x>0</x>
 
9
    <y>0</y>
 
10
    <width>238</width>
 
11
    <height>180</height>
 
12
   </rect>
 
13
  </property>
 
14
  <layout class="QFormLayout" name="formLayout">
 
15
   <property name="fieldGrowthPolicy">
 
16
    <enum>QFormLayout::ExpandingFieldsGrow</enum>
 
17
   </property>
 
18
   <item row="2" column="0">
 
19
    <widget class="QLabel" name="label_1">
 
20
     <property name="text">
 
21
      <string>City:</string>
 
22
     </property>
 
23
     <property name="buddy">
 
24
      <cstring>city</cstring>
 
25
     </property>
 
26
    </widget>
 
27
   </item>
 
28
   <item row="2" column="1">
 
29
    <widget class="KLineEdit" name="city">
 
30
     <property name="minimumSize">
 
31
      <size>
 
32
       <width>100</width>
 
33
       <height>0</height>
 
34
      </size>
 
35
     </property>
 
36
    </widget>
 
37
   </item>
 
38
   <item row="3" column="0">
 
39
    <widget class="QLabel" name="label_3">
 
40
     <property name="text">
 
41
      <string>Country:</string>
 
42
     </property>
 
43
     <property name="buddy">
 
44
      <cstring>countryCombo</cstring>
 
45
     </property>
 
46
    </widget>
 
47
   </item>
 
48
   <item row="3" column="1">
 
49
    <widget class="KComboBox" name="countryCombo">
 
50
     <property name="sizePolicy">
 
51
      <sizepolicy hsizetype="Expanding" vsizetype="Fixed">
 
52
       <horstretch>0</horstretch>
 
53
       <verstretch>0</verstretch>
 
54
      </sizepolicy>
 
55
     </property>
 
56
    </widget>
 
57
   </item>
 
58
   <item row="4" column="0">
 
59
    <widget class="QLabel" name="label_5">
 
60
     <property name="text">
 
61
      <string>Latitude:</string>
 
62
     </property>
 
63
     <property name="buddy">
 
64
      <cstring>latitude</cstring>
 
65
     </property>
 
66
    </widget>
 
67
   </item>
 
68
   <item row="4" column="1">
 
69
    <widget class="KLineEdit" name="latitude">
 
70
     <property name="minimumSize">
 
71
      <size>
 
72
       <width>100</width>
 
73
       <height>0</height>
 
74
      </size>
 
75
     </property>
 
76
    </widget>
 
77
   </item>
 
78
   <item row="5" column="0">
 
79
    <widget class="QLabel" name="label_6">
 
80
     <property name="text">
 
81
      <string>Longitude:</string>
 
82
     </property>
 
83
     <property name="buddy">
 
84
      <cstring>longitude</cstring>
 
85
     </property>
 
86
    </widget>
 
87
   </item>
 
88
   <item row="5" column="1">
 
89
    <widget class="KLineEdit" name="longitude">
 
90
     <property name="minimumSize">
 
91
      <size>
 
92
       <width>100</width>
 
93
       <height>0</height>
 
94
      </size>
 
95
     </property>
 
96
    </widget>
 
97
   </item>
 
98
   <item row="6" column="1">
 
99
    <widget class="QPushButton" name="publishLocation">
 
100
     <property name="text">
 
101
      <string>Publish my Location</string>
 
102
     </property>
 
103
    </widget>
 
104
   </item>
 
105
  </layout>
 
106
 </widget>
 
107
 <customwidgets>
 
108
  <customwidget>
 
109
   <class>KLineEdit</class>
 
110
   <extends>QLineEdit</extends>
 
111
   <header>klineedit.h</header>
 
112
  </customwidget>
 
113
  <customwidget>
 
114
   <class>KComboBox</class>
 
115
   <extends>QComboBox</extends>
 
116
   <header>kcombobox.h</header>
 
117
  </customwidget>
 
118
 </customwidgets>
 
119
 <resources/>
 
120
 <connections/>
 
121
</ui>