9
4
Fork 1
Du kannst nicht mehr als 25 Themen auswählen Themen müssen entweder mit einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.
tdebase/khotkeys/kcontrol/ui/voice_input_widget_ui.ui

103 Zeilen
3.1 KiB

<!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>&amp;Play</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>buttonRecord</cstring>
</property>
<property name="text">
<string>&amp;Record</string>
</property>
</widget>
<widget class="KPushButton">
<property name="name">
<cstring>buttonStop</cstring>
</property>
<property name="text">
<string>&amp;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>&lt;No Signal&gt;</signal>
<receiver>buttonStop</receiver>
<slot>&lt;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>