~ubuntu-branches/ubuntu/karmic/choqok/karmic

« back to all changes in this revision

Viewing changes to src/statuswidget_base.ui

  • Committer: Bazaar Package Importer
  • Author(s): Steve Stalcup
  • Date: 2009-02-11 20:31:26 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20090211203126-7uqucqt5r2harpds
Tags: 0.4-0ubuntu1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>StatusWidgetBase</class>
 
3
 <widget class="QFrame" name="StatusWidgetBase" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>272</width>
 
9
    <height>115</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="sizePolicy" >
 
13
   <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
 
14
    <horstretch>0</horstretch>
 
15
    <verstretch>0</verstretch>
 
16
   </sizepolicy>
 
17
  </property>
 
18
  <property name="minimumSize" >
 
19
   <size>
 
20
    <width>200</width>
 
21
    <height>115</height>
 
22
   </size>
 
23
  </property>
 
24
  <property name="maximumSize" >
 
25
   <size>
 
26
    <width>16777215</width>
 
27
    <height>129</height>
 
28
   </size>
 
29
  </property>
 
30
  <property name="windowTitle" >
 
31
   <string/>
 
32
  </property>
 
33
  <property name="frameShape" >
 
34
   <enum>QFrame::StyledPanel</enum>
 
35
  </property>
 
36
  <property name="frameShadow" >
 
37
   <enum>QFrame::Sunken</enum>
 
38
  </property>
 
39
  <layout class="QGridLayout" name="gridLayout" >
 
40
   <property name="margin" >
 
41
    <number>1</number>
 
42
   </property>
 
43
   <property name="spacing" >
 
44
    <number>0</number>
 
45
   </property>
 
46
   <item row="0" column="0" >
 
47
    <widget class="QLabel" name="lblImage" >
 
48
     <property name="sizePolicy" >
 
49
      <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
 
50
       <horstretch>0</horstretch>
 
51
       <verstretch>0</verstretch>
 
52
      </sizepolicy>
 
53
     </property>
 
54
     <property name="minimumSize" >
 
55
      <size>
 
56
       <width>48</width>
 
57
       <height>48</height>
 
58
      </size>
 
59
     </property>
 
60
     <property name="maximumSize" >
 
61
      <size>
 
62
       <width>48</width>
 
63
       <height>48</height>
 
64
      </size>
 
65
     </property>
 
66
     <property name="text" >
 
67
      <string/>
 
68
     </property>
 
69
    </widget>
 
70
   </item>
 
71
   <item row="0" column="1" >
 
72
    <widget class="KTextBrowser" name="lblStatus" >
 
73
     <property name="acceptDrops" >
 
74
      <bool>false</bool>
 
75
     </property>
 
76
     <property name="frameShape" >
 
77
      <enum>QFrame::NoFrame</enum>
 
78
     </property>
 
79
     <property name="verticalScrollBarPolicy" >
 
80
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
81
     </property>
 
82
     <property name="horizontalScrollBarPolicy" >
 
83
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
84
     </property>
 
85
     <property name="openExternalLinks" >
 
86
      <bool>true</bool>
 
87
     </property>
 
88
    </widget>
 
89
   </item>
 
90
   <item row="0" column="2" >
 
91
    <layout class="QVBoxLayout" name="verticalLayout" >
 
92
     <property name="spacing" >
 
93
      <number>0</number>
 
94
     </property>
 
95
     <item>
 
96
      <spacer name="verticalSpacer" >
 
97
       <property name="orientation" >
 
98
        <enum>Qt::Vertical</enum>
 
99
       </property>
 
100
       <property name="sizeHint" stdset="0" >
 
101
        <size>
 
102
         <width>0</width>
 
103
         <height>0</height>
 
104
        </size>
 
105
       </property>
 
106
      </spacer>
 
107
     </item>
 
108
     <item>
 
109
      <widget class="KPushButton" name="btnFavorite" >
 
110
       <property name="sizePolicy" >
 
111
        <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
112
         <horstretch>0</horstretch>
 
113
         <verstretch>0</verstretch>
 
114
        </sizepolicy>
 
115
       </property>
 
116
       <property name="minimumSize" >
 
117
        <size>
 
118
         <width>30</width>
 
119
         <height>30</height>
 
120
        </size>
 
121
       </property>
 
122
       <property name="maximumSize" >
 
123
        <size>
 
124
         <width>30</width>
 
125
         <height>30</height>
 
126
        </size>
 
127
       </property>
 
128
       <property name="cursor" >
 
129
        <cursorShape>PointingHandCursor</cursorShape>
 
130
       </property>
 
131
       <property name="toolTip" >
 
132
        <string>Favorite</string>
 
133
       </property>
 
134
       <property name="checkable" >
 
135
        <bool>true</bool>
 
136
       </property>
 
137
       <property name="flat" >
 
138
        <bool>true</bool>
 
139
       </property>
 
140
      </widget>
 
141
     </item>
 
142
     <item>
 
143
      <widget class="KPushButton" name="btnReply" >
 
144
       <property name="sizePolicy" >
 
145
        <sizepolicy vsizetype="Fixed" hsizetype="Fixed" >
 
146
         <horstretch>0</horstretch>
 
147
         <verstretch>0</verstretch>
 
148
        </sizepolicy>
 
149
       </property>
 
150
       <property name="minimumSize" >
 
151
        <size>
 
152
         <width>30</width>
 
153
         <height>30</height>
 
154
        </size>
 
155
       </property>
 
156
       <property name="maximumSize" >
 
157
        <size>
 
158
         <width>30</width>
 
159
         <height>30</height>
 
160
        </size>
 
161
       </property>
 
162
       <property name="cursor" >
 
163
        <cursorShape>PointingHandCursor</cursorShape>
 
164
       </property>
 
165
       <property name="toolTip" >
 
166
        <string>Reply</string>
 
167
       </property>
 
168
       <property name="flat" >
 
169
        <bool>true</bool>
 
170
       </property>
 
171
      </widget>
 
172
     </item>
 
173
     <item>
 
174
      <widget class="KPushButton" name="btnRemove" >
 
175
       <property name="sizePolicy" >
 
176
        <sizepolicy vsizetype="Fixed" hsizetype="Maximum" >
 
177
         <horstretch>0</horstretch>
 
178
         <verstretch>0</verstretch>
 
179
        </sizepolicy>
 
180
       </property>
 
181
       <property name="minimumSize" >
 
182
        <size>
 
183
         <width>30</width>
 
184
         <height>30</height>
 
185
        </size>
 
186
       </property>
 
187
       <property name="maximumSize" >
 
188
        <size>
 
189
         <width>30</width>
 
190
         <height>30</height>
 
191
        </size>
 
192
       </property>
 
193
       <property name="cursor" >
 
194
        <cursorShape>PointingHandCursor</cursorShape>
 
195
       </property>
 
196
       <property name="toolTip" >
 
197
        <string>Remove</string>
 
198
       </property>
 
199
       <property name="flat" >
 
200
        <bool>true</bool>
 
201
       </property>
 
202
      </widget>
 
203
     </item>
 
204
     <item>
 
205
      <spacer name="verticalSpacer_2" >
 
206
       <property name="orientation" >
 
207
        <enum>Qt::Vertical</enum>
 
208
       </property>
 
209
       <property name="sizeHint" stdset="0" >
 
210
        <size>
 
211
         <width>0</width>
 
212
         <height>0</height>
 
213
        </size>
 
214
       </property>
 
215
      </spacer>
 
216
     </item>
 
217
    </layout>
 
218
   </item>
 
219
   <item row="1" column="0" colspan="3" >
 
220
    <widget class="KTextBrowser" name="lblSign" >
 
221
     <property name="minimumSize" >
 
222
      <size>
 
223
       <width>0</width>
 
224
       <height>15</height>
 
225
      </size>
 
226
     </property>
 
227
     <property name="maximumSize" >
 
228
      <size>
 
229
       <width>16777215</width>
 
230
       <height>15</height>
 
231
      </size>
 
232
     </property>
 
233
     <property name="font" >
 
234
      <font>
 
235
       <pointsize>8</pointsize>
 
236
      </font>
 
237
     </property>
 
238
     <property name="acceptDrops" >
 
239
      <bool>false</bool>
 
240
     </property>
 
241
     <property name="frameShape" >
 
242
      <enum>QFrame::NoFrame</enum>
 
243
     </property>
 
244
     <property name="verticalScrollBarPolicy" >
 
245
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
246
     </property>
 
247
     <property name="horizontalScrollBarPolicy" >
 
248
      <enum>Qt::ScrollBarAlwaysOff</enum>
 
249
     </property>
 
250
     <property name="openExternalLinks" >
 
251
      <bool>true</bool>
 
252
     </property>
 
253
    </widget>
 
254
   </item>
 
255
  </layout>
 
256
 </widget>
 
257
 <customwidgets>
 
258
  <customwidget>
 
259
   <class>KPushButton</class>
 
260
   <extends>QPushButton</extends>
 
261
   <header>kpushbutton.h</header>
 
262
  </customwidget>
 
263
  <customwidget>
 
264
   <class>KTextBrowser</class>
 
265
   <extends>QTextBrowser</extends>
 
266
   <header>ktextbrowser.h</header>
 
267
  </customwidget>
 
268
 </customwidgets>
 
269
 <resources/>
 
270
 <connections/>
 
271
</ui>