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

« back to all changes in this revision

Viewing changes to src/TomahawkWindow.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>TomahawkWindow</class>
 
4
 <widget class="QMainWindow" name="TomahawkWindow">
 
5
  <property name="geometry">
 
6
   <rect>
 
7
    <x>0</x>
 
8
    <y>0</y>
 
9
    <width>1000</width>
 
10
    <height>660</height>
 
11
   </rect>
 
12
  </property>
 
13
  <property name="windowTitle">
 
14
   <string>Tomahawk</string>
 
15
  </property>
 
16
  <widget class="QWidget" name="centralWidget">
 
17
   <layout class="QVBoxLayout" name="verticalLayout">
 
18
    <item>
 
19
     <widget class="QFrame" name="hline1">
 
20
      <property name="maximumSize">
 
21
       <size>
 
22
        <width>16777215</width>
 
23
        <height>1</height>
 
24
       </size>
 
25
      </property>
 
26
      <property name="frameShape">
 
27
       <enum>QFrame::HLine</enum>
 
28
      </property>
 
29
      <property name="frameShadow">
 
30
       <enum>QFrame::Raised</enum>
 
31
      </property>
 
32
     </widget>
 
33
    </item>
 
34
    <item>
 
35
     <widget class="QSplitter" name="splitter">
 
36
      <property name="orientation">
 
37
       <enum>Qt::Horizontal</enum>
 
38
      </property>
 
39
      <property name="handleWidth">
 
40
       <number>1</number>
 
41
      </property>
 
42
      <widget class="QWidget" name="sidebarWidget" native="true"/>
 
43
      <widget class="QWidget" name="playlistWidget" native="true"/>
 
44
     </widget>
 
45
    </item>
 
46
    <item>
 
47
     <widget class="QFrame" name="hline2">
 
48
      <property name="maximumSize">
 
49
       <size>
 
50
        <width>16777215</width>
 
51
        <height>1</height>
 
52
       </size>
 
53
      </property>
 
54
      <property name="frameShape">
 
55
       <enum>QFrame::HLine</enum>
 
56
      </property>
 
57
      <property name="frameShadow">
 
58
       <enum>QFrame::Raised</enum>
 
59
      </property>
 
60
     </widget>
 
61
    </item>
 
62
   </layout>
 
63
  </widget>
 
64
  <widget class="QStatusBar" name="statusBar"/>
 
65
 </widget>
 
66
 <layoutdefault spacing="6" margin="11"/>
 
67
 <resources/>
 
68
 <connections/>
 
69
 <slots>
 
70
  <slot>on_btnResolve_clicked()</slot>
 
71
 </slots>
 
72
</ui>