source: trunk/src/corelib/global/qfeatures.txt@ 5

Last change on this file since 5 was 2, checked in by Dmitry A. Kuminov, 16 years ago

Initially imported qt-all-opensource-src-4.5.1 from Trolltech.

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