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

« back to all changes in this revision

Viewing changes to protocols/jabber/ui/dlgservices.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>dlgServices</class>
 
3
 <widget class="QWidget" name="dlgServices" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>669</width>
 
9
    <height>445</height>
 
10
   </rect>
 
11
  </property>
 
12
  <layout class="QVBoxLayout" >
 
13
   <property name="leftMargin" >
 
14
    <number>0</number>
 
15
   </property>
 
16
   <property name="topMargin" >
 
17
    <number>0</number>
 
18
   </property>
 
19
   <property name="rightMargin" >
 
20
    <number>0</number>
 
21
   </property>
 
22
   <property name="bottomMargin" >
 
23
    <number>0</number>
 
24
   </property>
 
25
   <item>
 
26
    <layout class="QHBoxLayout" >
 
27
     <item>
 
28
      <widget class="QLabel" name="lblServer" >
 
29
       <property name="sizePolicy" >
 
30
        <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
 
31
         <horstretch>0</horstretch>
 
32
         <verstretch>0</verstretch>
 
33
        </sizepolicy>
 
34
       </property>
 
35
       <property name="text" >
 
36
        <string>Server:</string>
 
37
       </property>
 
38
      </widget>
 
39
     </item>
 
40
     <item>
 
41
      <widget class="QLineEdit" name="leServer" >
 
42
       <property name="sizePolicy" >
 
43
        <sizepolicy vsizetype="Minimum" hsizetype="Expanding" >
 
44
         <horstretch>0</horstretch>
 
45
         <verstretch>0</verstretch>
 
46
        </sizepolicy>
 
47
       </property>
 
48
      </widget>
 
49
     </item>
 
50
     <item>
 
51
      <widget class="QLabel" name="label" >
 
52
       <property name="text" >
 
53
        <string>Node:</string>
 
54
       </property>
 
55
      </widget>
 
56
     </item>
 
57
     <item>
 
58
      <widget class="QLineEdit" name="leNode" />
 
59
     </item>
 
60
     <item>
 
61
      <widget class="QPushButton" name="btnQuery" >
 
62
       <property name="sizePolicy" >
 
63
        <sizepolicy vsizetype="Minimum" hsizetype="Minimum" >
 
64
         <horstretch>0</horstretch>
 
65
         <verstretch>0</verstretch>
 
66
        </sizepolicy>
 
67
       </property>
 
68
       <property name="text" >
 
69
        <string>&amp;Query Server</string>
 
70
       </property>
 
71
       <property name="autoDefault" >
 
72
        <bool>true</bool>
 
73
       </property>
 
74
       <property name="default" >
 
75
        <bool>true</bool>
 
76
       </property>
 
77
      </widget>
 
78
     </item>
 
79
    </layout>
 
80
   </item>
 
81
   <item>
 
82
    <widget class="QTreeWidget" name="trServices" >
 
83
     <column>
 
84
      <property name="text" >
 
85
       <string>Name</string>
 
86
      </property>
 
87
     </column>
 
88
     <column>
 
89
      <property name="text" >
 
90
       <string>JID</string>
 
91
      </property>
 
92
     </column>
 
93
     <column>
 
94
      <property name="text" >
 
95
       <string>Node</string>
 
96
      </property>
 
97
     </column>
 
98
    </widget>
 
99
   </item>
 
100
  </layout>
 
101
 </widget>
 
102
 <resources/>
 
103
 <connections/>
 
104
</ui>