~ubuntu-branches/ubuntu/lucid/lastfm/lucid

« back to all changes in this revision

Viewing changes to src/MetaDataWidgetTuningIn.ui

  • Committer: Bazaar Package Importer
  • Author(s): Pedro Fragoso
  • Date: 2007-12-31 09:49:54 UTC
  • mfrom: (1.1.5 upstream)
  • Revision ID: james.westby@ubuntu.com-20071231094954-ix1amvcsj9pk61ya
Tags: 1:1.4.1.57486.dfsg-1ubuntu1
* Merge from Debian unstable (LP: #180254), remaining changes:
  - debian/rules;
    - Added dh_icons
  - Modify Maintainer value to match Debian-Maintainer-Field Spec

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>NotPlayingWidget</class>
 
3
 <widget class="QWidget" name="NotPlayingWidget" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>373</width>
 
9
    <height>263</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowTitle" >
 
13
   <string>Form</string>
 
14
  </property>
 
15
  <property name="autoFillBackground" >
 
16
   <bool>true</bool>
 
17
  </property>
 
18
  <layout class="QVBoxLayout" >
 
19
   <item>
 
20
    <spacer>
 
21
     <property name="orientation" >
 
22
      <enum>Qt::Vertical</enum>
 
23
     </property>
 
24
     <property name="sizeType" >
 
25
      <enum>QSizePolicy::Fixed</enum>
 
26
     </property>
 
27
     <property name="sizeHint" >
 
28
      <size>
 
29
       <width>20</width>
 
30
       <height>60</height>
 
31
      </size>
 
32
     </property>
 
33
    </spacer>
 
34
   </item>
 
35
   <item>
 
36
    <widget class="QLabel" name="logoLabel" >
 
37
     <property name="text" >
 
38
      <string>P</string>
 
39
     </property>
 
40
     <property name="alignment" >
 
41
      <set>Qt::AlignHCenter|Qt::AlignTop</set>
 
42
     </property>
 
43
    </widget>
 
44
   </item>
 
45
   <item>
 
46
    <layout class="QHBoxLayout" >
 
47
     <item>
 
48
      <spacer>
 
49
       <property name="orientation" >
 
50
        <enum>Qt::Horizontal</enum>
 
51
       </property>
 
52
       <property name="sizeHint" >
 
53
        <size>
 
54
         <width>40</width>
 
55
         <height>8</height>
 
56
        </size>
 
57
       </property>
 
58
      </spacer>
 
59
     </item>
 
60
     <item>
 
61
      <widget class="SpinnerLabel" name="spinnerLabel" >
 
62
       <property name="sizePolicy" >
 
63
        <sizepolicy vsizetype="Preferred" hsizetype="Preferred" >
 
64
         <horstretch>0</horstretch>
 
65
         <verstretch>0</verstretch>
 
66
        </sizepolicy>
 
67
       </property>
 
68
       <property name="minimumSize" >
 
69
        <size>
 
70
         <width>16</width>
 
71
         <height>16</height>
 
72
        </size>
 
73
       </property>
 
74
       <property name="maximumSize" >
 
75
        <size>
 
76
         <width>16</width>
 
77
         <height>16</height>
 
78
        </size>
 
79
       </property>
 
80
       <property name="text" >
 
81
        <string/>
 
82
       </property>
 
83
       <property name="alignment" >
 
84
        <set>Qt::AlignCenter</set>
 
85
       </property>
 
86
      </widget>
 
87
     </item>
 
88
     <item>
 
89
      <widget class="QLabel" name="messageLabel" >
 
90
       <property name="text" >
 
91
        <string>TextLabel</string>
 
92
       </property>
 
93
       <property name="alignment" >
 
94
        <set>Qt::AlignCenter</set>
 
95
       </property>
 
96
       <property name="wordWrap" >
 
97
        <bool>false</bool>
 
98
       </property>
 
99
      </widget>
 
100
     </item>
 
101
     <item>
 
102
      <spacer>
 
103
       <property name="orientation" >
 
104
        <enum>Qt::Horizontal</enum>
 
105
       </property>
 
106
       <property name="sizeHint" >
 
107
        <size>
 
108
         <width>40</width>
 
109
         <height>8</height>
 
110
        </size>
 
111
       </property>
 
112
      </spacer>
 
113
     </item>
 
114
    </layout>
 
115
   </item>
 
116
   <item>
 
117
    <spacer>
 
118
     <property name="orientation" >
 
119
      <enum>Qt::Vertical</enum>
 
120
     </property>
 
121
     <property name="sizeHint" >
 
122
      <size>
 
123
       <width>20</width>
 
124
       <height>40</height>
 
125
      </size>
 
126
     </property>
 
127
    </spacer>
 
128
   </item>
 
129
  </layout>
 
130
 </widget>
 
131
 <customwidgets>
 
132
  <customwidget>
 
133
   <class>SpinnerLabel</class>
 
134
   <extends>QLabel</extends>
 
135
   <header>SpinnerLabel.h</header>
 
136
  </customwidget>
 
137
 </customwidgets>
 
138
 <resources/>
 
139
 <connections/>
 
140
</ui>