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

« back to all changes in this revision

Viewing changes to src/radio/icecastfilterwidget.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>IcecastFilterWidget</class>
4
 
 <widget class="QWidget" name="IcecastFilterWidget">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>513</width>
10
 
    <height>27</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Form</string>
15
 
  </property>
16
 
  <layout class="QHBoxLayout" name="horizontalLayout">
17
 
   <property name="spacing">
18
 
    <number>0</number>
19
 
   </property>
20
 
   <property name="margin">
21
 
    <number>0</number>
22
 
   </property>
23
 
   <item>
24
 
    <widget class="LineEdit" name="filter">
25
 
     <property name="hint" stdset="0">
26
 
      <string>Search Icecast stations</string>
27
 
     </property>
28
 
    </widget>
29
 
   </item>
30
 
   <item>
31
 
    <widget class="QToolButton" name="options">
32
 
     <property name="iconSize">
33
 
      <size>
34
 
       <width>16</width>
35
 
       <height>16</height>
36
 
      </size>
37
 
     </property>
38
 
     <property name="popupMode">
39
 
      <enum>QToolButton::InstantPopup</enum>
40
 
     </property>
41
 
     <property name="autoRaise">
42
 
      <bool>true</bool>
43
 
     </property>
44
 
    </widget>
45
 
   </item>
46
 
  </layout>
47
 
  <action name="action_sort_genre_alphabetically">
48
 
   <property name="checkable">
49
 
    <bool>true</bool>
50
 
   </property>
51
 
   <property name="text">
52
 
    <string>Sort by genre (alphabetically)</string>
53
 
   </property>
54
 
  </action>
55
 
  <action name="action_sort_genre_popularity">
56
 
   <property name="checkable">
57
 
    <bool>true</bool>
58
 
   </property>
59
 
   <property name="text">
60
 
    <string>Sort by genre (by popularity)</string>
61
 
   </property>
62
 
  </action>
63
 
  <action name="action_sort_station">
64
 
   <property name="checkable">
65
 
    <bool>true</bool>
66
 
   </property>
67
 
   <property name="text">
68
 
    <string>Sort by station name</string>
69
 
   </property>
70
 
  </action>
71
 
 </widget>
72
 
 <customwidgets>
73
 
  <customwidget>
74
 
   <class>LineEdit</class>
75
 
   <extends>QLineEdit</extends>
76
 
   <header>widgets/lineedit.h</header>
77
 
  </customwidget>
78
 
 </customwidgets>
79
 
 <resources/>
80
 
 <connections/>
81
 
</ui>