diff options
Diffstat (limited to 'khotkeys/kcontrol/ui/voice_input_widget_ui.ui')
-rw-r--r-- | khotkeys/kcontrol/ui/voice_input_widget_ui.ui | 104 |
1 files changed, 104 insertions, 0 deletions
diff --git a/khotkeys/kcontrol/ui/voice_input_widget_ui.ui b/khotkeys/kcontrol/ui/voice_input_widget_ui.ui new file mode 100644 index 000000000..007610fca --- /dev/null +++ b/khotkeys/kcontrol/ui/voice_input_widget_ui.ui @@ -0,0 +1,104 @@ +<!DOCTYPE UI><UI version="3.3" stdsetdef="1"> +<class>Voice_input_widget_ui</class> +<widget class="QWidget"> + <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="QLabel"> + <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> +<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> +</slots> +<layoutdefaults spacing="6" margin="11"/> +<includehints> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> + <includehint>kpushbutton.h</includehint> +</includehints> +</UI> |