0
|
1 |
# Kernel
|
|
2 |
|
|
3 |
Feature: PROPERTIES
|
|
4 |
Description: Supports scripting Qt-based applications.
|
|
5 |
Section: Kernel
|
|
6 |
Requires:
|
|
7 |
Name: Properties
|
|
8 |
SeeAlso: ???
|
|
9 |
|
|
10 |
Feature: TEXTHTMLPARSER
|
|
11 |
Description: Parser for HTML
|
|
12 |
Section: Kernel
|
|
13 |
Requires:
|
|
14 |
Name: HtmlParser
|
|
15 |
SeeAlso: ???
|
|
16 |
|
|
17 |
Feature: TEXTODFWRITER
|
|
18 |
Description: Provides an ODF writer
|
|
19 |
Section: Kernel
|
|
20 |
Requires: XMLSTREAMWRITER
|
|
21 |
Name: OdfWriter
|
|
22 |
SeeAlso: ???
|
|
23 |
|
|
24 |
Feature: CSSPARSER
|
|
25 |
Description: Parser for Style Sheets
|
|
26 |
Section: Kernel
|
|
27 |
Requires:
|
|
28 |
Name: CssParser
|
|
29 |
SeeAlso: ???
|
|
30 |
|
|
31 |
Feature: CONCURRENT
|
|
32 |
Description: Provides a high-level multi-threaded APIs
|
|
33 |
Section: Kernel
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
34 |
Requires:
|
0
|
35 |
Name: QtConcurrent
|
|
36 |
SeeAlso: ???
|
|
37 |
|
|
38 |
Feature: DRAGANDDROP
|
|
39 |
Description: Supports the drag and drop mechansim.
|
|
40 |
Section: Kernel
|
|
41 |
Requires: QWS_PROPERTIES IMAGEFORMAT_XPM
|
|
42 |
Name: Drag and drop
|
|
43 |
SeeAlso: ???
|
|
44 |
|
|
45 |
Feature: SESSIONMANAGER
|
|
46 |
Description: Supports session management.
|
|
47 |
Section: Kernel
|
|
48 |
Requires:
|
|
49 |
Name: Session Manager
|
|
50 |
SeeAlso: ???
|
|
51 |
|
|
52 |
Feature: SHORTCUT
|
|
53 |
Description: Supports keyboard accelerators and shortcuts.
|
|
54 |
Section: Kernel
|
|
55 |
Requires:
|
|
56 |
Name: QShortcut
|
|
57 |
SeeAlso: ???
|
|
58 |
|
|
59 |
Feature: ACTION
|
|
60 |
Description: Supports widget actions.
|
|
61 |
Section: Kernel
|
|
62 |
Requires:
|
|
63 |
Name: QAction
|
|
64 |
SeeAlso: ???
|
|
65 |
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
66 |
Feature: SOFTKEYMANAGER
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
67 |
Description: Supports softkeys.
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
68 |
Section: Gui
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
69 |
Requires: ACTION
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
70 |
Name: QSoftKeyManager
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
71 |
SeeAlso: ???
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
72 |
|
0
|
73 |
Feature: CURSOR
|
|
74 |
Description: Supports mouse cursors.
|
|
75 |
Section: Kernel
|
|
76 |
Requires:
|
|
77 |
Name: QCursor
|
|
78 |
SeeAlso: ???
|
|
79 |
|
|
80 |
Feature: CLIPBOARD
|
|
81 |
Description: Supports cut and paste operations.
|
|
82 |
Section: Kernel
|
|
83 |
Requires: QWS_PROPERTIES
|
|
84 |
Name: QClipboard
|
|
85 |
SeeAlso: ???
|
|
86 |
|
|
87 |
Feature: WHEELEVENT
|
|
88 |
Description: Supports wheel events.
|
|
89 |
Section: Kernel
|
|
90 |
Requires:
|
|
91 |
Name: QWheelEvent
|
|
92 |
SeeAlso: ???
|
|
93 |
|
|
94 |
Feature: TABLETEVENT
|
|
95 |
Description: Supports tablet events.
|
|
96 |
Section: Kernel
|
|
97 |
Requires:
|
|
98 |
Name: QTabletEvent
|
|
99 |
SeeAlso: ???
|
|
100 |
|
|
101 |
Feature: SOUND
|
|
102 |
Description: Supports playing audio files.
|
|
103 |
Section: Kernel
|
|
104 |
Requires:
|
|
105 |
Name: Sounds
|
|
106 |
SeeAlso: ???
|
|
107 |
|
|
108 |
Feature: EFFECTS
|
|
109 |
Description: Supports special widget effects (e.g. fading and scrolling).
|
|
110 |
Section: Kernel
|
|
111 |
Requires:
|
|
112 |
Name: Effects
|
|
113 |
SeeAlso: ???
|
|
114 |
|
|
115 |
Feature: SHAREDMEMORY
|
|
116 |
Description: Provides access to a shared memory segment.
|
|
117 |
Section: Kernel
|
|
118 |
Requires:
|
|
119 |
Name: QSharedMemory
|
|
120 |
SeeAlso: ???
|
|
121 |
|
|
122 |
Feature: SYSTEMSEMAPHORE
|
|
123 |
Description: Provides a general counting system semaphore.
|
|
124 |
Section: Kernel
|
|
125 |
Requires:
|
|
126 |
Name: QSystemSemaphore
|
|
127 |
SeeAlso: ???
|
|
128 |
|
|
129 |
Feature: XMLSTREAM
|
|
130 |
Description: Provides a simple streaming API for XML.
|
|
131 |
Section: Kernel
|
|
132 |
Requires:
|
|
133 |
Name:
|
|
134 |
SeeAlso: ???
|
|
135 |
|
|
136 |
Feature: XMLSTREAMREADER
|
|
137 |
Description: Provides a well-formed XML parser with a simple streaming API.
|
|
138 |
Section: Kernel
|
|
139 |
Requires: XMLSTREAM
|
|
140 |
Name: QXmlStreamReader
|
|
141 |
SeeAlso: ???
|
|
142 |
|
|
143 |
Feature: XMLSTREAMWRITER
|
|
144 |
Description: Provides a XML writer with a simple streaming API.
|
|
145 |
Section: Kernel
|
|
146 |
Requires: XMLSTREAM
|
|
147 |
Name: QXmlStreamWriter
|
|
148 |
SeeAlso: ???
|
|
149 |
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
150 |
Feature: IM
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
151 |
Description: Inputmethods with QInputContext
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
152 |
Section: Kernel
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
153 |
Requires: LIBRARY
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
154 |
Name: QInputContext
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
155 |
SeeAlso: ???
|
0
|
156 |
# Data structures
|
|
157 |
|
|
158 |
Feature: STL
|
|
159 |
Description: Supports standard template library compatiblity.
|
|
160 |
Section: Data structures
|
|
161 |
Requires:
|
|
162 |
Name: Standard Template Library
|
|
163 |
SeeAlso: ???
|
|
164 |
|
|
165 |
Feature: QUUID_STRING
|
|
166 |
Description: Supports convertion between UUID and strings.
|
|
167 |
Section: Data structures
|
|
168 |
Requires:
|
|
169 |
Name: Universally Unique Identifier Convertion
|
|
170 |
SeeAlso: ???
|
|
171 |
|
|
172 |
Feature: TEXTDATE
|
|
173 |
Description: Supports month and day names in dates.
|
|
174 |
Section: Data structures
|
|
175 |
Requires:
|
|
176 |
Name: Text Date
|
|
177 |
SeeAlso: ???
|
|
178 |
|
|
179 |
Feature: DATESTRING
|
|
180 |
Description: Supports convertion between dates and strings.
|
|
181 |
Section: Data structures
|
|
182 |
Requires: TEXTDATE
|
|
183 |
Name: QDate/QTime/QDateTime
|
|
184 |
SeeAlso: ???
|
|
185 |
|
|
186 |
# File I/O
|
|
187 |
|
|
188 |
Feature: PROCESS
|
|
189 |
Description: Supports external process invocation.
|
|
190 |
Section: File I/O
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
191 |
Requires:
|
0
|
192 |
Name: QProcess
|
|
193 |
SeeAlso: ???
|
|
194 |
|
|
195 |
Feature: TEXTSTREAM
|
|
196 |
Description: Supports reading and writing of text.
|
|
197 |
Section: File I/O
|
|
198 |
Requires:
|
|
199 |
Name: QTextStream
|
|
200 |
SeeAlso: ???
|
|
201 |
|
|
202 |
Feature: TEMPORARYFILE
|
|
203 |
Description: Provides an I/O device that operates on temporary files.
|
|
204 |
Section: File I/O
|
|
205 |
Requires:
|
|
206 |
Name: QTemporaryFile
|
|
207 |
SeeAlso: ???
|
|
208 |
|
|
209 |
Feature: LIBRARY
|
|
210 |
Description: Supports a shared library wrapper.
|
|
211 |
Section: File I/O
|
|
212 |
Requires: SETTINGS
|
|
213 |
Name: QLibrary
|
|
214 |
SeeAlso: ???
|
|
215 |
|
|
216 |
Feature: SETTINGS
|
|
217 |
Description: Supports persistent application settings.
|
|
218 |
Section: File I/O
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
219 |
Requires:
|
0
|
220 |
Name: QSettings
|
|
221 |
SeeAlso: ???
|
|
222 |
|
|
223 |
Feature: DOM
|
|
224 |
Description: Supports the Document Object Model.
|
|
225 |
Section: File I/O
|
|
226 |
Requires:
|
|
227 |
Name: Document Object Model
|
|
228 |
SeeAlso: ???
|
|
229 |
|
|
230 |
Feature: FILESYSTEMMODEL
|
|
231 |
Description: Provides a data model for the local filesystem.
|
|
232 |
Section: File I/O
|
|
233 |
Requires: FILESYSTEMWATCHER
|
|
234 |
Name: QFileSystemModel
|
|
235 |
SeeAlso: ???
|
|
236 |
|
|
237 |
Feature: FILESYSTEMWATCHER
|
|
238 |
Description: Provides an interface for monitoring files and directories
|
|
239 |
for modications.
|
|
240 |
Section: File I/O
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
241 |
Requires:
|
0
|
242 |
Name: QFileSystemWatcher
|
|
243 |
SeeAlso: ???
|
|
244 |
|
|
245 |
# Widgets
|
|
246 |
|
|
247 |
Feature: TREEWIDGET
|
|
248 |
Description: Supports views using tree models.
|
|
249 |
Section: Widgets
|
|
250 |
Requires: TREEVIEW
|
|
251 |
Name: QTreeWidget
|
|
252 |
SeeAlso: ???
|
|
253 |
|
|
254 |
Feature: LISTWIDGET
|
|
255 |
Description: Supports item-based list widgets.
|
|
256 |
Section: Widgets
|
|
257 |
Requires: LISTVIEW
|
|
258 |
Name: QListWidget
|
|
259 |
SeeAlso: ???
|
|
260 |
|
|
261 |
Feature: TABLEWIDGET
|
|
262 |
Description: Supports item-based table views.
|
|
263 |
Section: Widgets
|
|
264 |
Requires: TABLEVIEW
|
|
265 |
Name: QTableWidget
|
|
266 |
SeeAlso: ???
|
|
267 |
|
|
268 |
Feature: DATETIMEEDIT
|
|
269 |
Description: Supports editing dates and times.
|
|
270 |
Section: Widgets
|
|
271 |
Requires: CALENDARWIDGET DATESTRING
|
|
272 |
Name: QDateTimeEdit
|
|
273 |
SeeAlso: ???
|
|
274 |
|
|
275 |
Feature: STACKEDWIDGET
|
|
276 |
Description: Supports stacked widgets.
|
|
277 |
Section: Widgets
|
|
278 |
Requires:
|
|
279 |
Name: QStackedWidget
|
|
280 |
SeeAlso: ???
|
|
281 |
|
|
282 |
Feature: TEXTBROWSER
|
|
283 |
Description: Supports HTML document browsing.
|
|
284 |
Section: Widgets
|
|
285 |
Requires: TEXTEDIT
|
|
286 |
Name: QTextBrowser
|
|
287 |
SeeAlso: ???
|
|
288 |
|
|
289 |
Feature: SPLASHSCREEN
|
|
290 |
Description: Supports splash screens that can be shown during application startup.
|
|
291 |
Section: Widgets
|
|
292 |
Requires:
|
|
293 |
Name: Splash screen widget
|
|
294 |
SeeAlso: ???
|
|
295 |
|
|
296 |
Feature: SPLITTER
|
|
297 |
Description: Supports user controlled splitter widgets.
|
|
298 |
Section: Widgets
|
|
299 |
Requires: RUBBERBAND
|
|
300 |
Name: QSplitter
|
|
301 |
SeeAlso: ???
|
|
302 |
|
|
303 |
Feature: LCDNUMBER
|
|
304 |
Description: Supports LCD-like digits.
|
|
305 |
Section: Widgets
|
|
306 |
Requires:
|
|
307 |
Name: QLCDNumber
|
|
308 |
SeeAlso: ???
|
|
309 |
|
|
310 |
Feature: MENU
|
|
311 |
Description: Supports popup-menus.
|
|
312 |
Section: Widgets
|
|
313 |
Requires: ACTION
|
|
314 |
Name: QMenu
|
|
315 |
SeeAlso: ???
|
|
316 |
|
|
317 |
Feature: LINEEDIT
|
|
318 |
Description: Supports single-line edits.
|
|
319 |
Section: Widgets
|
|
320 |
Requires:
|
|
321 |
Name: QLineEdit
|
|
322 |
SeeAlso: ???
|
|
323 |
|
|
324 |
Feature: SPINBOX
|
|
325 |
Description: Supports spin boxes handling integers and discrete sets of values.
|
|
326 |
Section: Widgets
|
|
327 |
Requires: SPINWIDGET LINEEDIT VALIDATOR
|
|
328 |
Name: QSpinBox
|
|
329 |
SeeAlso: ???
|
|
330 |
|
|
331 |
Feature: TABBAR
|
|
332 |
Description: Supports tab bars, e.g. for use in tabbed dialogs.
|
|
333 |
Section: Widgets
|
|
334 |
Requires: TOOLBUTTON
|
|
335 |
Name: QTabBar
|
|
336 |
SeeAlso: ???
|
|
337 |
|
|
338 |
Feature: TABWIDGET
|
|
339 |
Description: Supports stacking tabbed widgets.
|
|
340 |
Section: Widgets
|
|
341 |
Requires: TABBAR STACKEDWIDGET
|
|
342 |
Name: QTabWidget
|
|
343 |
SeeAlso: ???
|
|
344 |
|
|
345 |
Feature: COMBOBOX
|
|
346 |
Description: Supports comboboxes presenting a list of options to the user.
|
|
347 |
Section: Widgets
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
348 |
Requires: LINEEDIT STANDARDITEMMODEL LISTVIEW
|
0
|
349 |
Name: QComboBox
|
|
350 |
SeeAlso: ???
|
|
351 |
|
|
352 |
Feature: FONTCOMBOBOX
|
|
353 |
Description: Supports a combobox that lets the user select a font family.
|
|
354 |
Section: Widgets
|
|
355 |
Requires: COMBOBOX STRINGLISTMODEL
|
|
356 |
Name: QFontComboBox
|
|
357 |
SeeAlso: ???
|
|
358 |
|
|
359 |
Feature: TOOLBUTTON
|
|
360 |
Description: Supports quick-access buttons to commands and options.
|
|
361 |
Section: Widgets
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
362 |
Requires: ACTION
|
0
|
363 |
Name: QToolButton
|
|
364 |
SeeAlso: ???
|
|
365 |
|
|
366 |
Feature: TOOLBAR
|
|
367 |
Description: Supports movable panels containing a set of controls.
|
|
368 |
Section: Widgets
|
|
369 |
Requires: MAINWINDOW
|
|
370 |
Name: QToolBar
|
|
371 |
SeeAlso: ???
|
|
372 |
|
|
373 |
Feature: TOOLBOX
|
|
374 |
Description: Supports columns of tabbed widget items.
|
|
375 |
Section: Widgets
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
376 |
Requires: TOOLBUTTON SCROLLAREA
|
0
|
377 |
Name: QToolBox
|
|
378 |
SeeAlso: ???
|
|
379 |
|
|
380 |
Feature: GROUPBOX
|
|
381 |
Description: Supports group box frames.
|
|
382 |
Section: Widgets
|
|
383 |
Requires:
|
|
384 |
Name: QGroupBox
|
|
385 |
SeeAlso: ???
|
|
386 |
|
|
387 |
Feature: BUTTONGROUP
|
|
388 |
Description: Supports organizing groups of button widgets.
|
|
389 |
Section: Widgets
|
|
390 |
Requires: GROUPBOX
|
|
391 |
Name: QButtonGroup
|
|
392 |
SeeAlso: ???
|
|
393 |
|
|
394 |
Feature: MAINWINDOW
|
|
395 |
Description: Supports main application windows.
|
|
396 |
Section: Widgets
|
|
397 |
Requires: MENU RESIZEHANDLER TOOLBUTTON
|
|
398 |
Name: QMainWindow
|
|
399 |
SeeAlso: ???
|
|
400 |
|
|
401 |
Feature: DOCKWIDGET
|
|
402 |
Description: Supports docking widgets inside a QMainWindow or floated as
|
|
403 |
a top-level window on the desktop.
|
|
404 |
Section: Widgets
|
|
405 |
Requires: RUBBERBAND MAINWINDOW
|
|
406 |
Name: QDockwidget
|
|
407 |
SeeAlso: ???
|
|
408 |
|
|
409 |
Feature: WORKSPACE
|
|
410 |
Description: Supports workspace windows, e.g. used in an MDI application.
|
|
411 |
Section: Widgets
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
412 |
Requires: SCROLLBAR MAINWINDOW MENUBAR
|
0
|
413 |
Name: QWorkSpace
|
|
414 |
SeeAlso: ???
|
|
415 |
|
|
416 |
Feature: MDIAREA
|
|
417 |
Description: Provides an area in which MDI windows are displayed.
|
|
418 |
Section: Widgets
|
|
419 |
Requires: SCROLLAREA
|
|
420 |
Name: QMdiArea
|
|
421 |
SeeAlso: ???
|
|
422 |
|
|
423 |
Feature: RESIZEHANDLER
|
|
424 |
Description: Supports an internal resize handler.
|
|
425 |
Section: Widgets
|
|
426 |
Requires:
|
|
427 |
Name: Resize Handler
|
|
428 |
SeeAlso: ???
|
|
429 |
|
|
430 |
Feature: STATUSBAR
|
|
431 |
Description: Supports presentation of status information.
|
|
432 |
Section: Widgets
|
|
433 |
Requires:
|
|
434 |
Name: QStatusBar
|
|
435 |
SeeAlso: ???
|
|
436 |
|
|
437 |
Feature: MENUBAR
|
|
438 |
Description: Supports pull-down menu items.
|
|
439 |
Section: Widgets
|
|
440 |
Requires: MENU TOOLBUTTON
|
|
441 |
Name: QMenuBar
|
|
442 |
SeeAlso: ???
|
|
443 |
|
|
444 |
Feature: CONTEXTMENU
|
|
445 |
Description: Supports pop-up menus on right mouse click
|
|
446 |
Section: Widgets
|
|
447 |
Requires: MENU
|
|
448 |
Name: Context menu
|
|
449 |
SeeeAlso: ???
|
|
450 |
|
|
451 |
Feature: PROGRESSBAR
|
|
452 |
Description: Supports presentation of operation progress.
|
|
453 |
Section: Widgets
|
|
454 |
Requires:
|
|
455 |
Name: QProgressBar
|
|
456 |
SeeAlso: ???
|
|
457 |
|
|
458 |
Feature: SLIDER
|
|
459 |
Description: Supports sliders controlling a bounded value.
|
|
460 |
Section: Widgets
|
|
461 |
Requires:
|
|
462 |
Name: QSlider
|
|
463 |
SeeAlso: ???
|
|
464 |
|
|
465 |
Feature: SCROLLBAR
|
|
466 |
Description: Supports scrollbars allowing the user access parts of a
|
|
467 |
document that is larger than the widget used to display it.
|
|
468 |
Section: Widgets
|
|
469 |
Requires: SLIDER
|
|
470 |
Name: QScrollBar
|
|
471 |
SeeAlso: ???
|
|
472 |
|
|
473 |
Feature: DIAL
|
|
474 |
Description: Supports rounded range control, e.g. like a speedometer.
|
|
475 |
Section: Widgets
|
|
476 |
Requires: SLIDER
|
|
477 |
Name: QDial
|
|
478 |
SeeAlso: ???
|
|
479 |
|
|
480 |
Feature: SCROLLAREA
|
|
481 |
Description: Supports scrolling views onto widgets.
|
|
482 |
Section: Widgets
|
|
483 |
Requires: SCROLLBAR
|
|
484 |
Name: QScrollArea
|
|
485 |
SeeAlso: ???
|
|
486 |
|
|
487 |
Feature: GRAPHICSVIEW
|
|
488 |
Description: Supports the graphicsview classes.
|
|
489 |
Section: Widgets
|
|
490 |
Requires: SCROLLAREA
|
|
491 |
Name: QGraphicsView
|
|
492 |
SeeAlso: ???
|
|
493 |
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
494 |
Feature: GRAPHICSEFFECT
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
495 |
Description: Supports the graphicseffect classes.
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
496 |
Section: Widgets
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
497 |
Requires: GRAPHICSVIEW
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
498 |
Name: QGraphicsEffect
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
499 |
SeeAlso: ???
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
500 |
|
0
|
501 |
Feature: SPINWIDGET
|
|
502 |
Description: Supports spinbox control widgets.
|
|
503 |
Section: Widgets
|
|
504 |
Requires:
|
|
505 |
Name: Spin Widget
|
|
506 |
SeeAlso: ???
|
|
507 |
|
|
508 |
Feature: TEXTEDIT
|
|
509 |
Description: Supports rich text editing.
|
|
510 |
Section: Widgets
|
|
511 |
Requires: SCROLLAREA PROPERTIES
|
|
512 |
Name: QTextEdit
|
|
513 |
SeeAlso: ???
|
|
514 |
|
|
515 |
Feature: SYNTAXHIGHLIGHTER
|
|
516 |
Description: Supports custom syntax highlighting.
|
|
517 |
Section: Widgets
|
|
518 |
Requires: TEXTEDIT
|
|
519 |
Name: QSyntaxHighlighter
|
|
520 |
SeeAlso: ???
|
|
521 |
|
|
522 |
Feature: RUBBERBAND
|
|
523 |
Description: Supports using rubberbands to indicate selections and boundaries.
|
|
524 |
Section: Widgets
|
|
525 |
Requires:
|
|
526 |
Name: QRubberBand
|
|
527 |
SeeAlso: ???
|
|
528 |
|
|
529 |
Feature: TOOLTIP
|
|
530 |
Description: Supports presentation of tooltips.
|
|
531 |
Section: Widgets
|
|
532 |
Requires:
|
|
533 |
Name: QToolTip
|
|
534 |
SeeAlso: ???
|
|
535 |
|
|
536 |
Feature: STATUSTIP
|
|
537 |
Description: Supports status tip functionality and events.
|
|
538 |
Section: Widgets
|
|
539 |
Requires:
|
|
540 |
Name: Status Tip
|
|
541 |
SeeAlso: ???
|
|
542 |
|
|
543 |
Feature: SIGNALMAPPER
|
|
544 |
Description: Supports bundling of signals from identifiable senders.
|
|
545 |
Section: Widgets
|
|
546 |
Requires:
|
|
547 |
Name: QSignalMapper
|
|
548 |
SeeAlso: ???
|
|
549 |
|
|
550 |
Feature: WHATSTHIS
|
|
551 |
Description: Supports displaying "What's this" help.
|
|
552 |
Section: Widgets
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
553 |
Requires: TOOLBUTTON
|
0
|
554 |
Name: QWhatsThis
|
|
555 |
SeeAlso: ???
|
|
556 |
|
|
557 |
Feature: VALIDATOR
|
|
558 |
Description: Supports validation of input text.
|
|
559 |
Section: Widgets
|
|
560 |
Requires:
|
|
561 |
Name: QValidator
|
|
562 |
SeeAlso: ???
|
|
563 |
|
|
564 |
Feature: SIZEGRIP
|
|
565 |
Description: Supports corner-grips for resizing a top-level windows.
|
|
566 |
Section: Widgets
|
|
567 |
Requires:
|
|
568 |
Name: QSizeGrip
|
|
569 |
SeeAlso: ???
|
|
570 |
|
|
571 |
Feature: CALENDARWIDGET
|
|
572 |
Description: Provides a monthly based calendar widget allowing the user to select
|
|
573 |
a date.
|
|
574 |
Section: Widgets
|
|
575 |
Requires: TABLEVIEW MENU TEXTDATE SPINBOX TOOLBUTTON
|
|
576 |
Name: QCalendarWidget
|
|
577 |
SeeAlso: ???
|
|
578 |
|
|
579 |
Feature: PRINTPREVIEWWIDGET
|
|
580 |
Description: Provides a widget for previewing page layouts for printer output.
|
|
581 |
a date.
|
|
582 |
Section: Widgets
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
583 |
Requires: GRAPHICSVIEW PRINTER MAINWINDOW
|
0
|
584 |
Name: QPrintPreviewWidget
|
|
585 |
SeeAlso: ???
|
|
586 |
|
|
587 |
# Dialogs
|
|
588 |
|
|
589 |
Feature: MESSAGEBOX
|
|
590 |
Description: Supports message boxes displaying
|
|
591 |
informative messages and simple questions.
|
|
592 |
Section: Dialogs
|
|
593 |
Requires:
|
|
594 |
Name: QMessageBox
|
|
595 |
SeeAlso: ???
|
|
596 |
|
|
597 |
Feature: COLORDIALOG
|
|
598 |
Description: Supports a dialog widget for specifying colors.
|
|
599 |
Section: Dialogs
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
600 |
Requires: SPINBOX
|
0
|
601 |
Name: QColorDialog
|
|
602 |
SeeAlso: ???
|
|
603 |
|
|
604 |
Feature: FILEDIALOG
|
|
605 |
Description: Supports a dialog widget for selecting files or directories.
|
|
606 |
Section: Dialogs
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
607 |
Requires: DIRMODEL TREEVIEW COMBOBOX TOOLBUTTON BUTTONGROUP TOOLTIP SPLITTER STACKEDWIDGET PROXYMODEL
|
0
|
608 |
Name: QFileDialog
|
|
609 |
SeeAlso: ???
|
|
610 |
|
|
611 |
Feature: FONTDIALOG
|
|
612 |
Description: Supports a dialog widget for selecting fonts.
|
|
613 |
Section: Dialogs
|
|
614 |
Requires: STRINGLISTMODEL COMBOBOX VALIDATOR GROUPBOX
|
|
615 |
Name: QFontDialog
|
|
616 |
SeeAlso: ???
|
|
617 |
|
|
618 |
Feature: PRINTDIALOG
|
|
619 |
Description: Supports a dialog widget for specifying printer configuration.
|
|
620 |
Section: Dialogs
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
621 |
Requires: PRINTER COMBOBOX BUTTONGROUP SPINBOX TREEVIEW TABWIDGET
|
0
|
622 |
Name: QPrintDialog
|
|
623 |
SeeAlso: ???
|
|
624 |
|
|
625 |
Feature: PRINTPREVIEWDIALOG
|
|
626 |
Description: Provides a dialog for previewing and configuring page layouts for printer output.
|
|
627 |
Section: Dialogs
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
628 |
Requires: PRINTPREVIEWWIDGET PRINTDIALOG TOOLBAR
|
0
|
629 |
Name: QPrintPreviewDialog
|
|
630 |
SeeAlso: ???
|
|
631 |
|
|
632 |
Feature: PROGRESSDIALOG
|
|
633 |
Description: Supports feedback on the progress of a slow operation.
|
|
634 |
Section: Dialogs
|
|
635 |
Requires: PROGRESSBAR
|
|
636 |
Name: QProgressDialog
|
|
637 |
SeeAlso: ???
|
|
638 |
|
|
639 |
Feature: INPUTDIALOG
|
|
640 |
Description: Supports a simple convenience dialog to get a single value from the user.
|
|
641 |
Section: Dialogs
|
|
642 |
Requires: COMBOBOX SPINBOX STACKEDWIDGET
|
|
643 |
Name: QInputDialog
|
|
644 |
SeeAlso: ???
|
|
645 |
|
|
646 |
Feature: TABDIALOG
|
|
647 |
Description: Supports a stack of tabbed widgets.
|
|
648 |
Section: Dialogs
|
|
649 |
Requires: TABBAR
|
|
650 |
Name: Q3TabDialog
|
|
651 |
SeeAlso: ???
|
|
652 |
|
|
653 |
Feature: ERRORMESSAGE
|
|
654 |
Description: Supports an error message display dialog.
|
|
655 |
Section: Dialogs
|
|
656 |
Requires: TEXTEDIT
|
|
657 |
Name: QErrorMessage
|
|
658 |
SeeAlso: ???
|
|
659 |
|
|
660 |
Feature: WIZARD
|
|
661 |
Description: Provides a framework for wizards.
|
|
662 |
Section: Dialogs
|
|
663 |
Requires: PROPERTIES
|
|
664 |
Name: QWizard
|
|
665 |
SeeAlso: ???
|
|
666 |
|
|
667 |
# ItemViews
|
|
668 |
|
|
669 |
Feature: ITEMVIEWS
|
|
670 |
Description: Supports the model/view architecture managing the relationship
|
|
671 |
between data and the way it is presented to the user.
|
|
672 |
Section: ItemViews
|
|
673 |
Requires: RUBBERBAND SCROLLAREA
|
|
674 |
Name: The Model/View Framework
|
|
675 |
SeeAlso: ???
|
|
676 |
|
|
677 |
Feature: DIRMODEL
|
|
678 |
Description: Supports a data model for the local filesystem.
|
|
679 |
Section: ItemViews
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
680 |
Requires: ITEMVIEWS FILESYSTEMMODEL
|
0
|
681 |
Name: QDirModel
|
|
682 |
SeeAlso: ???
|
|
683 |
|
|
684 |
Feature: STANDARDITEMMODEL
|
|
685 |
Description: Supports a generic model for storing custom data.
|
|
686 |
Section: ItemViews
|
|
687 |
Requires: ITEMVIEWS
|
|
688 |
Name: QStandardItemModel
|
|
689 |
SeeAlso: ???
|
|
690 |
|
|
691 |
Feature: PROXYMODEL
|
|
692 |
Description: Supports processing of data passed between another model and a view.
|
|
693 |
Section: ItemViews
|
|
694 |
Requires: ITEMVIEWS
|
|
695 |
Name: QAbstractProxyModel
|
|
696 |
SeeAlso: ???
|
|
697 |
|
|
698 |
Feature: SORTFILTERPROXYMODEL
|
|
699 |
Description: Supports sorting and filtering of data passed between
|
|
700 |
another model and a view.
|
|
701 |
Section: ItemViews
|
|
702 |
Requires: PROXYMODEL
|
|
703 |
Name: QSortFilterProxyModel
|
|
704 |
SeeAlso: ???
|
|
705 |
|
|
706 |
Feature: STRINGLISTMODEL
|
|
707 |
Description: Supports a model that supplies strings to views.
|
|
708 |
Section: ItemViews
|
|
709 |
Requires: ITEMVIEWS
|
|
710 |
Name: QStringListModel
|
|
711 |
SeeAlso: ???
|
|
712 |
|
|
713 |
Feature: LISTVIEW
|
|
714 |
Description: Supports a list or icon view onto a model.
|
|
715 |
Section: ItemViews
|
|
716 |
Requires: ITEMVIEWS
|
|
717 |
Name: QListView
|
|
718 |
SeeAlso: ???
|
|
719 |
|
|
720 |
Feature: TABLEVIEW
|
|
721 |
Description: Supports a default model/view implementation of a table view.
|
|
722 |
Section: ItemViews
|
|
723 |
Requires: ITEMVIEWS
|
|
724 |
Name: QTableView
|
|
725 |
SeeAlso: ???
|
|
726 |
|
|
727 |
Feature: TREEVIEW
|
|
728 |
Description: Supports a default model/view implementation of a tree view.
|
|
729 |
Section: ItemViews
|
|
730 |
Requires: ITEMVIEWS
|
|
731 |
Name: QTreeView
|
|
732 |
SeeAlso: ???
|
|
733 |
|
|
734 |
Feature: DATAWIDGETMAPPER
|
|
735 |
Description: Provides mapping between a section of a data model to widgets.
|
|
736 |
Section: ItemViews
|
|
737 |
Requires: ITEMVIEWS PROPERTIES
|
|
738 |
Name: QDataWidgetMapper
|
|
739 |
SeeAlso: ???
|
|
740 |
|
|
741 |
Feature: COLUMNVIEW
|
|
742 |
Description: Provides a model/view implementation of a column view.
|
|
743 |
Section: ItemViews
|
|
744 |
Requires: LISTVIEW
|
|
745 |
Name: QColumnView
|
|
746 |
SeeAlso: ???
|
|
747 |
|
|
748 |
# Styles
|
|
749 |
|
|
750 |
Feature: STYLE_WINDOWS
|
|
751 |
Description: Supports a Microsoft Windows-like look and feel.
|
|
752 |
Section: Styles
|
|
753 |
Requires:
|
|
754 |
Name: QWindowsStyle
|
|
755 |
SeeAlso: ???
|
|
756 |
|
|
757 |
Feature: STYLE_MOTIF
|
|
758 |
Description: Supports a Motif look and feel.
|
|
759 |
Section: Styles
|
|
760 |
Requires:
|
|
761 |
Name: QMotifStyle
|
|
762 |
SeeAlso: ???
|
|
763 |
|
|
764 |
Feature: STYLE_CDE
|
|
765 |
Description: Supports a CDE look and feel.
|
|
766 |
Section: Styles
|
|
767 |
Requires: STYLE_MOTIF
|
|
768 |
Name: QCDEStyle
|
|
769 |
SeeAlso: ???
|
|
770 |
|
|
771 |
Feature: STYLE_PLASTIQUE
|
|
772 |
Description: Supports a widget style similar to the Plastik style available in KDE.
|
|
773 |
Section: Styles
|
|
774 |
Requires: STYLE_WINDOWS IMAGEFORMAT_XPM
|
|
775 |
Name: QPlastiqueStyle
|
|
776 |
SeeAlso: ???
|
|
777 |
|
|
778 |
Feature: STYLE_WINDOWSXP
|
|
779 |
Description: Supports a Microsoft WindowsXP-like look and feel.
|
|
780 |
Section: Styles
|
|
781 |
Requires: STYLE_WINDOWS
|
|
782 |
Name: QWindowsXPStyle
|
|
783 |
SeeAlso: ???
|
|
784 |
|
|
785 |
Feature: STYLE_WINDOWSVISTA
|
|
786 |
Description: Supports a Microsoft WindowsVista-like look and feel.
|
|
787 |
Section: Styles
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
788 |
Requires: STYLE_WINDOWSXP
|
0
|
789 |
Name: QWindowsVistaStyle
|
|
790 |
SeeAlso: ???
|
|
791 |
|
|
792 |
Feature: STYLE_CLEANLOOKS
|
|
793 |
Description: Supports a Gnome CleanLooks-like look and feel.
|
|
794 |
Section: Styles
|
|
795 |
Requires: STYLE_WINDOWS IMAGEFORMAT_XPM
|
|
796 |
Name: QCleanLooksStyle
|
|
797 |
SeeAlso: ???
|
|
798 |
|
|
799 |
Feature: STYLE_WINDOWSCE
|
|
800 |
Description: WindowsCE look and feel
|
|
801 |
Section: Styles
|
|
802 |
Requires: STYLE_WINDOWS IMAGEFORMAT_XPM
|
|
803 |
Name: QWindowsCEStyle
|
|
804 |
SeeAlso: ???
|
|
805 |
|
|
806 |
Feature: STYLE_WINDOWSMOBILE
|
|
807 |
Description: WindowsMobile look and feel
|
|
808 |
Section: Styles
|
|
809 |
Requires: STYLE_WINDOWS IMAGEFORMAT_XPM
|
|
810 |
Name: QWindowsMobileStyle
|
|
811 |
SeeAlso: ???
|
|
812 |
|
|
813 |
Feature: STYLE_STYLESHEET
|
|
814 |
Description:
|
|
815 |
Section: Styles
|
|
816 |
Requires: STYLE_WINDOWS PROPERTIES CSSPARSER
|
|
817 |
Name: QStyleSheetStyle
|
|
818 |
SeeAlso: ???
|
|
819 |
|
|
820 |
# Images
|
|
821 |
|
|
822 |
Feature: IMAGEFORMATPLUGIN
|
|
823 |
Description: Supports writing an image format plugin.
|
|
824 |
Section: Images
|
|
825 |
Requires:
|
|
826 |
Name: QImageIOPlugin
|
|
827 |
SeeAlso: ???
|
|
828 |
|
|
829 |
Feature: MOVIE
|
|
830 |
Description: Supports animated images.
|
|
831 |
Section: Images
|
|
832 |
Requires:
|
|
833 |
Name: QMovie
|
|
834 |
SeeAlso: ???
|
|
835 |
|
|
836 |
Feature: IMAGEFORMAT_BMP
|
|
837 |
Description: Supports Microsoft's Bitmap image file format.
|
|
838 |
Section: Images
|
|
839 |
Requires:
|
|
840 |
Name: BMP Image Format
|
|
841 |
SeeAlso: ???
|
|
842 |
|
|
843 |
Feature: IMAGEFORMAT_PPM
|
|
844 |
Description: Supports the Portable Pixmap image file format.
|
|
845 |
Section: Images
|
|
846 |
Requires:
|
|
847 |
Name: PPM Image Format
|
|
848 |
SeeAlso: ???
|
|
849 |
|
|
850 |
Feature: IMAGEFORMAT_XBM
|
|
851 |
Description: Supports the X11 Bitmap image file format.
|
|
852 |
Section: Images
|
|
853 |
Requires:
|
|
854 |
Name: XBM Image Format
|
|
855 |
SeeAlso: ???
|
|
856 |
|
|
857 |
Feature: IMAGEFORMAT_XPM
|
|
858 |
Description: Supports the X11 Pixmap image file format.
|
|
859 |
Section: Images
|
|
860 |
Requires: TEXTSTREAM
|
|
861 |
Name: XPM Image Format
|
|
862 |
SeeAlso: ???
|
|
863 |
|
|
864 |
Feature: IMAGEFORMAT_PNG
|
|
865 |
Description: Supports the Portable Network Graphics image file format.
|
|
866 |
Section: Images
|
|
867 |
Requires:
|
|
868 |
Name: PNG Image Format
|
|
869 |
SeeAlso: ???
|
|
870 |
|
|
871 |
Feature: IMAGEFORMAT_JPEG
|
|
872 |
Description: Supports the Joint Photographic Experts Group image file format.
|
|
873 |
Section: Images
|
|
874 |
Requires:
|
|
875 |
Name: JPEG Image Format
|
|
876 |
SeeAlso: ???
|
|
877 |
|
|
878 |
Feature: IMAGE_HEURISTIC_MASK
|
|
879 |
Description: Supports creating a 1-bpp heuristic mask for images.
|
|
880 |
Section: Images
|
|
881 |
Requires:
|
|
882 |
Name: QImage::createHeuristicMask()
|
|
883 |
SeeAlso: ???
|
|
884 |
|
|
885 |
Feature: IMAGE_TEXT
|
|
886 |
Description: Supports image file text strings.
|
|
887 |
Section: Images
|
|
888 |
Requires:
|
|
889 |
Name: Image Text
|
|
890 |
SeeAlso: ???
|
|
891 |
|
|
892 |
# Painting
|
|
893 |
|
|
894 |
Feature: DIRECTPAINTER
|
|
895 |
Description: Supports direct access to the video hardware.
|
|
896 |
Section: Painting
|
|
897 |
Requires:
|
|
898 |
Name: QDirectPainter
|
|
899 |
SeeAlso: ???
|
|
900 |
|
|
901 |
Feature: PICTURE
|
|
902 |
Description: Supports recording and replaying QPainter commands.
|
|
903 |
Section: Painting
|
|
904 |
Requires:
|
|
905 |
Name: QPicture
|
|
906 |
SeeAlso: ???
|
|
907 |
|
|
908 |
Feature: COLORNAMES
|
|
909 |
Description: Supports color names such as "red", used by QColor
|
|
910 |
and by some HTML documents.
|
|
911 |
Section: Painting
|
|
912 |
Requires:
|
|
913 |
Name: Color Names
|
|
914 |
SeeAlso: ???
|
|
915 |
|
|
916 |
Feature: PRINTER
|
|
917 |
Description: Supports printing
|
|
918 |
Section: Painting
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
919 |
Requires: TEXTSTREAM PICTURE TEMPORARYFILE
|
0
|
920 |
Name: QPrinter
|
|
921 |
SeeAlso: ???
|
|
922 |
|
|
923 |
Feature: CUPS
|
|
924 |
Description Supports the Common UNIX Printing System
|
|
925 |
Section: Painting
|
|
926 |
Requires: PRINTER LIBRARY
|
|
927 |
Name: Common UNIX Printing System
|
|
928 |
SeeAlso: ???
|
|
929 |
|
|
930 |
Feature: PAINTONSCREEN
|
|
931 |
Description: Supports the Qt::WA_PaintOnScreen widget attribute.
|
|
932 |
Section: Painting
|
|
933 |
Requires:
|
|
934 |
Name: Qt::WA_PaintOnScreen
|
|
935 |
SeeAlso: ???
|
|
936 |
|
|
937 |
Feature: PAINT_DEBUG
|
|
938 |
Description: Debug painting with the environment variables QT_FLUSH_UPDATE and QT_FLUSH_PAINT
|
|
939 |
Section: Painting
|
|
940 |
Requires:
|
|
941 |
Name: Painting Debug Utilities
|
|
942 |
SeeAlso: ???
|
|
943 |
|
|
944 |
Feature: RASTERCALLBACKS
|
|
945 |
Description: Supports subclassing the QPaintEngineRaster with callback functions.
|
|
946 |
Section: Painting
|
|
947 |
Requires:
|
|
948 |
Name: Raster Paint Engine callback functions
|
|
949 |
SeeAlso: ???
|
|
950 |
|
|
951 |
# Fonts
|
|
952 |
|
|
953 |
Feature: FREETYPE
|
|
954 |
Description: Supports the FreeType 2 font engine (and its supported font formats).
|
|
955 |
Section: Fonts
|
|
956 |
Requires:
|
|
957 |
Name: Freetype Font Engine
|
|
958 |
SeeAlso: ???
|
|
959 |
|
|
960 |
Feature: QWS_QPF
|
|
961 |
Description: Supports Qt's pre-rendered fonts, a light-weight non-scalable font format
|
|
962 |
specific to Qt for Embedded Linux.
|
|
963 |
Section: Fonts
|
|
964 |
Requires:
|
|
965 |
Name: Qt Prerendered Font Format
|
|
966 |
SeeAlso: ???
|
|
967 |
|
|
968 |
Feature: QWS_QPF2
|
|
969 |
Description: Supports Qt's second generation of pre-rendered fonts, a light-weight
|
|
970 |
non-scalable font format specific to Qt for Embedded Linux.
|
|
971 |
Section: Fonts
|
|
972 |
Requires:
|
|
973 |
Name: Qt Prerendered Font Format 2
|
|
974 |
SeeAlso: ???
|
|
975 |
|
|
976 |
# Internationalization
|
|
977 |
|
|
978 |
Feature: TEXTCODECPLUGIN
|
|
979 |
Description: Supports custom text codecs that can be loaded dynamically into applications.
|
|
980 |
Section: Internationalization
|
|
981 |
Requires: TEXTCODEC LIBRARY
|
|
982 |
Name: QTextCodecPlugin
|
|
983 |
SeeAlso: ???
|
|
984 |
|
|
985 |
Feature: TRANSLATION
|
|
986 |
Description: Supports translations using QObject::tr().
|
|
987 |
Section: Internationalization
|
|
988 |
Requires:
|
|
989 |
Name: Translation
|
|
990 |
SeeAlso: ???
|
|
991 |
|
|
992 |
Feature: TRANSLATION_UTF8
|
|
993 |
Description: Supports translations using QObject::trUtf8().
|
|
994 |
Section: Internationalization
|
|
995 |
Requires: TRANSLATION TEXTCODEC
|
|
996 |
Name: Translation (UTF-8 representation)
|
|
997 |
SeeAlso: ???
|
|
998 |
|
|
999 |
Feature: TEXTCODEC
|
|
1000 |
Description: Supports conversions between text encodings.
|
|
1001 |
Section: Internationalization
|
|
1002 |
Requires:
|
|
1003 |
Name: QTextCodec
|
|
1004 |
SeeAlso: ???
|
|
1005 |
|
|
1006 |
Feature: CODECS
|
|
1007 |
Description: Supports non-unicode text conversions.
|
|
1008 |
Section: Internationalization
|
|
1009 |
Requires: TEXTCODEC
|
|
1010 |
Name: Codecs
|
|
1011 |
SeeAlso: ???
|
|
1012 |
|
|
1013 |
Feature: BIG_CODECS
|
|
1014 |
Description: Supports big codecs, e.g. CJK.
|
|
1015 |
Section: Internationalization
|
|
1016 |
Requires:
|
|
1017 |
Name: Big Codecs
|
|
1018 |
SeeAlso: ???
|
|
1019 |
|
|
1020 |
Feature: QWS_INPUTMETHODS
|
|
1021 |
Description: Supports international input methods.
|
|
1022 |
Section: Internationalization
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1023 |
Requires: IM
|
0
|
1024 |
Name: QWSInputMethod
|
|
1025 |
SeeAlso: ???
|
|
1026 |
|
|
1027 |
# Networking
|
|
1028 |
|
|
1029 |
Feature: URLINFO
|
|
1030 |
Description: Supports storage of URL information.
|
|
1031 |
Section: Networking
|
|
1032 |
Requires:
|
|
1033 |
Name: QUrlInfo
|
|
1034 |
SeeAlso: ???
|
|
1035 |
|
|
1036 |
Feature: HOSTINFO
|
|
1037 |
Description: Supports host name lookups.
|
|
1038 |
Section: Networking
|
|
1039 |
Requires: TEXTSTREAM
|
|
1040 |
Name: QHostInfo
|
|
1041 |
SeeAlso: ???
|
|
1042 |
|
|
1043 |
Feature: FTP
|
|
1044 |
Description: Supports FTP file access.
|
|
1045 |
Section: Networking
|
|
1046 |
Requires: URLINFO TEXTDATE
|
|
1047 |
Name: File Transfer Protocol
|
|
1048 |
SeeAlso: ???
|
|
1049 |
|
|
1050 |
Feature: HTTP
|
|
1051 |
Description: Supports HTTP file access.
|
|
1052 |
Section: Networking
|
|
1053 |
Requires: HOSTINFO
|
|
1054 |
Name: Hyper Text Transfer Protocol
|
|
1055 |
SeeAlso: ???
|
|
1056 |
|
|
1057 |
Feature: UDPSOCKET
|
|
1058 |
Description: Supports User Datagram Protocol sockets.
|
|
1059 |
Section: Networking
|
|
1060 |
Requires:
|
|
1061 |
Name: QUdpSocket
|
|
1062 |
SeeAlso: ???
|
|
1063 |
|
|
1064 |
Feature: NETWORKPROXY
|
|
1065 |
Description: Supports configuring network layer proxy support to the Qt network classes.
|
|
1066 |
Section: Networking
|
|
1067 |
Requires:
|
|
1068 |
Name: QNetworkProxy
|
|
1069 |
SeeAlso: ???
|
|
1070 |
|
|
1071 |
Feature: SOCKS5
|
|
1072 |
Description: Supports SOCKS v5 network proxy.
|
|
1073 |
Section: Networking
|
|
1074 |
Requires: NETWORKPROXY
|
|
1075 |
Name: SOCKS5
|
|
1076 |
SeeAlso: ???
|
|
1077 |
|
|
1078 |
Feature: COP
|
|
1079 |
Description: Supports the QCOP protocol, which is a many-to-many
|
|
1080 |
communication protocol for transferring messages on various
|
|
1081 |
channels, and Inter Process Communications (IPC).
|
|
1082 |
Section: Networking
|
|
1083 |
Requires:
|
|
1084 |
Name: QCopChannel
|
|
1085 |
SeeAlso: ???
|
|
1086 |
|
|
1087 |
Feature: NETWORKINTERFACE
|
|
1088 |
Description: Supports listing the host's IP addresses and network interfaces
|
|
1089 |
Section: Networking
|
|
1090 |
Requires:
|
|
1091 |
Name: QNetworkInterface
|
|
1092 |
SeeAlso: ???
|
|
1093 |
|
|
1094 |
Feature: NETWORKDISKCACHE
|
|
1095 |
Description: Supports a disk cache for network resources
|
|
1096 |
Section: Networking
|
|
1097 |
Requires: TEMPORARYFILE
|
|
1098 |
Name: QNetworkDiskCache
|
|
1099 |
SeeAlso: ???
|
|
1100 |
|
30
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1101 |
Feature: BEARERMANAGEMENT
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1102 |
Description: Provides bearer management support
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1103 |
Section: Networking
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1104 |
Requires: LIBRARY
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1105 |
Name: Bearer Management
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1106 |
SeeAlso: ???
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1107 |
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1108 |
|
0
|
1109 |
# Utilities
|
|
1110 |
|
|
1111 |
Feature: COMPLETER
|
|
1112 |
Description: Provides completions based on an item model.
|
|
1113 |
Section: Utilities
|
|
1114 |
Requires: PROXYMODEL
|
|
1115 |
Name: QCompleter
|
|
1116 |
SeeAlso: ???
|
|
1117 |
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1118 |
Feature: FSCOMPLETER
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1119 |
Description: Provides completions based on an item model.
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1120 |
Section: Utilities
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1121 |
Requires: FILESYSTEMMODEL COMPLETER
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1122 |
Name: QCompleter
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1123 |
SeeAlso: ???
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1124 |
|
0
|
1125 |
Feature: DESKTOPSERVICES
|
|
1126 |
Description: Provides methods for accessing common desktop services.
|
|
1127 |
Section: Utilities
|
|
1128 |
Requires:
|
|
1129 |
Name: QDesktopServices
|
|
1130 |
SeeAlso: ???
|
|
1131 |
|
|
1132 |
Feature: SYSTEMTRAYICON
|
|
1133 |
Description: Provides an icon for an application in the system tray.
|
|
1134 |
Section: Utilities
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1135 |
Requires:
|
0
|
1136 |
Name: QSystemTrayIcon
|
|
1137 |
SeeAlso: ???
|
|
1138 |
|
|
1139 |
Feature: UNDOCOMMAND
|
|
1140 |
Description: Applies (redo or) undo of a single change in a document.
|
|
1141 |
Section: Utilities
|
|
1142 |
Requires:
|
|
1143 |
Name: QUndoCommand
|
|
1144 |
SeeAlso: ???
|
|
1145 |
|
|
1146 |
Feature: UNDOSTACK
|
|
1147 |
Description: Provides the ability to (redo or) undo a list of changes in a document.
|
|
1148 |
Section: Utilities
|
|
1149 |
Requires: UNDOCOMMAND
|
|
1150 |
Name: QUndoStack
|
|
1151 |
SeeAlso: ???
|
|
1152 |
|
|
1153 |
Feature: UNDOGROUP
|
|
1154 |
Description:
|
|
1155 |
Section: Utilities
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1156 |
Requires: UNDOSTACK
|
0
|
1157 |
Name: QUndoGroup
|
|
1158 |
SeeAlso: ???
|
|
1159 |
|
|
1160 |
Feature: UNDOVIEW
|
|
1161 |
Description: A widget which shows the contents of an undo stack.
|
|
1162 |
Section: Utilities
|
|
1163 |
Requires: UNDOSTACK LISTVIEW
|
|
1164 |
Name: QUndoView
|
|
1165 |
SeeAlso: ???
|
|
1166 |
|
|
1167 |
Feature: ACCESSIBILITY
|
|
1168 |
Description: Provides accessibility support.
|
|
1169 |
Section: Utilities
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1170 |
Requires: PROPERTIES MENUBAR
|
0
|
1171 |
Name: Accessibility
|
|
1172 |
SeeAlso: ???
|
|
1173 |
|
|
1174 |
Feature: ANIMATION
|
|
1175 |
Description: Provides a framework for animations.
|
|
1176 |
Section: Utilities
|
|
1177 |
Requires: PROPERTIES
|
|
1178 |
Name: Animation
|
|
1179 |
SeeAlso: ???
|
|
1180 |
|
|
1181 |
Feature: STATEMACHINE
|
|
1182 |
Description: Provides hierarchical finite state machines.
|
|
1183 |
Section: Utilities
|
|
1184 |
Requires: PROPERTIES
|
|
1185 |
Name: State machine
|
|
1186 |
SeeAlso: ???
|
|
1187 |
|
33
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1188 |
Feature: GESTURES
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1189 |
Description: Provides a framework for gestures.
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1190 |
Section: Utilities
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1191 |
Requires:
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1192 |
Name: Gesture
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1193 |
SeeAlso: ???
|
0
|
1194 |
|
|
1195 |
# SVG
|
|
1196 |
|
|
1197 |
Feature: SVG
|
|
1198 |
Description: Provides classes for displaying the contents of SVG files.
|
|
1199 |
Section: SVG
|
|
1200 |
Requires: XMLSTREAMREADER CSSPARSER
|
|
1201 |
Name: QtSvg module
|
|
1202 |
SeeAlso: ???
|
|
1203 |
|
|
1204 |
Feature: GRAPHICSSVGITEM
|
|
1205 |
Description: Provides a QGraphicsItem that can be used to render the contents of SVG files.
|
|
1206 |
Section: SVG
|
|
1207 |
Requires: SVGRENDERER GRAPHICSVIEW
|
|
1208 |
Name: QGraphicsSvgItem
|
|
1209 |
SeeAlso: ???
|
|
1210 |
|
|
1211 |
Feature: SVGGENERATOR
|
|
1212 |
Description: Provides a paint device that is used to create SVG drawings.
|
|
1213 |
Section: SVG
|
|
1214 |
Requires: SVG
|
|
1215 |
Name: QSvgGenerator
|
|
1216 |
SeeAlso: ???
|
|
1217 |
|
|
1218 |
Feature: SVGRENDERER
|
|
1219 |
Description: Provides a class used to draw the contents of SVG files onto paint devices.
|
|
1220 |
Section: SVG
|
|
1221 |
Requires: SVG
|
|
1222 |
Name: QSvgRenderer
|
|
1223 |
SeeAlso: ???
|
|
1224 |
|
|
1225 |
Feature: SVGWIDGET
|
|
1226 |
Description: Provides a widget that is used to display the contents of SVG files.
|
|
1227 |
Section: SVG
|
|
1228 |
Requires: SVGRENDERER
|
|
1229 |
Name: QSvgWidget
|
|
1230 |
SeeAlso: ???
|
|
1231 |
|
|
1232 |
|
|
1233 |
# Qt for Embedded Linux
|
|
1234 |
|
|
1235 |
Feature: QWS_SOUNDSERVER
|
|
1236 |
Description: Supports servers playing sounds.
|
|
1237 |
Section: Qt for Embedded Linux
|
|
1238 |
Requires: SOUND HOSTINFO QWS_MULTIPROCESS
|
|
1239 |
Name: Sound Server
|
|
1240 |
SeeAlso: ???
|
|
1241 |
|
|
1242 |
Feature: QWS_MULTIPROCESS
|
|
1243 |
Description: Supports multi-process architecture.
|
|
1244 |
Section: Qt for Embedded Linux
|
|
1245 |
Requires:
|
|
1246 |
Name: Multi-Process
|
|
1247 |
SeeAlso: ???
|
|
1248 |
|
|
1249 |
Feature: QWS_KEYBOARD
|
|
1250 |
Description: Supports the console keyboard.
|
|
1251 |
Section: Qt for Embedded Linux
|
|
1252 |
Requires:
|
|
1253 |
Name: Keyboard
|
|
1254 |
SeeAlso: ???
|
|
1255 |
|
|
1256 |
Feature: QWS_CURSOR
|
|
1257 |
Description: Supports visible cursors.
|
|
1258 |
Section: Qt for Embedded Linux
|
|
1259 |
Requires: CURSOR
|
|
1260 |
Name: Cursor
|
|
1261 |
SeeAlso: ???
|
|
1262 |
|
|
1263 |
Feature: QWS_ALPHA_CURSOR
|
|
1264 |
Description: Supports alpha-blended cursors.
|
|
1265 |
Section: Qt for Embedded Linux
|
|
1266 |
Requires:
|
|
1267 |
Name: Alpha Cursor
|
|
1268 |
SeeAlso: ???
|
|
1269 |
|
|
1270 |
Feature: QWS_MANAGER
|
|
1271 |
Description: Supports the window manager.
|
|
1272 |
Section: Qt for Embedded Linux
|
|
1273 |
Requires: QWS_DECORATION_DEFAULT
|
|
1274 |
Name: Manager
|
|
1275 |
SeeAlso: ???
|
|
1276 |
|
|
1277 |
Feature: QWS_DECORATION_DEFAULT
|
|
1278 |
Description: Supports default decoration of the top level windows.
|
|
1279 |
Section: Qt for Embedded Linux
|
|
1280 |
Requires:
|
|
1281 |
Name: Decoration
|
|
1282 |
SeeAlso: ???
|
|
1283 |
|
|
1284 |
Feature: QWS_DECORATION_WINDOWS
|
|
1285 |
Description: Supports a "Windows" style decoration of the top level windows.
|
|
1286 |
Section: Qt for Embedded Linux
|
|
1287 |
Requires: QWS_DECORATION_DEFAULT
|
|
1288 |
Name: Decoration (Windows Style)
|
|
1289 |
SeeAlso: ???
|
|
1290 |
|
|
1291 |
Feature: QWS_DECORATION_STYLED
|
|
1292 |
Description: Supports styled decoration of the top level windows.
|
|
1293 |
Section: Qt for Embedded Linux
|
|
1294 |
Requires: QWS_DECORATION_DEFAULT
|
|
1295 |
Name: Decoration (Styled)
|
|
1296 |
SeeAlso: ???
|
|
1297 |
|
|
1298 |
Feature: QWS_MOUSE
|
|
1299 |
Description: Supports mouse drivers.
|
|
1300 |
Section: Qt for Embedded Linux
|
|
1301 |
Requires:
|
|
1302 |
Name: Mouse
|
|
1303 |
SeeAlso: ???
|
|
1304 |
|
|
1305 |
Feature: QWS_MOUSE_AUTO
|
|
1306 |
Description: Supports auto-detected mouse drivers.
|
|
1307 |
Section: Qt for Embedded Linux
|
|
1308 |
Requires:
|
|
1309 |
Name: Mouse (Auto)
|
|
1310 |
SeeAlso: ???
|
|
1311 |
|
|
1312 |
Feature: QWS_MOUSE_MANUAL
|
|
1313 |
Description: Supports non-autodetected mouse drivers.
|
|
1314 |
Section: Qt for Embedded Linux
|
|
1315 |
Requires:
|
|
1316 |
Name: Mouse (Non-Auto)
|
|
1317 |
SeeAlso: ???
|
|
1318 |
|
|
1319 |
Feature: QWS_PROPERTIES
|
|
1320 |
Description: Supports window system properties.
|
|
1321 |
Section: Qt for Embedded Linux
|
|
1322 |
Requires:
|
|
1323 |
Name: Properties
|
|
1324 |
SeeAlso: ???
|
|
1325 |
|
|
1326 |
Feature: SXE
|
|
1327 |
Description: Supports Safe Execution Environment (experimental).
|
|
1328 |
Section: Qt for Embedded Linux
|
|
1329 |
Requires: QWS_MULTIPROCESS
|
|
1330 |
Name: SXE
|
|
1331 |
SeeAlso: ???
|
|
1332 |
|
|
1333 |
Feature: QWSEMBEDWIDGET
|
|
1334 |
Description: Provides embedding of a top-level window.
|
|
1335 |
Section: Qt for Embedded Linux
|
|
1336 |
Requires:
|
|
1337 |
Name: QWSEmbedWidget
|
|
1338 |
SeeAlso: ???
|
|
1339 |
|
|
1340 |
Feature: QWS_PROXYSCREEN
|
|
1341 |
Description: Provides a proxy helper class used by some screen drivers.
|
|
1342 |
Section: Qt for Embedded Linux
|
|
1343 |
Requires:
|
|
1344 |
Name: QProxyScreen
|
|
1345 |
SeeAlso: ???
|
|
1346 |
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1347 |
Feature: QWS_VNC
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1348 |
Description: Provides VNC screen driver
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1349 |
Section: Qt for Embedded Linux
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1350 |
Requires: QWS_PROXYSCREEN
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1351 |
Name: QVncScreen
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1352 |
SeeAlso: ???
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1353 |
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1354 |
Feature: QWS_TRANSFORMED
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1355 |
Description: Provides Transformed screen driver
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1356 |
Section: Qt for Embedded Linux
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1357 |
Requires: QWS_PROXYSCREEN
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1358 |
Name: QVncTransformed
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1359 |
SeeAlso: ???
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1360 |
|
0
|
1361 |
Feature: QWS_DYNAMICSCREENTRANSFORMATION
|
|
1362 |
Description: Enables dynamic setting of screen transformation/rotation.
|
|
1363 |
Section: Qt for Embedded Linux
|
|
1364 |
Requires: QWS_PROXYSCREEN
|
|
1365 |
Name: Dynamic screen transformation.
|
|
1366 |
SeeAlso: ???
|
|
1367 |
|
|
1368 |
# Windows
|
|
1369 |
|
|
1370 |
Feature: WIN_ACTIVEQT
|
|
1371 |
Description: Support for ActiveQt
|
|
1372 |
Section: Windows
|
|
1373 |
Requires: PROPERTIES
|
|
1374 |
Name: ActiveQt
|
|
1375 |
SeeAlso: ???
|
|
1376 |
|
30
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1377 |
# D-Bus
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1378 |
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1379 |
Feature: DBUS
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1380 |
Description: Provides classes for D-Bus.
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1381 |
Section: D-Bus
|
33
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1382 |
Requires: PROPERTIES DOM
|
30
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1383 |
Name: QtDBus module
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1384 |
SeeAlso: ???
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1385 |
|
0
|
1386 |
# Phonon
|
|
1387 |
|
|
1388 |
Feature: PHONON_PLATFORMPLUGIN
|
|
1389 |
Description: Support for platform plugin
|
|
1390 |
Section: Phonon
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1391 |
Requires: LIBRARY
|
0
|
1392 |
Name: Phonon::PlatformPlugin
|
|
1393 |
SeeAlso: ???
|
|
1394 |
|
|
1395 |
Feature: PHONON_EFFECT
|
|
1396 |
Description: Support for Audio Effect
|
|
1397 |
Section: Phonon
|
|
1398 |
Requires:
|
|
1399 |
Name: Phonon::Effect
|
|
1400 |
SeeAlso: ???
|
|
1401 |
|
|
1402 |
Feature: PHONON_AUDIOCAPTURE
|
|
1403 |
Description: Support for Audio Capture
|
|
1404 |
Section: Phonon
|
|
1405 |
Requires:
|
|
1406 |
Name: Support for Audio Capture
|
|
1407 |
SeeAlso: ???
|
|
1408 |
|
|
1409 |
Feature: PHONON_EFFECTWIDGET
|
|
1410 |
Description: Support for Audio Effect Widget
|
|
1411 |
Section: Phonon
|
|
1412 |
Requires: PHONON_EFFECT COMBOBOX SPINBOX
|
|
1413 |
Name: Phonon::EffectWidget
|
|
1414 |
SeeAlso: ???
|
|
1415 |
|
|
1416 |
Feature: PHONON_VOLUMEFADEREFFECT
|
|
1417 |
Description: Support for Volume Fader Effect class
|
|
1418 |
Section: Phonon
|
|
1419 |
Requires: PHONON_EFFECT
|
|
1420 |
Name: Phonon::VolumeFaderEffect
|
|
1421 |
SeeAlso: ???
|
|
1422 |
|
|
1423 |
|
|
1424 |
Feature: PHONON_OBJECTDESCRIPTIONMODEL
|
|
1425 |
Description: Support for Object Description Model
|
|
1426 |
Section: Phonon
|
|
1427 |
Requires:
|
|
1428 |
Name: Phonon::ObjectDescriptionModel
|
|
1429 |
SeeAlso: ???
|
|
1430 |
|
|
1431 |
Feature: PHONON_VIDEO
|
|
1432 |
Description: Support for Video
|
|
1433 |
Section: Phonon
|
|
1434 |
Requires:
|
|
1435 |
Name: Phonon::VideoWidget
|
|
1436 |
SeeAlso: ???
|
|
1437 |
|
|
1438 |
Feature: PHONON_VIDEOPLAYER
|
|
1439 |
Description: Support for the Video Player class
|
|
1440 |
Section: Phonon
|
|
1441 |
Requires: PHONON_VIDEO
|
|
1442 |
Name: Phonon::VideoPlayer
|
|
1443 |
SeeAlso: ???
|
|
1444 |
|
|
1445 |
|
|
1446 |
Feature: PHONON_SEEKSLIDER
|
|
1447 |
Description: Support for the Seek Slider class
|
|
1448 |
Section: Phonon
|
|
1449 |
Requires: SLIDER
|
|
1450 |
Name: Phonon::SeekSlider
|
|
1451 |
SeeAlso: ???
|
|
1452 |
|
|
1453 |
Feature: PHONON_VOLUMESLIDER
|
|
1454 |
Description: Support for the Volume Slider class
|
|
1455 |
Section: Phonon
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1456 |
Requires: SLIDER TOOLBUTTON
|
0
|
1457 |
Name: Phonon::VolumeSlider
|
|
1458 |
SeeAlso: ???
|
|
1459 |
|
|
1460 |
Feature: PHONON_MEDIACONTROLLER
|
|
1461 |
Description: Support for the MediaController class
|
|
1462 |
Section: Phonon
|
|
1463 |
Requires:
|
|
1464 |
Name: Phonon::MediaController
|
|
1465 |
SeeAlso: ???
|
|
1466 |
|
|
1467 |
Feature: PHONON_ABSTRACTMEDIASTREAM
|
|
1468 |
Description: Support for streaming of raw data (QIODevice...)
|
|
1469 |
Section: Phonon
|
|
1470 |
Requires:
|
|
1471 |
Name: Phonon::AbstractMediaStream
|
|
1472 |
SeeAlso: ???
|
3
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1473 |
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1474 |
Feature: PHONON_SETTINGSGROUP
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1475 |
Description: Phonon settingsgroup
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1476 |
Section: Phonon
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1477 |
Requires: SETTINGS
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1478 |
Name: Phonon::AbstractMediaStream
|
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
diff
changeset
|
1479 |
SeeAlso: ???
|