Warning, /accessibility/kmouth/texttospeechconfigurationui.ui is written in an unsupported language. File is not indexed.
0001 <?xml version="1.0" encoding="UTF-8"?> 0002 <ui version="4.0"> 0003 <class>texttospeechconfigurationui</class> 0004 <widget class="QWidget" name="texttospeechconfigurationui"> 0005 <property name="geometry"> 0006 <rect> 0007 <x>0</x> 0008 <y>0</y> 0009 <width>466</width> 0010 <height>222</height> 0011 </rect> 0012 </property> 0013 <property name="windowTitle"> 0014 <string>Text-to-Speech</string> 0015 </property> 0016 <layout class="QGridLayout" name="gridLayout"> 0017 <property name="leftMargin"> 0018 <number>11</number> 0019 </property> 0020 <property name="topMargin"> 0021 <number>11</number> 0022 </property> 0023 <property name="rightMargin"> 0024 <number>11</number> 0025 </property> 0026 <property name="bottomMargin"> 0027 <number>11</number> 0028 </property> 0029 <item row="0" column="0" rowspan="4"> 0030 <widget class="QGroupBox" name="qtspeechGroupBox"> 0031 <property name="title"> 0032 <string>&Use default speech system</string> 0033 </property> 0034 <property name="checkable"> 0035 <bool>true</bool> 0036 </property> 0037 <layout class="QFormLayout" name="formLayout"> 0038 <item row="0" column="0"> 0039 <widget class="QLabel" name="label"> 0040 <property name="text"> 0041 <string>&Engine:</string> 0042 </property> 0043 <property name="buddy"> 0044 <cstring>engineComboBox</cstring> 0045 </property> 0046 </widget> 0047 </item> 0048 <item row="0" column="1"> 0049 <widget class="QComboBox" name="engineComboBox"> 0050 <property name="sizePolicy"> 0051 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0052 <horstretch>0</horstretch> 0053 <verstretch>0</verstretch> 0054 </sizepolicy> 0055 </property> 0056 </widget> 0057 </item> 0058 <item row="1" column="0"> 0059 <widget class="QLabel" name="label_2"> 0060 <property name="text"> 0061 <string>&Voice:</string> 0062 </property> 0063 <property name="buddy"> 0064 <cstring>voiceComboBox</cstring> 0065 </property> 0066 </widget> 0067 </item> 0068 <item row="1" column="1"> 0069 <widget class="QComboBox" name="voiceComboBox"> 0070 <property name="sizePolicy"> 0071 <sizepolicy hsizetype="Expanding" vsizetype="Fixed"> 0072 <horstretch>0</horstretch> 0073 <verstretch>0</verstretch> 0074 </sizepolicy> 0075 </property> 0076 </widget> 0077 </item> 0078 </layout> 0079 </widget> 0080 </item> 0081 <item row="0" column="1" rowspan="4"> 0082 <widget class="QGroupBox" name="alternativeGroupBox"> 0083 <property name="enabled"> 0084 <bool>false</bool> 0085 </property> 0086 <property name="title"> 0087 <string>Alternative</string> 0088 </property> 0089 <layout class="QVBoxLayout" name="verticalLayout"> 0090 <item> 0091 <layout class="QVBoxLayout"> 0092 <property name="spacing"> 0093 <number>6</number> 0094 </property> 0095 <property name="leftMargin"> 0096 <number>0</number> 0097 </property> 0098 <property name="topMargin"> 0099 <number>0</number> 0100 </property> 0101 <property name="rightMargin"> 0102 <number>0</number> 0103 </property> 0104 <property name="bottomMargin"> 0105 <number>0</number> 0106 </property> 0107 <item> 0108 <widget class="QLabel" name="urlLabel"> 0109 <property name="sizePolicy"> 0110 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0111 <horstretch>0</horstretch> 0112 <verstretch>0</verstretch> 0113 </sizepolicy> 0114 </property> 0115 <property name="whatsThis"> 0116 <string>This field specifies both the command used for speaking texts and its parameters. KMouth knows the following placeholders: 0117 %t -- the text that should be spoken 0118 %f -- the name of a file containing the text 0119 %l -- the language code 0120 %% -- a percent sign</string> 0121 </property> 0122 <property name="text"> 0123 <string>Command for speaking &texts:</string> 0124 </property> 0125 <property name="buddy"> 0126 <cstring>urlReq</cstring> 0127 </property> 0128 </widget> 0129 </item> 0130 <item> 0131 <widget class="KUrlRequester" name="urlReq" native="true"> 0132 <property name="sizePolicy"> 0133 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0134 <horstretch>0</horstretch> 0135 <verstretch>0</verstretch> 0136 </sizepolicy> 0137 </property> 0138 <property name="whatsThis"> 0139 <string>This field specifies both the command used for speaking texts and its parameters. KMouth knows the following placeholders: 0140 %t -- the text that should be spoken 0141 %f -- the name of a file containing the text 0142 %l -- the language code 0143 %% -- a percent sign</string> 0144 </property> 0145 </widget> 0146 </item> 0147 </layout> 0148 </item> 0149 <item> 0150 <widget class="QCheckBox" name="stdInButton"> 0151 <property name="whatsThis"> 0152 <string>This check box specifies whether the text is sent as standard input to the speech synthesizer.</string> 0153 </property> 0154 <property name="text"> 0155 <string>Send the data as standard &input</string> 0156 </property> 0157 </widget> 0158 </item> 0159 <item> 0160 <layout class="QVBoxLayout"> 0161 <property name="spacing"> 0162 <number>6</number> 0163 </property> 0164 <property name="leftMargin"> 0165 <number>0</number> 0166 </property> 0167 <property name="topMargin"> 0168 <number>0</number> 0169 </property> 0170 <property name="rightMargin"> 0171 <number>0</number> 0172 </property> 0173 <property name="bottomMargin"> 0174 <number>0</number> 0175 </property> 0176 <item> 0177 <widget class="QLabel" name="characterCodingLabel"> 0178 <property name="sizePolicy"> 0179 <sizepolicy hsizetype="Preferred" vsizetype="Fixed"> 0180 <horstretch>0</horstretch> 0181 <verstretch>0</verstretch> 0182 </sizepolicy> 0183 </property> 0184 <property name="whatsThis"> 0185 <string>This combo box specifies which character encoding is used for passing the text.</string> 0186 </property> 0187 <property name="text"> 0188 <string>Character encodin&g:</string> 0189 </property> 0190 <property name="buddy"> 0191 <cstring>characterCodingBox</cstring> 0192 </property> 0193 </widget> 0194 </item> 0195 <item> 0196 <widget class="KComboBox" name="characterCodingBox"> 0197 <property name="whatsThis"> 0198 <string>This combo box specifies which character encoding is used for passing the text.</string> 0199 </property> 0200 </widget> 0201 </item> 0202 </layout> 0203 </item> 0204 </layout> 0205 </widget> 0206 </item> 0207 </layout> 0208 </widget> 0209 <customwidgets> 0210 <customwidget> 0211 <class>KComboBox</class> 0212 <extends>QComboBox</extends> 0213 <header>kcombobox.h</header> 0214 </customwidget> 0215 <customwidget> 0216 <class>KUrlRequester</class> 0217 <extends>QWidget</extends> 0218 <header>kurlrequester.h</header> 0219 </customwidget> 0220 </customwidgets> 0221 <resources/> 0222 <connections/> 0223 </ui>