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