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

« back to all changes in this revision

Viewing changes to libs/plasmaweather/weatherconfigsearch.ui

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Thomas
  • Date: 2010-05-25 09:50:14 UTC
  • mfrom: (1.1.28 upstream)
  • Revision ID: james.westby@ubuntu.com-20100525095014-6mlrm9z9bkws0zkt
Tags: 4:4.4.80-0ubuntu1
* New upstream beta release:
  - Bump kde-sc-dev-latest build-dep version to 4.4.80
  - Refresh kubuntu_04_kimpanel_disable_scim.diff
  - Update various .install files
  - Drop liblancelot0a and liblancelot-dev packages; Upstream has broken ABI
    without an .so version bump, and after discussion with Debian it was
    decided it was not worth it to ship an unstable library.
  - Add liblancelot files to plasma-widget-lancelot, adding appropriate
    Replaces: entries
* Switch to source format 3.0 (quilt):
  - Bump debhelper build-depend version to 7.3.16 or greater

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>WeatherConfigSearch</class>
4
 
 <widget class="QWidget" name="WeatherConfigSearch">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>257</width>
10
 
    <height>60</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Search</string>
15
 
  </property>
16
 
  <layout class="QFormLayout" name="formLayout">
17
 
   <property name="margin">
18
 
    <number>0</number>
19
 
   </property>
20
 
   <item row="0" column="0">
21
 
    <widget class="QLabel" name="cityLabel">
22
 
     <property name="text">
23
 
      <string>Place:</string>
24
 
     </property>
25
 
     <property name="buddy">
26
 
      <cstring>cityLineEdit</cstring>
27
 
     </property>
28
 
    </widget>
29
 
   </item>
30
 
   <item row="0" column="1">
31
 
    <widget class="KLineEdit" name="cityLineEdit"/>
32
 
   </item>
33
 
   <item row="1" column="0">
34
 
    <widget class="QLabel" name="providerLabel">
35
 
     <property name="text">
36
 
      <string>Provider:</string>
37
 
     </property>
38
 
     <property name="buddy">
39
 
      <cstring>providerComboBox</cstring>
40
 
     </property>
41
 
    </widget>
42
 
   </item>
43
 
   <item row="1" column="1">
44
 
    <widget class="KComboBox" name="providerComboBox"/>
45
 
   </item>
46
 
   <item row="2" column="1">
47
 
    <spacer name="verticalSpacer">
48
 
     <property name="orientation">
49
 
      <enum>Qt::Vertical</enum>
50
 
     </property>
51
 
     <property name="sizeHint" stdset="0">
52
 
      <size>
53
 
       <width>20</width>
54
 
       <height>13</height>
55
 
      </size>
56
 
     </property>
57
 
    </spacer>
58
 
   </item>
59
 
  </layout>
60
 
 </widget>
61
 
 <customwidgets>
62
 
  <customwidget>
63
 
   <class>KLineEdit</class>
64
 
   <extends>QLineEdit</extends>
65
 
   <header>klineedit.h</header>
66
 
  </customwidget>
67
 
  <customwidget>
68
 
   <class>KComboBox</class>
69
 
   <extends>QComboBox</extends>
70
 
   <header>kcombobox.h</header>
71
 
  </customwidget>
72
 
 </customwidgets>
73
 
 <resources/>
74
 
 <connections/>
75
 
</ui>