Start 'katia', more jacklib functions, some fixes
[klaudia.git] / src / ui / katia_audio.ui
blob8a47752a3ee0e4b9036cdb1b82dabc4410a3ded1
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>AudioW</class>
4 <widget class="QWidget" name="AudioW">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>645</width>
10 <height>401</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>Form</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout">
19 <item>
20 <widget class="QTreeWidget" name="treeWidget">
21 <property name="showDropIndicator" stdset="0">
22 <bool>false</bool>
23 </property>
24 <property name="alternatingRowColors">
25 <bool>true</bool>
26 </property>
27 <property name="sortingEnabled">
28 <bool>true</bool>
29 </property>
30 <property name="animated">
31 <bool>true</bool>
32 </property>
33 <column>
34 <property name="text">
35 <string>Audio Outputs</string>
36 </property>
37 <property name="textAlignment">
38 <set>AlignHCenter|AlignVCenter|AlignCenter</set>
39 </property>
40 </column>
41 </widget>
42 </item>
43 <item>
44 <widget class="QFrame" name="frame">
45 <property name="minimumSize">
46 <size>
47 <width>150</width>
48 <height>0</height>
49 </size>
50 </property>
51 <property name="frameShape">
52 <enum>QFrame::NoFrame</enum>
53 </property>
54 <property name="frameShadow">
55 <enum>QFrame::Raised</enum>
56 </property>
57 </widget>
58 </item>
59 <item>
60 <widget class="QTreeWidget" name="treeWidget_2">
61 <property name="showDropIndicator" stdset="0">
62 <bool>false</bool>
63 </property>
64 <property name="alternatingRowColors">
65 <bool>true</bool>
66 </property>
67 <property name="sortingEnabled">
68 <bool>true</bool>
69 </property>
70 <property name="animated">
71 <bool>true</bool>
72 </property>
73 <column>
74 <property name="text">
75 <string>Audio Inputs</string>
76 </property>
77 <property name="textAlignment">
78 <set>AlignHCenter|AlignVCenter|AlignCenter</set>
79 </property>
80 </column>
81 </widget>
82 </item>
83 </layout>
84 </item>
85 <item>
86 <layout class="QHBoxLayout" name="horizontalLayout_2">
87 <item>
88 <spacer name="horizontalSpacer_3">
89 <property name="orientation">
90 <enum>Qt::Horizontal</enum>
91 </property>
92 <property name="sizeHint" stdset="0">
93 <size>
94 <width>40</width>
95 <height>20</height>
96 </size>
97 </property>
98 </spacer>
99 </item>
100 <item>
101 <widget class="KPushButton" name="b_connect">
102 <property name="text">
103 <string>&amp;Connect</string>
104 </property>
105 </widget>
106 </item>
107 <item>
108 <widget class="KPushButton" name="b_disconnect">
109 <property name="text">
110 <string>&amp;Disconnect</string>
111 </property>
112 </widget>
113 </item>
114 <item>
115 <widget class="KPushButton" name="b_disconnect_all">
116 <property name="text">
117 <string>Disconnect &amp;All</string>
118 </property>
119 </widget>
120 </item>
121 <item>
122 <spacer name="horizontalSpacer">
123 <property name="orientation">
124 <enum>Qt::Horizontal</enum>
125 </property>
126 <property name="sizeHint" stdset="0">
127 <size>
128 <width>40</width>
129 <height>20</height>
130 </size>
131 </property>
132 </spacer>
133 </item>
134 <item>
135 <widget class="KPushButton" name="b_refresh">
136 <property name="text">
137 <string>&amp;Refresh</string>
138 </property>
139 </widget>
140 </item>
141 <item>
142 <spacer name="horizontalSpacer_2">
143 <property name="orientation">
144 <enum>Qt::Horizontal</enum>
145 </property>
146 <property name="sizeHint" stdset="0">
147 <size>
148 <width>40</width>
149 <height>20</height>
150 </size>
151 </property>
152 </spacer>
153 </item>
154 </layout>
155 </item>
156 </layout>
157 </widget>
158 <customwidgets>
159 <customwidget>
160 <class>KPushButton</class>
161 <extends>QPushButton</extends>
162 <header>kpushbutton.h</header>
163 </customwidget>
164 </customwidgets>
165 <resources/>
166 <connections/>
167 </ui>