~ubuntu-branches/ubuntu/trusty/tomahawk/trusty-proposed

« back to all changes in this revision

Viewing changes to src/libtomahawk/widgets/infowidgets/SourceInfoWidget.ui

  • Committer: Package Import Robot
  • Author(s): Harald Sitter
  • Date: 2013-03-07 21:50:13 UTC
  • Revision ID: package-import@ubuntu.com-20130307215013-6gdjkdds7i9uenvs
Tags: upstream-0.6.0+dfsg
ImportĀ upstreamĀ versionĀ 0.6.0+dfsg

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>SourceInfoWidget</class>
 
4
 <widget class="QWidget" name="SourceInfoWidget">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>831</width>
 
10
    <height>460</height>
 
11
   </rect>
 
12
  </property>
 
13
  <layout class="QVBoxLayout" name="verticalLayout_4">
 
14
   <property name="margin">
 
15
    <number>0</number>
 
16
   </property>
 
17
   <item>
 
18
    <widget class="QSplitter" name="splitter">
 
19
     <property name="orientation">
 
20
      <enum>Qt::Vertical</enum>
 
21
     </property>
 
22
     <property name="handleWidth">
 
23
      <number>1</number>
 
24
     </property>
 
25
     <widget class="QWidget" name="">
 
26
      <layout class="QVBoxLayout" name="verticalLayout">
 
27
       <item>
 
28
        <widget class="HeaderLabel" name="label_2">
 
29
         <property name="text">
 
30
          <string>Recent Albums</string>
 
31
         </property>
 
32
        </widget>
 
33
       </item>
 
34
       <item>
 
35
        <widget class="GridView" name="recentAlbumView">
 
36
         <property name="sizePolicy">
 
37
          <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
 
38
           <horstretch>0</horstretch>
 
39
           <verstretch>0</verstretch>
 
40
          </sizepolicy>
 
41
         </property>
 
42
         <property name="minimumSize">
 
43
          <size>
 
44
           <width>0</width>
 
45
           <height>192</height>
 
46
          </size>
 
47
         </property>
 
48
         <property name="maximumSize">
 
49
          <size>
 
50
           <width>16777215</width>
 
51
           <height>16777215</height>
 
52
          </size>
 
53
         </property>
 
54
         <property name="dragEnabled">
 
55
          <bool>true</bool>
 
56
         </property>
 
57
         <property name="dragDropMode">
 
58
          <enum>QAbstractItemView::DragDrop</enum>
 
59
         </property>
 
60
         <property name="selectionMode">
 
61
          <enum>QAbstractItemView::ExtendedSelection</enum>
 
62
         </property>
 
63
        </widget>
 
64
       </item>
 
65
      </layout>
 
66
     </widget>
 
67
     <widget class="QWidget" name="">
 
68
      <layout class="QHBoxLayout" name="horizontalLayout">
 
69
       <item>
 
70
        <layout class="QVBoxLayout" name="verticalLayout_3">
 
71
         <item>
 
72
          <widget class="HeaderLabel" name="label">
 
73
           <property name="text">
 
74
            <string>Latest Additions</string>
 
75
           </property>
 
76
          </widget>
 
77
         </item>
 
78
         <item>
 
79
          <widget class="TrackView" name="recentCollectionView"/>
 
80
         </item>
 
81
        </layout>
 
82
       </item>
 
83
       <item>
 
84
        <layout class="QVBoxLayout" name="verticalLayout_2">
 
85
         <item>
 
86
          <widget class="HeaderLabel" name="label_3">
 
87
           <property name="text">
 
88
            <string>Recently Played Tracks</string>
 
89
           </property>
 
90
          </widget>
 
91
         </item>
 
92
         <item>
 
93
          <widget class="PlaylistView" name="historyView"/>
 
94
         </item>
 
95
        </layout>
 
96
       </item>
 
97
      </layout>
 
98
     </widget>
 
99
    </widget>
 
100
   </item>
 
101
  </layout>
 
102
 </widget>
 
103
 <customwidgets>
 
104
  <customwidget>
 
105
   <class>HeaderLabel</class>
 
106
   <extends>QLabel</extends>
 
107
   <header location="global">widgets/HeaderLabel.h</header>
 
108
  </customwidget>
 
109
  <customwidget>
 
110
   <class>GridView</class>
 
111
   <extends>QListView</extends>
 
112
   <header>playlist/GridView.h</header>
 
113
  </customwidget>
 
114
  <customwidget>
 
115
   <class>PlaylistView</class>
 
116
   <extends>QTreeView</extends>
 
117
   <header>playlist/PlaylistView.h</header>
 
118
  </customwidget>
 
119
  <customwidget>
 
120
   <class>TrackView</class>
 
121
   <extends>QTreeView</extends>
 
122
   <header>playlist/TrackView.h</header>
 
123
  </customwidget>
 
124
 </customwidgets>
 
125
 <resources/>
 
126
 <connections/>
 
127
</ui>