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
|
---|
34 | Requires:
|
---|
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 |
|
---|
66 | Feature: SOFTKEYMANAGER
|
---|
67 | Description: Supports softkeys.
|
---|
68 | Section: Gui
|
---|
69 | Requires: ACTION
|
---|
70 | Name: QSoftKeyManager
|
---|
71 | SeeAlso: ???
|
---|
72 |
|
---|
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 |
|
---|
150 | Feature: IM
|
---|
151 | Description: Inputmethods with QInputContext
|
---|
152 | Section: Kernel
|
---|
153 | Requires: LIBRARY
|
---|
154 | Name: QInputContext
|
---|
155 | SeeAlso: ???
|
---|
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
|
---|
191 | Requires:
|
---|
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
|
---|
219 | Requires:
|
---|
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
|
---|
241 | Requires:
|
---|
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
|
---|
348 | Requires: LINEEDIT STANDARDITEMMODEL LISTVIEW
|
---|
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
|
---|
362 | Requires: ACTION
|
---|
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
|
---|
376 | Requires: TOOLBUTTON SCROLLAREA
|
---|
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
|
---|
412 | Requires: SCROLLBAR MAINWINDOW MENUBAR
|
---|
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 |
|
---|
494 | Feature: GRAPHICSEFFECT
|
---|
495 | Description: Supports the graphicseffect classes.
|
---|
496 | Section: Widgets
|
---|
497 | Requires: GRAPHICSVIEW
|
---|
498 | Name: QGraphicsEffect
|
---|
499 | SeeAlso: ???
|
---|
500 |
|
---|
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
|
---|
553 | Requires: TOOLBUTTON
|
---|
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
|
---|
583 | Requires: GRAPHICSVIEW PRINTER MAINWINDOW
|
---|
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
|
---|
600 | Requires: SPINBOX
|
---|
601 | Name: QColorDialog
|
---|
602 | SeeAlso: ???
|
---|
603 |
|
---|
604 | Feature: FILEDIALOG
|
---|
605 | Description: Supports a dialog widget for selecting files or directories.
|
---|
606 | Section: Dialogs
|
---|
607 | Requires: DIRMODEL TREEVIEW COMBOBOX TOOLBUTTON BUTTONGROUP TOOLTIP SPLITTER STACKEDWIDGET PROXYMODEL
|
---|
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
|
---|
621 | Requires: PRINTER COMBOBOX BUTTONGROUP SPINBOX TREEVIEW TABWIDGET
|
---|
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
|
---|
628 | Requires: PRINTPREVIEWWIDGET PRINTDIALOG TOOLBAR
|
---|
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
|
---|
680 | Requires: ITEMVIEWS FILESYSTEMMODEL
|
---|
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
|
---|
788 | Requires: STYLE_WINDOWSXP
|
---|
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
|
---|
919 | Requires: TEXTSTREAM PICTURE TEMPORARYFILE
|
---|
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
|
---|
1023 | Requires: IM
|
---|
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.
|
---|
|
---|