~ubuntu-branches/ubuntu/saucy/kopete/saucy-proposed

« back to all changes in this revision

Viewing changes to protocols/jabber/ui/dlgaddcontact.ui

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2013-06-21 02:22:39 UTC
  • Revision ID: package-import@ubuntu.com-20130621022239-63l3zc8p0nf26pt6
Tags: upstream-4.10.80
ImportĀ upstreamĀ versionĀ 4.10.80

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>dlgAddContact</class>
 
3
 <widget class="QWidget" name="dlgAddContact" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>384</width>
 
9
    <height>94</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Add Contacts</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" >
 
16
   <property name="spacing" >
 
17
    <number>6</number>
 
18
   </property>
 
19
   <property name="margin" >
 
20
    <number>0</number>
 
21
   </property>
 
22
   <item>
 
23
    <layout class="QHBoxLayout" >
 
24
     <property name="spacing" >
 
25
      <number>6</number>
 
26
     </property>
 
27
     <property name="margin" >
 
28
      <number>0</number>
 
29
     </property>
 
30
     <item>
 
31
      <widget class="QLabel" name="lblID" >
 
32
       <property name="toolTip" >
 
33
        <string>The Jabber ID for the account you would like to add.</string>
 
34
       </property>
 
35
       <property name="whatsThis" >
 
36
        <string>The Jabber ID for the account you would like to add.  Note that this must include the username and the domain (like an E-mail address), as there are many Jabber servers.</string>
 
37
       </property>
 
38
       <property name="text" >
 
39
        <string>&amp;Jabber ID:</string>
 
40
       </property>
 
41
       <property name="alignment" >
 
42
        <set>Qt::AlignTop</set>
 
43
       </property>
 
44
       <property name="buddy" >
 
45
        <cstring>addID</cstring>
 
46
       </property>
 
47
      </widget>
 
48
     </item>
 
49
     <item>
 
50
      <widget class="KLineEdit" name="addID" >
 
51
       <property name="toolTip" >
 
52
        <string>The Jabber ID for the account you would like to add.</string>
 
53
       </property>
 
54
       <property name="whatsThis" >
 
55
        <string>The Jabber ID for the account you would like to add.  Note that this must include the username and the domain (like an E-mail address), as there are many Jabber servers.</string>
 
56
       </property>
 
57
      </widget>
 
58
     </item>
 
59
    </layout>
 
60
   </item>
 
61
   <item>
 
62
    <widget class="QLabel" name="textLabel1" >
 
63
     <property name="text" >
 
64
      <string>&lt;i>(for example: joe@jabber.org)&lt;/i></string>
 
65
     </property>
 
66
     <property name="alignment" >
 
67
      <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
 
68
     </property>
 
69
    </widget>
 
70
   </item>
 
71
   <item>
 
72
    <spacer>
 
73
     <property name="orientation" >
 
74
      <enum>Qt::Vertical</enum>
 
75
     </property>
 
76
     <property name="sizeType" >
 
77
      <enum>QSizePolicy::Expanding</enum>
 
78
     </property>
 
79
     <property name="sizeHint" stdset="0" >
 
80
      <size>
 
81
       <width>20</width>
 
82
       <height>0</height>
 
83
      </size>
 
84
     </property>
 
85
    </spacer>
 
86
   </item>
 
87
  </layout>
 
88
 </widget>
 
89
 <customwidgets>
 
90
  <customwidget>
 
91
   <class>KLineEdit</class>
 
92
   <extends>QLineEdit</extends>
 
93
   <header>klineedit.h</header>
 
94
  </customwidget>
 
95
 </customwidgets>
 
96
 <resources/>
 
97
 <connections/>
 
98
</ui>