|
|
|
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
|
|
|
|
<class>Voice_input_widget_ui</class>
|
|
|
|
<widget class="TQWidget">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>Form1</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>486</width>
|
|
|
|
<height>51</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<hbox>
|
|
|
|
<property name="name">
|
|
|
|
<cstring>unnamed</cstring>
|
|
|
|
</property>
|
|
|
|
<widget class="TQLabel">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>label</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy>
|
|
|
|
<hsizetype>7</hsizetype>
|
|
|
|
<vsizetype>5</vsizetype>
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<width>150</width>
|
|
|
|
<height>0</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string></string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="KPushButton">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>buttonPlay</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Play</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="KPushButton">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>buttonRecord</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Record</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="KPushButton">
|
|
|
|
<property name="name">
|
|
|
|
<cstring>buttonStop</cstring>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Stop</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</hbox>
|
|
|
|
</widget>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonRecord</sender>
|
|
|
|
<signal>pressed()</signal>
|
|
|
|
<receiver>Form1</receiver>
|
|
|
|
<slot>slotRecordPressed()</slot>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonStop</sender>
|
|
|
|
<signal>pressed()</signal>
|
|
|
|
<receiver>Form1</receiver>
|
|
|
|
<slot>slotStopPressed()</slot>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonStop</sender>
|
|
|
|
<signal><No Signal></signal>
|
|
|
|
<receiver>buttonStop</receiver>
|
|
|
|
<slot><No)</slot>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonPlay</sender>
|
|
|
|
<signal>pressed()</signal>
|
|
|
|
<receiver>Form1</receiver>
|
|
|
|
<slot>slotPlayPressed()</slot>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
<Q_SLOTS>
|
|
|
|
<slot access="protected" specifier="pure virtual">slotRecordPressed()</slot>
|
|
|
|
<slot access="protected" specifier="pure virtual">slotPlayPressed()</slot>
|
|
|
|
<slot access="protected" specifier="pure virtual">slotStopPressed()</slot>
|
|
|
|
</Q_SLOTS>
|
|
|
|
<layoutdefaults spacing="6" margin="11"/>
|
|
|
|
<includes>
|
|
|
|
<include location="global" impldecl="in implementation">kpushbutton.h</include>
|
|
|
|
</includes>
|
|
|
|
</UI>
|