~ubuntu-branches/ubuntu/wily/smplayer/wily

« back to all changes in this revision

Viewing changes to src/eqslider.ui

  • Committer: Bazaar Package Importer
  • Author(s): Matvey Kozhev
  • Date: 2008-05-30 12:52:19 UTC
  • mto: (1.1.7 upstream) (3.1.1 lenny)
  • mto: This revision was merged to the branch mainline in revision 12.
  • Revision ID: james.westby@ubuntu.com-20080530125219-ky15vano4ps1ppnk
ImportĀ upstreamĀ versionĀ 0.6.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<ui version="4.0" >
 
2
 <class>EqSlider</class>
 
3
 <widget class="QWidget" name="EqSlider" >
 
4
  <property name="geometry" >
 
5
   <rect>
 
6
    <x>0</x>
 
7
    <y>0</y>
 
8
    <width>68</width>
 
9
    <height>289</height>
 
10
   </rect>
 
11
  </property>
 
12
  <property name="windowIcon" >
 
13
   <iconset/>
 
14
  </property>
 
15
  <layout class="QVBoxLayout" >
 
16
   <property name="margin" >
 
17
    <number>0</number>
 
18
   </property>
 
19
   <property name="spacing" >
 
20
    <number>0</number>
 
21
   </property>
 
22
   <item>
 
23
    <widget class="QLabel" name="_icon" >
 
24
     <property name="text" >
 
25
      <string>icon</string>
 
26
     </property>
 
27
     <property name="alignment" >
 
28
      <set>Qt::AlignCenter</set>
 
29
     </property>
 
30
     <property name="wordWrap" >
 
31
      <bool>false</bool>
 
32
     </property>
 
33
    </widget>
 
34
   </item>
 
35
   <item>
 
36
    <layout class="QHBoxLayout" >
 
37
     <property name="margin" >
 
38
      <number>0</number>
 
39
     </property>
 
40
     <property name="spacing" >
 
41
      <number>6</number>
 
42
     </property>
 
43
     <item>
 
44
      <widget class="VerticalText" native="1" name="_label" >
 
45
       <property name="sizePolicy" >
 
46
        <sizepolicy>
 
47
         <hsizetype>1</hsizetype>
 
48
         <vsizetype>1</vsizetype>
 
49
         <horstretch>0</horstretch>
 
50
         <verstretch>0</verstretch>
 
51
        </sizepolicy>
 
52
       </property>
 
53
      </widget>
 
54
     </item>
 
55
     <item>
 
56
      <widget class="QSlider" name="_slider" >
 
57
       <property name="minimum" >
 
58
        <number>-100</number>
 
59
       </property>
 
60
       <property name="maximum" >
 
61
        <number>100</number>
 
62
       </property>
 
63
       <property name="orientation" >
 
64
        <enum>Qt::Vertical</enum>
 
65
       </property>
 
66
      </widget>
 
67
     </item>
 
68
    </layout>
 
69
   </item>
 
70
   <item>
 
71
    <widget class="QLabel" name="value_label" >
 
72
     <property name="sizePolicy" >
 
73
      <sizepolicy>
 
74
       <hsizetype>1</hsizetype>
 
75
       <vsizetype>5</vsizetype>
 
76
       <horstretch>0</horstretch>
 
77
       <verstretch>0</verstretch>
 
78
      </sizepolicy>
 
79
     </property>
 
80
     <property name="frameShape" >
 
81
      <enum>QFrame::Box</enum>
 
82
     </property>
 
83
     <property name="frameShadow" >
 
84
      <enum>QFrame::Sunken</enum>
 
85
     </property>
 
86
     <property name="text" >
 
87
      <string/>
 
88
     </property>
 
89
     <property name="alignment" >
 
90
      <set>Qt::AlignCenter</set>
 
91
     </property>
 
92
    </widget>
 
93
   </item>
 
94
  </layout>
 
95
 </widget>
 
96
 <layoutdefault spacing="0" margin="0" />
 
97
 <customwidgets>
 
98
  <customwidget>
 
99
   <class>VerticalText</class>
 
100
   <extends>QWidget</extends>
 
101
   <header>verticaltext.h</header>
 
102
  </customwidget>
 
103
 </customwidgets>
 
104
 <includes>
 
105
  <include location="local" >verticaltext.h</include>
 
106
 </includes>
 
107
 <resources/>
 
108
 <connections>
 
109
  <connection>
 
110
   <sender>_slider</sender>
 
111
   <signal>valueChanged(int)</signal>
 
112
   <receiver>value_label</receiver>
 
113
   <slot>setNum(int)</slot>
 
114
   <hints>
 
115
    <hint type="sourcelabel" >
 
116
     <x>64</x>
 
117
     <y>156</y>
 
118
    </hint>
 
119
    <hint type="destinationlabel" >
 
120
     <x>36</x>
 
121
     <y>305</y>
 
122
    </hint>
 
123
   </hints>
 
124
  </connection>
 
125
 </connections>
 
126
</ui>