Distribute pyjack with freewheel-related functionality
[jack_freewheel_button.git] / pyjack-0.5.2 / demos / qtransport_gui.ui
blob1523bbd9d72e5a87caade20a385c935c39c95af5
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>Dialog</class>
4 <widget class="QDialog" name="Dialog">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>376</width>
10 <height>115</height>
11 </rect>
12 </property>
13 <property name="windowTitle">
14 <string>QTransport Example</string>
15 </property>
16 <layout class="QVBoxLayout" name="verticalLayout">
17 <item>
18 <layout class="QHBoxLayout" name="horizontalLayout_2">
19 <item>
20 <widget class="QLabel" name="label">
21 <property name="text">
22 <string>Transport Frame:</string>
23 </property>
24 <property name="alignment">
25 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
26 </property>
27 </widget>
28 </item>
29 <item>
30 <widget class="QLabel" name="l_frame">
31 <property name="text">
32 <string>00000000</string>
33 </property>
34 </widget>
35 </item>
36 </layout>
37 </item>
38 <item>
39 <layout class="QHBoxLayout" name="horizontalLayout_3">
40 <item>
41 <widget class="QLabel" name="label_2">
42 <property name="text">
43 <string>Transport Time:</string>
44 </property>
45 <property name="alignment">
46 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
47 </property>
48 </widget>
49 </item>
50 <item>
51 <widget class="QLabel" name="l_time">
52 <property name="text">
53 <string>0:00:00</string>
54 </property>
55 </widget>
56 </item>
57 </layout>
58 </item>
59 <item>
60 <layout class="QHBoxLayout" name="horizontalLayout_4">
61 <item>
62 <widget class="QLabel" name="label_3">
63 <property name="text">
64 <string>Transport State:</string>
65 </property>
66 <property name="alignment">
67 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
68 </property>
69 </widget>
70 </item>
71 <item>
72 <widget class="QLabel" name="l_state">
73 <property name="text">
74 <string>Unkown</string>
75 </property>
76 </widget>
77 </item>
78 </layout>
79 </item>
80 <item>
81 <layout class="QHBoxLayout" name="horizontalLayout">
82 <item>
83 <spacer name="horizontalSpacer_2">
84 <property name="orientation">
85 <enum>Qt::Horizontal</enum>
86 </property>
87 <property name="sizeHint" stdset="0">
88 <size>
89 <width>40</width>
90 <height>20</height>
91 </size>
92 </property>
93 </spacer>
94 </item>
95 <item>
96 <widget class="QPushButton" name="b_back">
97 <property name="text">
98 <string>&lt;&lt;</string>
99 </property>
100 <property name="autoRepeat">
101 <bool>true</bool>
102 </property>
103 </widget>
104 </item>
105 <item>
106 <widget class="QPushButton" name="b_play">
107 <property name="text">
108 <string>|&gt;</string>
109 </property>
110 <property name="checkable">
111 <bool>true</bool>
112 </property>
113 </widget>
114 </item>
115 <item>
116 <widget class="QPushButton" name="b_stop">
117 <property name="text">
118 <string>[]</string>
119 </property>
120 </widget>
121 </item>
122 <item>
123 <widget class="QPushButton" name="b_forward">
124 <property name="text">
125 <string>&gt;&gt;</string>
126 </property>
127 <property name="autoRepeat">
128 <bool>true</bool>
129 </property>
130 </widget>
131 </item>
132 <item>
133 <spacer name="horizontalSpacer">
134 <property name="orientation">
135 <enum>Qt::Horizontal</enum>
136 </property>
137 <property name="sizeHint" stdset="0">
138 <size>
139 <width>40</width>
140 <height>20</height>
141 </size>
142 </property>
143 </spacer>
144 </item>
145 </layout>
146 </item>
147 </layout>
148 </widget>
149 <resources/>
150 <connections/>
151 </ui>