~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to src/corelib/global/qfeatures.txt

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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: 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: CURSOR
 
67
Description: Supports mouse cursors.
 
68
Section: Kernel
 
69
Requires:
 
70
Name: QCursor
 
71
SeeAlso: ???
 
72
 
 
73
Feature: CLIPBOARD
 
74
Description: Supports cut and paste operations.
 
75
Section: Kernel
 
76
Requires:
 
77
Name: QClipboard
 
78
SeeAlso: ???
 
79
 
 
80
Feature: WHEELEVENT
 
81
Description: Supports wheel events.
 
82
Section: Kernel
 
83
Requires:
 
84
Name: QWheelEvent
 
85
SeeAlso: ???
 
86
 
 
87
Feature: TABLETEVENT
 
88
Description: Supports tablet events.
 
89
Section: Kernel
 
90
Requires:
 
91
Name: QTabletEvent
 
92
SeeAlso: ???
 
93
 
 
94
Feature: EFFECTS
 
95
Description: Supports special widget effects (e.g. fading and scrolling).
 
96
Section: Kernel
 
97
Requires:
 
98
Name: Effects
 
99
SeeAlso: ???
 
100
 
 
101
Feature: SHAREDMEMORY
 
102
Description: Provides access to a shared memory segment.
 
103
Section: Kernel
 
104
Requires:
 
105
Name: QSharedMemory
 
106
SeeAlso: ???
 
107
 
 
108
Feature: SYSTEMSEMAPHORE
 
109
Description: Provides a general counting system semaphore.
 
110
Section: Kernel
 
111
Requires:
 
112
Name: QSystemSemaphore
 
113
SeeAlso: ???
 
114
 
 
115
Feature: XMLSTREAM
 
116
Description: Provides a simple streaming API for XML.
 
117
Section: Kernel
 
118
Requires:
 
119
Name:
 
120
SeeAlso: ???
 
121
 
 
122
Feature: XMLSTREAMREADER
 
123
Description: Provides a well-formed XML parser with a simple streaming API.
 
124
Section: Kernel
 
125
Requires: XMLSTREAM
 
126
Name: QXmlStreamReader
 
127
SeeAlso: ???
 
128
 
 
129
Feature: XMLSTREAMWRITER
 
130
Description: Provides a XML writer with a simple streaming API.
 
131
Section: Kernel
 
132
Requires: XMLSTREAM
 
133
Name: QXmlStreamWriter
 
134
SeeAlso: ???
 
135
 
 
136
Feature: IM
 
137
Description: Inputmethods with QInputContext
 
138
Section: Kernel
 
139
Requires: LIBRARY
 
140
Name: QInputContext
 
141
SeeAlso: ???
 
142
# Data structures
 
143
 
 
144
Feature: TEXTDATE
 
145
Description: Supports month and day names in dates.
 
146
Section: Data structures
 
147
Requires:
 
148
Name: Text Date
 
149
SeeAlso: ???
 
150
 
 
151
Feature: DATESTRING
 
152
Description: Supports convertion between dates and strings.
 
153
Section: Data structures
 
154
Requires: TEXTDATE
 
155
Name: QDate/QTime/QDateTime
 
156
SeeAlso: ???
 
157
 
 
158
# File I/O
 
159
 
 
160
Feature: PROCESS
 
161
Description: Supports external process invocation.
 
162
Section: File I/O
 
163
Requires:
 
164
Name: QProcess
 
165
SeeAlso: ???
 
166
 
 
167
Feature: TEMPORARYFILE
 
168
Description: Provides an I/O device that operates on temporary files.
 
169
Section: File I/O
 
170
Requires:
 
171
Name: QTemporaryFile
 
172
SeeAlso: ???
 
173
 
 
174
Feature: LIBRARY
 
175
Description: Supports a shared library wrapper.
 
176
Section: File I/O
 
177
Requires:
 
178
Name: QLibrary
 
179
SeeAlso: ???
 
180
 
 
181
Feature: SETTINGS
 
182
Description: Supports persistent application settings.
 
183
Section: File I/O
 
184
Requires:
 
185
Name: QSettings
 
186
SeeAlso: ???
 
187
 
 
188
Feature: DOM
 
189
Description: Supports the Document Object Model.
 
190
Section: File I/O
 
191
Requires:
 
192
Name: Document Object Model
 
193
SeeAlso: ???
 
194
 
 
195
Feature: FILESYSTEMMODEL
 
196
Description: Provides a data model for the local filesystem.
 
197
Section: File I/O
 
198
Requires: FILESYSTEMWATCHER
 
199
Name: QFileSystemModel
 
200
SeeAlso: ???
 
201
 
 
202
Feature: FILESYSTEMWATCHER
 
203
Description: Provides an interface for monitoring files and directories
 
204
for modications.
 
205
Section: File I/O
 
206
Requires:
 
207
Name: QFileSystemWatcher
 
208
SeeAlso: ???
 
209
 
 
210
Feature: FILESYSTEMITERATOR
 
211
Description: Provides fast file-system iteration.
 
212
for modications.
 
213
Section: File I/O
 
214
Requires:
 
215
Name: QFileSystemIterator
 
216
SeeAlso: ???
 
217
 
 
218
# Widgets
 
219
 
 
220
Feature: TREEWIDGET
 
221
Description: Supports views using tree models.
 
222
Section: Widgets
 
223
Requires: TREEVIEW
 
224
Name: QTreeWidget
 
225
SeeAlso: ???
 
226
 
 
227
Feature: LISTWIDGET
 
228
Description: Supports item-based list widgets.
 
229
Section: Widgets
 
230
Requires: LISTVIEW
 
231
Name: QListWidget
 
232
SeeAlso: ???
 
233
 
 
234
Feature: TABLEWIDGET
 
235
Description: Supports item-based table views.
 
236
Section: Widgets
 
237
Requires: TABLEVIEW
 
238
Name: QTableWidget
 
239
SeeAlso: ???
 
240
 
 
241
Feature: DATETIMEEDIT
 
242
Description: Supports editing dates and times.
 
243
Section: Widgets
 
244
Requires: CALENDARWIDGET DATESTRING
 
245
Name: QDateTimeEdit
 
246
SeeAlso: ???
 
247
 
 
248
Feature: STACKEDWIDGET
 
249
Description: Supports stacked widgets.
 
250
Section: Widgets
 
251
Requires:
 
252
Name: QStackedWidget
 
253
SeeAlso: ???
 
254
 
 
255
Feature: TEXTBROWSER
 
256
Description: Supports HTML document browsing.
 
257
Section: Widgets
 
258
Requires: TEXTEDIT
 
259
Name: QTextBrowser
 
260
SeeAlso: ???
 
261
 
 
262
Feature: SPLASHSCREEN
 
263
Description: Supports splash screens that can be shown during application startup.
 
264
Section: Widgets
 
265
Requires:
 
266
Name: Splash screen widget
 
267
SeeAlso: ???
 
268
 
 
269
Feature: SPLITTER
 
270
Description: Supports user controlled splitter widgets.
 
271
Section: Widgets
 
272
Requires: RUBBERBAND
 
273
Name: QSplitter
 
274
SeeAlso: ???
 
275
 
 
276
Feature: LCDNUMBER
 
277
Description: Supports LCD-like digits.
 
278
Section: Widgets
 
279
Requires:
 
280
Name: QLCDNumber
 
281
SeeAlso: ???
 
282
 
 
283
Feature: MENU
 
284
Description: Supports popup-menus.
 
285
Section: Widgets
 
286
Requires: ACTION
 
287
Name: QMenu
 
288
SeeAlso: ???
 
289
 
 
290
Feature: LINEEDIT
 
291
Description: Supports single-line edits.
 
292
Section: Widgets
 
293
Requires:
 
294
Name: QLineEdit
 
295
SeeAlso: ???
 
296
 
 
297
Feature: SPINBOX
 
298
Description: Supports spin boxes handling integers and discrete sets of values.
 
299
Section: Widgets
 
300
Requires: SPINWIDGET LINEEDIT VALIDATOR
 
301
Name: QSpinBox
 
302
SeeAlso: ???
 
303
 
 
304
Feature: TABBAR
 
305
Description: Supports tab bars, e.g. for use in tabbed dialogs.
 
306
Section: Widgets
 
307
Requires: TOOLBUTTON
 
308
Name: QTabBar
 
309
SeeAlso: ???
 
310
 
 
311
Feature: TABWIDGET
 
312
Description: Supports stacking tabbed widgets.
 
313
Section: Widgets
 
314
Requires: TABBAR STACKEDWIDGET
 
315
Name: QTabWidget
 
316
SeeAlso: ???
 
317
 
 
318
Feature: COMBOBOX
 
319
Description: Supports comboboxes presenting a list of options to the user.
 
320
Section: Widgets
 
321
Requires: LINEEDIT STANDARDITEMMODEL LISTVIEW 
 
322
Name: QComboBox
 
323
SeeAlso: ???
 
324
 
 
325
Feature: FONTCOMBOBOX
 
326
Description: Supports a combobox that lets the user select a font family.
 
327
Section: Widgets
 
328
Requires: COMBOBOX STRINGLISTMODEL
 
329
Name: QFontComboBox
 
330
SeeAlso: ???
 
331
 
 
332
Feature: TOOLBUTTON
 
333
Description: Supports quick-access buttons to commands and options.
 
334
Section: Widgets
 
335
Requires: ACTION
 
336
Name: QToolButton
 
337
SeeAlso: ???
 
338
 
 
339
Feature: TOOLBAR
 
340
Description: Supports movable panels containing a set of controls.
 
341
Section: Widgets
 
342
Requires: MAINWINDOW
 
343
Name: QToolBar
 
344
SeeAlso: ???
 
345
 
 
346
Feature: TOOLBOX
 
347
Description:  Supports columns of tabbed widget items.
 
348
Section: Widgets
 
349
Requires: TOOLBUTTON SCROLLAREA
 
350
Name: QToolBox
 
351
SeeAlso: ???
 
352
 
 
353
Feature: GROUPBOX
 
354
Description: Supports group box frames.
 
355
Section: Widgets
 
356
Requires:
 
357
Name: QGroupBox
 
358
SeeAlso: ???
 
359
 
 
360
Feature: BUTTONGROUP
 
361
Description: Supports organizing groups of button widgets.
 
362
Section: Widgets
 
363
Requires: GROUPBOX
 
364
Name: QButtonGroup
 
365
SeeAlso: ???
 
366
 
 
367
Feature: MAINWINDOW
 
368
Description: Supports main application windows.
 
369
Section: Widgets
 
370
Requires: MENU RESIZEHANDLER TOOLBUTTON
 
371
Name: QMainWindow
 
372
SeeAlso: ???
 
373
 
 
374
Feature: DOCKWIDGET
 
375
Description: Supports docking widgets inside a QMainWindow or floated as
 
376
a top-level window on the desktop.
 
377
Section: Widgets
 
378
Requires: RUBBERBAND MAINWINDOW
 
379
Name: QDockwidget
 
380
SeeAlso: ???
 
381
 
 
382
Feature: MDIAREA
 
383
Description: Provides an area in which MDI windows are displayed.
 
384
Section: Widgets
 
385
Requires: SCROLLAREA
 
386
Name: QMdiArea
 
387
SeeAlso: ???
 
388
 
 
389
Feature: RESIZEHANDLER
 
390
Description: Supports an internal resize handler.
 
391
Section: Widgets
 
392
Requires:
 
393
Name: Resize Handler
 
394
SeeAlso: ???
 
395
 
 
396
Feature: STATUSBAR
 
397
Description: Supports presentation of status information.
 
398
Section: Widgets
 
399
Requires:
 
400
Name: QStatusBar
 
401
SeeAlso: ???
 
402
 
 
403
Feature: MENUBAR
 
404
Description: Supports pull-down menu items.
 
405
Section: Widgets
 
406
Requires: MENU TOOLBUTTON
 
407
Name: QMenuBar
 
408
SeeAlso: ???
 
409
 
 
410
Feature: CONTEXTMENU
 
411
Description: Supports pop-up menus on right mouse click
 
412
Section: Widgets
 
413
Requires: MENU
 
414
Name: Context menu
 
415
SeeeAlso: ???
 
416
 
 
417
Feature: PROGRESSBAR
 
418
Description: Supports presentation of operation progress.
 
419
Section: Widgets
 
420
Requires:
 
421
Name: QProgressBar
 
422
SeeAlso: ???
 
423
 
 
424
Feature: SLIDER
 
425
Description: Supports sliders controlling a bounded value.
 
426
Section: Widgets
 
427
Requires:
 
428
Name: QSlider
 
429
SeeAlso: ???
 
430
 
 
431
Feature: SCROLLBAR
 
432
Description: Supports scrollbars allowing the user access parts of a
 
433
document that is larger than the widget used to display it.
 
434
Section: Widgets
 
435
Requires: SLIDER
 
436
Name: QScrollBar
 
437
SeeAlso: ???
 
438
 
 
439
Feature: DIAL
 
440
Description: Supports rounded range control, e.g. like a speedometer.
 
441
Section: Widgets
 
442
Requires: SLIDER
 
443
Name: QDial
 
444
SeeAlso: ???
 
445
 
 
446
Feature: SCROLLAREA
 
447
Description: Supports scrolling views onto widgets.
 
448
Section: Widgets
 
449
Requires: SCROLLBAR
 
450
Name: QScrollArea
 
451
SeeAlso: ???
 
452
 
 
453
Feature: GRAPHICSVIEW
 
454
Description: Supports the graphicsview classes.
 
455
Section: Widgets
 
456
Requires: SCROLLAREA
 
457
Name: QGraphicsView
 
458
SeeAlso: ???
 
459
 
 
460
Feature: GRAPHICSEFFECT
 
461
Description: Supports the graphicseffect classes.
 
462
Section: Widgets
 
463
Requires: GRAPHICSVIEW
 
464
Name: QGraphicsEffect
 
465
SeeAlso: ???
 
466
 
 
467
Feature: SPINWIDGET
 
468
Description: Supports spinbox control widgets.
 
469
Section: Widgets
 
470
Requires:
 
471
Name: Spin Widget
 
472
SeeAlso: ???
 
473
 
 
474
Feature: TEXTEDIT
 
475
Description: Supports rich text editing.
 
476
Section: Widgets
 
477
Requires: SCROLLAREA PROPERTIES
 
478
Name: QTextEdit
 
479
SeeAlso: ???
 
480
 
 
481
Feature: SYNTAXHIGHLIGHTER
 
482
Description: Supports custom syntax highlighting.
 
483
Section: Widgets
 
484
Requires: TEXTEDIT
 
485
Name: QSyntaxHighlighter
 
486
SeeAlso: ???
 
487
 
 
488
Feature: RUBBERBAND
 
489
Description: Supports using rubberbands to indicate selections and boundaries.
 
490
Section: Widgets
 
491
Requires:
 
492
Name: QRubberBand
 
493
SeeAlso: ???
 
494
 
 
495
Feature: TOOLTIP
 
496
Description: Supports presentation of tooltips.
 
497
Section: Widgets
 
498
Requires:
 
499
Name: QToolTip
 
500
SeeAlso: ???
 
501
 
 
502
Feature: STATUSTIP
 
503
Description: Supports status tip functionality and events.
 
504
Section: Widgets
 
505
Requires:
 
506
Name: Status Tip
 
507
SeeAlso: ???
 
508
 
 
509
Feature: WHATSTHIS
 
510
Description: Supports displaying "What's this" help.
 
511
Section: Widgets
 
512
Requires: TOOLBUTTON 
 
513
Name: QWhatsThis
 
514
SeeAlso: ???
 
515
 
 
516
Feature: VALIDATOR
 
517
Description: Supports validation of input text.
 
518
Section: Widgets
 
519
Requires:
 
520
Name: QValidator
 
521
SeeAlso: ???
 
522
 
 
523
Feature: SIZEGRIP
 
524
Description: Supports corner-grips for resizing a top-level windows.
 
525
Section: Widgets
 
526
Requires:
 
527
Name: QSizeGrip
 
528
SeeAlso: ???
 
529
 
 
530
Feature: CALENDARWIDGET
 
531
Description: Provides a monthly based calendar widget allowing the user to select
 
532
a date.
 
533
Section: Widgets
 
534
Requires: TABLEVIEW MENU TEXTDATE SPINBOX TOOLBUTTON
 
535
Name: QCalendarWidget
 
536
SeeAlso: ???
 
537
 
 
538
Feature: PRINTPREVIEWWIDGET
 
539
Description: Provides a widget for previewing page layouts for printer output.
 
540
a date.
 
541
Section: Widgets
 
542
Requires: GRAPHICSVIEW PRINTER MAINWINDOW
 
543
Name: QPrintPreviewWidget
 
544
SeeAlso: ???
 
545
 
 
546
# Dialogs
 
547
 
 
548
Feature: MESSAGEBOX
 
549
Description: Supports message boxes displaying
 
550
informative messages and simple questions.
 
551
Section: Dialogs
 
552
Requires:
 
553
Name: QMessageBox
 
554
SeeAlso: ???
 
555
 
 
556
Feature: COLORDIALOG
 
557
Description: Supports a dialog widget for specifying colors.
 
558
Section: Dialogs
 
559
Requires: SPINBOX
 
560
Name: QColorDialog
 
561
SeeAlso: ???
 
562
 
 
563
Feature: FILEDIALOG
 
564
Description: Supports a dialog widget for selecting files or directories.
 
565
Section: Dialogs
 
566
Requires: DIRMODEL TREEVIEW COMBOBOX TOOLBUTTON BUTTONGROUP TOOLTIP SPLITTER STACKEDWIDGET PROXYMODEL
 
567
Name: QFileDialog
 
568
SeeAlso: ???
 
569
 
 
570
Feature: FONTDIALOG
 
571
Description: Supports a dialog widget for selecting fonts.
 
572
Section: Dialogs
 
573
Requires: STRINGLISTMODEL COMBOBOX VALIDATOR GROUPBOX
 
574
Name: QFontDialog
 
575
SeeAlso: ???
 
576
 
 
577
Feature: PRINTDIALOG
 
578
Description: Supports a dialog widget for specifying printer configuration.
 
579
Section: Dialogs
 
580
Requires: PRINTER COMBOBOX BUTTONGROUP SPINBOX TREEVIEW TABWIDGET
 
581
Name: QPrintDialog
 
582
SeeAlso: ???
 
583
 
 
584
Feature: PRINTPREVIEWDIALOG
 
585
Description: Provides a dialog for previewing and configuring page layouts for printer output.
 
586
Section: Dialogs
 
587
Requires: PRINTPREVIEWWIDGET PRINTDIALOG TOOLBAR
 
588
Name: QPrintPreviewDialog
 
589
SeeAlso: ???
 
590
 
 
591
Feature: PROGRESSDIALOG
 
592
Description: Supports feedback on the progress of a slow operation.
 
593
Section: Dialogs
 
594
Requires: PROGRESSBAR
 
595
Name: QProgressDialog
 
596
SeeAlso: ???
 
597
 
 
598
Feature: INPUTDIALOG
 
599
Description: Supports a simple convenience dialog to get a single value from the user.
 
600
Section: Dialogs
 
601
Requires: COMBOBOX SPINBOX STACKEDWIDGET
 
602
Name: QInputDialog
 
603
SeeAlso: ???
 
604
 
 
605
Feature: ERRORMESSAGE
 
606
Description:  Supports an error message display dialog.
 
607
Section: Dialogs
 
608
Requires: TEXTEDIT
 
609
Name: QErrorMessage
 
610
SeeAlso: ???
 
611
 
 
612
Feature: WIZARD
 
613
Description: Provides a framework for wizards.
 
614
Section: Dialogs
 
615
Requires: PROPERTIES
 
616
Name: QWizard
 
617
SeeAlso: ???
 
618
 
 
619
# ItemViews
 
620
 
 
621
Feature: ITEMVIEWS
 
622
Description: Supports the model/view architecture managing the relationship
 
623
between data and the way it is presented to the user.
 
624
Section: ItemViews
 
625
Requires: RUBBERBAND SCROLLAREA
 
626
Name: The Model/View Framework
 
627
SeeAlso: ???
 
628
 
 
629
Feature: DIRMODEL
 
630
Description: Supports a data model for the local filesystem.
 
631
Section: ItemViews
 
632
Requires: ITEMVIEWS FILESYSTEMMODEL 
 
633
Name: QDirModel
 
634
SeeAlso: ???
 
635
 
 
636
Feature: STANDARDITEMMODEL
 
637
Description: Supports a generic model for storing custom data.
 
638
Section: ItemViews
 
639
Requires: ITEMVIEWS
 
640
Name: QStandardItemModel
 
641
SeeAlso: ???
 
642
 
 
643
Feature: PROXYMODEL
 
644
Description: Supports processing of data passed between another model and a view.
 
645
Section: ItemViews
 
646
Requires: ITEMVIEWS
 
647
Name: QAbstractProxyModel
 
648
SeeAlso: ???
 
649
 
 
650
Feature: SORTFILTERPROXYMODEL
 
651
Description: Supports sorting and filtering of data passed between
 
652
another model and a view.
 
653
Section: ItemViews
 
654
Requires: PROXYMODEL
 
655
Name: QSortFilterProxyModel
 
656
SeeAlso: ???
 
657
 
 
658
Feature: IDENTITYPROXYMODEL
 
659
Description: Supports proxying a source model unmodified.
 
660
Section: ItemViews
 
661
Requires: PROXYMODEL
 
662
Name: QIdentityProxyModel
 
663
SeeAlso: ???
 
664
 
 
665
Feature: STRINGLISTMODEL
 
666
Description: Supports a model that supplies strings to views.
 
667
Section: ItemViews
 
668
Requires: ITEMVIEWS
 
669
Name: QStringListModel
 
670
SeeAlso: ???
 
671
 
 
672
Feature: LISTVIEW
 
673
Description: Supports a list or icon view onto a model.
 
674
Section: ItemViews
 
675
Requires: ITEMVIEWS
 
676
Name: QListView
 
677
SeeAlso: ???
 
678
 
 
679
Feature: TABLEVIEW
 
680
Description: Supports a default model/view implementation of a table view.
 
681
Section: ItemViews
 
682
Requires: ITEMVIEWS
 
683
Name: QTableView
 
684
SeeAlso: ???
 
685
 
 
686
Feature: TREEVIEW
 
687
Description: Supports a default model/view implementation of a tree view.
 
688
Section: ItemViews
 
689
Requires: ITEMVIEWS
 
690
Name: QTreeView
 
691
SeeAlso: ???
 
692
 
 
693
Feature: DATAWIDGETMAPPER
 
694
Description: Provides mapping between a section of a data model to widgets.
 
695
Section: ItemViews
 
696
Requires: ITEMVIEWS PROPERTIES
 
697
Name: QDataWidgetMapper
 
698
SeeAlso: ???
 
699
 
 
700
Feature: COLUMNVIEW
 
701
Description: Provides a model/view implementation of a column view.
 
702
Section: ItemViews
 
703
Requires: LISTVIEW
 
704
Name: QColumnView
 
705
SeeAlso: ???
 
706
 
 
707
# Styles
 
708
 
 
709
Feature: STYLE_WINDOWS
 
710
Description: Supports a Microsoft Windows-like look and feel.
 
711
Section: Styles
 
712
Requires:
 
713
Name: QWindowsStyle
 
714
SeeAlso: ???
 
715
 
 
716
Feature: STYLE_FUSION
 
717
Description: Supports a modern platform independent widget style.
 
718
Section: Styles
 
719
Requires: IMAGEFORMAT_XPM
 
720
Name: QFusionStyle
 
721
SeeAlso: ???
 
722
 
 
723
Feature: STYLE_WINDOWSXP
 
724
Description: Supports a Microsoft WindowsXP-like look and feel.
 
725
Section: Styles
 
726
Requires: STYLE_WINDOWS
 
727
Name: QWindowsXPStyle
 
728
SeeAlso: ???
 
729
 
 
730
Feature: STYLE_WINDOWSVISTA
 
731
Description: Supports a Microsoft WindowsVista-like look and feel.
 
732
Section: Styles
 
733
Requires: STYLE_WINDOWSXP
 
734
Name: QWindowsVistaStyle
 
735
SeeAlso: ???
 
736
 
 
737
Feature: STYLE_WINDOWSCE
 
738
Description: WindowsCE look and feel
 
739
Section: Styles
 
740
Requires: STYLE_WINDOWS IMAGEFORMAT_XPM
 
741
Name: QWindowsCEStyle
 
742
SeeAlso: ???
 
743
 
 
744
Feature: STYLE_WINDOWSMOBILE
 
745
Description: WindowsMobile look and feel
 
746
Section: Styles
 
747
Requires: STYLE_WINDOWS IMAGEFORMAT_XPM
 
748
Name: QWindowsMobileStyle
 
749
SeeAlso: ???
 
750
 
 
751
Feature: STYLE_STYLESHEET
 
752
Description:
 
753
Section: Styles
 
754
Requires: STYLE_WINDOWS PROPERTIES CSSPARSER
 
755
Name: QStyleSheetStyle
 
756
SeeAlso: ???
 
757
 
 
758
# Images
 
759
 
 
760
Feature: IMAGEFORMATPLUGIN
 
761
Description: Supports writing an image format plugin.
 
762
Section: Images
 
763
Requires: LIBRARY
 
764
Name: QImageIOPlugin
 
765
SeeAlso: ???
 
766
 
 
767
Feature: MOVIE
 
768
Description: Supports animated images.
 
769
Section: Images
 
770
Requires:
 
771
Name: QMovie
 
772
SeeAlso: ???
 
773
 
 
774
Feature: IMAGEFORMAT_BMP
 
775
Description: Supports Microsoft's  Bitmap image file format.
 
776
Section: Images
 
777
Requires:
 
778
Name: BMP Image Format
 
779
SeeAlso: ???
 
780
 
 
781
Feature: IMAGEFORMAT_PPM
 
782
Description: Supports the Portable Pixmap image file format.
 
783
Section: Images
 
784
Requires:
 
785
Name: PPM Image Format
 
786
SeeAlso: ???
 
787
 
 
788
Feature: IMAGEFORMAT_XBM
 
789
Description: Supports the X11 Bitmap image file format.
 
790
Section: Images
 
791
Requires:
 
792
Name: XBM Image Format
 
793
SeeAlso: ???
 
794
 
 
795
Feature: IMAGEFORMAT_XPM
 
796
Description: Supports the X11 Pixmap image file format.
 
797
Section: Images
 
798
Requires:
 
799
Name: XPM Image Format
 
800
SeeAlso: ???
 
801
 
 
802
Feature: IMAGEFORMAT_PNG
 
803
Description: Supports the Portable Network Graphics image file format.
 
804
Section: Images
 
805
Requires:
 
806
Name: PNG Image Format
 
807
SeeAlso: ???
 
808
 
 
809
Feature: IMAGEFORMAT_JPEG
 
810
Description: Supports the Joint Photographic Experts Group image file format.
 
811
Section: Images
 
812
Requires:
 
813
Name: JPEG Image Format
 
814
SeeAlso: ???
 
815
 
 
816
Feature: IMAGE_HEURISTIC_MASK
 
817
Description: Supports creating a 1-bpp heuristic mask for images.
 
818
Section: Images
 
819
Requires:
 
820
Name: QImage::createHeuristicMask()
 
821
SeeAlso: ???
 
822
 
 
823
Feature: IMAGE_TEXT
 
824
Description: Supports image file text strings.
 
825
Section: Images
 
826
Requires:
 
827
Name: Image Text
 
828
SeeAlso: ???
 
829
 
 
830
# Painting
 
831
 
 
832
Feature: PICTURE
 
833
Description: Supports recording and replaying QPainter commands.
 
834
Section: Painting
 
835
Requires:
 
836
Name: QPicture
 
837
SeeAlso: ???
 
838
 
 
839
Feature: COLORNAMES
 
840
Description: Supports color names such as "red", used by QColor
 
841
and by some HTML documents.
 
842
Section: Painting
 
843
Requires:
 
844
Name: Color Names
 
845
SeeAlso: ???
 
846
 
 
847
Feature: PRINTER
 
848
Description: Supports printing
 
849
Section: Painting
 
850
Requires: PICTURE TEMPORARYFILE
 
851
Name: QPrinter
 
852
SeeAlso: ???
 
853
 
 
854
Feature: CUPS
 
855
Description Supports the Common UNIX Printing System
 
856
Section: Painting
 
857
Requires: PRINTER LIBRARY
 
858
Name: Common UNIX Printing System
 
859
SeeAlso: ???
 
860
 
 
861
Feature: PAINTONSCREEN
 
862
Description: Supports the Qt::WA_PaintOnScreen widget attribute.
 
863
Section: Painting
 
864
Requires:
 
865
Name: Qt::WA_PaintOnScreen
 
866
SeeAlso: ???
 
867
 
 
868
Feature: PAINT_DEBUG
 
869
Description: Debug painting with the environment variables QT_FLUSH_UPDATE and QT_FLUSH_PAINT
 
870
Section: Painting
 
871
Requires:
 
872
Name: Painting Debug Utilities
 
873
SeeAlso: ???
 
874
 
 
875
# Fonts
 
876
 
 
877
Feature: FREETYPE
 
878
Description: Supports the FreeType 2 font engine (and its supported font formats).
 
879
Section: Fonts
 
880
Requires:
 
881
Name: Freetype Font Engine
 
882
SeeAlso: ???
 
883
 
 
884
# Internationalization
 
885
 
 
886
Feature: TRANSLATION
 
887
Description: Supports translations using QObject::tr().
 
888
Section: Internationalization
 
889
Requires:
 
890
Name: Translation
 
891
SeeAlso: ???
 
892
 
 
893
Feature: TRANSLATION_UTF8
 
894
Description: Supports translations using QObject::trUtf8().
 
895
Section: Internationalization
 
896
Requires: TRANSLATION TEXTCODEC
 
897
Name: Translation (UTF-8 representation)
 
898
SeeAlso: ???
 
899
 
 
900
Feature: TEXTCODEC
 
901
Description: Supports conversions between text encodings.
 
902
Section: Internationalization
 
903
Requires:
 
904
Name: QTextCodec
 
905
SeeAlso: ???
 
906
 
 
907
Feature: CODECS
 
908
Description: Supports non-unicode text conversions.
 
909
Section: Internationalization
 
910
Requires: TEXTCODEC
 
911
Name: Codecs
 
912
SeeAlso: ???
 
913
 
 
914
Feature: BIG_CODECS
 
915
Description: Supports big codecs, e.g. CJK.
 
916
Section: Internationalization
 
917
Requires: TEXTCODEC
 
918
Name: Big Codecs
 
919
SeeAlso: ???
 
920
 
 
921
Feature: ICONV
 
922
Description: Supports conversions between text encodings using iconv.
 
923
Section: Internationalization
 
924
Requires: TEXTCODEC
 
925
Name: iconv
 
926
SeeAlso: ???
 
927
 
 
928
# Networking
 
929
 
 
930
Feature: HOSTINFO
 
931
Description: Supports host name lookups.
 
932
Section: Networking
 
933
Requires:
 
934
Name: QHostInfo
 
935
SeeAlso: ???
 
936
 
 
937
Feature: FTP
 
938
Description: Supports FTP file access.
 
939
Section: Networking
 
940
Requires: TEXTDATE
 
941
Name: File Transfer Protocol
 
942
SeeAlso: ???
 
943
 
 
944
Feature: HTTP
 
945
Description: Supports HTTP file access.
 
946
Section: Networking
 
947
Requires: HOSTINFO
 
948
Name: Hyper Text Transfer Protocol
 
949
SeeAlso: ???
 
950
 
 
951
Feature: UDPSOCKET
 
952
Description: Supports User Datagram Protocol sockets.
 
953
Section: Networking
 
954
Requires:
 
955
Name: QUdpSocket
 
956
SeeAlso: ???
 
957
 
 
958
Feature: NETWORKPROXY
 
959
Description: Supports configuring network layer proxy support to the Qt network classes.
 
960
Section: Networking
 
961
Requires:
 
962
Name: QNetworkProxy
 
963
SeeAlso: ???
 
964
 
 
965
Feature: SOCKS5
 
966
Description: Supports SOCKS v5 network proxy.
 
967
Section: Networking
 
968
Requires: NETWORKPROXY
 
969
Name:  SOCKS5
 
970
SeeAlso: ???
 
971
 
 
972
Feature: NETWORKINTERFACE
 
973
Description: Supports listing the host's IP addresses and network interfaces
 
974
Section: Networking
 
975
Requires:
 
976
Name: QNetworkInterface
 
977
SeeAlso: ???
 
978
 
 
979
Feature: NETWORKDISKCACHE
 
980
Description: Supports a disk cache for network resources
 
981
Section: Networking
 
982
Requires: TEMPORARYFILE
 
983
Name: QNetworkDiskCache
 
984
SeeAlso: ???
 
985
 
 
986
Feature: BEARERMANAGEMENT
 
987
Description: Provides bearer management support
 
988
Section: Networking
 
989
Requires: LIBRARY NETWORKINTERFACE PROPERTIES
 
990
Name: Bearer Management
 
991
SeeAlso: ???
 
992
 
 
993
Feature: LOCALSERVER
 
994
Description: Supports a local socket based server
 
995
Section: Networking
 
996
Requires: TEMPORARYFILE
 
997
Name: QLocalServer
 
998
SeeAlso: ???
 
999
 
 
1000
# Utilities
 
1001
 
 
1002
Feature: COMPLETER
 
1003
Description: Provides completions based on an item model.
 
1004
Section: Utilities
 
1005
Requires: PROXYMODEL
 
1006
Name: QCompleter
 
1007
SeeAlso: ???
 
1008
 
 
1009
Feature: FSCOMPLETER
 
1010
Description: Provides completions based on an item model.
 
1011
Section: Utilities
 
1012
Requires: FILESYSTEMMODEL COMPLETER
 
1013
Name: QCompleter
 
1014
SeeAlso: ???
 
1015
 
 
1016
Feature: DESKTOPSERVICES
 
1017
Description: Provides methods for accessing common desktop services.
 
1018
Section: Utilities
 
1019
Requires:
 
1020
Name: QDesktopServices
 
1021
SeeAlso: ???
 
1022
 
 
1023
Feature: SYSTEMTRAYICON
 
1024
Description: Provides an icon for an application in the system tray.
 
1025
Section: Utilities
 
1026
Requires: 
 
1027
Name: QSystemTrayIcon
 
1028
SeeAlso: ???
 
1029
 
 
1030
Feature: UNDOCOMMAND
 
1031
Description: Applies (redo or) undo of a single change in a document.
 
1032
Section: Utilities
 
1033
Requires:
 
1034
Name: QUndoCommand
 
1035
SeeAlso: ???
 
1036
 
 
1037
Feature: UNDOSTACK
 
1038
Description: Provides the ability to (redo or) undo a list of changes in a document.
 
1039
Section: Utilities
 
1040
Requires: UNDOCOMMAND
 
1041
Name: QUndoStack
 
1042
SeeAlso: ???
 
1043
 
 
1044
Feature: UNDOGROUP
 
1045
Description:
 
1046
Section: Utilities
 
1047
Requires: UNDOSTACK
 
1048
Name: QUndoGroup
 
1049
SeeAlso: ???
 
1050
 
 
1051
Feature: UNDOVIEW
 
1052
Description: A widget which shows the contents of an undo stack.
 
1053
Section: Utilities
 
1054
Requires: UNDOSTACK LISTVIEW
 
1055
Name: QUndoView
 
1056
SeeAlso: ???
 
1057
 
 
1058
Feature: ACCESSIBILITY
 
1059
Description: Provides accessibility support.
 
1060
Section: Utilities
 
1061
Requires: PROPERTIES MENUBAR
 
1062
Name: Accessibility
 
1063
SeeAlso: ???
 
1064
 
 
1065
Feature: ANIMATION
 
1066
Description: Provides a framework for animations.
 
1067
Section: Utilities
 
1068
Requires: PROPERTIES
 
1069
Name: Animation
 
1070
SeeAlso: ???
 
1071
 
 
1072
Feature: STATEMACHINE
 
1073
Description: Provides hierarchical finite state machines.
 
1074
Section: Utilities
 
1075
Requires: PROPERTIES
 
1076
Name: State machine
 
1077
SeeAlso: ???
 
1078
 
 
1079
Feature: GESTURES
 
1080
Description: Provides a framework for gestures.
 
1081
Section: Utilities
 
1082
Requires:
 
1083
Name: Gesture
 
1084
SeeAlso: ???
 
1085
 
 
1086
# D-Bus
 
1087
 
 
1088
Feature: DBUS
 
1089
Description: Provides classes for D-Bus.
 
1090
Section: D-Bus
 
1091
Requires: PROPERTIES DOM
 
1092
Name: QtDBus module
 
1093
SeeAlso: ???
 
1094