SVN_SILENT made messages (.desktop file)
[kdeaccessibility.git] / kttsd / kttsjobmgr / kttsjobmgr.ui
blob9ce73461ccdd3c411430d31efcc669a2af8e5960
1 <ui version="4.0" >
2  <class>kttsjobmgr</class>
3  <widget class="QWidget" name="kttsjobmgr" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>538</width>
9     <height>448</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>Jobs</string>
14   </property>
15   <layout class="QVBoxLayout" name="verticalLayout_2" >
16    <item>
17     <widget class="QSplitter" name="splitter" >
18      <property name="orientation" >
19       <enum>Qt::Vertical</enum>
20      </property>
21      <widget class="QTreeView" name="m_jobListView" >
22       <property name="whatsThis" >
23        <string>&lt;p>These are all the text jobs.  The &lt;b>State&lt;/b> column may be:
24         &lt;ul>
25         &lt;li>&lt;b>Queued&lt;/b> - the job is waiting and will not be spoken until its state is changed to &lt;b>Waiting&lt;/b> by clicking the &lt;b>Resume&lt;/b> or &lt;b>Restart&lt;/b> buttons.&lt;/li>
26         &lt;li>&lt;b>Waiting&lt;/b> - the job is ready to be spoken.  It will be spoken when the jobs preceding it in the list have finished.&lt;/li>
27         &lt;li>&lt;b>Speaking&lt;/b> - the job is speaking.  The &lt;b>Position&lt;/b> column shows the current sentence of the job being spoken.  You may pause a speaking job by clicking the &lt;b>Hold&lt;/b> button.&lt;/li>
28         &lt;li>&lt;b>Paused&lt;/b> - the job is currently paused.  Paused jobs prevent jobs below them from speaking.  Use the &lt;b>Resume&lt;/b> or &lt;b>Restart&lt;/b> buttons to resume speaking the job, or click &lt;b>Later&lt;/b> to move the job down in the list.&lt;/li>
29         &lt;li>&lt;b>Finished&lt;/b> - the job has finished speaking.  When a second job finishes, this one will be deleted.  You may click &lt;b>Restart&lt;/b> to repeat the job.&lt;/li>
30         &lt;/ul>
31         &lt;em>Note&lt;/em>: Messages, Warnings, and Screen Reader Output do not appear in this list.  See the Handbook for more information.
32         &lt;/p></string>
33       </property>
34       <property name="rootIsDecorated" >
35        <bool>false</bool>
36       </property>
37      </widget>
38      <widget class="QWidget" name="layoutWidget" >
39       <layout class="QVBoxLayout" name="verticalLayout" >
40        <item>
41         <layout class="QHBoxLayout" name="horizontalLayout" >
42          <item>
43           <widget class="KPushButton" name="job_hold" >
44            <property name="whatsThis" >
45             <string>&lt;p>Changes a job to Paused state.  If currently speaking, the job stops speaking. Paused jobs prevent jobs that follow them from speaking, so either click &lt;b>Resume&lt;/b> to make the job speakable, or click &lt;b>Later&lt;/b> to move it down in the list.&lt;/p></string>
46            </property>
47            <property name="text" >
48             <string>Hold</string>
49            </property>
50           </widget>
51          </item>
52          <item>
53           <widget class="KPushButton" name="job_resume" >
54            <property name="whatsThis" >
55             <string>&lt;p>Resumes a paused job or changes a Queued job to Waiting.  If the job is the top speakable job in the list, it begins speaking.&lt;/p></string>
56            </property>
57            <property name="text" >
58             <string>Resume</string>
59            </property>
60           </widget>
61          </item>
62          <item>
63           <widget class="KPushButton" name="job_restart" >
64            <property name="whatsThis" >
65             <string>&lt;p>Rewinds a job to the beginning and changes its state to Waiting.  If the job is the top speakable job in the list, it begins speaking.&lt;/p></string>
66            </property>
67            <property name="text" >
68             <string comment="Restart a job to the beginning" >R&amp;estart</string>
69            </property>
70           </widget>
71          </item>
72          <item>
73           <widget class="KPushButton" name="job_remove" >
74            <property name="whatsThis" >
75             <string>&lt;p>Deletes the job.  If it is currently speaking, it stops speaking.  The next speakable job in the list begins speaking.&lt;/p></string>
76            </property>
77            <property name="text" >
78             <string>Re&amp;move</string>
79            </property>
80           </widget>
81          </item>
82          <item>
83           <widget class="KPushButton" name="job_removeall" >
84            <property name="text" >
85             <string>Remove &amp;All</string>
86            </property>
87           </widget>
88          </item>
89          <item>
90           <widget class="KPushButton" name="job_later" >
91            <property name="whatsThis" >
92             <string>&lt;p>Moves a job downward in the list so that it will be spoken later.  If the job is currently speaking, its state changes to Paused.&lt;/p></string>
93            </property>
94            <property name="text" >
95             <string>&amp;Later</string>
96            </property>
97           </widget>
98          </item>
99         </layout>
100        </item>
101        <item>
102         <layout class="QHBoxLayout" name="horizontalLayout_2" >
103          <item>
104           <widget class="KPushButton" name="job_prevsentence" >
105            <property name="whatsThis" >
106             <string>&lt;p>Rewinds a job to the previous sentence.&lt;/p></string>
107            </property>
108            <property name="text" >
109             <string>&amp;Previous Sentence</string>
110            </property>
111           </widget>
112          </item>
113          <item>
114           <widget class="KPushButton" name="job_nextsentence" >
115            <property name="whatsThis" >
116             <string>&lt;p>Advances a job to the next sentence.&lt;/p></string>
117            </property>
118            <property name="text" >
119             <string>&amp;Next Sentence</string>
120            </property>
121           </widget>
122          </item>
123         </layout>
124        </item>
125        <item>
126         <layout class="QHBoxLayout" name="horizontalLayout_3" >
127          <item>
128           <widget class="KPushButton" name="speak_clipboard" >
129            <property name="whatsThis" >
130             <string>&lt;p>Queues the current contents of the clipboard for speaking and sets its state to Waiting.  If the job is the topmost in the list, it begins speaking.  The job will be spoken by the topmost Talker in the &lt;b>Talkers&lt;/b> tab.&lt;/p></string>
131            </property>
132            <property name="text" >
133             <string>&amp;Speak Clipboard</string>
134            </property>
135           </widget>
136          </item>
137          <item>
138           <widget class="KPushButton" name="speak_file" >
139            <property name="whatsThis" >
140             <string>&lt;p>Prompts you for a file name and queues the contents of the file for speaking.  You must click the &lt;b>Resume&lt;/b> button before the job will be speakable.  The job will be spoken by the topmost Talker in the &lt;b>Talkers&lt;/b> tab.&lt;/p></string>
141            </property>
142            <property name="text" >
143             <string>Spea&amp;k File</string>
144            </property>
145           </widget>
146          </item>
147          <item>
148           <widget class="KPushButton" name="job_changetalker" >
149            <property name="whatsThis" >
150             <string>&lt;p>Prompts you with a list of your configured Talkers from the &lt;b>Talkers&lt;/b> tab.  The job will be spoken using the selected Talker.&lt;/p></string>
151            </property>
152            <property name="text" >
153             <string>Change Talker</string>
154            </property>
155           </widget>
156          </item>
157          <item>
158           <widget class="KPushButton" name="refresh" >
159            <property name="whatsThis" >
160             <string>&lt;p>Refresh the list of jobs.&lt;/p></string>
161            </property>
162            <property name="text" >
163             <string>&amp;Refresh</string>
164            </property>
165           </widget>
166          </item>
167         </layout>
168        </item>
169        <item>
170         <widget class="QLabel" name="label" >
171          <property name="text" >
172           <string>Current Sentence</string>
173          </property>
174         </widget>
175        </item>
176        <item>
177         <widget class="KTextEdit" name="m_currentSentence" >
178          <property name="whatsThis" >
179           <string>&lt;p>The text of the sentence currently speaking.&lt;/p></string>
180          </property>
181          <property name="horizontalScrollBarPolicy" >
182           <enum>Qt::ScrollBarAlwaysOff</enum>
183          </property>
184          <property name="readOnly" >
185           <bool>true</bool>
186          </property>
187         </widget>
188        </item>
189       </layout>
190      </widget>
191     </widget>
192    </item>
193   </layout>
194  </widget>
195  <customwidgets>
196   <customwidget>
197    <class>KPushButton</class>
198    <extends>QPushButton</extends>
199    <header>kpushbutton.h</header>
200   </customwidget>
201   <customwidget>
202    <class>KTextEdit</class>
203    <extends>QTextEdit</extends>
204    <header>ktextedit.h</header>
205   </customwidget>
206  </customwidgets>
207  <resources/>
208  <connections/>
209 </ui>