~ubuntu-branches/ubuntu/saucy/clementine/saucy

« back to all changes in this revision

Viewing changes to src/internet/lastfmstationdialog.ui

  • Committer: Package Import Robot
  • Author(s): Thomas PIERSON
  • Date: 2012-01-01 20:43:39 UTC
  • mfrom: (1.1.1)
  • Revision ID: package-import@ubuntu.com-20120101204339-lsb6nndwhfy05sde
Tags: 1.0.1+dfsg-1
New upstream release. (Closes: #653926, #651611, #657391)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
 
3
 <class>LastFMStationDialog</class>
 
4
 <widget class="QDialog" name="LastFMStationDialog">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>407</width>
 
10
    <height>126</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Play Artist or Tag</string>
 
15
  </property>
 
16
  <property name="windowIcon">
 
17
   <iconset resource="../../data/data.qrc">
 
18
    <normaloff>:/last.fm/as.png</normaloff>:/last.fm/as.png</iconset>
 
19
  </property>
 
20
  <layout class="QVBoxLayout" name="verticalLayout">
 
21
   <item>
 
22
    <widget class="QLabel" name="label">
 
23
     <property name="text">
 
24
      <string>Enter an &lt;b&gt;artist&lt;/b&gt; or &lt;b&gt;tag&lt;/b&gt; to start listening to Last.fm radio.</string>
 
25
     </property>
 
26
     <property name="wordWrap">
 
27
      <bool>true</bool>
 
28
     </property>
 
29
    </widget>
 
30
   </item>
 
31
   <item>
 
32
    <layout class="QHBoxLayout" name="horizontalLayout">
 
33
     <item>
 
34
      <widget class="QComboBox" name="type">
 
35
       <item>
 
36
        <property name="text">
 
37
         <string>Artist</string>
 
38
        </property>
 
39
       </item>
 
40
       <item>
 
41
        <property name="text">
 
42
         <string>Tag</string>
 
43
        </property>
 
44
       </item>
 
45
       <item>
 
46
        <property name="text">
 
47
         <string>Custom</string>
 
48
        </property>
 
49
       </item>
 
50
      </widget>
 
51
     </item>
 
52
     <item>
 
53
      <widget class="QLineEdit" name="content"/>
 
54
     </item>
 
55
    </layout>
 
56
   </item>
 
57
   <item>
 
58
    <spacer name="verticalSpacer">
 
59
     <property name="orientation">
 
60
      <enum>Qt::Vertical</enum>
 
61
     </property>
 
62
     <property name="sizeHint" stdset="0">
 
63
      <size>
 
64
       <width>20</width>
 
65
       <height>7</height>
 
66
      </size>
 
67
     </property>
 
68
    </spacer>
 
69
   </item>
 
70
   <item>
 
71
    <widget class="QDialogButtonBox" name="buttonBox">
 
72
     <property name="orientation">
 
73
      <enum>Qt::Horizontal</enum>
 
74
     </property>
 
75
     <property name="standardButtons">
 
76
      <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
 
77
     </property>
 
78
    </widget>
 
79
   </item>
 
80
  </layout>
 
81
 </widget>
 
82
 <resources>
 
83
  <include location="../../data/data.qrc"/>
 
84
 </resources>
 
85
 <connections>
 
86
  <connection>
 
87
   <sender>buttonBox</sender>
 
88
   <signal>accepted()</signal>
 
89
   <receiver>LastFMStationDialog</receiver>
 
90
   <slot>accept()</slot>
 
91
   <hints>
 
92
    <hint type="sourcelabel">
 
93
     <x>248</x>
 
94
     <y>254</y>
 
95
    </hint>
 
96
    <hint type="destinationlabel">
 
97
     <x>157</x>
 
98
     <y>274</y>
 
99
    </hint>
 
100
   </hints>
 
101
  </connection>
 
102
  <connection>
 
103
   <sender>buttonBox</sender>
 
104
   <signal>rejected()</signal>
 
105
   <receiver>LastFMStationDialog</receiver>
 
106
   <slot>reject()</slot>
 
107
   <hints>
 
108
    <hint type="sourcelabel">
 
109
     <x>316</x>
 
110
     <y>260</y>
 
111
    </hint>
 
112
    <hint type="destinationlabel">
 
113
     <x>286</x>
 
114
     <y>274</y>
 
115
    </hint>
 
116
   </hints>
 
117
  </connection>
 
118
 </connections>
 
119
</ui>