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