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

Last change on this file since 216 was 2, checked in by Dmitry A. Kuminov, 17 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