| 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: THREAD
|
|---|
| 32 | Description: Supports multithreaded programming.
|
|---|
| 33 | Section: Kernel
|
|---|
| 34 | Requires:
|
|---|
| 35 | Name: QThread
|
|---|
| 36 | SeeAlso: ???
|
|---|
| 37 |
|
|---|
| 38 | Feature: CONCURRENT
|
|---|
| 39 | Description: Provides a high-level multi-threaded APIs
|
|---|
| 40 | Section: Kernel
|
|---|
|
|---|