equal
deleted
inserted
replaced
26 Section: Kernel |
26 Section: Kernel |
27 Requires: |
27 Requires: |
28 Name: CssParser |
28 Name: CssParser |
29 SeeAlso: ??? |
29 SeeAlso: ??? |
30 |
30 |
31 Feature: THREAD |
|
32 Description: Supports multithreaded programming. |
|
33 Section: Kernel |
|
34 Requires: |
|
35 Name: QThread |
|
36 SeeAlso: ??? |
|
37 |
|
38 Feature: CONCURRENT |
31 Feature: CONCURRENT |
39 Description: Provides a high-level multi-threaded APIs |
32 Description: Provides a high-level multi-threaded APIs |
40 Section: Kernel |
33 Section: Kernel |
41 Requires: THREAD |
34 Requires: |
42 Name: QtConcurrent |
35 Name: QtConcurrent |
43 SeeAlso: ??? |
36 SeeAlso: ??? |
44 |
37 |
45 Feature: DRAGANDDROP |
38 Feature: DRAGANDDROP |
46 Description: Supports the drag and drop mechansim. |
39 Description: Supports the drag and drop mechansim. |
68 Section: Kernel |
61 Section: Kernel |
69 Requires: |
62 Requires: |
70 Name: QAction |
63 Name: QAction |
71 SeeAlso: ??? |
64 SeeAlso: ??? |
72 |
65 |
|
66 Feature: SOFTKEYMANAGER |
|
67 Description: Supports softkeys. |
|
68 Section: Gui |
|
69 Requires: ACTION |
|
70 Name: QSoftKeyManager |
|
71 SeeAlso: ??? |
|
72 |
73 Feature: CURSOR |
73 Feature: CURSOR |
74 Description: Supports mouse cursors. |
74 Description: Supports mouse cursors. |
75 Section: Kernel |
75 Section: Kernel |
76 Requires: |
76 Requires: |
77 Name: QCursor |
77 Name: QCursor |
145 Section: Kernel |
145 Section: Kernel |
146 Requires: XMLSTREAM |
146 Requires: XMLSTREAM |
147 Name: QXmlStreamWriter |
147 Name: QXmlStreamWriter |
148 SeeAlso: ??? |
148 SeeAlso: ??? |
149 |
149 |
|
150 Feature: IM |
|
151 Description: Inputmethods with QInputContext |
|
152 Section: Kernel |
|
153 Requires: LIBRARY |
|
154 Name: QInputContext |
|
155 SeeAlso: ??? |
150 # Data structures |
156 # Data structures |
151 |
157 |
152 Feature: STL |
158 Feature: STL |
153 Description: Supports standard template library compatiblity. |
159 Description: Supports standard template library compatiblity. |
154 Section: Data structures |
160 Section: Data structures |
180 # File I/O |
186 # File I/O |
181 |
187 |
182 Feature: PROCESS |
188 Feature: PROCESS |
183 Description: Supports external process invocation. |
189 Description: Supports external process invocation. |
184 Section: File I/O |
190 Section: File I/O |
185 Requires: THREAD |
191 Requires: |
186 Name: QProcess |
192 Name: QProcess |
187 SeeAlso: ??? |
193 SeeAlso: ??? |
188 |
194 |
189 Feature: TEXTSTREAM |
195 Feature: TEXTSTREAM |
190 Description: Supports reading and writing of text. |
196 Description: Supports reading and writing of text. |
208 SeeAlso: ??? |
214 SeeAlso: ??? |
209 |
215 |
210 Feature: SETTINGS |
216 Feature: SETTINGS |
211 Description: Supports persistent application settings. |
217 Description: Supports persistent application settings. |
212 Section: File I/O |
218 Section: File I/O |
213 Requires: TEXTSTREAM |
219 Requires: |
214 Name: QSettings |
220 Name: QSettings |
215 SeeAlso: ??? |
221 SeeAlso: ??? |
216 |
222 |
217 Feature: DOM |
223 Feature: DOM |
218 Description: Supports the Document Object Model. |
224 Description: Supports the Document Object Model. |
230 |
236 |
231 Feature: FILESYSTEMWATCHER |
237 Feature: FILESYSTEMWATCHER |
232 Description: Provides an interface for monitoring files and directories |
238 Description: Provides an interface for monitoring files and directories |
233 for modications. |
239 for modications. |
234 Section: File I/O |
240 Section: File I/O |
235 Requires: THREAD |
241 Requires: |
236 Name: QFileSystemWatcher |
242 Name: QFileSystemWatcher |
237 SeeAlso: ??? |
243 SeeAlso: ??? |
238 |
244 |
239 # Widgets |
245 # Widgets |
240 |
246 |
337 SeeAlso: ??? |
343 SeeAlso: ??? |
338 |
344 |
339 Feature: COMBOBOX |
345 Feature: COMBOBOX |
340 Description: Supports comboboxes presenting a list of options to the user. |
346 Description: Supports comboboxes presenting a list of options to the user. |
341 Section: Widgets |
347 Section: Widgets |
342 Requires: LINEEDIT STANDARDITEMMODEL LISTVIEW |
348 Requires: LINEEDIT STANDARDITEMMODEL LISTVIEW |
343 Name: QComboBox |
349 Name: QComboBox |
344 SeeAlso: ??? |
350 SeeAlso: ??? |
345 |
351 |
346 Feature: FONTCOMBOBOX |
352 Feature: FONTCOMBOBOX |
347 Description: Supports a combobox that lets the user select a font family. |
353 Description: Supports a combobox that lets the user select a font family. |
351 SeeAlso: ??? |
357 SeeAlso: ??? |
352 |
358 |
353 Feature: TOOLBUTTON |
359 Feature: TOOLBUTTON |
354 Description: Supports quick-access buttons to commands and options. |
360 Description: Supports quick-access buttons to commands and options. |
355 Section: Widgets |
361 Section: Widgets |
356 Requires: ICON ACTION |
362 Requires: ACTION |
357 Name: QToolButton |
363 Name: QToolButton |
358 SeeAlso: ??? |
364 SeeAlso: ??? |
359 |
365 |
360 Feature: TOOLBAR |
366 Feature: TOOLBAR |
361 Description: Supports movable panels containing a set of controls. |
367 Description: Supports movable panels containing a set of controls. |
365 SeeAlso: ??? |
371 SeeAlso: ??? |
366 |
372 |
367 Feature: TOOLBOX |
373 Feature: TOOLBOX |
368 Description: Supports columns of tabbed widget items. |
374 Description: Supports columns of tabbed widget items. |
369 Section: Widgets |
375 Section: Widgets |
370 Requires: ICON TOOLBUTTON SCROLLAREA |
376 Requires: TOOLBUTTON SCROLLAREA |
371 Name: QToolBox |
377 Name: QToolBox |
372 SeeAlso: ??? |
378 SeeAlso: ??? |
373 |
379 |
374 Feature: GROUPBOX |
380 Feature: GROUPBOX |
375 Description: Supports group box frames. |
381 Description: Supports group box frames. |
401 SeeAlso: ??? |
407 SeeAlso: ??? |
402 |
408 |
403 Feature: WORKSPACE |
409 Feature: WORKSPACE |
404 Description: Supports workspace windows, e.g. used in an MDI application. |
410 Description: Supports workspace windows, e.g. used in an MDI application. |
405 Section: Widgets |
411 Section: Widgets |
406 Requires: SCROLLBAR RESIZEHANDLER MENU TOOLBUTTON MAINWINDOW TOOLBAR MENUBAR |
412 Requires: SCROLLBAR MAINWINDOW MENUBAR |
407 Name: QWorkSpace |
413 Name: QWorkSpace |
408 SeeAlso: ??? |
414 SeeAlso: ??? |
409 |
415 |
410 Feature: MDIAREA |
416 Feature: MDIAREA |
411 Description: Provides an area in which MDI windows are displayed. |
417 Description: Provides an area in which MDI windows are displayed. |
483 Section: Widgets |
489 Section: Widgets |
484 Requires: SCROLLAREA |
490 Requires: SCROLLAREA |
485 Name: QGraphicsView |
491 Name: QGraphicsView |
486 SeeAlso: ??? |
492 SeeAlso: ??? |
487 |
493 |
|
494 Feature: GRAPHICSEFFECT |
|
495 Description: Supports the graphicseffect classes. |
|
496 Section: Widgets |
|
497 Requires: GRAPHICSVIEW |
|
498 Name: QGraphicsEffect |
|
499 SeeAlso: ??? |
|
500 |
488 Feature: SPINWIDGET |
501 Feature: SPINWIDGET |
489 Description: Supports spinbox control widgets. |
502 Description: Supports spinbox control widgets. |
490 Section: Widgets |
503 Section: Widgets |
491 Requires: |
504 Requires: |
492 Name: Spin Widget |
505 Name: Spin Widget |
535 SeeAlso: ??? |
548 SeeAlso: ??? |
536 |
549 |
537 Feature: WHATSTHIS |
550 Feature: WHATSTHIS |
538 Description: Supports displaying "What's this" help. |
551 Description: Supports displaying "What's this" help. |
539 Section: Widgets |
552 Section: Widgets |
540 Requires: TOOLBUTTON ACTION |
553 Requires: TOOLBUTTON |
541 Name: QWhatsThis |
554 Name: QWhatsThis |
542 SeeAlso: ??? |
555 SeeAlso: ??? |
543 |
556 |
544 Feature: VALIDATOR |
557 Feature: VALIDATOR |
545 Description: Supports validation of input text. |
558 Description: Supports validation of input text. |
565 |
578 |
566 Feature: PRINTPREVIEWWIDGET |
579 Feature: PRINTPREVIEWWIDGET |
567 Description: Provides a widget for previewing page layouts for printer output. |
580 Description: Provides a widget for previewing page layouts for printer output. |
568 a date. |
581 a date. |
569 Section: Widgets |
582 Section: Widgets |
570 Requires: GRAPHICSVIEW PRINTER |
583 Requires: GRAPHICSVIEW PRINTER MAINWINDOW |
571 Name: QPrintPreviewWidget |
584 Name: QPrintPreviewWidget |
572 SeeAlso: ??? |
585 SeeAlso: ??? |
573 |
586 |
574 # Dialogs |
587 # Dialogs |
575 |
588 |
582 SeeAlso: ??? |
595 SeeAlso: ??? |
583 |
596 |
584 Feature: COLORDIALOG |
597 Feature: COLORDIALOG |
585 Description: Supports a dialog widget for specifying colors. |
598 Description: Supports a dialog widget for specifying colors. |
586 Section: Dialogs |
599 Section: Dialogs |
587 Requires: LINEEDIT VALIDATOR SPINBOX |
600 Requires: SPINBOX |
588 Name: QColorDialog |
601 Name: QColorDialog |
589 SeeAlso: ??? |
602 SeeAlso: ??? |
590 |
603 |
591 Feature: FILEDIALOG |
604 Feature: FILEDIALOG |
592 Description: Supports a dialog widget for selecting files or directories. |
605 Description: Supports a dialog widget for selecting files or directories. |
593 Section: Dialogs |
606 Section: Dialogs |
594 Requires: DIRMODEL TREEVIEW COMBOBOX TOOLBUTTON BUTTONGROUP TOOLTIP SPLITTER STACKEDWIDGET FILESYSTEMMODEL |
607 Requires: DIRMODEL TREEVIEW COMBOBOX TOOLBUTTON BUTTONGROUP TOOLTIP SPLITTER STACKEDWIDGET PROXYMODEL |
595 Name: QFileDialog |
608 Name: QFileDialog |
596 SeeAlso: ??? |
609 SeeAlso: ??? |
597 |
610 |
598 Feature: FONTDIALOG |
611 Feature: FONTDIALOG |
599 Description: Supports a dialog widget for selecting fonts. |
612 Description: Supports a dialog widget for selecting fonts. |
603 SeeAlso: ??? |
616 SeeAlso: ??? |
604 |
617 |
605 Feature: PRINTDIALOG |
618 Feature: PRINTDIALOG |
606 Description: Supports a dialog widget for specifying printer configuration. |
619 Description: Supports a dialog widget for specifying printer configuration. |
607 Section: Dialogs |
620 Section: Dialogs |
608 Requires: PRINTER COMBOBOX BUTTONGROUP SPINBOX TREEVIEW STACKEDWIDGET TABWIDGET |
621 Requires: PRINTER COMBOBOX BUTTONGROUP SPINBOX TREEVIEW TABWIDGET |
609 Name: QPrintDialog |
622 Name: QPrintDialog |
610 SeeAlso: ??? |
623 SeeAlso: ??? |
611 |
624 |
612 Feature: PRINTPREVIEWDIALOG |
625 Feature: PRINTPREVIEWDIALOG |
613 Description: Provides a dialog for previewing and configuring page layouts for printer output. |
626 Description: Provides a dialog for previewing and configuring page layouts for printer output. |
614 Section: Dialogs |
627 Section: Dialogs |
615 Requires: PRINTPREVIEWWIDGET PRINTDIALOG MAINWINDOW |
628 Requires: PRINTPREVIEWWIDGET PRINTDIALOG TOOLBAR |
616 Name: QPrintPreviewDialog |
629 Name: QPrintPreviewDialog |
617 SeeAlso: ??? |
630 SeeAlso: ??? |
618 |
631 |
619 Feature: PROGRESSDIALOG |
632 Feature: PROGRESSDIALOG |
620 Description: Supports feedback on the progress of a slow operation. |
633 Description: Supports feedback on the progress of a slow operation. |
662 SeeAlso: ??? |
675 SeeAlso: ??? |
663 |
676 |
664 Feature: DIRMODEL |
677 Feature: DIRMODEL |
665 Description: Supports a data model for the local filesystem. |
678 Description: Supports a data model for the local filesystem. |
666 Section: ItemViews |
679 Section: ItemViews |
667 Requires: ITEMVIEWS |
680 Requires: ITEMVIEWS FILESYSTEMMODEL |
668 Name: QDirModel |
681 Name: QDirModel |
669 SeeAlso: ??? |
682 SeeAlso: ??? |
670 |
683 |
671 Feature: STANDARDITEMMODEL |
684 Feature: STANDARDITEMMODEL |
672 Description: Supports a generic model for storing custom data. |
685 Description: Supports a generic model for storing custom data. |
770 SeeAlso: ??? |
783 SeeAlso: ??? |
771 |
784 |
772 Feature: STYLE_WINDOWSVISTA |
785 Feature: STYLE_WINDOWSVISTA |
773 Description: Supports a Microsoft WindowsVista-like look and feel. |
786 Description: Supports a Microsoft WindowsVista-like look and feel. |
774 Section: Styles |
787 Section: Styles |
775 Requires: STYLE_WINDOWS STYLE_WINDOWSXP |
788 Requires: STYLE_WINDOWSXP |
776 Name: QWindowsVistaStyle |
789 Name: QWindowsVistaStyle |
777 SeeAlso: ??? |
790 SeeAlso: ??? |
778 |
791 |
779 Feature: STYLE_CLEANLOOKS |
792 Feature: STYLE_CLEANLOOKS |
780 Description: Supports a Gnome CleanLooks-like look and feel. |
793 Description: Supports a Gnome CleanLooks-like look and feel. |
811 Section: Images |
824 Section: Images |
812 Requires: |
825 Requires: |
813 Name: QImageIOPlugin |
826 Name: QImageIOPlugin |
814 SeeAlso: ??? |
827 SeeAlso: ??? |
815 |
828 |
816 Feature: ICON |
|
817 Description: Supports scalable icons in different modes and states. |
|
818 Section: Images |
|
819 Requires: |
|
820 Name: QIcon |
|
821 SeeAlso: ??? |
|
822 |
|
823 Feature: MOVIE |
829 Feature: MOVIE |
824 Description: Supports animated images. |
830 Description: Supports animated images. |
825 Section: Images |
831 Section: Images |
826 Requires: |
832 Requires: |
827 Name: QMovie |
833 Name: QMovie |
908 SeeAlso: ??? |
914 SeeAlso: ??? |
909 |
915 |
910 Feature: PRINTER |
916 Feature: PRINTER |
911 Description: Supports printing |
917 Description: Supports printing |
912 Section: Painting |
918 Section: Painting |
913 Requires: TEXTSTREAM PICTURE |
919 Requires: TEXTSTREAM PICTURE TEMPORARYFILE |
914 Name: QPrinter |
920 Name: QPrinter |
915 SeeAlso: ??? |
921 SeeAlso: ??? |
916 |
922 |
917 Feature: CUPS |
923 Feature: CUPS |
918 Description Supports the Common UNIX Printing System |
924 Description Supports the Common UNIX Printing System |
1012 SeeAlso: ??? |
1018 SeeAlso: ??? |
1013 |
1019 |
1014 Feature: QWS_INPUTMETHODS |
1020 Feature: QWS_INPUTMETHODS |
1015 Description: Supports international input methods. |
1021 Description: Supports international input methods. |
1016 Section: Internationalization |
1022 Section: Internationalization |
1017 Requires: |
1023 Requires: IM |
1018 Name: QWSInputMethod |
1024 Name: QWSInputMethod |
1019 SeeAlso: ??? |
1025 SeeAlso: ??? |
1020 |
1026 |
1021 # Networking |
1027 # Networking |
1022 |
1028 |
1099 Section: Utilities |
1105 Section: Utilities |
1100 Requires: PROXYMODEL |
1106 Requires: PROXYMODEL |
1101 Name: QCompleter |
1107 Name: QCompleter |
1102 SeeAlso: ??? |
1108 SeeAlso: ??? |
1103 |
1109 |
|
1110 Feature: FSCOMPLETER |
|
1111 Description: Provides completions based on an item model. |
|
1112 Section: Utilities |
|
1113 Requires: FILESYSTEMMODEL COMPLETER |
|
1114 Name: QCompleter |
|
1115 SeeAlso: ??? |
|
1116 |
1104 Feature: DESKTOPSERVICES |
1117 Feature: DESKTOPSERVICES |
1105 Description: Provides methods for accessing common desktop services. |
1118 Description: Provides methods for accessing common desktop services. |
1106 Section: Utilities |
1119 Section: Utilities |
1107 Requires: |
1120 Requires: |
1108 Name: QDesktopServices |
1121 Name: QDesktopServices |
1109 SeeAlso: ??? |
1122 SeeAlso: ??? |
1110 |
1123 |
1111 Feature: SYSTEMTRAYICON |
1124 Feature: SYSTEMTRAYICON |
1112 Description: Provides an icon for an application in the system tray. |
1125 Description: Provides an icon for an application in the system tray. |
1113 Section: Utilities |
1126 Section: Utilities |
1114 Requires: ICON |
1127 Requires: |
1115 Name: QSystemTrayIcon |
1128 Name: QSystemTrayIcon |
1116 SeeAlso: ??? |
1129 SeeAlso: ??? |
1117 |
1130 |
1118 Feature: UNDOCOMMAND |
1131 Feature: UNDOCOMMAND |
1119 Description: Applies (redo or) undo of a single change in a document. |
1132 Description: Applies (redo or) undo of a single change in a document. |
1130 SeeAlso: ??? |
1143 SeeAlso: ??? |
1131 |
1144 |
1132 Feature: UNDOGROUP |
1145 Feature: UNDOGROUP |
1133 Description: |
1146 Description: |
1134 Section: Utilities |
1147 Section: Utilities |
1135 Requires: UNDOCOMMAND UNDOSTACK |
1148 Requires: UNDOSTACK |
1136 Name: QUndoGroup |
1149 Name: QUndoGroup |
1137 SeeAlso: ??? |
1150 SeeAlso: ??? |
1138 |
1151 |
1139 Feature: UNDOVIEW |
1152 Feature: UNDOVIEW |
1140 Description: A widget which shows the contents of an undo stack. |
1153 Description: A widget which shows the contents of an undo stack. |
1144 SeeAlso: ??? |
1157 SeeAlso: ??? |
1145 |
1158 |
1146 Feature: ACCESSIBILITY |
1159 Feature: ACCESSIBILITY |
1147 Description: Provides accessibility support. |
1160 Description: Provides accessibility support. |
1148 Section: Utilities |
1161 Section: Utilities |
1149 Requires: PROPERTIES |
1162 Requires: PROPERTIES MENUBAR |
1150 Name: Accessibility |
1163 Name: Accessibility |
1151 SeeAlso: ??? |
1164 SeeAlso: ??? |
1152 |
1165 |
1153 Feature: ANIMATION |
1166 Feature: ANIMATION |
1154 Description: Provides a framework for animations. |
1167 Description: Provides a framework for animations. |
1315 Section: Qt for Embedded Linux |
1328 Section: Qt for Embedded Linux |
1316 Requires: |
1329 Requires: |
1317 Name: QProxyScreen |
1330 Name: QProxyScreen |
1318 SeeAlso: ??? |
1331 SeeAlso: ??? |
1319 |
1332 |
|
1333 Feature: QWS_VNC |
|
1334 Description: Provides VNC screen driver |
|
1335 Section: Qt for Embedded Linux |
|
1336 Requires: QWS_PROXYSCREEN |
|
1337 Name: QVncScreen |
|
1338 SeeAlso: ??? |
|
1339 |
|
1340 Feature: QWS_TRANSFORMED |
|
1341 Description: Provides Transformed screen driver |
|
1342 Section: Qt for Embedded Linux |
|
1343 Requires: QWS_PROXYSCREEN |
|
1344 Name: QVncTransformed |
|
1345 SeeAlso: ??? |
|
1346 |
1320 Feature: QWS_DYNAMICSCREENTRANSFORMATION |
1347 Feature: QWS_DYNAMICSCREENTRANSFORMATION |
1321 Description: Enables dynamic setting of screen transformation/rotation. |
1348 Description: Enables dynamic setting of screen transformation/rotation. |
1322 Section: Qt for Embedded Linux |
1349 Section: Qt for Embedded Linux |
1323 Requires: QWS_PROXYSCREEN |
1350 Requires: QWS_PROXYSCREEN |
1324 Name: Dynamic screen transformation. |
1351 Name: Dynamic screen transformation. |
1336 # Phonon |
1363 # Phonon |
1337 |
1364 |
1338 Feature: PHONON_PLATFORMPLUGIN |
1365 Feature: PHONON_PLATFORMPLUGIN |
1339 Description: Support for platform plugin |
1366 Description: Support for platform plugin |
1340 Section: Phonon |
1367 Section: Phonon |
1341 Requires: |
1368 Requires: LIBRARY |
1342 Name: Phonon::PlatformPlugin |
1369 Name: Phonon::PlatformPlugin |
1343 SeeAlso: ??? |
1370 SeeAlso: ??? |
1344 |
1371 |
1345 Feature: PHONON_EFFECT |
1372 Feature: PHONON_EFFECT |
1346 Description: Support for Audio Effect |
1373 Description: Support for Audio Effect |
1401 SeeAlso: ??? |
1428 SeeAlso: ??? |
1402 |
1429 |
1403 Feature: PHONON_VOLUMESLIDER |
1430 Feature: PHONON_VOLUMESLIDER |
1404 Description: Support for the Volume Slider class |
1431 Description: Support for the Volume Slider class |
1405 Section: Phonon |
1432 Section: Phonon |
1406 Requires: SLIDER |
1433 Requires: SLIDER TOOLBUTTON |
1407 Name: Phonon::VolumeSlider |
1434 Name: Phonon::VolumeSlider |
1408 SeeAlso: ??? |
1435 SeeAlso: ??? |
1409 |
1436 |
1410 Feature: PHONON_MEDIACONTROLLER |
1437 Feature: PHONON_MEDIACONTROLLER |
1411 Description: Support for the MediaController class |
1438 Description: Support for the MediaController class |
1418 Description: Support for streaming of raw data (QIODevice...) |
1445 Description: Support for streaming of raw data (QIODevice...) |
1419 Section: Phonon |
1446 Section: Phonon |
1420 Requires: |
1447 Requires: |
1421 Name: Phonon::AbstractMediaStream |
1448 Name: Phonon::AbstractMediaStream |
1422 SeeAlso: ??? |
1449 SeeAlso: ??? |
|
1450 |
|
1451 Feature: PHONON_SETTINGSGROUP |
|
1452 Description: Phonon settingsgroup |
|
1453 Section: Phonon |
|
1454 Requires: SETTINGS |
|
1455 Name: Phonon::AbstractMediaStream |
|
1456 SeeAlso: ??? |