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

Last change on this file since 651 was 561, checked in by Dmitry A. Kuminov, 15 years ago

trunk: Merged in qt 4.6.1 sources.

File size: 30.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: CONCURRENT
32Description: Provides a high-level multi-threaded APIs
33Section: Kernel
34Requires:
35Name: QtConcurrent
36SeeAlso: ???
37
38Feature: DRAGANDDROP
39Description: Supports the drag and drop mechansim.
40Section: Kernel
41Requires: QWS_PROPERTIES IMAGEFORMAT_XPM
42Name: Drag and drop
43SeeAlso: ???
44
45Feature: SESSIONMANAGER
46Description: Supports session management.
47Section: Kernel
48Requires:
49Name: Session Manager
50SeeAlso: ???
51
52Feature: SHORTCUT
53Description: Supports keyboard accelerators and shortcuts.
54Section: Kernel
55Requires:
56Name: QShortcut
57SeeAlso: ???
58
59Feature: ACTION
60Description: Supports widget actions.
61Section: Kernel
62Requires:
63Name: QAction
64SeeAlso: ???
65
66Feature: SOFTKEYMANAGER
67Description: Supports softkeys.
68Section: Gui
69Requires: ACTION
70Name: QSoftKeyManager
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
150Feature: IM
151Description: Inputmethods with QInputContext
152Section: Kernel
153Requires: LIBRARY
154Name: QInputContext
155SeeAlso: ???
156# Data structures
157
158Feature: STL
159Description: Supports standard template library compatiblity.
160Section: Data structures
161Requires:
162Name: Standard Template Library
163SeeAlso: ???
164
165Feature: QUUID_STRING
166Description: Supports convertion between UUID and strings.
167Section: Data structures
168Requires:
169Name: Universally Unique Identifier Convertion
170SeeAlso: ???
171
172Feature: TEXTDATE
173Description: Supports month and day names in dates.
174Section: Data structures
175Requires:
176Name: Text Date
177SeeAlso: ???
178
179Feature: DATESTRING
180Description: Supports convertion between dates and strings.
181Section: Data structures
182Requires: TEXTDATE
183Name: QDate/QTime/QDateTime
184SeeAlso: ???
185
186# File I/O
187
188Feature: PROCESS
189Description: Supports external process invocation.
190Section: File I/O
191Requires:
192Name: QProcess
193SeeAlso: ???
194
195Feature: TEXTSTREAM
196Description: Supports reading and writing of text.
197Section: File I/O
198Requires:
199Name: QTextStream
200SeeAlso: ???
201
202Feature: TEMPORARYFILE
203Description: Provides an I/O device that operates on temporary files.
204Section: File I/O
205Requires:
206Name: QTemporaryFile
207SeeAlso: ???
208
209Feature: LIBRARY
210Description: Supports a shared library wrapper.
211Section: File I/O
212Requires: SETTINGS
213Name: QLibrary
214SeeAlso: ???
215
216Feature: SETTINGS
217Description: Supports persistent application settings.
218Section: File I/O
219Requires:
220Name: QSettings
221SeeAlso: ???
222
223Feature: DOM
224Description: Supports the Document Object Model.
225Section: File I/O
226Requires:
227Name: Document Object Model
228SeeAlso: ???
229
230Feature: FILESYSTEMMODEL
231Description: Provides a data model for the local filesystem.
232Section: File I/O
233Requires: FILESYSTEMWATCHER
234Name: QFileSystemModel
235SeeAlso: ???
236
237Feature: FILESYSTEMWATCHER
238Description: Provides an interface for monitoring files and directories
239for modications.
240Section: File I/O
241Requires:
242Name: QFileSystemWatcher
243SeeAlso: ???
244
245# Widgets
246
247Feature: TREEWIDGET
248Description: Supports views using tree models.
249Section: Widgets
250Requires: TREEVIEW
251Name: QTreeWidget
252SeeAlso: ???
253
254Feature: LISTWIDGET
255Description: Supports item-based list widgets.
256Section: Widgets
257Requires: LISTVIEW
258Name: QListWidget
259SeeAlso: ???
260
261Feature: TABLEWIDGET
262Description: Supports item-based table views.
263Section: Widgets
264Requires: TABLEVIEW
265Name: QTableWidget
266SeeAlso: ???
267
268Feature: DATETIMEEDIT
269Description: Supports editing dates and times.
270Section: Widgets
271Requires: CALENDARWIDGET DATESTRING
272Name: QDateTimeEdit
273SeeAlso: ???
274
275Feature: STACKEDWIDGET
276Description: Supports stacked widgets.
277Section: Widgets
278Requires:
279Name: QStackedWidget
280SeeAlso: ???
281
282Feature: TEXTBROWSER
283Description: Supports HTML document browsing.
284Section: Widgets
285Requires: TEXTEDIT
286Name: QTextBrowser
287SeeAlso: ???
288
289Feature: SPLASHSCREEN
290Description: Supports splash screens that can be shown during application startup.
291Section: Widgets
292Requires:
293Name: Splash screen widget
294SeeAlso: ???
295
296Feature: SPLITTER
297Description: Supports user controlled splitter widgets.
298Section: Widgets
299Requires: RUBBERBAND
300Name: QSplitter
301SeeAlso: ???
302
303Feature: LCDNUMBER
304Description: Supports LCD-like digits.
305Section: Widgets
306Requires:
307Name: QLCDNumber
308SeeAlso: ???
309
310Feature: MENU
311Description: Supports popup-menus.
312Section: Widgets
313Requires: ACTION
314Name: QMenu
315SeeAlso: ???
316
317Feature: LINEEDIT
318Description: Supports single-line edits.
319Section: Widgets
320Requires:
321Name: QLineEdit
322SeeAlso: ???
323
324Feature: SPINBOX
325Description: Supports spin boxes handling integers and discrete sets of values.
326Section: Widgets
327Requires: SPINWIDGET LINEEDIT VALIDATOR
328Name: QSpinBox
329SeeAlso: ???
330
331Feature: TABBAR
332Description: Supports tab bars, e.g. for use in tabbed dialogs.
333Section: Widgets
334Requires: TOOLBUTTON
335Name: QTabBar
336SeeAlso: ???
337
338Feature: TABWIDGET
339Description: Supports stacking tabbed widgets.
340Section: Widgets
341Requires: TABBAR STACKEDWIDGET
342Name: QTabWidget
343SeeAlso: ???
344
345Feature: COMBOBOX
346Description: Supports comboboxes presenting a list of options to the user.
347Section: Widgets
348Requires: LINEEDIT STANDARDITEMMODEL LISTVIEW
349Name: QComboBox
350SeeAlso: ???
351
352Feature: FONTCOMBOBOX
353Description: Supports a combobox that lets the user select a font family.
354Section: Widgets
355Requires: COMBOBOX STRINGLISTMODEL
356Name: QFontComboBox
357SeeAlso: ???
358
359Feature: TOOLBUTTON
360Description: Supports quick-access buttons to commands and options.
361Section: Widgets
362Requires: ACTION
363Name: QToolButton
364SeeAlso: ???
365
366Feature: TOOLBAR
367Description: Supports movable panels containing a set of controls.
368Section: Widgets
369Requires: MAINWINDOW
370Name: QToolBar
371SeeAlso: ???
372
373Feature: TOOLBOX
374Description: Supports columns of tabbed widget items.
375Section: Widgets
376Requires: TOOLBUTTON SCROLLAREA
377Name: QToolBox
378SeeAlso: ???
379
380Feature: GROUPBOX
381Description: Supports group box frames.
382Section: Widgets
383Requires:
384Name: QGroupBox
385SeeAlso: ???
386
387Feature: BUTTONGROUP
388Description: Supports organizing groups of button widgets.
389Section: Widgets
390Requires: GROUPBOX
391Name: QButtonGroup
392SeeAlso: ???
393
394Feature: MAINWINDOW
395Description: Supports main application windows.
396Section: Widgets
397Requires: MENU RESIZEHANDLER TOOLBUTTON
398Name: QMainWindow
399SeeAlso: ???
400
401Feature: DOCKWIDGET
402Description: Supports docking widgets inside a QMainWindow or floated as
403a top-level window on the desktop.
404Section: Widgets
405Requires: RUBBERBAND MAINWINDOW
406Name: QDockwidget
407SeeAlso: ???
408
409Feature: WORKSPACE
410Description: Supports workspace windows, e.g. used in an MDI application.
411Section: Widgets
412Requires: SCROLLBAR MAINWINDOW MENUBAR
413Name: QWorkSpace
414SeeAlso: ???
415
416Feature: MDIAREA
417Description: Provides an area in which MDI windows are displayed.
418Section: Widgets
419Requires: SCROLLAREA
420Name: QMdiArea
421SeeAlso: ???
422
423Feature: RESIZEHANDLER
424Description: Supports an internal resize handler.
425Section: Widgets
426Requires:
427Name: Resize Handler
428SeeAlso: ???
429
430Feature: STATUSBAR
431Description: Supports presentation of status information.
432Section: Widgets
433Requires:
434Name: QStatusBar
435SeeAlso: ???
436
437Feature: MENUBAR
438Description: Supports pull-down menu items.
439Section: Widgets
440Requires: MENU TOOLBUTTON
441Name: QMenuBar
442SeeAlso: ???
443
444Feature: CONTEXTMENU
445Description: Supports pop-up menus on right mouse click
446Section: Widgets
447Requires: MENU
448Name: Context menu
449SeeeAlso: ???
450
451Feature: PROGRESSBAR
452Description: Supports presentation of operation progress.
453Section: Widgets
454Requires:
455Name: QProgressBar
456SeeAlso: ???
457
458Feature: SLIDER
459Description: Supports sliders controlling a bounded value.
460Section: Widgets
461Requires:
462Name: QSlider
463SeeAlso: ???
464
465Feature: SCROLLBAR
466Description: Supports scrollbars allowing the user access parts of a
467document that is larger than the widget used to display it.
468Section: Widgets
469Requires: SLIDER
470Name: QScrollBar
471SeeAlso: ???
472
473Feature: DIAL
474Description: Supports rounded range control, e.g. like a speedometer.
475Section: Widgets
476Requires: SLIDER
477Name: QDial
478SeeAlso: ???
479
480Feature: SCROLLAREA
481Description: Supports scrolling views onto widgets.
482Section: Widgets
483Requires: SCROLLBAR
484Name: QScrollArea
485SeeAlso: ???
486
487Feature: GRAPHICSVIEW
488Description: Supports the graphicsview classes.
489Section: Widgets
490Requires: SCROLLAREA
491Name: QGraphicsView
492SeeAlso: ???
493
494Feature: GRAPHICSEFFECT
495Description: Supports the graphicseffect classes.
496Section: Widgets
497Requires: GRAPHICSVIEW
498Name: QGraphicsEffect
499SeeAlso: ???
500
501Feature: SPINWIDGET
502Description: Supports spinbox control widgets.
503Section: Widgets
504Requires:
505Name: Spin Widget
506SeeAlso: ???
507
508Feature: TEXTEDIT
509Description: Supports rich text editing.
510Section: Widgets
511Requires: SCROLLAREA PROPERTIES
512Name: QTextEdit
513SeeAlso: ???
514
515Feature: SYNTAXHIGHLIGHTER
516Description: Supports custom syntax highlighting.
517Section: Widgets
518Requires: TEXTEDIT
519Name: QSyntaxHighlighter
520SeeAlso: ???
521
522Feature: RUBBERBAND
523Description: Supports using rubberbands to indicate selections and boundaries.
524Section: Widgets
525Requires:
526Name: QRubberBand
527SeeAlso: ???
528
529Feature: TOOLTIP
530Description: Supports presentation of tooltips.
531Section: Widgets
532Requires:
533Name: QToolTip
534SeeAlso: ???
535
536Feature: STATUSTIP
537Description: Supports status tip functionality and events.
538Section: Widgets
539Requires:
540Name: Status Tip
541SeeAlso: ???
542
543Feature: SIGNALMAPPER
544Description: Supports bundling of signals from identifiable senders.
545Section: Widgets
546Requires:
547Name: QSignalMapper
548SeeAlso: ???
549
550Feature: WHATSTHIS
551Description: Supports displaying "What's this" help.
552Section: Widgets
553Requires: TOOLBUTTON
554Name: QWhatsThis
555SeeAlso: ???
556
557Feature: VALIDATOR
558Description: Supports validation of input text.
559Section: Widgets
560Requires:
561Name: QValidator
562SeeAlso: ???
563
564Feature: SIZEGRIP
565Description: Supports corner-grips for resizing a top-level windows.
566Section: Widgets
567Requires:
568Name: QSizeGrip
569SeeAlso: ???
570
571Feature: CALENDARWIDGET
572Description: Provides a monthly based calendar widget allowing the user to select
573a date.
574Section: Widgets
575Requires: TABLEVIEW MENU TEXTDATE SPINBOX TOOLBUTTON
576Name: QCalendarWidget
577SeeAlso: ???
578
579Feature: PRINTPREVIEWWIDGET
580Description: Provides a widget for previewing page layouts for printer output.
581a date.
582Section: Widgets
583Requires: GRAPHICSVIEW PRINTER MAINWINDOW
584Name: QPrintPreviewWidget
585SeeAlso: ???
586
587# Dialogs
588
589Feature: MESSAGEBOX
590Description: Supports message boxes displaying
591informative messages and simple questions.
592Section: Dialogs
593Requires:
594Name: QMessageBox
595SeeAlso: ???
596
597Feature: COLORDIALOG
598Description: Supports a dialog widget for specifying colors.
599Section: Dialogs
600Requires: SPINBOX
601Name: QColorDialog
602SeeAlso: ???
603
604Feature: FILEDIALOG
605Description: Supports a dialog widget for selecting files or directories.
606Section: Dialogs
607Requires: DIRMODEL TREEVIEW COMBOBOX TOOLBUTTON BUTTONGROUP TOOLTIP SPLITTER STACKEDWIDGET PROXYMODEL
608Name: QFileDialog
609SeeAlso: ???
610
611Feature: FONTDIALOG
612Description: Supports a dialog widget for selecting fonts.
613Section: Dialogs
614Requires: STRINGLISTMODEL COMBOBOX VALIDATOR GROUPBOX
615Name: QFontDialog
616SeeAlso: ???
617
618Feature: PRINTDIALOG
619Description: Supports a dialog widget for specifying printer configuration.
620Section: Dialogs
621Requires: PRINTER COMBOBOX BUTTONGROUP SPINBOX TREEVIEW TABWIDGET
622Name: QPrintDialog
623SeeAlso: ???
624
625Feature: PRINTPREVIEWDIALOG
626Description: Provides a dialog for previewing and configuring page layouts for printer output.
627Section: Dialogs
628Requires: PRINTPREVIEWWIDGET PRINTDIALOG TOOLBAR
629Name: QPrintPreviewDialog
630SeeAlso: ???
631
632Feature: PROGRESSDIALOG
633Description: Supports feedback on the progress of a slow operation.
634Section: Dialogs
635Requires: PROGRESSBAR
636Name: QProgressDialog
637SeeAlso: ???
638
639Feature: INPUTDIALOG
640Description: Supports a simple convenience dialog to get a single value from the user.
641Section: Dialogs
642Requires: COMBOBOX SPINBOX STACKEDWIDGET
643Name: QInputDialog
644SeeAlso: ???
645
646Feature: TABDIALOG
647Description: Supports a stack of tabbed widgets.
648Section: Dialogs
649Requires: TABBAR
650Name: Q3TabDialog
651SeeAlso: ???
652
653Feature: ERRORMESSAGE
654Description: Supports an error message display dialog.
655Section: Dialogs
656Requires: TEXTEDIT
657Name: QErrorMessage
658SeeAlso: ???
659
660Feature: WIZARD
661Description: Provides a framework for wizards.
662Section: Dialogs
663Requires: PROPERTIES
664Name: QWizard
665SeeAlso: ???
666
667# ItemViews
668
669Feature: ITEMVIEWS
670Description: Supports the model/view architecture managing the relationship
671between data and the way it is presented to the user.
672Section: ItemViews
673Requires: RUBBERBAND SCROLLAREA
674Name: The Model/View Framework
675SeeAlso: ???
676
677Feature: DIRMODEL
678Description: Supports a data model for the local filesystem.
679Section: ItemViews
680Requires: ITEMVIEWS FILESYSTEMMODEL
681Name: QDirModel
682SeeAlso: ???
683
684Feature: STANDARDITEMMODEL
685Description: Supports a generic model for storing custom data.
686Section: ItemViews
687Requires: ITEMVIEWS
688Name: QStandardItemModel
689SeeAlso: ???
690
691Feature: PROXYMODEL
692Description: Supports processing of data passed between another model and a view.
693Section: ItemViews
694Requires: ITEMVIEWS
695Name: QAbstractProxyModel
696SeeAlso: ???
697
698Feature: SORTFILTERPROXYMODEL
699Description: Supports sorting and filtering of data passed between
700another model and a view.
701Section: ItemViews
702Requires: PROXYMODEL
703Name: QSortFilterProxyModel
704SeeAlso: ???
705
706Feature: STRINGLISTMODEL
707Description: Supports a model that supplies strings to views.
708Section: ItemViews
709Requires: ITEMVIEWS
710Name: QStringListModel
711SeeAlso: ???
712
713Feature: LISTVIEW
714Description: Supports a list or icon view onto a model.
715Section: ItemViews
716Requires: ITEMVIEWS
717Name: QListView
718SeeAlso: ???
719
720Feature: TABLEVIEW
721Description: Supports a default model/view implementation of a table view.
722Section: ItemViews
723Requires: ITEMVIEWS
724Name: QTableView
725SeeAlso: ???
726
727Feature: TREEVIEW
728Description: Supports a default model/view implementation of a tree view.
729Section: ItemViews
730Requires: ITEMVIEWS
731Name: QTreeView
732SeeAlso: ???
733
734Feature: DATAWIDGETMAPPER
735Description: Provides mapping between a section of a data model to widgets.
736Section: ItemViews
737Requires: ITEMVIEWS PROPERTIES
738Name: QDataWidgetMapper
739SeeAlso: ???
740
741Feature: COLUMNVIEW
742Description: Provides a model/view implementation of a column view.
743Section: ItemViews
744Requires: LISTVIEW
745Name: QColumnView
746SeeAlso: ???
747
748# Styles
749
750Feature: STYLE_WINDOWS
751Description: Supports a Microsoft Windows-like look and feel.
752Section: Styles
753Requires:
754Name: QWindowsStyle
755SeeAlso: ???
756
757Feature: STYLE_MOTIF
758Description: Supports a Motif look and feel.
759Section: Styles
760Requires:
761Name: QMotifStyle
762SeeAlso: ???
763
764Feature: STYLE_CDE
765Description: Supports a CDE look and feel.
766Section: Styles
767Requires: STYLE_MOTIF
768Name: QCDEStyle
769SeeAlso: ???
770
771Feature: STYLE_PLASTIQUE
772Description: Supports a widget style similar to the Plastik style available in KDE.
773Section: Styles
774Requires: STYLE_WINDOWS IMAGEFORMAT_XPM
775Name: QPlastiqueStyle
776SeeAlso: ???
777
778Feature: STYLE_WINDOWSXP
779Description: Supports a Microsoft WindowsXP-like look and feel.
780Section: Styles
781Requires: STYLE_WINDOWS
782Name: QWindowsXPStyle
783SeeAlso: ???
784
785Feature: STYLE_WINDOWSVISTA
786Description: Supports a Microsoft WindowsVista-like look and feel.
787Section: Styles
788Requires: STYLE_WINDOWSXP
789Name: QWindowsVistaStyle
790SeeAlso: ???
791
792Feature: STYLE_CLEANLOOKS
793Description: Supports a Gnome CleanLooks-like look and feel.
794Section: Styles
795Requires: STYLE_WINDOWS IMAGEFORMAT_XPM
796Name: QCleanLooksStyle
797SeeAlso: ???
798
799Feature: STYLE_WINDOWSCE
800Description: WindowsCE look and feel
801Section: Styles
802Requires: STYLE_WINDOWS IMAGEFORMAT_XPM
803Name: QWindowsCEStyle
804SeeAlso: ???
805
806Feature: STYLE_WINDOWSMOBILE
807Description: WindowsMobile look and feel
808Section: Styles
809Requires: STYLE_WINDOWS IMAGEFORMAT_XPM
810Name: QWindowsMobileStyle
811SeeAlso: ???
812
813Feature: STYLE_STYLESHEET
814Description:
815Section: Styles
816Requires: STYLE_WINDOWS PROPERTIES CSSPARSER
817Name: QStyleSheetStyle
818SeeAlso: ???
819
820# Images
821
822Feature: IMAGEFORMATPLUGIN
823Description: Supports writing an image format plugin.
824Section: Images
825Requires:
826Name: QImageIOPlugin
827SeeAlso: ???
828
829Feature: MOVIE
830Description: Supports animated images.
831Section: Images
832Requires:
833Name: QMovie
834SeeAlso: ???
835
836Feature: IMAGEFORMAT_BMP
837Description: Supports Microsoft's Bitmap image file format.
838Section: Images
839Requires:
840Name: BMP Image Format
841SeeAlso: ???
842
843Feature: IMAGEFORMAT_PPM
844Description: Supports the Portable Pixmap image file format.
845Section: Images
846Requires:
847Name: PPM Image Format
848SeeAlso: ???
849
850Feature: IMAGEFORMAT_XBM
851Description: Supports the X11 Bitmap image file format.
852Section: Images
853Requires:
854Name: XBM Image Format
855SeeAlso: ???
856
857Feature: IMAGEFORMAT_XPM
858Description: Supports the X11 Pixmap image file format.
859Section: Images
860Requires: TEXTSTREAM
861Name: XPM Image Format
862SeeAlso: ???
863
864Feature: IMAGEFORMAT_PNG
865Description: Supports the Portable Network Graphics image file format.
866Section: Images
867Requires:
868Name: PNG Image Format
869SeeAlso: ???
870
871Feature: IMAGEFORMAT_JPEG
872Description: Supports the Joint Photographic Experts Group image file format.
873Section: Images
874Requires:
875Name: JPEG Image Format
876SeeAlso: ???
877
878Feature: IMAGE_HEURISTIC_MASK
879Description: Supports creating a 1-bpp heuristic mask for images.
880Section: Images
881Requires:
882Name: QImage::createHeuristicMask()
883SeeAlso: ???
884
885Feature: IMAGE_TEXT
886Description: Supports image file text strings.
887Section: Images
888Requires:
889Name: Image Text
890SeeAlso: ???
891
892# Painting
893
894Feature: DIRECTPAINTER
895Description: Supports direct access to the video hardware.
896Section: Painting
897Requires:
898Name: QDirectPainter
899SeeAlso: ???
900
901Feature: PICTURE
902Description: Supports recording and replaying QPainter commands.
903Section: Painting
904Requires:
905Name: QPicture
906SeeAlso: ???
907
908Feature: COLORNAMES
909Description: Supports color names such as "red", used by QColor
910and by some HTML documents.
911Section: Painting
912Requires:
913Name: Color Names
914SeeAlso: ???
915
916Feature: PRINTER
917Description: Supports printing
918Section: Painting
919Requires: TEXTSTREAM PICTURE TEMPORARYFILE
920Name: QPrinter
921SeeAlso: ???
922
923Feature: CUPS
924Description Supports the Common UNIX Printing System
925Section: Painting
926Requires: PRINTER LIBRARY
927Name: Common UNIX Printing System
928SeeAlso: ???
929
930Feature: PAINTONSCREEN
931Description: Supports the Qt::WA_PaintOnScreen widget attribute.
932Section: Painting
933Requires:
934Name: Qt::WA_PaintOnScreen
935SeeAlso: ???
936
937Feature: PAINT_DEBUG
938Description: Debug painting with the environment variables QT_FLUSH_UPDATE and QT_FLUSH_PAINT
939Section: Painting
940Requires:
941Name: Painting Debug Utilities
942SeeAlso: ???
943
944Feature: RASTERCALLBACKS
945Description: Supports subclassing the QPaintEngineRaster with callback functions.
946Section: Painting
947Requires:
948Name: Raster Paint Engine callback functions
949SeeAlso: ???
950
951# Fonts
952
953Feature: FREETYPE
954Description: Supports the FreeType 2 font engine (and its supported font formats).
955Section: Fonts
956Requires:
957Name: Freetype Font Engine
958SeeAlso: ???
959
960Feature: QWS_QPF
961Description: Supports Qt's pre-rendered fonts, a light-weight non-scalable font format
962specific to Qt for Embedded Linux.
963Section: Fonts
964Requires:
965Name: Qt Prerendered Font Format
966SeeAlso: ???
967
968Feature: QWS_QPF2
969Description: Supports Qt's second generation of pre-rendered fonts, a light-weight
970non-scalable font format specific to Qt for Embedded Linux.
971Section: Fonts
972Requires:
973Name: Qt Prerendered Font Format 2
974SeeAlso: ???
975
976# Internationalization
977
978Feature: TEXTCODECPLUGIN
979Description: Supports custom text codecs that can be loaded dynamically into applications.
980Section: Internationalization
981Requires: TEXTCODEC LIBRARY
982Name: QTextCodecPlugin
983SeeAlso: ???
984
985Feature: TRANSLATION
986Description: Supports translations using QObject::tr().
987Section: Internationalization
988Requires:
989Name: Translation
990SeeAlso: ???
991
992Feature: TRANSLATION_UTF8
993Description: Supports translations using QObject::trUtf8().
994Section: Internationalization
995Requires: TRANSLATION TEXTCODEC
996Name: Translation (UTF-8 representation)
997SeeAlso: ???
998
999Feature: TEXTCODEC
1000Description: Supports conversions between text encodings.
1001Section: Internationalization
1002Requires:
1003Name: QTextCodec
1004SeeAlso: ???
1005
1006Feature: CODECS
1007Description: Supports non-unicode text conversions.
1008Section: Internationalization
1009Requires: TEXTCODEC
1010Name: Codecs
1011SeeAlso: ???
1012
1013Feature: BIG_CODECS
1014Description: Supports big codecs, e.g. CJK.
1015Section: Internationalization
1016Requires:
1017Name: Big Codecs
1018SeeAlso: ???
1019
1020Feature: QWS_INPUTMETHODS
1021Description: Supports international input methods.
1022Section: Internationalization
1023Requires: IM
1024Name: QWSInputMethod
1025SeeAlso: ???
1026
1027# Networking
1028
1029Feature: URLINFO
1030Description: Supports storage of URL information.
1031Section: Networking
1032Requires:
1033Name: QUrlInfo
1034SeeAlso: ???
1035
1036Feature: HOSTINFO
1037Description: Supports host name lookups.
1038Section: Networking
1039Requires: TEXTSTREAM
1040Name: QHostInfo
1041SeeAlso: ???
1042
1043Feature: FTP
1044Description: Supports FTP file access.
1045Section: Networking
1046Requires: URLINFO TEXTDATE
1047Name: File Transfer Protocol
1048SeeAlso: ???
1049
1050Feature: HTTP
1051Description: Supports HTTP file access.
1052Section: Networking
1053Requires: HOSTINFO
1054Name: Hyper Text Transfer Protocol
1055SeeAlso: ???
1056
1057Feature: UDPSOCKET
1058Description: Supports User Datagram Protocol sockets.