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

« back to all changes in this revision

Viewing changes to kopete/identity/identitystatusbase.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>IdentityStatusBase</class>
 
3
 <widget class="QWidget" name="IdentityStatusBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>201</width>
 
9
    <height>238</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="QGridLayout" >
 
27
     <property name="horizontalSpacing" >
 
28
      <number>3</number>
 
29
     </property>
 
30
     <item row="0" column="0" >
 
31
      <widget class="QToolButton" name="photo" >
 
32
       <property name="minimumSize" >
 
33
        <size>
 
34
         <width>48</width>
 
35
         <height>48</height>
 
36
        </size>
 
37
       </property>
 
38
       <property name="maximumSize" >
 
39
        <size>
 
40
         <width>48</width>
 
41
         <height>48</height>
 
42
        </size>
 
43
       </property>
 
44
       <property name="text" >
 
45
        <string/>
 
46
       </property>
 
47
       <property name="iconSize" >
 
48
        <size>
 
49
         <width>40</width>
 
50
         <height>40</height>
 
51
        </size>
 
52
       </property>
 
53
      </widget>
 
54
     </item>
 
55
     <item row="0" column="2" >
 
56
      <layout class="QHBoxLayout" />
 
57
     </item>
 
58
     <item row="0" column="1" >
 
59
      <widget class="QLabel" name="identityName" >
 
60
       <property name="minimumSize" >
 
61
        <size>
 
62
         <width>0</width>
 
63
         <height>20</height>
 
64
        </size>
 
65
       </property>
 
66
       <property name="font" >
 
67
        <font>
 
68
         <weight>75</weight>
 
69
         <bold>true</bold>
 
70
        </font>
 
71
       </property>
 
72
       <property name="text" >
 
73
        <string>Identity Name</string>
 
74
       </property>
 
75
       <property name="alignment" >
 
76
        <set>Qt::AlignCenter</set>
 
77
       </property>
 
78
      </widget>
 
79
     </item>
 
80
    </layout>
 
81
   </item>
 
82
   <item>
 
83
    <widget class="QListWidget" name="accounts" >
 
84
     <property name="selectionMode" >
 
85
      <enum>QAbstractItemView::SingleSelection</enum>
 
86
     </property>
 
87
     <property name="resizeMode" >
 
88
      <enum>QListView::Adjust</enum>
 
89
     </property>
 
90
    </widget>
 
91
   </item>
 
92
  </layout>
 
93
 </widget>
 
94
 <resources/>
 
95
 <connections/>
 
96
</ui>