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

« back to all changes in this revision

Viewing changes to kopete/identity/accountidentitybase.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>AccountIdentityBase</class>
 
3
 <widget class="QWidget" name="AccountIdentityBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>400</width>
 
9
    <height>315</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Account Identity</string>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" >
 
16
   <item>
 
17
    <widget class="KTitleWidget" name="title" >
 
18
     <property name="sizePolicy" >
 
19
      <sizepolicy vsizetype="Fixed" hsizetype="Preferred" >
 
20
       <horstretch>0</horstretch>
 
21
       <verstretch>6</verstretch>
 
22
      </sizepolicy>
 
23
     </property>
 
24
     <property name="minimumSize" >
 
25
      <size>
 
26
       <width>0</width>
 
27
       <height>42</height>
 
28
      </size>
 
29
     </property>
 
30
     <property name="text" >
 
31
      <string>Account Identity</string>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item>
 
36
    <widget class="QLabel" name="selectText" >
 
37
     <property name="text" >
 
38
      <string>Select the identity to be used by the accounts:</string>
 
39
     </property>
 
40
    </widget>
 
41
   </item>
 
42
   <item>
 
43
    <layout class="QHBoxLayout" >
 
44
     <item>
 
45
      <spacer>
 
46
       <property name="orientation" >
 
47
        <enum>Qt::Horizontal</enum>
 
48
       </property>
 
49
       <property name="sizeType" >
 
50
        <enum>QSizePolicy::Fixed</enum>
 
51
       </property>
 
52
       <property name="sizeHint" >
 
53
        <size>
 
54
         <width>20</width>
 
55
         <height>20</height>
 
56
        </size>
 
57
       </property>
 
58
      </spacer>
 
59
     </item>
 
60
     <item>
 
61
      <widget class="QLabel" name="accounts" >
 
62
       <property name="sizePolicy" >
 
63
        <sizepolicy vsizetype="Preferred" hsizetype="Expanding" >
 
64
         <horstretch>0</horstretch>
 
65
         <verstretch>0</verstretch>
 
66
        </sizepolicy>
 
67
       </property>
 
68
       <property name="text" >
 
69
        <string>&lt;img name=foobar> My Account</string>
 
70
       </property>
 
71
       <property name="textFormat" >
 
72
        <enum>Qt::RichText</enum>
 
73
       </property>
 
74
       <property name="scaledContents" >
 
75
        <bool>false</bool>
 
76
       </property>
 
77
       <property name="wordWrap" >
 
78
        <bool>true</bool>
 
79
       </property>
 
80
      </widget>
 
81
     </item>
 
82
    </layout>
 
83
   </item>
 
84
   <item>
 
85
    <widget class="QTreeWidget" name="identityList" >
 
86
     <property name="alternatingRowColors" >
 
87
      <bool>true</bool>
 
88
     </property>
 
89
     <property name="iconSize" >
 
90
      <size>
 
91
       <width>32</width>
 
92
       <height>32</height>
 
93
      </size>
 
94
     </property>
 
95
     <property name="rootIsDecorated" >
 
96
      <bool>false</bool>
 
97
     </property>
 
98
     <column>
 
99
      <property name="text" >
 
100
       <string>Identity</string>
 
101
      </property>
 
102
     </column>
 
103
    </widget>
 
104
   </item>
 
105
  </layout>
 
106
 </widget>
 
107
 <customwidgets>
 
108
  <customwidget>
 
109
   <class>KTitleWidget</class>
 
110
   <extends>QWidget</extends>
 
111
   <header>ktitlewidget.h</header>
 
112
  </customwidget>
 
113
 </customwidgets>
 
114
 <resources/>
 
115
 <connections/>
 
116
</ui>