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