1<?xml version="1.0" encoding="UTF-8"?>
2<ui version="4.0">
3 <class>CIqTool</class>
4 <widget class="QDialog" name="CIqTool">
5  <property name="geometry">
6   <rect>
7    <x>0</x>
8    <y>0</y>
9    <width>482</width>
10    <height>327</height>
11   </rect>
12  </property>
13  <property name="sizePolicy">
14   <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
15    <horstretch>0</horstretch>
16    <verstretch>0</verstretch>
17   </sizepolicy>
18  </property>
19  <property name="minimumSize">
20   <size>
21    <width>0</width>
22    <height>32</height>
23   </size>
24  </property>
25  <property name="windowTitle">
26   <string>I/Q recording and replay tool</string>
27  </property>
28  <property name="windowIcon">
29   <iconset resource="../../resources/icons.qrc">
30    <normaloff>:/icons/icons/signal.svg</normaloff>:/icons/icons/signal.svg</iconset>
31  </property>
32  <layout class="QVBoxLayout" name="verticalLayout">
33   <item>
34    <layout class="QHBoxLayout" name="horizontalLayout">
35     <item>
36      <widget class="QLabel" name="recDirLabel">
37       <property name="text">
38        <string>Location:</string>
39       </property>
40      </widget>
41     </item>
42     <item>
43      <widget class="QLineEdit" name="recDirEdit">
44       <property name="enabled">
45        <bool>true</bool>
46       </property>
47       <property name="toolTip">
48        <string>Enter a different location or use the select button</string>
49       </property>
50      </widget>
51     </item>
52     <item>
53      <widget class="QPushButton" name="recDirButton">
54       <property name="enabled">
55        <bool>true</bool>
56       </property>
57       <property name="sizePolicy">
58        <sizepolicy hsizetype="Minimum" vsizetype="Fixed">
59         <horstretch>0</horstretch>
60         <verstretch>0</verstretch>
61        </sizepolicy>
62       </property>
63       <property name="toolTip">
64        <string>Select a different location</string>
65       </property>
66       <property name="text">
67        <string>Select</string>
68       </property>
69       <property name="autoDefault">
70        <bool>false</bool>
71       </property>
72      </widget>
73     </item>
74    </layout>
75   </item>
76   <item>
77    <widget class="QListWidget" name="listWidget">
78     <property name="alternatingRowColors">
79      <bool>true</bool>
80     </property>
81     <property name="uniformItemSizes">
82      <bool>true</bool>
83     </property>
84    </widget>
85   </item>
86   <item>
87    <layout class="QHBoxLayout" name="horizontalLayout_2">
88     <item>
89      <widget class="QPushButton" name="recButton">
90       <property name="enabled">
91        <bool>true</bool>
92       </property>
93       <property name="minimumSize">
94        <size>
95         <width>32</width>
96         <height>32</height>
97        </size>
98       </property>
99       <property name="maximumSize">
100        <size>
101         <width>16777215</width>
102         <height>16777215</height>
103        </size>
104       </property>
105       <property name="toolTip">
106        <string>Record I/Q samples to new file</string>
107       </property>
108       <property name="text">
109        <string>&amp;Rec</string>
110       </property>
111       <property name="icon">
112        <iconset resource="../../resources/icons.qrc">
113         <normaloff>:/icons/icons/record.svg</normaloff>:/icons/icons/record.svg</iconset>
114       </property>
115       <property name="checkable">
116        <bool>true</bool>
117       </property>
118       <property name="autoDefault">
119        <bool>false</bool>
120       </property>
121      </widget>
122     </item>
123     <item>
124      <widget class="QPushButton" name="playButton">
125       <property name="minimumSize">
126        <size>
127         <width>32</width>
128         <height>32</height>
129        </size>
130       </property>
131       <property name="maximumSize">
132        <size>
133         <width>16777215</width>
134         <height>16777215</height>
135        </size>
136       </property>
137       <property name="toolTip">
138        <string>Start playing selected file</string>
139       </property>
140       <property name="text">
141        <string>&amp;Play</string>
142       </property>
143       <property name="icon">
144        <iconset resource="../../resources/icons.qrc">
145         <normaloff>:/icons/icons/play.svg</normaloff>:/icons/icons/play.svg</iconset>
146       </property>
147       <property name="checkable">
148        <bool>true</bool>
149       </property>
150       <property name="autoDefault">
151        <bool>false</bool>
152       </property>
153      </widget>
154     </item>
155     <item>
156      <spacer name="horizontalSpacer">
157       <property name="orientation">
158        <enum>Qt::Horizontal</enum>
159       </property>
160       <property name="sizeHint" stdset="0">
161        <size>
162         <width>40</width>
163         <height>20</height>
164        </size>
165       </property>
166      </spacer>
167     </item>
168     <item>
169      <widget class="QLabel" name="timeLabel">
170       <property name="text">
171        <string>00:00:00 / 00:00:00</string>
172       </property>
173       <property name="alignment">
174        <set>Qt::AlignCenter</set>
175       </property>
176      </widget>
177     </item>
178     <item>
179      <spacer name="horizontalSpacer_2">
180       <property name="orientation">
181        <enum>Qt::Horizontal</enum>
182       </property>
183       <property name="sizeHint" stdset="0">
184        <size>
185         <width>40</width>
186         <height>20</height>
187        </size>
188       </property>
189      </spacer>
190     </item>
191    </layout>
192   </item>
193   <item>
194    <widget class="QSlider" name="slider">
195     <property name="toolTip">
196      <string>Seek forward and backward in I/Q file</string>
197     </property>
198     <property name="maximum">
199      <number>600</number>
200     </property>
201     <property name="singleStep">
202      <number>10</number>
203     </property>
204     <property name="pageStep">
205      <number>60</number>
206     </property>
207     <property name="orientation">
208      <enum>Qt::Horizontal</enum>
209     </property>
210    </widget>
211   </item>
212   <item>
213    <widget class="QFrame" name="frame">
214     <property name="minimumSize">
215      <size>
216       <width>0</width>
217       <height>50</height>
218      </size>
219     </property>
220     <property name="frameShape">
221      <enum>QFrame::Box</enum>
222     </property>
223     <property name="frameShadow">
224      <enum>QFrame::Sunken</enum>
225     </property>
226    </widget>
227   </item>
228  </layout>
229 </widget>
230 <resources>
231  <include location="../../resources/icons.qrc"/>
232 </resources>
233 <connections/>
234</ui>
235