This file is indexed.

/usr/share/qt5/doc/qtdoc/annotated.html is in qt5-doc-html 5.3.2-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

   1
   2
   3
   4
   5
   6
   7
   8
   9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
  21
  22
  23
  24
  25
  26
  27
  28
  29
  30
  31
  32
  33
  34
  35
  36
  37
  38
  39
  40
  41
  42
  43
  44
  45
  46
  47
  48
  49
  50
  51
  52
  53
  54
  55
  56
  57
  58
  59
  60
  61
  62
  63
  64
  65
  66
  67
  68
  69
  70
  71
  72
  73
  74
  75
  76
  77
  78
  79
  80
  81
  82
  83
  84
  85
  86
  87
  88
  89
  90
  91
  92
  93
  94
  95
  96
  97
  98
  99
 100
 101
 102
 103
 104
 105
 106
 107
 108
 109
 110
 111
 112
 113
 114
 115
 116
 117
 118
 119
 120
 121
 122
 123
 124
 125
 126
 127
 128
 129
 130
 131
 132
 133
 134
 135
 136
 137
 138
 139
 140
 141
 142
 143
 144
 145
 146
 147
 148
 149
 150
 151
 152
 153
 154
 155
 156
 157
 158
 159
 160
 161
 162
 163
 164
 165
 166
 167
 168
 169
 170
 171
 172
 173
 174
 175
 176
 177
 178
 179
 180
 181
 182
 183
 184
 185
 186
 187
 188
 189
 190
 191
 192
 193
 194
 195
 196
 197
 198
 199
 200
 201
 202
 203
 204
 205
 206
 207
 208
 209
 210
 211
 212
 213
 214
 215
 216
 217
 218
 219
 220
 221
 222
 223
 224
 225
 226
 227
 228
 229
 230
 231
 232
 233
 234
 235
 236
 237
 238
 239
 240
 241
 242
 243
 244
 245
 246
 247
 248
 249
 250
 251
 252
 253
 254
 255
 256
 257
 258
 259
 260
 261
 262
 263
 264
 265
 266
 267
 268
 269
 270
 271
 272
 273
 274
 275
 276
 277
 278
 279
 280
 281
 282
 283
 284
 285
 286
 287
 288
 289
 290
 291
 292
 293
 294
 295
 296
 297
 298
 299
 300
 301
 302
 303
 304
 305
 306
 307
 308
 309
 310
 311
 312
 313
 314
 315
 316
 317
 318
 319
 320
 321
 322
 323
 324
 325
 326
 327
 328
 329
 330
 331
 332
 333
 334
 335
 336
 337
 338
 339
 340
 341
 342
 343
 344
 345
 346
 347
 348
 349
 350
 351
 352
 353
 354
 355
 356
 357
 358
 359
 360
 361
 362
 363
 364
 365
 366
 367
 368
 369
 370
 371
 372
 373
 374
 375
 376
 377
 378
 379
 380
 381
 382
 383
 384
 385
 386
 387
 388
 389
 390
 391
 392
 393
 394
 395
 396
 397
 398
 399
 400
 401
 402
 403
 404
 405
 406
 407
 408
 409
 410
 411
 412
 413
 414
 415
 416
 417
 418
 419
 420
 421
 422
 423
 424
 425
 426
 427
 428
 429
 430
 431
 432
 433
 434
 435
 436
 437
 438
 439
 440
 441
 442
 443
 444
 445
 446
 447
 448
 449
 450
 451
 452
 453
 454
 455
 456
 457
 458
 459
 460
 461
 462
 463
 464
 465
 466
 467
 468
 469
 470
 471
 472
 473
 474
 475
 476
 477
 478
 479
 480
 481
 482
 483
 484
 485
 486
 487
 488
 489
 490
 491
 492
 493
 494
 495
 496
 497
 498
 499
 500
 501
 502
 503
 504
 505
 506
 507
 508
 509
 510
 511
 512
 513
 514
 515
 516
 517
 518
 519
 520
 521
 522
 523
 524
 525
 526
 527
 528
 529
 530
 531
 532
 533
 534
 535
 536
 537
 538
 539
 540
 541
 542
 543
 544
 545
 546
 547
 548
 549
 550
 551
 552
 553
 554
 555
 556
 557
 558
 559
 560
 561
 562
 563
 564
 565
 566
 567
 568
 569
 570
 571
 572
 573
 574
 575
 576
 577
 578
 579
 580
 581
 582
 583
 584
 585
 586
 587
 588
 589
 590
 591
 592
 593
 594
 595
 596
 597
 598
 599
 600
 601
 602
 603
 604
 605
 606
 607
 608
 609
 610
 611
 612
 613
 614
 615
 616
 617
 618
 619
 620
 621
 622
 623
 624
 625
 626
 627
 628
 629
 630
 631
 632
 633
 634
 635
 636
 637
 638
 639
 640
 641
 642
 643
 644
 645
 646
 647
 648
 649
 650
 651
 652
 653
 654
 655
 656
 657
 658
 659
 660
 661
 662
 663
 664
 665
 666
 667
 668
 669
 670
 671
 672
 673
 674
 675
 676
 677
 678
 679
 680
 681
 682
 683
 684
 685
 686
 687
 688
 689
 690
 691
 692
 693
 694
 695
 696
 697
 698
 699
 700
 701
 702
 703
 704
 705
 706
 707
 708
 709
 710
 711
 712
 713
 714
 715
 716
 717
 718
 719
 720
 721
 722
 723
 724
 725
 726
 727
 728
 729
 730
 731
 732
 733
 734
 735
 736
 737
 738
 739
 740
 741
 742
 743
 744
 745
 746
 747
 748
 749
 750
 751
 752
 753
 754
 755
 756
 757
 758
 759
 760
 761
 762
 763
 764
 765
 766
 767
 768
 769
 770
 771
 772
 773
 774
 775
 776
 777
 778
 779
 780
 781
 782
 783
 784
 785
 786
 787
 788
 789
 790
 791
 792
 793
 794
 795
 796
 797
 798
 799
 800
 801
 802
 803
 804
 805
 806
 807
 808
 809
 810
 811
 812
 813
 814
 815
 816
 817
 818
 819
 820
 821
 822
 823
 824
 825
 826
 827
 828
 829
 830
 831
 832
 833
 834
 835
 836
 837
 838
 839
 840
 841
 842
 843
 844
 845
 846
 847
 848
 849
 850
 851
 852
 853
 854
 855
 856
 857
 858
 859
 860
 861
 862
 863
 864
 865
 866
 867
 868
 869
 870
 871
 872
 873
 874
 875
 876
 877
 878
 879
 880
 881
 882
 883
 884
 885
 886
 887
 888
 889
 890
 891
 892
 893
 894
 895
 896
 897
 898
 899
 900
 901
 902
 903
 904
 905
 906
 907
 908
 909
 910
 911
 912
 913
 914
 915
 916
 917
 918
 919
 920
 921
 922
 923
 924
 925
 926
 927
 928
 929
 930
 931
 932
 933
 934
 935
 936
 937
 938
 939
 940
 941
 942
 943
 944
 945
 946
 947
 948
 949
 950
 951
 952
 953
 954
 955
 956
 957
 958
 959
 960
 961
 962
 963
 964
 965
 966
 967
 968
 969
 970
 971
 972
 973
 974
 975
 976
 977
 978
 979
 980
 981
 982
 983
 984
 985
 986
 987
 988
 989
 990
 991
 992
 993
 994
 995
 996
 997
 998
 999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- classes.qdoc -->
  <title>Annotated Class List | QtDoc 5.3</title>
  <link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
    <div class="main">
    <div class="main-rounded">
        <div class="navigationbar">
        <ul>
<li><a href="index.html">Qt 5.3</a></li>
<li>Annotated Class List</li>
<li id="buildversion">
Qt 5.3.2 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<h1 class="title">Annotated Class List</h1>
<span class="subtitle"></span>
<!-- $$$annotated.html-description -->
<div class="descr"> <a name="details"></a>
<p>Qt classes with brief descriptions:</p>
<table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtenginio/enginioclient.html">EnginioClient</a></p></td><td class="tblDescr"><p>EnginioClient handles all communication with the Enginio server</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtenginio/enginioclientconnection.html">EnginioClientConnection</a></p></td><td class="tblDescr"><p>EnginioClientConnection keeps track of the authenticated connection to the server.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtenginio/enginioidentity.html">EnginioIdentity</a></p></td><td class="tblDescr"><p>Represents a user that is authenticated with the backend This class is an abstract base class for the different authentication methods and is never used directly.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtenginio/enginiomodel.html">EnginioModel</a></p></td><td class="tblDescr"><p>EnginioModel represents data from Enginio as a QAbstractListModel.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtenginio/enginiooauth2authentication.html">EnginioOAuth2Authentication</a></p></td><td class="tblDescr"><p>Represents a user that is authenticated directly by the backend using OAuth2 standard.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtenginio/enginioreply.html">EnginioReply</a></p></td><td class="tblDescr"><p>The EnginioReply class contains the data from a request to the Enginio database.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qabstractanimation.html">QAbstractAnimation</a></p></td><td class="tblDescr"><p>The QAbstractAnimation class is the base of all animations.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qabstractbutton.html">QAbstractButton</a></p></td><td class="tblDescr"><p>The QAbstractButton class is the abstract base class of button widgets, providing functionality common to buttons.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qabstracteventdispatcher.html">QAbstractEventDispatcher</a></p></td><td class="tblDescr"><p>The QAbstractEventDispatcher class provides an interface to manage Qt's event queue.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qabstractextensionfactory.html">QAbstractExtensionFactory</a></p></td><td class="tblDescr"><p>The QAbstractExtensionFactory class provides an interface for extension factories in Qt Designer.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qabstractextensionmanager.html">QAbstractExtensionManager</a></p></td><td class="tblDescr"><p>The QAbstractExtensionManager class provides an interface for extension managers in Qt Designer.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qabstractformbuilder.html">QAbstractFormBuilder</a></p></td><td class="tblDescr"><p>The QAbstractFormBuilder class provides a default implementation for classes that create user interfaces at run-time.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qabstractgraphicsshapeitem.html">QAbstractGraphicsShapeItem</a></p></td><td class="tblDescr"><p>The QAbstractGraphicsShapeItem class provides a common base for all path items.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qabstractitemdelegate.html">QAbstractItemDelegate</a></p></td><td class="tblDescr"><p>The QAbstractItemDelegate class is used to display and edit data items from a model.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qabstractitemmodel.html">QAbstractItemModel</a></p></td><td class="tblDescr"><p>The QAbstractItemModel class provides the abstract interface for item model classes.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qabstractitemview.html">QAbstractItemView</a></p></td><td class="tblDescr"><p>The QAbstractItemView class provides the basic functionality for item view classes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qabstractlistmodel.html">QAbstractListModel</a></p></td><td class="tblDescr"><p>The QAbstractListModel class provides an abstract model that can be subclassed to create one-dimensional list models.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qabstractmessagehandler.html">QAbstractMessageHandler</a></p></td><td class="tblDescr"><p>The QAbstractMessageHandler class provides a callback interface for handling messages.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qabstractnativeeventfilter.html">QAbstractNativeEventFilter</a></p></td><td class="tblDescr"><p>The QAbstractNativeEventFilter class provides an interface for receiving native events, such as MSG or XCB event structs.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qabstractnetworkcache.html">QAbstractNetworkCache</a></p></td><td class="tblDescr"><p>The QAbstractNetworkCache class provides the interface for cache implementations.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qabstractopenglfunctions.html">QAbstractOpenGLFunctions</a></p></td><td class="tblDescr"><p>The QAbstractOpenGLFunctions class is the base class of a family of classes that expose all functions for each OpenGL version and profile.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtprintsupport/qabstractprintdialog.html">QAbstractPrintDialog</a></p></td><td class="tblDescr"><p>The QAbstractPrintDialog class provides a base implementation for print dialogs used to configure printers.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qabstractproxymodel.html">QAbstractProxyModel</a></p></td><td class="tblDescr"><p>The QAbstractProxyModel class provides a base class for proxy item models that can do sorting, filtering or other data processing tasks.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qabstractscrollarea.html">QAbstractScrollArea</a></p></td><td class="tblDescr"><p>The QAbstractScrollArea widget provides a scrolling area with on-demand scroll bars.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qabstractslider.html">QAbstractSlider</a></p></td><td class="tblDescr"><p>The QAbstractSlider class provides an integer value within a range.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qabstractsocket.html">QAbstractSocket</a></p></td><td class="tblDescr"><p>The QAbstractSocket class provides the base functionality common to all socket types.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qabstractspinbox.html">QAbstractSpinBox</a></p></td><td class="tblDescr"><p>The QAbstractSpinBox class provides a spinbox and a line edit to display values.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qabstractstate.html">QAbstractState</a></p></td><td class="tblDescr"><p>The QAbstractState class is the base class of states of a QStateMachine.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qabstracttablemodel.html">QAbstractTableModel</a></p></td><td class="tblDescr"><p>The QAbstractTableModel class provides an abstract model that can be subclassed to create table models.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qabstracttextdocumentlayout.html">QAbstractTextDocumentLayout</a></p></td><td class="tblDescr"><p>The QAbstractTextDocumentLayout class is an abstract base class used to implement custom layouts for QTextDocuments.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qabstracttransition.html">QAbstractTransition</a></p></td><td class="tblDescr"><p>The QAbstractTransition class is the base class of transitions between QAbstractState objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qabstracturiresolver.html">QAbstractUriResolver</a></p></td><td class="tblDescr"><p>The QAbstractUriResolver class is a callback interface for resolving Uniform Resource Identifiers. A Uniform Resource Identifier (URI) is a string that uniquely identifies a resource. URIs are versatile global identifiers. It is often useful to transform a URI that identifies something logical into a URI that locates something physical (a URL), or to simply map a URI to a different URI. QAbstractUriResolver::resolve() provides this functionality.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qabstractvideobuffer.html">QAbstractVideoBuffer</a></p></td><td class="tblDescr"><p>The QAbstractVideoBuffer class is an abstraction for video data.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qabstractvideosurface.html">QAbstractVideoSurface</a></p></td><td class="tblDescr"><p>The QAbstractVideoSurface class is a base class for video presentation surfaces.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qabstractxmlnodemodel.html">QAbstractXmlNodeModel</a></p></td><td class="tblDescr"><p>The QAbstractXmlNodeModel class is an abstract base class for modeling non-XML data to look like XML for QXmlQuery.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qabstractxmlreceiver.html">QAbstractXmlReceiver</a></p></td><td class="tblDescr"><p>The QAbstractXmlReceiver class provides a callback interface for transforming the output of a QXmlQuery.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qaccelerometer.html">QAccelerometer</a></p></td><td class="tblDescr"><p>The QAccelerometer class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qaccelerometerfilter.html">QAccelerometerFilter</a></p></td><td class="tblDescr"><p>The QAccelerometerFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qaccelerometerreading.html">QAccelerometerReading</a></p></td><td class="tblDescr"><p>The QAccelerometerReading class reports on linear acceleration along the X, Y and Z axes.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessible.html">QAccessible</a></p></td><td class="tblDescr"><p>The QAccessible class provides enums and static functions related to accessibility.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibleactioninterface.html">QAccessibleActionInterface</a></p></td><td class="tblDescr"><p>The QAccessibleActionInterface class implements support for invocable actions in the interface.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibleevent.html">QAccessibleEvent</a></p></td><td class="tblDescr"><p>The QAccessibleEvent class is the base class for accessibility notifications.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibleinterface.html">QAccessibleInterface</a></p></td><td class="tblDescr"><p>The QAccessibleInterface class defines an interface that exposes information about accessible objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibleobject.html">QAccessibleObject</a></p></td><td class="tblDescr"><p>The QAccessibleObject class implements parts of the QAccessibleInterface for QObjects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibleplugin.html">QAccessiblePlugin</a></p></td><td class="tblDescr"><p>The QAccessiblePlugin class provides an abstract base class for plugins provinding accessibility information for user interface elements.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessiblestatechangeevent.html">QAccessibleStateChangeEvent</a></p></td><td class="tblDescr"><p>The QAccessibleStateChangeEvent notfies the accessibility framework that the state of an object has changed.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletablecellinterface.html">QAccessibleTableCellInterface</a></p></td><td class="tblDescr"><p>The QAccessibleTableCellInterface class implements support for the IAccessibleTable2 Cell interface.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletableinterface.html">QAccessibleTableInterface</a></p></td><td class="tblDescr"><p>The QAccessibleTableInterface class implements support for the IAccessibleTable2 interface.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletablemodelchangeevent.html">QAccessibleTableModelChangeEvent</a></p></td><td class="tblDescr"><p>The QAccessibleTableModelChangeEvent signifies a change in a table, list, or tree where cells are added or removed. If the change affected a number of rows, firstColumn and lastColumn will return -1. Likewise for columns, the row functions may return -1.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextcursorevent.html">QAccessibleTextCursorEvent</a></p></td><td class="tblDescr"><p>The QAccessibleTextCursorEvent class notifies of cursor movements.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextinsertevent.html">QAccessibleTextInsertEvent</a></p></td><td class="tblDescr"><p>The QAccessibleTextInsertEvent class notifies of text being inserted.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextinterface.html">QAccessibleTextInterface</a></p></td><td class="tblDescr"><p>The QAccessibleTextInterface class implements support for text handling.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextremoveevent.html">QAccessibleTextRemoveEvent</a></p></td><td class="tblDescr"><p>The QAccessibleTextRemoveEvent class notifies of text being deleted.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextselectionevent.html">QAccessibleTextSelectionEvent</a></p></td><td class="tblDescr"><p>QAccessibleTextSelectionEvent signals a change in the text selection of an object.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextupdateevent.html">QAccessibleTextUpdateEvent</a></p></td><td class="tblDescr"><p>The QAccessibleTextUpdateEvent class notifies about text changes. This is for accessibles that support editable text such as line edits. This event occurs for example when a portion of selected text gets replaced by pasting a new text or in override mode of editors.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessiblevaluechangeevent.html">QAccessibleValueChangeEvent</a></p></td><td class="tblDescr"><p>The QAccessibleValueChangeEvent describes a change in value for an accessible object.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessiblevalueinterface.html">QAccessibleValueInterface</a></p></td><td class="tblDescr"><p>The QAccessibleValueInterface class implements support for objects that manipulate a value.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qaccessiblewidget.html">QAccessibleWidget</a></p></td><td class="tblDescr"><p>The QAccessibleWidget class implements the QAccessibleInterface for QWidgets.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qaction.html">QAction</a></p></td><td class="tblDescr"><p>The QAction class provides an abstract user interface action that can be inserted into widgets.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qactionevent.html">QActionEvent</a></p></td><td class="tblDescr"><p>The QActionEvent class provides an event that is generated when a QAction is added, removed, or changed.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qactiongroup.html">QActionGroup</a></p></td><td class="tblDescr"><p>The QActionGroup class groups actions together.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qaltimeter.html">QAltimeter</a></p></td><td class="tblDescr"><p>The QAltimeter class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qaltimeterfilter.html">QAltimeterFilter</a></p></td><td class="tblDescr"><p>The QAltimeterFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qaltimeterreading.html">QAltimeterReading</a></p></td><td class="tblDescr"><p>The QAltimeterReading class holds readings from the altimeter sensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qambientlightfilter.html">QAmbientLightFilter</a></p></td><td class="tblDescr"><p>The QAmbientLightFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qambientlightreading.html">QAmbientLightReading</a></p></td><td class="tblDescr"><p>The QAmbientLightReading class represents one reading from the ambient light sensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qambientlightsensor.html">QAmbientLightSensor</a></p></td><td class="tblDescr"><p>The QAmbientLightSensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qambienttemperaturefilter.html">QAmbientTemperatureFilter</a></p></td><td class="tblDescr"><p>The QAmbientTemperatureFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qambienttemperaturereading.html">QAmbientTemperatureReading</a></p></td><td class="tblDescr"><p>The QAmbientTemperatureReading class holds readings of the ambient temperature.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qambienttemperaturesensor.html">QAmbientTemperatureSensor</a></p></td><td class="tblDescr"><p>The QAmbientTemperatureSensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qanimationgroup.html">QAnimationGroup</a></p></td><td class="tblDescr"><p>The QAnimationGroup class is an abstract base class for groups of animations.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qapplication.html">QApplication</a></p></td><td class="tblDescr"><p>The QApplication class manages the GUI application's control flow and main settings.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qassociativeiterable.html">QAssociativeIterable</a></p></td><td class="tblDescr"><p>The QAssociativeIterable class is an iterable interface for an associative container in a QVariant.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qatomicint.html">QAtomicInt</a></p></td><td class="tblDescr"><p>The QAtomicInt class provides platform-independent atomic operations on int.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qatomicinteger.html">QAtomicInteger</a></p></td><td class="tblDescr"><p>The QAtomicInteger class provides platform-independent atomic operations on integers.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qatomicpointer.html">QAtomicPointer</a></p></td><td class="tblDescr"><p>The QAtomicPointer class is a template class that provides platform-independent atomic operations on pointers.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiobuffer.html">QAudioBuffer</a></p></td><td class="tblDescr"><p>The QAudioBuffer class represents a collection of audio samples with a specific format and sample rate.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiodecoder.html">QAudioDecoder</a></p></td><td class="tblDescr"><p>The QAudioDecoder class allows decoding audio.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiodecodercontrol.html">QAudioDecoderControl</a></p></td><td class="tblDescr"><p>The QAudioDecoderControl class provides access to the audio decoding functionality of a QMediaService.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiodeviceinfo.html">QAudioDeviceInfo</a></p></td><td class="tblDescr"><p>The QAudioDeviceInfo class provides an interface to query audio devices and their functionality.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioencodersettings.html">QAudioEncoderSettings</a></p></td><td class="tblDescr"><p>The QAudioEncoderSettings class provides a set of audio encoder settings.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioencodersettingscontrol.html">QAudioEncoderSettingsControl</a></p></td><td class="tblDescr"><p>The QAudioEncoderSettingsControl class provides access to the settings of a media service that performs audio encoding.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioformat.html">QAudioFormat</a></p></td><td class="tblDescr"><p>The QAudioFormat class stores audio stream parameter information.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioinput.html">QAudioInput</a></p></td><td class="tblDescr"><p>The QAudioInput class provides an interface for receiving audio data from an audio input device.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioinputselectorcontrol.html">QAudioInputSelectorControl</a></p></td><td class="tblDescr"><p>The QAudioInputSelectorControl class provides an audio input selector media control.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiooutput.html">QAudioOutput</a></p></td><td class="tblDescr"><p>The QAudioOutput class provides an interface for sending audio data to an audio output device.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiooutputselectorcontrol.html">QAudioOutputSelectorControl</a></p></td><td class="tblDescr"><p>The QAudioOutputSelectorControl class provides an audio output selector media control.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioprobe.html">QAudioProbe</a></p></td><td class="tblDescr"><p>The QAudioProbe class allows you to monitor audio being played or recorded.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiorecorder.html">QAudioRecorder</a></p></td><td class="tblDescr"><p>The QAudioRecorder class is used for the recording of audio.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qauthenticator.html">QAuthenticator</a></p></td><td class="tblDescr"><p>The QAuthenticator class provides an authentication object.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qbackingstore.html">QBackingStore</a></p></td><td class="tblDescr"><p>The QBackingStore class provides a drawing area for QWindow.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qbasictimer.html">QBasicTimer</a></p></td><td class="tblDescr"><p>The QBasicTimer class provides timer events for objects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qbitarray.html">QBitArray</a></p></td><td class="tblDescr"><p>The QBitArray class provides an array of bits.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qbitmap.html">QBitmap</a></p></td><td class="tblDescr"><p>The QBitmap class provides monochrome (1-bit depth) pixmaps.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qboxlayout.html">QBoxLayout</a></p></td><td class="tblDescr"><p>The QBoxLayout class lines up child widgets horizontally or vertically.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qbrush.html">QBrush</a></p></td><td class="tblDescr"><p>The QBrush class defines the fill pattern of shapes drawn by QPainter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qbuffer.html">QBuffer</a></p></td><td class="tblDescr"><p>The QBuffer class provides a QIODevice interface for a QByteArray.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qbuttongroup.html">QButtonGroup</a></p></td><td class="tblDescr"><p>The QButtonGroup class provides a container to organize groups of button widgets.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qbytearray.html">QByteArray</a></p></td><td class="tblDescr"><p>The QByteArray class provides an array of bytes.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qbytearraymatcher.html">QByteArrayMatcher</a></p></td><td class="tblDescr"><p>The QByteArrayMatcher class holds a sequence of bytes that can be quickly matched in a byte array.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qcache.html">QCache</a></p></td><td class="tblDescr"><p>The QCache class is a template class that provides a cache.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qcalendarwidget.html">QCalendarWidget</a></p></td><td class="tblDescr"><p>The QCalendarWidget class provides a monthly based calendar widget allowing the user to select a date.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcamera.html">QCamera</a></p></td><td class="tblDescr"><p>The QCamera class provides interface for system camera devices.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameracapturebufferformatcontrol.html">QCameraCaptureBufferFormatControl</a></p></td><td class="tblDescr"><p>The QCameraCaptureBufferFormatControl class provides a control for setting the capture buffer format.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameracapturedestinationcontrol.html">QCameraCaptureDestinationControl</a></p></td><td class="tblDescr"><p>The QCameraCaptureDestinationControl class provides a control for setting capture destination.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameracontrol.html">QCameraControl</a></p></td><td class="tblDescr"><p>The QCameraControl class is an abstract base class for classes that control still cameras or video cameras.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraexposure.html">QCameraExposure</a></p></td><td class="tblDescr"><p>The QCameraExposure class provides interface for exposure related camera settings.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraexposurecontrol.html">QCameraExposureControl</a></p></td><td class="tblDescr"><p>The QCameraExposureControl class allows controlling camera exposure parameters.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcamerafeedbackcontrol.html">QCameraFeedbackControl</a></p></td><td class="tblDescr"><p>The QCameraFeedbackControl class allows controlling feedback (sounds etc) during camera operation</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraflashcontrol.html">QCameraFlashControl</a></p></td><td class="tblDescr"><p>The QCameraFlashControl class allows controlling a camera's flash.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcamerafocus.html">QCameraFocus</a></p></td><td class="tblDescr"><p>The QCameraFocus class provides an interface for focus and zoom related camera settings.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcamerafocuscontrol.html">QCameraFocusControl</a></p></td><td class="tblDescr"><p>The QCameraFocusControl class supplies control for focusing related camera parameters.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcamerafocuszone.html">QCameraFocusZone</a></p></td><td class="tblDescr"><p>The QCameraFocusZone class provides information on zones used for autofocusing a camera.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraimagecapture.html">QCameraImageCapture</a></p></td><td class="tblDescr"><p>The QCameraImageCapture class is used for the recording of media content.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraimagecapturecontrol.html">QCameraImageCaptureControl</a></p></td><td class="tblDescr"><p>The QCameraImageCaptureControl class provides a control interface for image capture services.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraimageprocessing.html">QCameraImageProcessing</a></p></td><td class="tblDescr"><p>The QCameraImageProcessing class provides an interface for image processing related camera settings.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraimageprocessingcontrol.html">QCameraImageProcessingControl</a></p></td><td class="tblDescr"><p>The QCameraImageProcessingControl class provides an abstract class for controlling image processing parameters, like white balance, contrast, saturation, sharpening and denoising.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcamerainfo.html">QCameraInfo</a></p></td><td class="tblDescr"><p>The QCameraInfo class provides general information about camera devices.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcamerainfocontrol.html">QCameraInfoControl</a></p></td><td class="tblDescr"><p>The QCameraInfoControl class provides a camera info media control.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameralockscontrol.html">QCameraLocksControl</a></p></td><td class="tblDescr"><p>The QCameraLocksControl class is an abstract base class for classes that control still cameras or video cameras.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimediawidgets/qcameraviewfinder.html">QCameraViewfinder</a></p></td><td class="tblDescr"><p>The QCameraViewfinder class provides a camera viewfinder widget.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraviewfindersettingscontrol.html">QCameraViewfinderSettingsControl</a></p></td><td class="tblDescr"><p>The QCameraViewfinderSettingsControl class provides an abstract class for controlling camera viewfinder parameters.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcamerazoomcontrol.html">QCameraZoomControl</a></p></td><td class="tblDescr"><p>The QCameraZoomControl class supplies control for optical and digital camera zoom.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qchar.html">QChar</a></p></td><td class="tblDescr"><p>The QChar class provides a 16-bit Unicode character.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qcheckbox.html">QCheckBox</a></p></td><td class="tblDescr"><p>The QCheckBox widget provides a checkbox with a text label.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qchildevent.html">QChildEvent</a></p></td><td class="tblDescr"><p>The QChildEvent class contains event parameters for child object events.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qclipboard.html">QClipboard</a></p></td><td class="tblDescr"><p>The QClipboard class provides access to the window system clipboard.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qcloseevent.html">QCloseEvent</a></p></td><td class="tblDescr"><p>The QCloseEvent class contains parameters that describe a close event.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qcollator.html">QCollator</a></p></td><td class="tblDescr"><p>The QCollator class compares strings according to a localized collation algorithm.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qcollatorsortkey.html">QCollatorSortKey</a></p></td><td class="tblDescr"><p>The QCollatorSortKey class can be used to speed up string collation.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qcolor.html">QColor</a></p></td><td class="tblDescr"><p>The QColor class provides colors based on RGB, HSV or CMYK values.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qcolordialog.html">QColorDialog</a></p></td><td class="tblDescr"><p>The QColorDialog class provides a dialog widget for specifying colors.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qcolormap.html">QColormap</a></p></td><td class="tblDescr"><p>The QColormap class maps device independent QColors to device dependent pixel values.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qcolumnview.html">QColumnView</a></p></td><td class="tblDescr"><p>The QColumnView class provides a model/view implementation of a column view.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qcombobox.html">QComboBox</a></p></td><td class="tblDescr"><p>The QComboBox widget is a combined button and popup list.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qcommandlineoption.html">QCommandLineOption</a></p></td><td class="tblDescr"><p>The QCommandLineOption class defines a possible command-line option.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qcommandlineparser.html">QCommandLineParser</a></p></td><td class="tblDescr"><p>The QCommandLineParser class provides a means for handling the command line options.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qcommandlinkbutton.html">QCommandLinkButton</a></p></td><td class="tblDescr"><p>The QCommandLinkButton widget provides a Vista style command link button.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qcommonstyle.html">QCommonStyle</a></p></td><td class="tblDescr"><p>The QCommonStyle class encapsulates the common Look and Feel of a GUI.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qcompass.html">QCompass</a></p></td><td class="tblDescr"><p>The QCompass class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qcompassfilter.html">QCompassFilter</a></p></td><td class="tblDescr"><p>The QCompassFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qcompassreading.html">QCompassReading</a></p></td><td class="tblDescr"><p>The QCompassReading class represents one reading from a compass.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qcompleter.html">QCompleter</a></p></td><td class="tblDescr"><p>The QCompleter class provides completions based on an item model.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qconicalgradient.html">QConicalGradient</a></p></td><td class="tblDescr"><p>The QConicalGradient class is used in combination with QBrush to specify a conical gradient brush.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qcontextmenuevent.html">QContextMenuEvent</a></p></td><td class="tblDescr"><p>The QContextMenuEvent class contains parameters that describe a context menu event.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qcontiguouscache.html">QContiguousCache</a></p></td><td class="tblDescr"><p>The QContiguousCache class is a template class that provides a contiguous cache.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qcoreapplication.html">QCoreApplication</a></p></td><td class="tblDescr"><p>The QCoreApplication class provides an event loop for console Qt applications.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qcryptographichash.html">QCryptographicHash</a></p></td><td class="tblDescr"><p>The QCryptographicHash class provides a way to generate cryptographic hashes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qcursor.html">QCursor</a></p></td><td class="tblDescr"><p>The QCursor class provides a mouse cursor with an arbitrary shape.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusabstractadaptor.html">QDBusAbstractAdaptor</a></p></td><td class="tblDescr"><p>The QDBusAbstractAdaptor class is the base class of D-Bus adaptor classes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusabstractinterface.html">QDBusAbstractInterface</a></p></td><td class="tblDescr"><p>The QDBusAbstractInterface class is the base class for all D-Bus interfaces in the Qt D-Bus binding, allowing access to remote interfaces</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusargument.html">QDBusArgument</a></p></td><td class="tblDescr"><p>The QDBusArgument class is used to marshall and demarshall D-Bus arguments.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusconnection.html">QDBusConnection</a></p></td><td class="tblDescr"><p>The QDBusConnection class represents a connection to the D-Bus bus daemon.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusconnectioninterface.html">QDBusConnectionInterface</a></p></td><td class="tblDescr"><p>The QDBusConnectionInterface class provides access to the D-Bus bus daemon service.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbuscontext.html">QDBusContext</a></p></td><td class="tblDescr"><p>The QDBusContext class allows slots to determine the D-Bus context of the calls.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbuserror.html">QDBusError</a></p></td><td class="tblDescr"><p>The QDBusError class represents an error received from the D-Bus bus or from remote applications found in the bus.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusinterface.html">QDBusInterface</a></p></td><td class="tblDescr"><p>The QDBusInterface class is a proxy for interfaces on remote objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusmessage.html">QDBusMessage</a></p></td><td class="tblDescr"><p>The QDBusMessage class represents one message sent or received over the D-Bus bus.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusobjectpath.html">QDBusObjectPath</a></p></td><td class="tblDescr"><p>The QDBusObjectPath class enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbuspendingcall.html">QDBusPendingCall</a></p></td><td class="tblDescr"><p>The QDBusPendingCall class refers to one pending asynchronous call</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbuspendingcallwatcher.html">QDBusPendingCallWatcher</a></p></td><td class="tblDescr"><p>The QDBusPendingCallWatcher class provides a convenient way for waiting for asynchronous replies</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbuspendingreply.html">QDBusPendingReply</a></p></td><td class="tblDescr"><p>The QDBusPendingReply class contains the reply to an asynchronous method call</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusreply.html">QDBusReply</a></p></td><td class="tblDescr"><p>The QDBusReply class stores the reply for a method call to a remote object.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusserver.html">QDBusServer</a></p></td><td class="tblDescr"><p>The QDBusServer class provides peer-to-peer communication between processes on the same computer.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusservicewatcher.html">QDBusServiceWatcher</a></p></td><td class="tblDescr"><p>The QDBusServiceWatcher class allows the user to watch for a bus service change.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbussignature.html">QDBusSignature</a></p></td><td class="tblDescr"><p>The QDBusSignature class enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusunixfiledescriptor.html">QDBusUnixFileDescriptor</a></p></td><td class="tblDescr"><p>The QDBusUnixFileDescriptor class holds one Unix file descriptor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusvariant.html">QDBusVariant</a></p></td><td class="tblDescr"><p>The QDBusVariant class enables the programmer to identify the variant type provided by the D-Bus typesystem.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusvirtualobject.html">QDBusVirtualObject</a></p></td><td class="tblDescr"><p>The QDBusVirtualObject class is used to handle several DBus paths with one class.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qdatastream.html">QDataStream</a></p></td><td class="tblDescr"><p>The QDataStream class provides serialization of binary data to a QIODevice.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qdatawidgetmapper.html">QDataWidgetMapper</a></p></td><td class="tblDescr"><p>The QDataWidgetMapper class provides mapping between a section of a data model to widgets.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qdate.html">QDate</a></p></td><td class="tblDescr"><p>The QDate class provides date functions.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qdateedit.html">QDateEdit</a></p></td><td class="tblDescr"><p>The QDateEdit class provides a widget for editing dates based on the QDateTimeEdit widget.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qdatetime.html">QDateTime</a></p></td><td class="tblDescr"><p>The QDateTime class provides date and time functions.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qdatetimeedit.html">QDateTimeEdit</a></p></td><td class="tblDescr"><p>The QDateTimeEdit class provides a widget for editing dates and times.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qdebug.html">QDebug</a></p></td><td class="tblDescr"><p>The QDebug class provides an output stream for debugging information.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qdebugstatesaver.html">QDebugStateSaver</a></p></td><td class="tblDescr"><p>Convenience class for custom QDebug operators</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesigneractioneditorinterface.html">QDesignerActionEditorInterface</a></p></td><td class="tblDescr"><p>The QDesignerActionEditorInterface class allows you to change the focus of Qt Designer's action editor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignercontainerextension.html">QDesignerContainerExtension</a></p></td><td class="tblDescr"><p>The QDesignerContainerExtension class allows you to add pages to a custom multi-page container in Qt Designer's workspace.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignercustomwidgetcollectioninterface.html">QDesignerCustomWidgetCollectionInterface</a></p></td><td class="tblDescr"><p>The QDesignerCustomWidgetCollectionInterface class allows you to include several custom widgets in one single library.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignercustomwidgetinterface.html">QDesignerCustomWidgetInterface</a></p></td><td class="tblDescr"><p>The QDesignerCustomWidgetInterface class enables Qt Designer to access and construct custom widgets.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerdynamicpropertysheetextension.html">QDesignerDynamicPropertySheetExtension</a></p></td><td class="tblDescr"><p>The QDesignerDynamicPropertySheetExtension class allows you to manipulate a widget's dynamic properties in Qt Designer's property editor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerformeditorinterface.html">QDesignerFormEditorInterface</a></p></td><td class="tblDescr"><p>The QDesignerFormEditorInterface class allows you to access Qt Designer's various components.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerformwindowcursorinterface.html">QDesignerFormWindowCursorInterface</a></p></td><td class="tblDescr"><p>The QDesignerFormWindowCursorInterface class allows you to query and modify a form window's widget selection, and in addition modify the properties of all the form's widgets.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerformwindowinterface.html">QDesignerFormWindowInterface</a></p></td><td class="tblDescr"><p>The QDesignerFormWindowInterface class allows you to query and manipulate form windows appearing in Qt Designer's workspace.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerformwindowmanagerinterface.html">QDesignerFormWindowManagerInterface</a></p></td><td class="tblDescr"><p>The QDesignerFormWindowManagerInterface class allows you to manipulate the collection of form windows in Qt Designer, and control Qt Designer's form editing actions.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignermembersheetextension.html">QDesignerMemberSheetExtension</a></p></td><td class="tblDescr"><p>The QDesignerMemberSheetExtension class allows you to manipulate a widget's member functions which is displayed when configuring connections using Qt Designer's mode for editing signals and slots.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerobjectinspectorinterface.html">QDesignerObjectInspectorInterface</a></p></td><td class="tblDescr"><p>The QDesignerObjectInspectorInterface class allows you to change the focus of Qt Designer's object inspector.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerpropertyeditorinterface.html">QDesignerPropertyEditorInterface</a></p></td><td class="tblDescr"><p>The QDesignerPropertyEditorInterface class allows you to query and manipulate the current state of Qt Designer's property editor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerpropertysheetextension.html">QDesignerPropertySheetExtension</a></p></td><td class="tblDescr"><p>The QDesignerPropertySheetExtension class allows you to manipulate a widget's properties which is displayed in Qt Designer's property editor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignertaskmenuextension.html">QDesignerTaskMenuExtension</a></p></td><td class="tblDescr"><p>The QDesignerTaskMenuExtension class allows you to add custom menu entries to Qt Designer's task menu.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerwidgetboxinterface.html">QDesignerWidgetBoxInterface</a></p></td><td class="tblDescr"><p>The QDesignerWidgetBoxInterface class allows you to control the contents of Qt Designer's widget box.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qdesktopservices.html">QDesktopServices</a></p></td><td class="tblDescr"><p>The QDesktopServices class provides methods for accessing common desktop services.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qdesktopwidget.html">QDesktopWidget</a></p></td><td class="tblDescr"><p>The QDesktopWidget class provides access to screen information on multi-head systems.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qdial.html">QDial</a></p></td><td class="tblDescr"><p>The QDial class provides a rounded range control (like a speedometer or potentiometer).</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qdialog.html">QDialog</a></p></td><td class="tblDescr"><p>The QDialog class is the base class of dialog windows.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qdialogbuttonbox.html">QDialogButtonBox</a></p></td><td class="tblDescr"><p>The QDialogButtonBox class is a widget that presents buttons in a layout that is appropriate to the current widget style.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qdir.html">QDir</a></p></td><td class="tblDescr"><p>The QDir class provides access to directory structures and their contents.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qdiriterator.html">QDirIterator</a></p></td><td class="tblDescr"><p>The QDirIterator class provides an iterator for directory entrylists.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qdnsdomainnamerecord.html">QDnsDomainNameRecord</a></p></td><td class="tblDescr"><p>The QDnsDomainNameRecord class stores information about a domain name record.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qdnshostaddressrecord.html">QDnsHostAddressRecord</a></p></td><td class="tblDescr"><p>The QDnsHostAddressRecord class stores information about a host address record.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qdnslookup.html">QDnsLookup</a></p></td><td class="tblDescr"><p>The QDnsLookup class represents a DNS lookup.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qdnsmailexchangerecord.html">QDnsMailExchangeRecord</a></p></td><td class="tblDescr"><p>The QDnsMailExchangeRecord class stores information about a DNS MX record.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qdnsservicerecord.html">QDnsServiceRecord</a></p></td><td class="tblDescr"><p>The QDnsServiceRecord class stores information about a DNS SRV record.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qdnstextrecord.html">QDnsTextRecord</a></p></td><td class="tblDescr"><p>The QDnsTextRecord class stores information about a DNS TXT record.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qdockwidget.html">QDockWidget</a></p></td><td class="tblDescr"><p>The QDockWidget class provides a widget that can be docked inside a QMainWindow or floated as a top-level window on the desktop.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qdomattr.html">QDomAttr</a></p></td><td class="tblDescr"><p>The QDomAttr class represents one attribute of a QDomElement.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qdomcdatasection.html">QDomCDATASection</a></p></td><td class="tblDescr"><p>The QDomCDATASection class represents an XML CDATA section.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qdomcharacterdata.html">QDomCharacterData</a></p></td><td class="tblDescr"><p>The QDomCharacterData class represents a generic string in the DOM.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qdomcomment.html">QDomComment</a></p></td><td class="tblDescr"><p>The QDomComment class represents an XML comment.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qdomdocument.html">QDomDocument</a></p></td><td class="tblDescr"><p>The QDomDocument class represents an XML document.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qdomdocumentfragment.html">QDomDocumentFragment</a></p></td><td class="tblDescr"><p>The QDomDocumentFragment class is a tree of QDomNodes which is not usually a complete QDomDocument.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qdomdocumenttype.html">QDomDocumentType</a></p></td><td class="tblDescr"><p>The QDomDocumentType class is the representation of the DTD in the document tree.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qdomelement.html">QDomElement</a></p></td><td class="tblDescr"><p>The QDomElement class represents one element in the DOM tree.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qdomentity.html">QDomEntity</a></p></td><td class="tblDescr"><p>The QDomEntity class represents an XML entity.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qdomentityreference.html">QDomEntityReference</a></p></td><td class="tblDescr"><p>The QDomEntityReference class represents an XML entity reference.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qdomimplementation.html">QDomImplementation</a></p></td><td class="tblDescr"><p>The QDomImplementation class provides information about the features of the DOM implementation.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qdomnamednodemap.html">QDomNamedNodeMap</a></p></td><td class="tblDescr"><p>The QDomNamedNodeMap class contains a collection of nodes that can be accessed by name.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qdomnode.html">QDomNode</a></p></td><td class="tblDescr"><p>The QDomNode class is the base class for all the nodes in a DOM tree.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qdomnodelist.html">QDomNodeList</a></p></td><td class="tblDescr"><p>The QDomNodeList class is a list of QDomNode objects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qdomnotation.html">QDomNotation</a></p></td><td class="tblDescr"><p>The QDomNotation class represents an XML notation.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qdomprocessinginstruction.html">QDomProcessingInstruction</a></p></td><td class="tblDescr"><p>The QDomProcessingInstruction class represents an XML processing instruction.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qdomtext.html">QDomText</a></p></td><td class="tblDescr"><p>The QDomText class represents text data in the parsed XML document.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qdoublespinbox.html">QDoubleSpinBox</a></p></td><td class="tblDescr"><p>The QDoubleSpinBox class provides a spin box widget that takes doubles.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qdoublevalidator.html">QDoubleValidator</a></p></td><td class="tblDescr"><p>The QDoubleValidator class provides range checking of floating-point numbers.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qdrag.html">QDrag</a></p></td><td class="tblDescr"><p>The QDrag class provides support for MIME-based drag and drop data transfer.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qdragenterevent.html">QDragEnterEvent</a></p></td><td class="tblDescr"><p>The QDragEnterEvent class provides an event which is sent to a widget when a drag and drop action enters it.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qdragleaveevent.html">QDragLeaveEvent</a></p></td><td class="tblDescr"><p>The QDragLeaveEvent class provides an event that is sent to a widget when a drag and drop action leaves it.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qdragmoveevent.html">QDragMoveEvent</a></p></td><td class="tblDescr"><p>The QDragMoveEvent class provides an event which is sent while a drag and drop action is in progress.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qdropevent.html">QDropEvent</a></p></td><td class="tblDescr"><p>The QDropEvent class provides an event which is sent when a drag and drop action is completed.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qdynamicpropertychangeevent.html">QDynamicPropertyChangeEvent</a></p></td><td class="tblDescr"><p>The QDynamicPropertyChangeEvent class contains event parameters for dynamic property change events.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qeasingcurve.html">QEasingCurve</a></p></td><td class="tblDescr"><p>The QEasingCurve class provides easing curves for controlling animation.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qelapsedtimer.html">QElapsedTimer</a></p></td><td class="tblDescr"><p>The QElapsedTimer class provides a fast way to calculate elapsed times.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qenterevent.html">QEnterEvent</a></p></td><td class="tblDescr"><p>The QEnterEvent class contains parameters that describe an enter event.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qerrormessage.html">QErrorMessage</a></p></td><td class="tblDescr"><p>The QErrorMessage class provides an error message display dialog.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qevent.html">QEvent</a></p></td><td class="tblDescr"><p>The QEvent class is the base class of all event classes. Event objects contain event parameters.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qeventloop.html">QEventLoop</a></p></td><td class="tblDescr"><p>The QEventLoop class provides a means of entering and leaving an event loop.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qeventlooplocker.html">QEventLoopLocker</a></p></td><td class="tblDescr"><p>The QEventLoopLocker class provides a means to quit an event loop when it is no longer needed.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qeventtransition.html">QEventTransition</a></p></td><td class="tblDescr"><p>The QEventTransition class provides a QObject-specific transition for Qt events.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qexception.html">QException</a></p></td><td class="tblDescr"><p>The QException class provides a base class for exceptions that can transferred across threads.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qexplicitlyshareddatapointer.html">QExplicitlySharedDataPointer</a></p></td><td class="tblDescr"><p>The QExplicitlySharedDataPointer class represents a pointer to an explicitly shared object.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qexposeevent.html">QExposeEvent</a></p></td><td class="tblDescr"><p>The QExposeEvent class contains event parameters for expose events.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qextensionfactory.html">QExtensionFactory</a></p></td><td class="tblDescr"><p>The QExtensionFactory class allows you to create a factory that is able to make instances of custom extensions in Qt Designer.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qextensionmanager.html">QExtensionManager</a></p></td><td class="tblDescr"><p>The QExtensionManager class provides extension management facilities for Qt Designer.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qfile.html">QFile</a></p></td><td class="tblDescr"><p>The QFile class provides an interface for reading from and writing to files.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qfiledevice.html">QFileDevice</a></p></td><td class="tblDescr"><p>The QFileDevice class provides an interface for reading from and writing to open files.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qfiledialog.html">QFileDialog</a></p></td><td class="tblDescr"><p>The QFileDialog class provides a dialog that allow users to select files or directories.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qfileiconprovider.html">QFileIconProvider</a></p></td><td class="tblDescr"><p>The QFileIconProvider class provides file icons for the QDirModel and the QFileSystemModel classes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qfileinfo.html">QFileInfo</a></p></td><td class="tblDescr"><p>The QFileInfo class provides system-independent file information.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qfileopenevent.html">QFileOpenEvent</a></p></td><td class="tblDescr"><p>The QFileOpenEvent class provides an event that will be sent when there is a request to open a file or a URL.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qfileselector.html">QFileSelector</a></p></td><td class="tblDescr"><p>QFileSelector provides a convenient way of selecting file variants.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qfilesystemmodel.html">QFileSystemModel</a></p></td><td class="tblDescr"><p>The QFileSystemModel class provides a data model for the local filesystem.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qfilesystemwatcher.html">QFileSystemWatcher</a></p></td><td class="tblDescr"><p>The QFileSystemWatcher class provides an interface for monitoring files and directories for modifications.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qfinalstate.html">QFinalState</a></p></td><td class="tblDescr"><p>The QFinalState class provides a final state.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qflag.html">QFlag</a></p></td><td class="tblDescr"><p>The QFlag class is a helper data type for QFlags.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qflags.html">QFlags</a></p></td><td class="tblDescr"><p>The QFlags class provides a type-safe way of storing OR-combinations of enum values.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qfocusevent.html">QFocusEvent</a></p></td><td class="tblDescr"><p>The QFocusEvent class contains event parameters for widget focus events.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qfocusframe.html">QFocusFrame</a></p></td><td class="tblDescr"><p>The QFocusFrame widget provides a focus frame which can be outside of a widget's normal paintable area.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qfont.html">QFont</a></p></td><td class="tblDescr"><p>The QFont class specifies a font used for drawing text.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qfontcombobox.html">QFontComboBox</a></p></td><td class="tblDescr"><p>The QFontComboBox widget is a combobox that lets the user select a font family.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qfontdatabase.html">QFontDatabase</a></p></td><td class="tblDescr"><p>The QFontDatabase class provides information about the fonts available in the underlying window system.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qfontdialog.html">QFontDialog</a></p></td><td class="tblDescr"><p>The QFontDialog class provides a dialog widget for selecting a font.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qfontinfo.html">QFontInfo</a></p></td><td class="tblDescr"><p>The QFontInfo class provides general information about fonts.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qfontmetrics.html">QFontMetrics</a></p></td><td class="tblDescr"><p>The QFontMetrics class provides font metrics information.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qfontmetricsf.html">QFontMetricsF</a></p></td><td class="tblDescr"><p>The QFontMetricsF class provides font metrics information.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qformbuilder.html">QFormBuilder</a></p></td><td class="tblDescr"><p>The QFormBuilder class is used to dynamically construct user interfaces from UI files at run-time.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qformlayout.html">QFormLayout</a></p></td><td class="tblDescr"><p>The QFormLayout class manages forms of input widgets and their associated labels.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qframe.html">QFrame</a></p></td><td class="tblDescr"><p>The QFrame class is the base class of widgets that can have a frame.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qfuture.html">QFuture</a></p></td><td class="tblDescr"><p>The QFuture class represents the result of an asynchronous computation.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qfutureiterator.html">QFutureIterator</a></p></td><td class="tblDescr"><p>The QFutureIterator class provides a Java-style const iterator for QFuture.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qfuturesynchronizer.html">QFutureSynchronizer</a></p></td><td class="tblDescr"><p>The QFutureSynchronizer class is a convenience class that simplifies QFuture synchronization.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qfuturewatcher.html">QFutureWatcher</a></p></td><td class="tblDescr"><p>The QFutureWatcher class allows monitoring a QFuture using signals and slots.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtopengl/qglcontext.html">QGLContext</a></p></td><td class="tblDescr"><p>The QGLContext class encapsulates an OpenGL rendering context.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtopengl/qglformat.html">QGLFormat</a></p></td><td class="tblDescr"><p>The QGLFormat class specifies the display format of an OpenGL rendering context.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtopengl/qglwidget.html">QGLWidget</a></p></td><td class="tblDescr"><p>The QGLWidget class is a widget for rendering OpenGL graphics.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qgenericargument.html">QGenericArgument</a></p></td><td class="tblDescr"><p>The QGenericArgument class is an internal helper class for marshalling arguments.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qgenericmatrix.html">QGenericMatrix</a></p></td><td class="tblDescr"><p>The QGenericMatrix class is a template class that represents a NxM transformation matrix with N columns and M rows.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qgenericplugin.html">QGenericPlugin</a></p></td><td class="tblDescr"><p>The QGenericPlugin class is an abstract base class for plugins.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qgenericpluginfactory.html">QGenericPluginFactory</a></p></td><td class="tblDescr"><p>The QGenericPluginFactory class creates plugin drivers.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qgenericreturnargument.html">QGenericReturnArgument</a></p></td><td class="tblDescr"><p>The QGenericReturnArgument class is an internal helper class for marshalling arguments.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeoaddress.html">QGeoAddress</a></p></td><td class="tblDescr"><p>The QGeoAddress class represents an address of a QGeoLocation.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeoareamonitorinfo.html">QGeoAreaMonitorInfo</a></p></td><td class="tblDescr"><p>The QGeoAreaMonitorInfo class describes the parameters of an area or region to be monitored for proximity.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeoareamonitorsource.html">QGeoAreaMonitorSource</a></p></td><td class="tblDescr"><p>The QGeoAreaMonitorSource class enables the detection of proximity changes for a specified set of coordinates.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeocircle.html">QGeoCircle</a></p></td><td class="tblDescr"><p>The QGeoCircle class defines a circular geographic area.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeocoordinate.html">QGeoCoordinate</a></p></td><td class="tblDescr"><p>The QGeoCoordinate class defines a geographical position on the surface of the Earth.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeolocation.html">QGeoLocation</a></p></td><td class="tblDescr"><p>The QGeoLocation class represents basic information about a location.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeopositioninfo.html">QGeoPositionInfo</a></p></td><td class="tblDescr"><p>The QGeoPositionInfo class contains information gathered on a global position, direction and velocity at a particular point in time.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeopositioninfosource.html">QGeoPositionInfoSource</a></p></td><td class="tblDescr"><p>The QGeoPositionInfoSource class is an abstract base class for the distribution of positional updates.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeopositioninfosourcefactory.html">QGeoPositionInfoSourceFactory</a></p></td><td class="tblDescr"><p>The QGeoPositionInfoSourceFactory class is a factory class used as the plugin interface for external providers of positioning data.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeorectangle.html">QGeoRectangle</a></p></td><td class="tblDescr"><p>The QGeoRectangle class defines a rectangular geographic area.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeosatelliteinfo.html">QGeoSatelliteInfo</a></p></td><td class="tblDescr"><p>The QGeoSatelliteInfo class contains basic information about a satellite.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeosatelliteinfosource.html">QGeoSatelliteInfoSource</a></p></td><td class="tblDescr"><p>The QGeoSatelliteInfoSource class is an abstract base class for the distribution of satellite information updates.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeoshape.html">QGeoShape</a></p></td><td class="tblDescr"><p>The QGeoShape class defines a geographic area.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgesture.html">QGesture</a></p></td><td class="tblDescr"><p>The QGesture class represents a gesture, containing properties that describe the corresponding user input.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgestureevent.html">QGestureEvent</a></p></td><td class="tblDescr"><p>The QGestureEvent class provides the description of triggered gestures.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgesturerecognizer.html">QGestureRecognizer</a></p></td><td class="tblDescr"><p>The QGestureRecognizer class provides the infrastructure for gesture recognition.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qglobalstatic.html">QGlobalStatic</a></p></td><td class="tblDescr"><p>The QGlobalStatic class is used to implement a global static object</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qglyphrun.html">QGlyphRun</a></p></td><td class="tblDescr"><p>The QGlyphRun class provides direct access to the internal glyphs in a font.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qgradient.html">QGradient</a></p></td><td class="tblDescr"><p>The QGradient class is used in combination with QBrush to specify gradient fills.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsanchor.html">QGraphicsAnchor</a></p></td><td class="tblDescr"><p>The QGraphicsAnchor class represents an anchor between two items in a QGraphicsAnchorLayout.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsanchorlayout.html">QGraphicsAnchorLayout</a></p></td><td class="tblDescr"><p>The QGraphicsAnchorLayout class provides a layout where one can anchor widgets together in Graphics View.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsblureffect.html">QGraphicsBlurEffect</a></p></td><td class="tblDescr"><p>The QGraphicsBlurEffect class provides a blur effect.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicscolorizeeffect.html">QGraphicsColorizeEffect</a></p></td><td class="tblDescr"><p>The QGraphicsColorizeEffect class provides a colorize effect.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsdropshadoweffect.html">QGraphicsDropShadowEffect</a></p></td><td class="tblDescr"><p>The QGraphicsDropShadowEffect class provides a drop shadow effect.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicseffect.html">QGraphicsEffect</a></p></td><td class="tblDescr"><p>The QGraphicsEffect class is the base class for all graphics effects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsellipseitem.html">QGraphicsEllipseItem</a></p></td><td class="tblDescr"><p>The QGraphicsEllipseItem class provides an ellipse item that you can add to a QGraphicsScene.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsgridlayout.html">QGraphicsGridLayout</a></p></td><td class="tblDescr"><p>The QGraphicsGridLayout class provides a grid layout for managing widgets in Graphics View.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsitem.html">QGraphicsItem</a></p></td><td class="tblDescr"><p>The QGraphicsItem class is the base class for all graphical items in a QGraphicsScene.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsitemgroup.html">QGraphicsItemGroup</a></p></td><td class="tblDescr"><p>The QGraphicsItemGroup class provides a container that treats a group of items as a single item.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicslayout.html">QGraphicsLayout</a></p></td><td class="tblDescr"><p>The QGraphicsLayout class provides the base class for all layouts in Graphics View.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicslayoutitem.html">QGraphicsLayoutItem</a></p></td><td class="tblDescr"><p>The QGraphicsLayoutItem class can be inherited to allow your custom items to be managed by layouts.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicslineitem.html">QGraphicsLineItem</a></p></td><td class="tblDescr"><p>The QGraphicsLineItem class provides a line item that you can add to a QGraphicsScene.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicslinearlayout.html">QGraphicsLinearLayout</a></p></td><td class="tblDescr"><p>The QGraphicsLinearLayout class provides a horizontal or vertical layout for managing widgets in Graphics View.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsobject.html">QGraphicsObject</a></p></td><td class="tblDescr"><p>The QGraphicsObject class provides a base class for all graphics items that require signals, slots and properties.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsopacityeffect.html">QGraphicsOpacityEffect</a></p></td><td class="tblDescr"><p>The QGraphicsOpacityEffect class provides an opacity effect.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicspathitem.html">QGraphicsPathItem</a></p></td><td class="tblDescr"><p>The QGraphicsPathItem class provides a path item that you can add to a QGraphicsScene.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicspixmapitem.html">QGraphicsPixmapItem</a></p></td><td class="tblDescr"><p>The QGraphicsPixmapItem class provides a pixmap item that you can add to a QGraphicsScene.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicspolygonitem.html">QGraphicsPolygonItem</a></p></td><td class="tblDescr"><p>The QGraphicsPolygonItem class provides a polygon item that you can add to a QGraphicsScene.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsproxywidget.html">QGraphicsProxyWidget</a></p></td><td class="tblDescr"><p>The QGraphicsProxyWidget class provides a proxy layer for embedding a QWidget in a QGraphicsScene.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsrectitem.html">QGraphicsRectItem</a></p></td><td class="tblDescr"><p>The QGraphicsRectItem class provides a rectangle item that you can add to a QGraphicsScene.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsrotation.html">QGraphicsRotation</a></p></td><td class="tblDescr"><p>The QGraphicsRotation class provides a rotation transformation around a given axis.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscale.html">QGraphicsScale</a></p></td><td class="tblDescr"><p>The QGraphicsScale class provides a scale transformation.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscene.html">QGraphicsScene</a></p></td><td class="tblDescr"><p>The QGraphicsScene class provides a surface for managing a large number of 2D graphical items.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenecontextmenuevent.html">QGraphicsSceneContextMenuEvent</a></p></td><td class="tblDescr"><p>The QGraphicsSceneContextMenuEvent class provides context menu events in the graphics view framework.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenedragdropevent.html">QGraphicsSceneDragDropEvent</a></p></td><td class="tblDescr"><p>The QGraphicsSceneDragDropEvent class provides events for drag and drop in the graphics view framework.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicssceneevent.html">QGraphicsSceneEvent</a></p></td><td class="tblDescr"><p>The QGraphicsSceneEvent class provides a base class for all graphics view related events.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenehelpevent.html">QGraphicsSceneHelpEvent</a></p></td><td class="tblDescr"><p>The QGraphicsSceneHelpEvent class provides events when a tooltip is requested.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenehoverevent.html">QGraphicsSceneHoverEvent</a></p></td><td class="tblDescr"><p>The QGraphicsSceneHoverEvent class provides hover events in the graphics view framework.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenemouseevent.html">QGraphicsSceneMouseEvent</a></p></td><td class="tblDescr"><p>The QGraphicsSceneMouseEvent class provides mouse events in the graphics view framework.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenemoveevent.html">QGraphicsSceneMoveEvent</a></p></td><td class="tblDescr"><p>The QGraphicsSceneMoveEvent class provides events for widget moving in the graphics view framework.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicssceneresizeevent.html">QGraphicsSceneResizeEvent</a></p></td><td class="tblDescr"><p>The QGraphicsSceneResizeEvent class provides events for widget resizing in the graphics view framework.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenewheelevent.html">QGraphicsSceneWheelEvent</a></p></td><td class="tblDescr"><p>The QGraphicsSceneWheelEvent class provides wheel events in the graphics view framework.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicssimpletextitem.html">QGraphicsSimpleTextItem</a></p></td><td class="tblDescr"><p>The QGraphicsSimpleTextItem class provides a simple text path item that you can add to a QGraphicsScene.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsvg/qgraphicssvgitem.html">QGraphicsSvgItem</a></p></td><td class="tblDescr"><p>The QGraphicsSvgItem class is a QGraphicsItem that can be used to render the contents of SVG files.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicstextitem.html">QGraphicsTextItem</a></p></td><td class="tblDescr"><p>The QGraphicsTextItem class provides a text item that you can add to a QGraphicsScene to display formatted text.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicstransform.html">QGraphicsTransform</a></p></td><td class="tblDescr"><p>The QGraphicsTransform class is an abstract base class for building advanced transformations on QGraphicsItems.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimediawidgets/qgraphicsvideoitem.html">QGraphicsVideoItem</a></p></td><td class="tblDescr"><p>The QGraphicsVideoItem class provides a graphics item which display video produced by a QMediaObject.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsview.html">QGraphicsView</a></p></td><td class="tblDescr"><p>The QGraphicsView class provides a widget for displaying the contents of a QGraphicsScene.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkit/qgraphicswebview.html">QGraphicsWebView</a></p></td><td class="tblDescr"><p>The QGraphicsWebView class allows Web content to be added to a GraphicsView.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicswidget.html">QGraphicsWidget</a></p></td><td class="tblDescr"><p>The QGraphicsWidget class is the base class for all widget items in a QGraphicsScene.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgridlayout.html">QGridLayout</a></p></td><td class="tblDescr"><p>The QGridLayout class lays out widgets in a grid.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgroupbox.html">QGroupBox</a></p></td><td class="tblDescr"><p>The QGroupBox widget provides a group box frame with a title.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qguiapplication.html">QGuiApplication</a></p></td><td class="tblDescr"><p>The QGuiApplication class manages the GUI application's control flow and main settings.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qgyroscope.html">QGyroscope</a></p></td><td class="tblDescr"><p>The QGyroscope class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qgyroscopefilter.html">QGyroscopeFilter</a></p></td><td class="tblDescr"><p>The QGyroscopeFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qgyroscopereading.html">QGyroscopeReading</a></p></td><td class="tblDescr"><p>The QGyroscopeReading class represents one reading from the gyroscope sensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qhboxlayout.html">QHBoxLayout</a></p></td><td class="tblDescr"><p>The QHBoxLayout class lines up widgets horizontally.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qhash.html">QHash</a></p></td><td class="tblDescr"><p>The QHash class is a template class that provides a hash-table-based dictionary.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qhashiterator.html">QHashIterator</a></p></td><td class="tblDescr"><p>The QHashIterator class provides a Java-style const iterator for QHash and QMultiHash.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qheaderview.html">QHeaderView</a></p></td><td class="tblDescr"><p>The QHeaderView class provides a header row or header column for item views.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpcontentitem.html">QHelpContentItem</a></p></td><td class="tblDescr"><p>The QHelpContentItem class provides an item for use with QHelpContentModel.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpcontentmodel.html">QHelpContentModel</a></p></td><td class="tblDescr"><p>The QHelpContentModel class provides a model that supplies content to views.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpcontentwidget.html">QHelpContentWidget</a></p></td><td class="tblDescr"><p>The QHelpContentWidget class provides a tree view for displaying help content model items.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpengine.html">QHelpEngine</a></p></td><td class="tblDescr"><p>The QHelpEngine class provides access to contents and indices of the help engine.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpenginecore.html">QHelpEngineCore</a></p></td><td class="tblDescr"><p>The QHelpEngineCore class provides the core functionality of the help system.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qhelpevent.html">QHelpEvent</a></p></td><td class="tblDescr"><p>The QHelpEvent class provides an event that is used to request helpful information about a particular point in a widget.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpindexmodel.html">QHelpIndexModel</a></p></td><td class="tblDescr"><p>The QHelpIndexModel class provides a model that supplies index keywords to views.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpindexwidget.html">QHelpIndexWidget</a></p></td><td class="tblDescr"><p>The QHelpIndexWidget class provides a list view displaying the QHelpIndexModel.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpsearchengine.html">QHelpSearchEngine</a></p></td><td class="tblDescr"><p>The QHelpSearchEngine class provides access to widgets reusable to integrate fulltext search as well as to index and search documentation.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpsearchquery.html">QHelpSearchQuery</a></p></td><td class="tblDescr"><p>The QHelpSearchQuery class contains the field name and the associated search term</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpsearchquerywidget.html">QHelpSearchQueryWidget</a></p></td><td class="tblDescr"><p>The QHelpSearchQueryWidget class provides a simple line edit or an advanced widget to enable the user to input a search term in a standardized input mask.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpsearchresultwidget.html">QHelpSearchResultWidget</a></p></td><td class="tblDescr"><p>The QHelpSearchResultWidget class provides either a tree widget or a text browser depending on the used search engine to display the hits found by the search.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qhideevent.html">QHideEvent</a></p></td><td class="tblDescr"><p>The QHideEvent class provides an event which is sent after a widget is hidden.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qhistorystate.html">QHistoryState</a></p></td><td class="tblDescr"><p>The QHistoryState class provides a means of returning to a previously active substate.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qholsterfilter.html">QHolsterFilter</a></p></td><td class="tblDescr"><p>The QHolsterFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qholsterreading.html">QHolsterReading</a></p></td><td class="tblDescr"><p>The QHolsterReading class holds readings from the holster sensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qholstersensor.html">QHolsterSensor</a></p></td><td class="tblDescr"><p>The QHolsterSensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qhostaddress.html">QHostAddress</a></p></td><td class="tblDescr"><p>The QHostAddress class provides an IP address.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qhostinfo.html">QHostInfo</a></p></td><td class="tblDescr"><p>The QHostInfo class provides static functions for host name lookups.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qhoverevent.html">QHoverEvent</a></p></td><td class="tblDescr"><p>The QHoverEvent class contains parameters that describe a mouse event.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qhttpmultipart.html">QHttpMultiPart</a></p></td><td class="tblDescr"><p>The QHttpMultiPart class resembles a MIME multipart message to be sent over HTTP.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qhttppart.html">QHttpPart</a></p></td><td class="tblDescr"><p>The QHttpPart class holds a body part to be used inside a HTTP multipart MIME message.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qiodevice.html">QIODevice</a></p></td><td class="tblDescr"><p>The QIODevice class is the base interface class of all I/O devices in Qt.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qirproximityfilter.html">QIRProximityFilter</a></p></td><td class="tblDescr"><p>The QIRProximityFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qirproximityreading.html">QIRProximityReading</a></p></td><td class="tblDescr"><p>The QIRProximityReading class holds readings from the IR proximity sensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qirproximitysensor.html">QIRProximitySensor</a></p></td><td class="tblDescr"><p>The QIRProximitySensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qicon.html">QIcon</a></p></td><td class="tblDescr"><p>The QIcon class provides scalable icons in different modes and states.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qicondragevent.html">QIconDragEvent</a></p></td><td class="tblDescr"><p>The QIconDragEvent class indicates that a main icon drag has begun.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qiconengine.html">QIconEngine</a></p></td><td class="tblDescr"><p>The QIconEngine class provides an abstract base class for QIcon renderers.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qiconengineplugin.html">QIconEnginePlugin</a></p></td><td class="tblDescr"><p>The QIconEnginePlugin class provides an abstract base for custom QIconEngine plugins.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qidentityproxymodel.html">QIdentityProxyModel</a></p></td><td class="tblDescr"><p>The QIdentityProxyModel class proxies its source model unmodified</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qimage.html">QImage</a></p></td><td class="tblDescr"><p>The QImage class provides a hardware-independent image representation that allows direct access to the pixel data, and can be used as a paint device.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qimageencodercontrol.html">QImageEncoderControl</a></p></td><td class="tblDescr"><p>The QImageEncoderControl class provides access to the settings of a media service that performs image encoding.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qimageencodersettings.html">QImageEncoderSettings</a></p></td><td class="tblDescr"><p>The QImageEncoderSettings class provides a set of image encoder settings.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qimageiohandler.html">QImageIOHandler</a></p></td><td class="tblDescr"><p>The QImageIOHandler class defines the common image I/O interface for all image formats in Qt.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qimageioplugin.html">QImageIOPlugin</a></p></td><td class="tblDescr"><p>The QImageIOPlugin class defines an interface for writing an image format plugin.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qimagereader.html">QImageReader</a></p></td><td class="tblDescr"><p>The QImageReader class provides a format independent interface for reading images from files or other devices.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qimagewriter.html">QImageWriter</a></p></td><td class="tblDescr"><p>The QImageWriter class provides a format independent interface for writing images to files or other devices.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qinputdialog.html">QInputDialog</a></p></td><td class="tblDescr"><p>The QInputDialog class provides a simple convenience dialog to get a single value from the user.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qinputevent.html">QInputEvent</a></p></td><td class="tblDescr"><p>The QInputEvent class is the base class for events that describe user input.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qinputmethod.html">QInputMethod</a></p></td><td class="tblDescr"><p>The QInputMethod class provides access to the active text input method.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qinputmethodevent.html">QInputMethodEvent</a></p></td><td class="tblDescr"><p>The QInputMethodEvent class provides parameters for input method events.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qinputmethodqueryevent.html">QInputMethodQueryEvent</a></p></td><td class="tblDescr"><p>The QInputMethodQueryEvent class provides an event sent by the input context to input objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qintvalidator.html">QIntValidator</a></p></td><td class="tblDescr"><p>The QIntValidator class provides a validator that ensures a string contains a valid integer within a specified range.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qitemdelegate.html">QItemDelegate</a></p></td><td class="tblDescr"><p>The QItemDelegate class provides display and editing facilities for data items from a model.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qitemeditorcreator.html">QItemEditorCreator</a></p></td><td class="tblDescr"><p>The QItemEditorCreator class makes it possible to create item editor creator bases without subclassing QItemEditorCreatorBase.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qitemeditorcreatorbase.html">QItemEditorCreatorBase</a></p></td><td class="tblDescr"><p>The QItemEditorCreatorBase class provides an abstract base class that must be subclassed when implementing new item editor creators.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qitemeditorfactory.html">QItemEditorFactory</a></p></td><td class="tblDescr"><p>The QItemEditorFactory class provides widgets for editing item data in views and delegates.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qitemselection.html">QItemSelection</a></p></td><td class="tblDescr"><p>The QItemSelection class manages information about selected items in a model.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qitemselectionmodel.html">QItemSelectionModel</a></p></td><td class="tblDescr"><p>The QItemSelectionModel class keeps track of a view's selected items.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qitemselectionrange.html">QItemSelectionRange</a></p></td><td class="tblDescr"><p>The QItemSelectionRange class manages information about a range of selected items in a model.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qjsengine.html">QJSEngine</a></p></td><td class="tblDescr"><p>The QJSEngine class provides an environment for evaluating JavaScript code.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qjsvalue.html">QJSValue</a></p></td><td class="tblDescr"><p>The QJSValue class acts as a container for Qt/JavaScript data types.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qjsvalueiterator.html">QJSValueIterator</a></p></td><td class="tblDescr"><p>The QJSValueIterator class provides a Java-style iterator for QJSValue.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qjsonarray.html">QJsonArray</a></p></td><td class="tblDescr"><p>The QJsonArray class encapsulates a JSON array.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qjsondocument.html">QJsonDocument</a></p></td><td class="tblDescr"><p>The QJsonDocument class provides a way to read and write JSON documents.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qjsonobject.html">QJsonObject</a></p></td><td class="tblDescr"><p>The QJsonObject class encapsulates a JSON object.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qjsonparseerror.html">QJsonParseError</a></p></td><td class="tblDescr"><p>The QJsonParseError class is used to report errors during JSON parsing.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qjsonvalue.html">QJsonValue</a></p></td><td class="tblDescr"><p>The QJsonValue class encapsulates a value in JSON.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qkeyevent.html">QKeyEvent</a></p></td><td class="tblDescr"><p>The QKeyEvent class describes a key event.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qkeyeventtransition.html">QKeyEventTransition</a></p></td><td class="tblDescr"><p>The QKeyEventTransition class provides a transition for key events.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qkeysequence.html">QKeySequence</a></p></td><td class="tblDescr"><p>The QKeySequence class encapsulates a key sequence as used by shortcuts.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qkeysequenceedit.html">QKeySequenceEdit</a></p></td><td class="tblDescr"><p>The QKeySequenceEdit widget allows to input a QKeySequence.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qlcdnumber.html">QLCDNumber</a></p></td><td class="tblDescr"><p>The QLCDNumber widget displays a number with LCD-like digits.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qlabel.html">QLabel</a></p></td><td class="tblDescr"><p>The QLabel widget provides a text or image display.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlatin1char.html">QLatin1Char</a></p></td><td class="tblDescr"><p>The QLatin1Char class provides an 8-bit ASCII/Latin-1 character.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlatin1string.html">QLatin1String</a></p></td><td class="tblDescr"><p>The QLatin1String class provides a thin wrapper around an US-ASCII/Latin-1 encoded string literal.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qlayout.html">QLayout</a></p></td><td class="tblDescr"><p>The QLayout class is the base class of geometry managers.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qlayoutitem.html">QLayoutItem</a></p></td><td class="tblDescr"><p>The QLayoutItem class provides an abstract item that a QLayout manipulates.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlibrary.html">QLibrary</a></p></td><td class="tblDescr"><p>The QLibrary class loads shared libraries at runtime.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlibraryinfo.html">QLibraryInfo</a></p></td><td class="tblDescr"><p>The QLibraryInfo class provides information about the Qt library.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qlightfilter.html">QLightFilter</a></p></td><td class="tblDescr"><p>The QLightFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qlightreading.html">QLightReading</a></p></td><td class="tblDescr"><p>The QLightReading class represents one reading from the light sensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qlightsensor.html">QLightSensor</a></p></td><td class="tblDescr"><p>The QLightSensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qline.html">QLine</a></p></td><td class="tblDescr"><p>The QLine class provides a two-dimensional vector using integer precision.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qlineedit.html">QLineEdit</a></p></td><td class="tblDescr"><p>The QLineEdit widget is a one-line text editor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlinef.html">QLineF</a></p></td><td class="tblDescr"><p>The QLineF class provides a two-dimensional vector using floating point precision.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qlineargradient.html">QLinearGradient</a></p></td><td class="tblDescr"><p>The QLinearGradient class is used in combination with QBrush to specify a linear gradient brush.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlinkedlist.html">QLinkedList</a></p></td><td class="tblDescr"><p>The QLinkedList class is a template class that provides linked lists.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlinkedlistiterator.html">QLinkedListIterator</a></p></td><td class="tblDescr"><p>The QLinkedListIterator class provides a Java-style const iterator for QLinkedList.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlist.html">QList</a></p></td><td class="tblDescr"><p>The QList class is a template class that provides lists.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlistiterator.html">QListIterator</a></p></td><td class="tblDescr"><p>The QListIterator class provides a Java-style const iterator for QList and QQueue.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qlistview.html">QListView</a></p></td><td class="tblDescr"><p>The QListView class provides a list or icon view onto a model.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qlistwidget.html">QListWidget</a></p></td><td class="tblDescr"><p>The QListWidget class provides an item-based list widget.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qlistwidgetitem.html">QListWidgetItem</a></p></td><td class="tblDescr"><p>The QListWidgetItem class provides an item for use with the QListWidget item view class.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qlocalserver.html">QLocalServer</a></p></td><td class="tblDescr"><p>The QLocalServer class provides a local socket based server.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qlocalsocket.html">QLocalSocket</a></p></td><td class="tblDescr"><p>The QLocalSocket class provides a local socket.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlocale.html">QLocale</a></p></td><td class="tblDescr"><p>The QLocale class converts between numbers and their string representations in various languages.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlockfile.html">QLockFile</a></p></td><td class="tblDescr"><p>The QLockFile class provides locking between processes using a file.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qloggingcategory.html">QLoggingCategory</a></p></td><td class="tblDescr"><p>The QLoggingCategory class represents a category, or 'area' in the logging infrastructure.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qmaccocoaviewcontainer.html">QMacCocoaViewContainer</a></p></td><td class="tblDescr"><p>The QMacCocoaViewContainer class provides a widget for Mac OS X that can be used to wrap arbitrary Cocoa views (i.e., NSView subclasses) and insert them into Qt hierarchies.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qmacnativewidget.html">QMacNativeWidget</a></p></td><td class="tblDescr"><p>The QMacNativeWidget class provides a widget for Mac OS X that provides a way to put Qt widgets into Cocoa hierarchies.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qmagnetometer.html">QMagnetometer</a></p></td><td class="tblDescr"><p>The QMagnetometer class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qmagnetometerfilter.html">QMagnetometerFilter</a></p></td><td class="tblDescr"><p>The QMagnetometerFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qmagnetometerreading.html">QMagnetometerReading</a></p></td><td class="tblDescr"><p>The QMagnetometerReading class represents one reading from the magnetometer.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qmainwindow.html">QMainWindow</a></p></td><td class="tblDescr"><p>The QMainWindow class provides a main application window.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmap.html">QMap</a></p></td><td class="tblDescr"><p>The QMap class is a template class that provides a red-black-tree-based dictionary.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmapiterator.html">QMapIterator</a></p></td><td class="tblDescr"><p>The QMapIterator class provides a Java-style const iterator for QMap and QMultiMap.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmargins.html">QMargins</a></p></td><td class="tblDescr"><p>The QMargins class defines the four margins of a rectangle.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmarginsf.html">QMarginsF</a></p></td><td class="tblDescr"><p>The QMarginsF class defines the four margins of a rectangle.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebsockets/qmaskgenerator.html">QMaskGenerator</a></p></td><td class="tblDescr"><p>The QMaskGenerator class provides an abstract base for custom 32-bit mask generators.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qmatrix4x4.html">QMatrix4x4</a></p></td><td class="tblDescr"><p>The QMatrix4x4 class represents a 4x4 transformation matrix in 3D space.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qmdiarea.html">QMdiArea</a></p></td><td class="tblDescr"><p>The QMdiArea widget provides an area in which MDI windows are displayed.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qmdisubwindow.html">QMdiSubWindow</a></p></td><td class="tblDescr"><p>The QMdiSubWindow class provides a subwindow class for QMdiArea.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaaudioprobecontrol.html">QMediaAudioProbeControl</a></p></td><td class="tblDescr"><p>The QMediaAudioProbeControl class allows control over probing audio data in media objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaavailabilitycontrol.html">QMediaAvailabilityControl</a></p></td><td class="tblDescr"><p>The QMediaAvailabilityControl class supplies a control for reporting availability of a service.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediabindableinterface.html">QMediaBindableInterface</a></p></td><td class="tblDescr"><p>The QMediaBindableInterface class is the base class for objects extending media objects functionality.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediacontainercontrol.html">QMediaContainerControl</a></p></td><td class="tblDescr"><p>The QMediaContainerControl class provides access to the output container format of a QMediaService</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediacontent.html">QMediaContent</a></p></td><td class="tblDescr"><p>The QMediaContent class provides access to the resources relating to a media content.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediacontrol.html">QMediaControl</a></p></td><td class="tblDescr"><p>The QMediaControl class provides a base interface for media service controls.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediagaplessplaybackcontrol.html">QMediaGaplessPlaybackControl</a></p></td><td class="tblDescr"><p>The QMediaGaplessPlaybackControl class provides access to the gapless playback related control of a QMediaService.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmedianetworkaccesscontrol.html">QMediaNetworkAccessControl</a></p></td><td class="tblDescr"><p>The QMediaNetworkAccessControl class allows the setting of the Network Access Point for media related activities.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaobject.html">QMediaObject</a></p></td><td class="tblDescr"><p>The QMediaObject class provides a common base for multimedia objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaplayer.html">QMediaPlayer</a></p></td><td class="tblDescr"><p>The QMediaPlayer class allows the playing of a media source.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaplayercontrol.html">QMediaPlayerControl</a></p></td><td class="tblDescr"><p>The QMediaPlayerControl class provides access to the media playing functionality of a QMediaService.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaplaylist.html">QMediaPlaylist</a></p></td><td class="tblDescr"><p>The QMediaPlaylist class provides a list of media content to play.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediarecorder.html">QMediaRecorder</a></p></td><td class="tblDescr"><p>The QMediaRecorder class is used for the recording of media content.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediarecordercontrol.html">QMediaRecorderControl</a></p></td><td class="tblDescr"><p>The QMediaRecorderControl class provides access to the recording functionality of a QMediaService.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaresource.html">QMediaResource</a></p></td><td class="tblDescr"><p>The QMediaResource class provides a description of a media resource.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaservice.html">QMediaService</a></p></td><td class="tblDescr"><p>The QMediaService class provides a common base class for media service implementations.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaservicecamerainfointerface.html">QMediaServiceCameraInfoInterface</a></p></td><td class="tblDescr"><p>The QMediaServiceCameraInfoInterface class interface provides camera-specific information about devices supported by a camera service plug-in.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaservicefeaturesinterface.html">QMediaServiceFeaturesInterface</a></p></td><td class="tblDescr"><p>The QMediaServiceFeaturesInterface class interface identifies features supported by a media service plug-in.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaserviceproviderplugin.html">QMediaServiceProviderPlugin</a></p></td><td class="tblDescr"><p>The QMediaServiceProviderPlugin class interface provides an interface for QMediaService plug-ins.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaservicesupporteddevicesinterface.html">QMediaServiceSupportedDevicesInterface</a></p></td><td class="tblDescr"><p>The QMediaServiceSupportedDevicesInterface class interface identifies the devices supported by a media service plug-in.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaservicesupportedformatsinterface.html">QMediaServiceSupportedFormatsInterface</a></p></td><td class="tblDescr"><p>The QMediaServiceSupportedFormatsInterface class interface identifies if a media service plug-in supports a media format.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediastreamscontrol.html">QMediaStreamsControl</a></p></td><td class="tblDescr"><p>The QMediaStreamsControl class provides a media stream selection control.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediatimeinterval.html">QMediaTimeInterval</a></p></td><td class="tblDescr"><p>The QMediaTimeInterval class represents a time interval with integer precision.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediatimerange.html">QMediaTimeRange</a></p></td><td class="tblDescr"><p>The QMediaTimeRange class represents a set of zero or more disjoint time intervals.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediavideoprobecontrol.html">QMediaVideoProbeControl</a></p></td><td class="tblDescr"><p>The QMediaVideoProbeControl class allows control over probing video frames in media objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qmenu.html">QMenu</a></p></td><td class="tblDescr"><p>The QMenu class provides a menu widget for use in menu bars, context menus, and other popup menus.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qmenubar.html">QMenuBar</a></p></td><td class="tblDescr"><p>The QMenuBar class provides a horizontal menu bar.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmessageauthenticationcode.html">QMessageAuthenticationCode</a></p></td><td class="tblDescr"><p>The QMessageAuthenticationCode class provides a way to generate hash-based message authentication codes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qmessagebox.html">QMessageBox</a></p></td><td class="tblDescr"><p>The QMessageBox class provides a modal dialog for informing the user or for asking the user a question and receiving an answer.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmessagelogcontext.html">QMessageLogContext</a></p></td><td class="tblDescr"><p>The QMessageLogContext class provides additional information about a log message.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmessagelogger.html">QMessageLogger</a></p></td><td class="tblDescr"><p>The QMessageLogger class generates log messages.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmetaclassinfo.html">QMetaClassInfo</a></p></td><td class="tblDescr"><p>The QMetaClassInfo class provides additional information about a class.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmetadatareadercontrol.html">QMetaDataReaderControl</a></p></td><td class="tblDescr"><p>The QMetaDataReaderControl class provides read access to the meta-data of a QMediaService's media.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmetadatawritercontrol.html">QMetaDataWriterControl</a></p></td><td class="tblDescr"><p>The QMetaDataWriterControl class provides write access to the meta-data of a QMediaService's media.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmetaenum.html">QMetaEnum</a></p></td><td class="tblDescr"><p>The QMetaEnum class provides meta-data about an enumerator.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmetamethod.html">QMetaMethod</a></p></td><td class="tblDescr"><p>The QMetaMethod class provides meta-data about a member function.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmetaobject.html">QMetaObject</a></p></td><td class="tblDescr"><p>The QMetaObject class contains meta-information about Qt objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmetaproperty.html">QMetaProperty</a></p></td><td class="tblDescr"><p>The QMetaProperty class provides meta-data about a property.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmetatype.html">QMetaType</a></p></td><td class="tblDescr"><p>The QMetaType class manages named types in the meta-object system.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmimedata.html">QMimeData</a></p></td><td class="tblDescr"><p>The QMimeData class provides a container for data that records information about its MIME type.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmimedatabase.html">QMimeDatabase</a></p></td><td class="tblDescr"><p>The QMimeDatabase class maintains a database of MIME types.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmimetype.html">QMimeType</a></p></td><td class="tblDescr"><p>The QMimeType class describes types of file or data, represented by a MIME type string.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmodelindex.html">QModelIndex</a></p></td><td class="tblDescr"><p>The QModelIndex class is used to locate data in a data model.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qmouseevent.html">QMouseEvent</a></p></td><td class="tblDescr"><p>The QMouseEvent class contains parameters that describe a mouse event.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qmouseeventtransition.html">QMouseEventTransition</a></p></td><td class="tblDescr"><p>The QMouseEventTransition class provides a transition for mouse events.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qmoveevent.html">QMoveEvent</a></p></td><td class="tblDescr"><p>The QMoveEvent class contains event parameters for move events.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qmovie.html">QMovie</a></p></td><td class="tblDescr"><p>The QMovie class is a convenience class for playing movies with QImageReader.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmultihash.html">QMultiHash</a></p></td><td class="tblDescr"><p>The QMultiHash class is a convenience QHash subclass that provides multi-valued hashes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmultimap.html">QMultiMap</a></p></td><td class="tblDescr"><p>The QMultiMap class is a convenience QMap subclass that provides multi-valued maps.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmutablehashiterator.html">QMutableHashIterator</a></p></td><td class="tblDescr"><p>The QMutableHashIterator class provides a Java-style non-const iterator for QHash and QMultiHash.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmutablelinkedlistiterator.html">QMutableLinkedListIterator</a></p></td><td class="tblDescr"><p>The QMutableLinkedListIterator class provides a Java-style non-const iterator for QLinkedList.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmutablelistiterator.html">QMutableListIterator</a></p></td><td class="tblDescr"><p>The QMutableListIterator class provides a Java-style non-const iterator for QList and QQueue.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmutablemapiterator.html">QMutableMapIterator</a></p></td><td class="tblDescr"><p>The QMutableMapIterator class provides a Java-style non-const iterator for QMap and QMultiMap.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmutablesetiterator.html">QMutableSetIterator</a></p></td><td class="tblDescr"><p>The QMutableSetIterator class provides a Java-style non-const iterator for QSet.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmutablevectoriterator.html">QMutableVectorIterator</a></p></td><td class="tblDescr"><p>The QMutableVectorIterator class provides a Java-style non-const iterator for QVector and QStack.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmutex.html">QMutex</a></p></td><td class="tblDescr"><p>The QMutex class provides access serialization between threads.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmutexlocker.html">QMutexLocker</a></p></td><td class="tblDescr"><p>The QMutexLocker class is a convenience class that simplifies locking and unlocking mutexes.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qnativegestureevent.html">QNativeGestureEvent</a></p></td><td class="tblDescr"><p>The QNativeGestureEvent class contains parameters that describe a gesture event.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkaccessmanager.html">QNetworkAccessManager</a></p></td><td class="tblDescr"><p>The QNetworkAccessManager class allows the application to send network requests and receive replies</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkaddressentry.html">QNetworkAddressEntry</a></p></td><td class="tblDescr"><p>The QNetworkAddressEntry class stores one IP address supported by a network interface, along with its associated netmask and broadcast address.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkcachemetadata.html">QNetworkCacheMetaData</a></p></td><td class="tblDescr"><p>The QNetworkCacheMetaData class provides cache information.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkconfiguration.html">QNetworkConfiguration</a></p></td><td class="tblDescr"><p>The QNetworkConfiguration class provides an abstraction of one or more access point configurations.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkconfigurationmanager.html">QNetworkConfigurationManager</a></p></td><td class="tblDescr"><p>The QNetworkConfigurationManager class manages the network configurations provided by the system.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkcookie.html">QNetworkCookie</a></p></td><td class="tblDescr"><p>The QNetworkCookie class holds one network cookie.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkcookiejar.html">QNetworkCookieJar</a></p></td><td class="tblDescr"><p>The QNetworkCookieJar class implements a simple jar of QNetworkCookie objects</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkdiskcache.html">QNetworkDiskCache</a></p></td><td class="tblDescr"><p>The QNetworkDiskCache class provides a very basic disk cache.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkinterface.html">QNetworkInterface</a></p></td><td class="tblDescr"><p>The QNetworkInterface class provides a listing of the host's IP addresses and network interfaces.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkproxy.html">QNetworkProxy</a></p></td><td class="tblDescr"><p>The QNetworkProxy class provides a network layer proxy.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkproxyfactory.html">QNetworkProxyFactory</a></p></td><td class="tblDescr"><p>The QNetworkProxyFactory class provides fine-grained proxy selection.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkproxyquery.html">QNetworkProxyQuery</a></p></td><td class="tblDescr"><p>The QNetworkProxyQuery class is used to query the proxy settings for a socket.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkreply.html">QNetworkReply</a></p></td><td class="tblDescr"><p>The QNetworkReply class contains the data and headers for a request sent with QNetworkAccessManager</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkrequest.html">QNetworkRequest</a></p></td><td class="tblDescr"><p>The QNetworkRequest class holds a request to be sent with QNetworkAccessManager.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworksession.html">QNetworkSession</a></p></td><td class="tblDescr"><p>The QNetworkSession class provides control over the system's access points and enables session management for cases when multiple clients access the same access point.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qnmeapositioninfosource.html">QNmeaPositionInfoSource</a></p></td><td class="tblDescr"><p>The QNmeaPositionInfoSource class provides positional information using a NMEA data source.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qobject.html">QObject</a></p></td><td class="tblDescr"><p>The QObject class is the base class of all Qt objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qobjectcleanuphandler.html">QObjectCleanupHandler</a></p></td><td class="tblDescr"><p>The QObjectCleanupHandler class watches the lifetime of multiple QObjects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qoffscreensurface.html">QOffscreenSurface</a></p></td><td class="tblDescr"><p>The QOffscreenSurface class represents an offscreen surface in the underlying platform.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglbuffer.html">QOpenGLBuffer</a></p></td><td class="tblDescr"><p>The QOpenGLBuffer class provides functions for creating and managing OpenGL buffer objects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglcontext.html">QOpenGLContext</a></p></td><td class="tblDescr"><p>The QOpenGLContext class represents a native OpenGL context, enabling OpenGL rendering on a QSurface.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglcontextgroup.html">QOpenGLContextGroup</a></p></td><td class="tblDescr"><p>The QOpenGLContextGroup class represents a group of contexts sharing OpenGL resources.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopengldebuglogger.html">QOpenGLDebugLogger</a></p></td><td class="tblDescr"><p>The QOpenGLDebugLogger enables logging of OpenGL debugging messages.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopengldebugmessage.html">QOpenGLDebugMessage</a></p></td><td class="tblDescr"><p>The QOpenGLDebugMessage class wraps an OpenGL debug message.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglframebufferobject.html">QOpenGLFramebufferObject</a></p></td><td class="tblDescr"><p>The QOpenGLFramebufferObject class encapsulates an OpenGL framebuffer object.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglframebufferobjectformat.html">QOpenGLFramebufferObjectFormat</a></p></td><td class="tblDescr"><p>The QOpenGLFramebufferObjectFormat class specifies the format of an OpenGL framebuffer object.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions.html">QOpenGLFunctions</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions class provides cross-platform access to the OpenGL ES 2.0 API.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-1-0.html">QOpenGLFunctions_1_0</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_1_0 class provides all functions for OpenGL 1.0 specification.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-1-1.html">QOpenGLFunctions_1_1</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_1_1 class provides all functions for OpenGL 1.1 specification.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-1-2.html">QOpenGLFunctions_1_2</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_1_2 class provides all functions for OpenGL 1.2 specification.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-1-3.html">QOpenGLFunctions_1_3</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_1_3 class provides all functions for OpenGL 1.3 specification.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-1-4.html">QOpenGLFunctions_1_4</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_1_4 class provides all functions for OpenGL 1.4 specification.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-1-5.html">QOpenGLFunctions_1_5</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_1_5 class provides all functions for OpenGL 1.5 specification.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-2-0.html">QOpenGLFunctions_2_0</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_2_0 class provides all functions for OpenGL 2.0 specification.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-2-1.html">QOpenGLFunctions_2_1</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_2_1 class provides all functions for OpenGL 2.1 specification.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-3-0.html">QOpenGLFunctions_3_0</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_3_0 class provides all functions for OpenGL 3.0 specification.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-3-1.html">QOpenGLFunctions_3_1</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_3_1 class provides all functions for OpenGL 3.1 specification.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-3-2-compatibility.html">QOpenGLFunctions_3_2_Compatibility</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_3_2_Compatibility class provides all functions for OpenGL 3.2 compatibility profile.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-3-2-core.html">QOpenGLFunctions_3_2_Core</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_3_2_Core class provides all functions for OpenGL 3.2 core profile.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-3-3-compatibility.html">QOpenGLFunctions_3_3_Compatibility</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_3_3_Compatibility class provides all functions for OpenGL 3.3 compatibility profile.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-3-3-core.html">QOpenGLFunctions_3_3_Core</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_3_3_Core class provides all functions for OpenGL 3.3 core profile.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-0-compatibility.html">QOpenGLFunctions_4_0_Compatibility</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_4_0_Compatibility class provides all functions for OpenGL 4.0 compatibility profile.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-0-core.html">QOpenGLFunctions_4_0_Core</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_4_0_Core class provides all functions for OpenGL 4.0 core profile.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-1-compatibility.html">QOpenGLFunctions_4_1_Compatibility</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_4_1_Compatibility class provides all functions for OpenGL 4.1 compatibility profile.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-1-core.html">QOpenGLFunctions_4_1_Core</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_4_1_Core class provides all functions for OpenGL 4.1 core profile.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-2-compatibility.html">QOpenGLFunctions_4_2_Compatibility</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_4_2_Compatibility class provides all functions for OpenGL 4.2 compatibility profile.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-2-core.html">QOpenGLFunctions_4_2_Core</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_4_2_Core class provides all functions for OpenGL 4.2 core profile.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-3-compatibility.html">QOpenGLFunctions_4_3_Compatibility</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_4_3_Compatibility class provides all functions for OpenGL 4.3 compatibility profile.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-3-core.html">QOpenGLFunctions_4_3_Core</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_4_3_Core class provides all functions for OpenGL 4.3 core profile.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-es2.html">QOpenGLFunctions_ES2</a></p></td><td class="tblDescr"><p>The QOpenGLFunctions_ES2 class provides all functions for OpenGL ES 2</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglpaintdevice.html">QOpenGLPaintDevice</a></p></td><td class="tblDescr"><p>The QOpenGLPaintDevice class enables painting to an OpenGL context using QPainter.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglshader.html">QOpenGLShader</a></p></td><td class="tblDescr"><p>The QOpenGLShader class allows OpenGL shaders to be compiled.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglshaderprogram.html">QOpenGLShaderProgram</a></p></td><td class="tblDescr"><p>The QOpenGLShaderProgram class allows OpenGL shader programs to be linked and used.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopengltexture.html">QOpenGLTexture</a></p></td><td class="tblDescr"><p>The QOpenGLTexture class encapsulates an OpenGL texture object.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopengltimemonitor.html">QOpenGLTimeMonitor</a></p></td><td class="tblDescr"><p>The QOpenGLTimeMonitor class wraps a sequence of OpenGL timer query objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopengltimerquery.html">QOpenGLTimerQuery</a></p></td><td class="tblDescr"><p>The QOpenGLTimerQuery class wraps an OpenGL timer query object.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglversionprofile.html">QOpenGLVersionProfile</a></p></td><td class="tblDescr"><p>The QOpenGLVersionProfile class represents the version and if applicable the profile of an OpenGL context.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglvertexarrayobject.html">QOpenGLVertexArrayObject</a></p></td><td class="tblDescr"><p>The QOpenGLVertexArrayObject class wraps an OpenGL Vertex Array Object.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qorientationfilter.html">QOrientationFilter</a></p></td><td class="tblDescr"><p>The QOrientationFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qorientationreading.html">QOrientationReading</a></p></td><td class="tblDescr"><p>The QOrientationReading class represents one reading from the orientation sensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qorientationsensor.html">QOrientationSensor</a></p></td><td class="tblDescr"><p>The QOrientationSensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpagelayout.html">QPageLayout</a></p></td><td class="tblDescr"><p>Describes the size, orientation and margins of a page.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtprintsupport/qpagesetupdialog.html">QPageSetupDialog</a></p></td><td class="tblDescr"><p>The QPageSetupDialog class provides a configuration dialog for the page-related options on a printer.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpagesize.html">QPageSize</a></p></td><td class="tblDescr"><p>The QPageSize class describes the size and name of a defined page size</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpagedpaintdevice.html">QPagedPaintDevice</a></p></td><td class="tblDescr"><p>The QPagedPaintDevice class is a represents a paintdevice that supports multiple pages.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpaintdevice.html">QPaintDevice</a></p></td><td class="tblDescr"><p>The QPaintDevice class is the base class of objects that can be painted on with QPainter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpaintengine.html">QPaintEngine</a></p></td><td class="tblDescr"><p>The QPaintEngine class provides an abstract definition of how QPainter draws to a given device on a given platform.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpaintenginestate.html">QPaintEngineState</a></p></td><td class="tblDescr"><p>The QPaintEngineState class provides information about the active paint engine's current state.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpaintevent.html">QPaintEvent</a></p></td><td class="tblDescr"><p>The QPaintEvent class contains event parameters for paint events.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpainter.html">QPainter</a></p></td><td class="tblDescr"><p>The QPainter class performs low-level painting on widgets and other paint devices.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpainterpath.html">QPainterPath</a></p></td><td class="tblDescr"><p>The QPainterPath class provides a container for painting operations, enabling graphical shapes to be constructed and reused.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpainterpathstroker.html">QPainterPathStroker</a></p></td><td class="tblDescr"><p>The QPainterPathStroker class is used to generate fillable outlines for a given painter path.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qpair.html">QPair</a></p></td><td class="tblDescr"><p>The QPair class is a template class that stores a pair of items.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpalette.html">QPalette</a></p></td><td class="tblDescr"><p>The QPalette class contains color groups for each widget state.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qpangesture.html">QPanGesture</a></p></td><td class="tblDescr"><p>The QPanGesture class describes a panning gesture made by the user.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qparallelanimationgroup.html">QParallelAnimationGroup</a></p></td><td class="tblDescr"><p>The QParallelAnimationGroup class provides a parallel group of animations.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qpauseanimation.html">QPauseAnimation</a></p></td><td class="tblDescr"><p>The QPauseAnimation class provides a pause for QSequentialAnimationGroup.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpdfwriter.html">QPdfWriter</a></p></td><td class="tblDescr"><p>The QPdfWriter class is a class to generate PDFs that can be used as a paint device.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpen.html">QPen</a></p></td><td class="tblDescr"><p>The QPen class defines how a QPainter should draw lines and outlines of shapes.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qpersistentmodelindex.html">QPersistentModelIndex</a></p></td><td class="tblDescr"><p>The QPersistentModelIndex class is used to locate data in a data model.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpicture.html">QPicture</a></p></td><td class="tblDescr"><p>The QPicture class is a paint device that records and replays QPainter commands.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qpinchgesture.html">QPinchGesture</a></p></td><td class="tblDescr"><p>The QPinchGesture class describes a pinch gesture made by the user.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpixmap.html">QPixmap</a></p></td><td class="tblDescr"><p>The QPixmap class is an off-screen image representation that can be used as a paint device.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpixmapcache.html">QPixmapCache</a></p></td><td class="tblDescr"><p>The QPixmapCache class provides an application-wide cache for pixmaps.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qplaintextdocumentlayout.html">QPlainTextDocumentLayout</a></p></td><td class="tblDescr"><p>The QPlainTextDocumentLayout class implements a plain text layout for QTextDocument</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qplaintextedit.html">QPlainTextEdit</a></p></td><td class="tblDescr"><p>The QPlainTextEdit class provides a widget that is used to edit and display plain text.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qplatformsystemtrayicon.html">QPlatformSystemTrayIcon</a></p></td><td class="tblDescr"><p>The QPlatformSystemTrayIcon class abstracts the system tray icon and interaction.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qpluginloader.html">QPluginLoader</a></p></td><td class="tblDescr"><p>The QPluginLoader class loads a plugin at run-time.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qpoint.html">QPoint</a></p></td><td class="tblDescr"><p>The QPoint class defines a point in the plane using integer precision.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qpointf.html">QPointF</a></p></td><td class="tblDescr"><p>The QPointF class defines a point in the plane using floating point precision.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qpointer.html">QPointer</a></p></td><td class="tblDescr"><p>The QPointer class is a template class that provides guarded pointers to QObject.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpolygon.html">QPolygon</a></p></td><td class="tblDescr"><p>The QPolygon class provides a vector of points using integer precision.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpolygonf.html">QPolygonF</a></p></td><td class="tblDescr"><p>The QPolygonF class provides a vector of points using floating point precision.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qpressurefilter.html">QPressureFilter</a></p></td><td class="tblDescr"><p>The QPressureFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qpressurereading.html">QPressureReading</a></p></td><td class="tblDescr"><p>The QPressureReading class holds readings from the pressure sensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qpressuresensor.html">QPressureSensor</a></p></td><td class="tblDescr"><p>The QPressureSensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtprintsupport/qprintdialog.html">QPrintDialog</a></p></td><td class="tblDescr"><p>The QPrintDialog class provides a dialog for specifying the printer's configuration.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtprintsupport/qprintengine.html">QPrintEngine</a></p></td><td class="tblDescr"><p>The QPrintEngine class defines an interface for how QPrinter interacts with a given printing subsystem.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtprintsupport/qprintpreviewdialog.html">QPrintPreviewDialog</a></p></td><td class="tblDescr"><p>The QPrintPreviewDialog class provides a dialog for previewing and configuring page layouts for printer output.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtprintsupport/qprintpreviewwidget.html">QPrintPreviewWidget</a></p></td><td class="tblDescr"><p>The QPrintPreviewWidget class provides a widget for previewing page layouts for printer output.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtprintsupport/qprinter.html">QPrinter</a></p></td><td class="tblDescr"><p>The QPrinter class is a paint device that paints on a printer.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtprintsupport/qprinterinfo.html">QPrinterInfo</a></p></td><td class="tblDescr"><p>The QPrinterInfo class gives access to information about existing printers.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qprocess.html">QProcess</a></p></td><td class="tblDescr"><p>The QProcess class is used to start external programs and to communicate with them.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qprocessenvironment.html">QProcessEnvironment</a></p></td><td class="tblDescr"><p>The QProcessEnvironment class holds the environment variables that can be passed to a program.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qprogressbar.html">QProgressBar</a></p></td><td class="tblDescr"><p>The QProgressBar widget provides a horizontal or vertical progress bar.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qprogressdialog.html">QProgressDialog</a></p></td><td class="tblDescr"><p>The QProgressDialog class provides feedback on the progress of a slow operation.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qpropertyanimation.html">QPropertyAnimation</a></p></td><td class="tblDescr"><p>The QPropertyAnimation class animates Qt properties</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qproximityfilter.html">QProximityFilter</a></p></td><td class="tblDescr"><p>The QProximityFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qproximityreading.html">QProximityReading</a></p></td><td class="tblDescr"><p>The QProximityReading class represents one reading from the proximity sensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qproximitysensor.html">QProximitySensor</a></p></td><td class="tblDescr"><p>The QProximitySensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qproxystyle.html">QProxyStyle</a></p></td><td class="tblDescr"><p>The QProxyStyle class is a convenience class that simplifies dynamically overriding QStyle elements.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qpushbutton.html">QPushButton</a></p></td><td class="tblDescr"><p>The QPushButton widget provides a command button.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlabstractprofileradapter.html">QQmlAbstractProfilerAdapter</a></p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlabstracturlinterceptor.html">QQmlAbstractUrlInterceptor</a></p></td><td class="tblDescr"><p>allows you to control QML file loading.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlapplicationengine.html">QQmlApplicationEngine</a></p></td><td class="tblDescr"><p>QQmlApplicationEngine provides a convenient way to load an application from a single QML file.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlcomponent.html">QQmlComponent</a></p></td><td class="tblDescr"><p>The QQmlComponent class encapsulates a QML component definition</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlcontext.html">QQmlContext</a></p></td><td class="tblDescr"><p>The QQmlContext class defines a context within a QML engine.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlengine.html">QQmlEngine</a></p></td><td class="tblDescr"><p>The QQmlEngine class provides an environment for instantiating QML components.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlerror.html">QQmlError</a></p></td><td class="tblDescr"><p>The QQmlError class encapsulates a QML error.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlexpression.html">QQmlExpression</a></p></td><td class="tblDescr"><p>The QQmlExpression class evaluates JavaScript in a QML context.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlextensionplugin.html">QQmlExtensionPlugin</a></p></td><td class="tblDescr"><p>The QQmlExtensionPlugin class provides an abstract base for custom QML extension plugins.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlfileselector.html">QQmlFileSelector</a></p></td><td class="tblDescr"><p>A class for applying a QFileSelector to QML file loading</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlimageproviderbase.html">QQmlImageProviderBase</a></p></td><td class="tblDescr"><p>The QQmlImageProviderBase class is used to register image providers in the QML engine.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlincubationcontroller.html">QQmlIncubationController</a></p></td><td class="tblDescr"><p>QQmlIncubationController instances drive the progress of QQmlIncubators</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlincubator.html">QQmlIncubator</a></p></td><td class="tblDescr"><p>The QQmlIncubator class allows QML objects to be created asynchronously.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmllistproperty.html">QQmlListProperty</a></p></td><td class="tblDescr"><p>The QQmlListProperty class allows applications to expose list-like properties to QML.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmllistreference.html">QQmlListReference</a></p></td><td class="tblDescr"><p>The QQmlListReference class allows the manipulation of QQmlListProperty properties.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlnetworkaccessmanagerfactory.html">QQmlNetworkAccessManagerFactory</a></p></td><td class="tblDescr"><p>The QQmlNetworkAccessManagerFactory class creates QNetworkAccessManager instances for a QML engine.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlparserstatus.html">QQmlParserStatus</a></p></td><td class="tblDescr"><p>The QQmlParserStatus class provides updates on the QML parser state.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlproperty.html">QQmlProperty</a></p></td><td class="tblDescr"><p>The QQmlProperty class abstracts accessing properties on objects created from QML.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlpropertymap.html">QQmlPropertyMap</a></p></td><td class="tblDescr"><p>The QQmlPropertyMap class allows you to set key-value pairs that can be used in QML bindings.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlpropertyvaluesource.html">QQmlPropertyValueSource</a></p></td><td class="tblDescr"><p>The QQmlPropertyValueSource class is an interface for property value sources such as animations and bindings.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlscriptstring.html">QQmlScriptString</a></p></td><td class="tblDescr"><p>The QQmlScriptString class encapsulates a script and its context.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qquaternion.html">QQuaternion</a></p></td><td class="tblDescr"><p>The QQuaternion class represents a quaternion consisting of a vector and scalar.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qqueue.html">QQueue</a></p></td><td class="tblDescr"><p>The QQueue class is a generic container that provides a queue.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qquickframebufferobject.html">QQuickFramebufferObject</a></p></td><td class="tblDescr"><p>The QQuickFramebufferObject class is a convenience class for integrating OpenGL rendering using a framebuffer object (FBO) with Qt Quick.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qquickimageprovider.html">QQuickImageProvider</a></p></td><td class="tblDescr"><p>The QQuickImageProvider class provides an interface for supporting pixmaps and threaded image requests in QML.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qquickitem.html">QQuickItem</a></p></td><td class="tblDescr"><p>The QQuickItem class provides the most basic of all visual items in Qt Quick.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qquickpainteditem.html">QQuickPaintedItem</a></p></td><td class="tblDescr"><p>The QQuickPaintedItem class provides a way to use the QPainter API in the QML Scene Graph.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qquicktextdocument.html">QQuickTextDocument</a></p></td><td class="tblDescr"><p>The QQuickTextDocument class provides access to the QTextDocument of QQuickTextEdit</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qquicktexturefactory.html">QQuickTextureFactory</a></p></td><td class="tblDescr"><p>The QQuickTextureFactory class provides an interface for loading custom textures from QML.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qquickview.html">QQuickView</a></p></td><td class="tblDescr"><p>The QQuickView class provides a window for displaying a Qt Quick user interface.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qquickwidget.html">QQuickWidget</a></p></td><td class="tblDescr"><p>The QQuickWidget class provides a widget for displaying a Qt Quick user interface.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qquickwindow.html">QQuickWindow</a></p></td><td class="tblDescr"><p>The QQuickWindow class provides the window for displaying a graphical QML scene</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qradialgradient.html">QRadialGradient</a></p></td><td class="tblDescr"><p>The QRadialGradient class is used in combination with QBrush to specify a radial gradient brush.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qradiobutton.html">QRadioButton</a></p></td><td class="tblDescr"><p>The QRadioButton widget provides a radio button with a text label.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qradiodata.html">QRadioData</a></p></td><td class="tblDescr"><p>The QRadioData class provides interfaces to the RDS functionality of the system radio.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qradiodatacontrol.html">QRadioDataControl</a></p></td><td class="tblDescr"><p>The QRadioDataControl class provides access to the RDS functionality of the radio in the QMediaService.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qradiotuner.html">QRadioTuner</a></p></td><td class="tblDescr"><p>The QRadioTuner class provides an interface to the systems analog radio device.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qradiotunercontrol.html">QRadioTunerControl</a></p></td><td class="tblDescr"><p>The QRadioTunerControl class provides access to the radio tuning functionality of a QMediaService.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qrasterpaintengine.html">QRasterPaintEngine</a></p></td><td class="tblDescr"><p>The QRasterPaintEngine class enables hardware acceleration of painting operations in Qt for Embedded Linux.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qrawfont.html">QRawFont</a></p></td><td class="tblDescr"><p>The QRawFont class provides access to a single physical instance of a font.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qreadlocker.html">QReadLocker</a></p></td><td class="tblDescr"><p>The QReadLocker class is a convenience class that simplifies locking and unlocking read-write locks for read access.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qreadwritelock.html">QReadWriteLock</a></p></td><td class="tblDescr"><p>The QReadWriteLock class provides read-write locking.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qrect.html">QRect</a></p></td><td class="tblDescr"><p>The QRect class defines a rectangle in the plane using integer precision.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qrectf.html">QRectF</a></p></td><td class="tblDescr"><p>The QRectF class defines a rectangle in the plane using floating point precision.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qregexp.html">QRegExp</a></p></td><td class="tblDescr"><p>The QRegExp class provides pattern matching using regular expressions.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qregexpvalidator.html">QRegExpValidator</a></p></td><td class="tblDescr"><p>The QRegExpValidator class is used to check a string against a regular expression.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qregion.html">QRegion</a></p></td><td class="tblDescr"><p>The QRegion class specifies a clip region for a painter.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qregularexpression.html">QRegularExpression</a></p></td><td class="tblDescr"><p>The QRegularExpression class provides pattern matching using regular expressions.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qregularexpressionmatch.html">QRegularExpressionMatch</a></p></td><td class="tblDescr"><p>The QRegularExpressionMatch class provides the results of a matching a QRegularExpression against a string.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qregularexpressionmatchiterator.html">QRegularExpressionMatchIterator</a></p></td><td class="tblDescr"><p>The QRegularExpressionMatchIterator class provides an iterator on the results of a global match of a QRegularExpression object against a string.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qregularexpressionvalidator.html">QRegularExpressionValidator</a></p></td><td class="tblDescr"><p>The QRegularExpressionValidator class is used to check a string against a regular expression.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qresizeevent.html">QResizeEvent</a></p></td><td class="tblDescr"><p>The QResizeEvent class contains event parameters for resize events.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qresource.html">QResource</a></p></td><td class="tblDescr"><p>The QResource class provides an interface for reading directly from resources.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qrotationfilter.html">QRotationFilter</a></p></td><td class="tblDescr"><p>The QRotationFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qrotationreading.html">QRotationReading</a></p></td><td class="tblDescr"><p>The QRotationReading class represents one reading from the rotation sensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qrotationsensor.html">QRotationSensor</a></p></td><td class="tblDescr"><p>The QRotationSensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qrubberband.html">QRubberBand</a></p></td><td class="tblDescr"><p>The QRubberBand class provides a rectangle or line that can indicate a selection or a boundary.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qrunnable.html">QRunnable</a></p></td><td class="tblDescr"><p>The QRunnable class is the base class for all runnable objects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgbasicgeometrynode.html">QSGBasicGeometryNode</a></p></td><td class="tblDescr"><p>The QSGBasicGeometryNode class serves as a baseclass for geometry based nodes.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgclipnode.html">QSGClipNode</a></p></td><td class="tblDescr"><p>The QSGClipNode class implements the clipping functionality in the scene graph.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgdynamictexture.html">QSGDynamicTexture</a></p></td><td class="tblDescr"><p>The QSGDynamicTexture class serves as a baseclass for dynamically changing textures, such as content that is rendered to FBO's.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgflatcolormaterial.html">QSGFlatColorMaterial</a></p></td><td class="tblDescr"><p>The QSGFlatColorMaterial class provides a convenient way of rendering solid colored geometry in the scene graph.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsggeometry.html">QSGGeometry</a></p></td><td class="tblDescr"><p>The QSGGeometry class provides low-level storage for graphics primitives in the Qt Quick Scene Graph.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsggeometrynode.html">QSGGeometryNode</a></p></td><td class="tblDescr"><p>The QSGGeometryNode class is used for all rendered content in the scene graph.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgmaterial.html">QSGMaterial</a></p></td><td class="tblDescr"><p>The QSGMaterial class encapsulates rendering state for a shader program.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgmaterialshader.html">QSGMaterialShader</a></p></td><td class="tblDescr"><p>The QSGMaterialShader class represents an OpenGL shader program in the renderer.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgmaterialtype.html">QSGMaterialType</a></p></td><td class="tblDescr"><p>The QSGMaterialType class is used as a unique type token in combination with QSGMaterial.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgnode.html">QSGNode</a></p></td><td class="tblDescr"><p>The QSGNode class is the base class for all nodes in the scene graph.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgopacitynode.html">QSGOpacityNode</a></p></td><td class="tblDescr"><p>The QSGOpacityNode class is used to change opacity of nodes.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgopaquetexturematerial.html">QSGOpaqueTextureMaterial</a></p></td><td class="tblDescr"><p>The QSGOpaqueTextureMaterial class provides a convenient way of rendering textured geometry in the scene graph.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgsimplematerial.html">QSGSimpleMaterial</a></p></td><td class="tblDescr"><p>The QSGSimpleMaterial class is a template generated class used to store the state used with a QSGSimpleMateralShader.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgsimplematerialshader.html">QSGSimpleMaterialShader</a></p></td><td class="tblDescr"><p>The QSGSimpleMaterialShader class provides a convenient way of building custom materials for the scene graph.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgsimplerectnode.html">QSGSimpleRectNode</a></p></td><td class="tblDescr"><p>The QSGSimpleRectNode class is a convenience class for drawing solid filled rectangles using scenegraph.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgsimpletexturenode.html">QSGSimpleTextureNode</a></p></td><td class="tblDescr"><p>The QSGSimpleTextureNode class is provided for convenience to easily draw textured content using the QML scene graph.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgtexture.html">QSGTexture</a></p></td><td class="tblDescr"><p>The QSGTexture class is a baseclass for textures used in the scene graph.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgtexturematerial.html">QSGTextureMaterial</a></p></td><td class="tblDescr"><p>The QSGTextureMaterial class provides a convenient way of rendering textured geometry in the scene graph.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgtextureprovider.html">QSGTextureProvider</a></p></td><td class="tblDescr"><p>The QSGTextureProvider class encapsulates texture based entities in QML.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgtransformnode.html">QSGTransformNode</a></p></td><td class="tblDescr"><p>The QSGTransformNode class implements transformations in the scene graph</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgvertexcolormaterial.html">QSGVertexColorMaterial</a></p></td><td class="tblDescr"><p>The QSGVertexColorMaterial class provides a convenient way of rendering per-vertex colored geometry in the scene graph.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsavefile.html">QSaveFile</a></p></td><td class="tblDescr"><p>The QSaveFile class provides an interface for safely writing to files.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qscopedarraypointer.html">QScopedArrayPointer</a></p></td><td class="tblDescr"><p>The QScopedArrayPointer class stores a pointer to a dynamically allocated array of objects, and deletes it upon destruction.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qscopedpointer.html">QScopedPointer</a></p></td><td class="tblDescr"><p>The QScopedPointer class stores a pointer to a dynamically allocated object, and deletes it upon destruction.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qscopedvaluerollback.html">QScopedValueRollback</a></p></td><td class="tblDescr"><p>The QScopedValueRollback class resets a variable to its previous value on destruction.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qscreen.html">QScreen</a></p></td><td class="tblDescr"><p>The QScreen class is used to query screen properties.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptclass.html">QScriptClass</a></p></td><td class="tblDescr"><p>The QScriptClass class provides an interface for defining custom behavior of (a class of) Qt Script objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptclasspropertyiterator.html">QScriptClassPropertyIterator</a></p></td><td class="tblDescr"><p>The QScriptClassPropertyIterator class provides an iterator interface for custom Qt Script objects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptcontext.html">QScriptContext</a></p></td><td class="tblDescr"><p>The QScriptContext class represents a Qt Script function invocation.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptcontextinfo.html">QScriptContextInfo</a></p></td><td class="tblDescr"><p>The QScriptContextInfo class provides additional information about a QScriptContext.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptengine.html">QScriptEngine</a></p></td><td class="tblDescr"><p>The QScriptEngine class provides an environment for evaluating Qt Script code.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptengineagent.html">QScriptEngineAgent</a></p></td><td class="tblDescr"><p>The QScriptEngineAgent class provides an interface to report events pertaining to QScriptEngine execution.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscripttools/qscriptenginedebugger.html">QScriptEngineDebugger</a></p></td><td class="tblDescr"><p>The QScriptEngineDebugger class provides a QScriptEngine debugger.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptextensionplugin.html">QScriptExtensionPlugin</a></p></td><td class="tblDescr"><p>The QScriptExtensionPlugin class provides an abstract base for custom QScript extension plugins.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptprogram.html">QScriptProgram</a></p></td><td class="tblDescr"><p>The QScriptProgram class encapsulates a Qt Script program.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptstring.html">QScriptString</a></p></td><td class="tblDescr"><p>The QScriptString class acts as a handle to "interned" strings in a QScriptEngine.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptsyntaxcheckresult.html">QScriptSyntaxCheckResult</a></p></td><td class="tblDescr"><p>The QScriptSyntaxCheckResult class provides the result of a script syntax check.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptvalue.html">QScriptValue</a></p></td><td class="tblDescr"><p>The QScriptValue class acts as a container for the Qt Script data types.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptvalueiterator.html">QScriptValueIterator</a></p></td><td class="tblDescr"><p>The QScriptValueIterator class provides a Java-style iterator for QScriptValue.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptable.html">QScriptable</a></p></td><td class="tblDescr"><p>The QScriptable class provides access to the Qt Script environment from Qt C++ member functions.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qscrollarea.html">QScrollArea</a></p></td><td class="tblDescr"><p>The QScrollArea class provides a scrolling view onto another widget.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qscrollbar.html">QScrollBar</a></p></td><td class="tblDescr"><p>The QScrollBar widget provides a vertical or horizontal scroll bar.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qscrollevent.html">QScrollEvent</a></p></td><td class="tblDescr"><p>The QScrollEvent class is sent when scrolling.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qscrollprepareevent.html">QScrollPrepareEvent</a></p></td><td class="tblDescr"><p>The QScrollPrepareEvent class is sent in preparation of scrolling.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qscroller.html">QScroller</a></p></td><td class="tblDescr"><p>The QScroller class enables kinetic scrolling for any scrolling widget or graphics item.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qscrollerproperties.html">QScrollerProperties</a></p></td><td class="tblDescr"><p>The QScrollerProperties class stores the settings for a QScroller.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsemaphore.html">QSemaphore</a></p></td><td class="tblDescr"><p>The QSemaphore class provides a general counting semaphore.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensor.html">QSensor</a></p></td><td class="tblDescr"><p>The QSensor class represents a single hardware sensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorbackend.html">QSensorBackend</a></p></td><td class="tblDescr"><p>The QSensorBackend class is a sensor implementation.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorbackendfactory.html">QSensorBackendFactory</a></p></td><td class="tblDescr"><p>The QSensorBackendFactory class instantiates instances of QSensorBackend.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorchangesinterface.html">QSensorChangesInterface</a></p></td><td class="tblDescr"><p>The QSensorChangesInterface class is the pure virtual interface to sensor plugins.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorfilter.html">QSensorFilter</a></p></td><td class="tblDescr"><p>The QSensorFilter class provides an efficient callback facility for asynchronous notifications of sensor changes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorgesture.html">QSensorGesture</a></p></td><td class="tblDescr"><p>The QSensorGesture class represents one or more sensor gesture recognizers.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorgesturemanager.html">QSensorGestureManager</a></p></td><td class="tblDescr"><p>The QSensorGestureManager class manages sensor gestures, registers and creates sensor gesture plugins.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorgestureplugininterface.html">QSensorGesturePluginInterface</a></p></td><td class="tblDescr"><p>The QSensorGesturePluginInterface class is the pure virtual interface to sensor gesture plugins.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorgesturerecognizer.html">QSensorGestureRecognizer</a></p></td><td class="tblDescr"><p>The QSensorGestureRecognizer class is the base class for a sensor gesture recognizer.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensormanager.html">QSensorManager</a></p></td><td class="tblDescr"><p>The QSensorManager class handles registration and creation of sensor backends.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorplugininterface.html">QSensorPluginInterface</a></p></td><td class="tblDescr"><p>The QSensorPluginInterface class is the pure virtual interface to sensor plugins.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorreading.html">QSensorReading</a></p></td><td class="tblDescr"><p>The QSensorReading class holds the readings from the sensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsequentialanimationgroup.html">QSequentialAnimationGroup</a></p></td><td class="tblDescr"><p>The QSequentialAnimationGroup class provides a sequential group of animations.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsequentialiterable.html">QSequentialIterable</a></p></td><td class="tblDescr"><p>The QSequentialIterable class is an iterable interface for a container in a QVariant.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtserialport/qserialport.html">QSerialPort</a></p></td><td class="tblDescr"><p>Provides functions to access serial ports.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtserialport/qserialportinfo.html">QSerialPortInfo</a></p></td><td class="tblDescr"><p>Provides information about existing serial ports.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qsessionmanager.html">QSessionManager</a></p></td><td class="tblDescr"><p>The QSessionManager class provides access to the session manager.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qset.html">QSet</a></p></td><td class="tblDescr"><p>The QSet class is a template class that provides a hash-table-based set.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsetiterator.html">QSetIterator</a></p></td><td class="tblDescr"><p>The QSetIterator class provides a Java-style const iterator for QSet.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsettings.html">QSettings</a></p></td><td class="tblDescr"><p>The QSettings class provides persistent platform-independent application settings.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qshareddata.html">QSharedData</a></p></td><td class="tblDescr"><p>The QSharedData class is a base class for shared data objects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qshareddatapointer.html">QSharedDataPointer</a></p></td><td class="tblDescr"><p>The QSharedDataPointer class represents a pointer to an implicitly shared object.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsharedmemory.html">QSharedMemory</a></p></td><td class="tblDescr"><p>The QSharedMemory class provides access to a shared memory segment.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsharedpointer.html">QSharedPointer</a></p></td><td class="tblDescr"><p>The QSharedPointer class holds a strong reference to a shared pointer</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qshortcut.html">QShortcut</a></p></td><td class="tblDescr"><p>The QShortcut class is used to create keyboard shortcuts.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qshortcutevent.html">QShortcutEvent</a></p></td><td class="tblDescr"><p>The QShortcutEvent class provides an event which is generated when the user presses a key combination.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qshowevent.html">QShowEvent</a></p></td><td class="tblDescr"><p>The QShowEvent class provides an event that is sent when a widget is shown.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsignalblocker.html">QSignalBlocker</a></p></td><td class="tblDescr"><p>Exception-safe wrapper around QObject::blockSignals()</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsignalmapper.html">QSignalMapper</a></p></td><td class="tblDescr"><p>The QSignalMapper class bundles signals from identifiable senders.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qttestlib/qsignalspy.html">QSignalSpy</a></p></td><td class="tblDescr"><p>The QSignalSpy class enables introspection of signal emission.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsignaltransition.html">QSignalTransition</a></p></td><td class="tblDescr"><p>The QSignalTransition class provides a transition based on a Qt signal.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qsimplexmlnodemodel.html">QSimpleXmlNodeModel</a></p></td><td class="tblDescr"><p>The QSimpleXmlNodeModel class is an implementation of QAbstractXmlNodeModel sufficient for many common cases.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsize.html">QSize</a></p></td><td class="tblDescr"><p>The QSize class defines the size of a two-dimensional object using integer point precision.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsizef.html">QSizeF</a></p></td><td class="tblDescr"><p>The QSizeF class defines the size of a two-dimensional object using floating point precision.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qsizegrip.html">QSizeGrip</a></p></td><td class="tblDescr"><p>The QSizeGrip class provides a resize handle for resizing top-level windows.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qsizepolicy.html">QSizePolicy</a></p></td><td class="tblDescr"><p>The QSizePolicy class is a layout attribute describing horizontal and vertical resizing policy.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qslider.html">QSlider</a></p></td><td class="tblDescr"><p>The QSlider widget provides a vertical or horizontal slider.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsocketnotifier.html">QSocketNotifier</a></p></td><td class="tblDescr"><p>The QSocketNotifier class provides support for monitoring activity on a file descriptor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsortfilterproxymodel.html">QSortFilterProxyModel</a></p></td><td class="tblDescr"><p>The QSortFilterProxyModel class provides support for sorting and filtering data passed between another model and a view.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qsound.html">QSound</a></p></td><td class="tblDescr"><p>The QSound class provides a method to play .wav sound files.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qsoundeffect.html">QSoundEffect</a></p></td><td class="tblDescr"><p>The QSoundEffect class provides a way to play low latency sound effects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qsourcelocation.html">QSourceLocation</a></p></td><td class="tblDescr"><p>The QSourceLocation class identifies a location in a resource by URI, line, and column.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qspaceritem.html">QSpacerItem</a></p></td><td class="tblDescr"><p>The QSpacerItem class provides blank space in a layout.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qspinbox.html">QSpinBox</a></p></td><td class="tblDescr"><p>The QSpinBox class provides a spin box widget.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qsplashscreen.html">QSplashScreen</a></p></td><td class="tblDescr"><p>The QSplashScreen widget provides a splash screen that can be shown during application startup.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qsplitter.html">QSplitter</a></p></td><td class="tblDescr"><p>The QSplitter class implements a splitter widget.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qsplitterhandle.html">QSplitterHandle</a></p></td><td class="tblDescr"><p>The QSplitterHandle class provides handle functionality for the splitter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqldatabase.html">QSqlDatabase</a></p></td><td class="tblDescr"><p>The QSqlDatabase class represents a connection to a database.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqldriver.html">QSqlDriver</a></p></td><td class="tblDescr"><p>The QSqlDriver class is an abstract base class for accessing specific SQL databases.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqldrivercreator.html">QSqlDriverCreator</a></p></td><td class="tblDescr"><p>The QSqlDriverCreator class is a template class that provides a SQL driver factory for a specific driver type.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqldrivercreatorbase.html">QSqlDriverCreatorBase</a></p></td><td class="tblDescr"><p>The QSqlDriverCreatorBase class is the base class for SQL driver factories.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqldriverplugin.html">QSqlDriverPlugin</a></p></td><td class="tblDescr"><p>The QSqlDriverPlugin class provides an abstract base for custom QSqlDriver plugins.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqlerror.html">QSqlError</a></p></td><td class="tblDescr"><p>The QSqlError class provides SQL database error information.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqlfield.html">QSqlField</a></p></td><td class="tblDescr"><p>The QSqlField class manipulates the fields in SQL database tables and views.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqlindex.html">QSqlIndex</a></p></td><td class="tblDescr"><p>The QSqlIndex class provides functions to manipulate and describe database indexes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqlquery.html">QSqlQuery</a></p></td><td class="tblDescr"><p>The QSqlQuery class provides a means of executing and manipulating SQL statements.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqlquerymodel.html">QSqlQueryModel</a></p></td><td class="tblDescr"><p>The QSqlQueryModel class provides a read-only data model for SQL result sets.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqlrecord.html">QSqlRecord</a></p></td><td class="tblDescr"><p>The QSqlRecord class encapsulates a database record.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqlrelation.html">QSqlRelation</a></p></td><td class="tblDescr"><p>The QSqlRelation class stores information about an SQL foreign key.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqlrelationaldelegate.html">QSqlRelationalDelegate</a></p></td><td class="tblDescr"><p>The QSqlRelationalDelegate class provides a delegate that is used to display and edit data from a QSqlRelationalTableModel.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqlrelationaltablemodel.html">QSqlRelationalTableModel</a></p></td><td class="tblDescr"><p>The QSqlRelationalTableModel class provides an editable data model for a single database table, with foreign key support.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqlresult.html">QSqlResult</a></p></td><td class="tblDescr"><p>The QSqlResult class provides an abstract interface for accessing data from specific SQL databases.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqltablemodel.html">QSqlTableModel</a></p></td><td class="tblDescr"><p>The QSqlTableModel class provides an editable data model for a single database table.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslcertificate.html">QSslCertificate</a></p></td><td class="tblDescr"><p>The QSslCertificate class provides a convenient API for an X509 certificate.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslcertificateextension.html">QSslCertificateExtension</a></p></td><td class="tblDescr"><p>The QSslCertificateExtension class provides an API for accessing the extensions of an X509 certificate.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslcipher.html">QSslCipher</a></p></td><td class="tblDescr"><p>The QSslCipher class represents an SSL cryptographic cipher.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslconfiguration.html">QSslConfiguration</a></p></td><td class="tblDescr"><p>The QSslConfiguration class holds the configuration and state of an SSL connection</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslerror.html">QSslError</a></p></td><td class="tblDescr"><p>The QSslError class provides an SSL error.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslkey.html">QSslKey</a></p></td><td class="tblDescr"><p>The QSslKey class provides an interface for private and public keys.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslsocket.html">QSslSocket</a></p></td><td class="tblDescr"><p>The QSslSocket class provides an SSL encrypted socket for both clients and servers.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qstack.html">QStack</a></p></td><td class="tblDescr"><p>The QStack class is a template class that provides a stack.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstackedlayout.html">QStackedLayout</a></p></td><td class="tblDescr"><p>The QStackedLayout class provides a stack of widgets where only one widget is visible at a time.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstackedwidget.html">QStackedWidget</a></p></td><td class="tblDescr"><p>The QStackedWidget class provides a stack of widgets where only one widget is visible at a time.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qstandarditem.html">QStandardItem</a></p></td><td class="tblDescr"><p>The QStandardItem class provides an item for use with the QStandardItemModel class.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstandarditemeditorcreator.html">QStandardItemEditorCreator</a></p></td><td class="tblDescr"><p>The QStandardItemEditorCreator class provides the possibility to register widgets without having to subclass QItemEditorCreatorBase.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qstandarditemmodel.html">QStandardItemModel</a></p></td><td class="tblDescr"><p>The QStandardItemModel class provides a generic model for storing custom data.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qstandardpaths.html">QStandardPaths</a></p></td><td class="tblDescr"><p>The QStandardPaths class provides methods for accessing standard paths.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qstate.html">QState</a></p></td><td class="tblDescr"><p>The QState class provides a general-purpose state for QStateMachine.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qstatemachine.html">QStateMachine</a></p></td><td class="tblDescr"><p>The QStateMachine class provides a hierarchical finite state machine.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qstaticplugin.html">QStaticPlugin</a></p></td><td class="tblDescr"><p>QStaticPlugin is a struct containing a reference to a static plugin instance together with its meta data.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qstatictext.html">QStaticText</a></p></td><td class="tblDescr"><p>The QStaticText class enables optimized drawing of text when the text and its layout is updated rarely.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstatusbar.html">QStatusBar</a></p></td><td class="tblDescr"><p>The QStatusBar class provides a horizontal bar suitable for presenting status information.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qstatustipevent.html">QStatusTipEvent</a></p></td><td class="tblDescr"><p>The QStatusTipEvent class provides an event that is used to show messages in a status bar.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qstring.html">QString</a></p></td><td class="tblDescr"><p>The QString class provides a Unicode character string.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qstringlist.html">QStringList</a></p></td><td class="tblDescr"><p>The QStringList class provides a list of strings.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qstringlistmodel.html">QStringListModel</a></p></td><td class="tblDescr"><p>The QStringListModel class provides a model that supplies strings to views.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qstringmatcher.html">QStringMatcher</a></p></td><td class="tblDescr"><p>The QStringMatcher class holds a sequence of characters that can be quickly matched in a Unicode string.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qstringref.html">QStringRef</a></p></td><td class="tblDescr"><p>The QStringRef class provides a thin wrapper around QString substrings.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyle.html">QStyle</a></p></td><td class="tblDescr"><p>The QStyle class is an abstract base class that encapsulates the look and feel of a GUI.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstylefactory.html">QStyleFactory</a></p></td><td class="tblDescr"><p>The QStyleFactory class creates QStyle objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstylehintreturn.html">QStyleHintReturn</a></p></td><td class="tblDescr"><p>The QStyleHintReturn class provides style hints that return more than basic data types.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstylehintreturnmask.html">QStyleHintReturnMask</a></p></td><td class="tblDescr"><p>The QStyleHintReturnMask class provides style hints that return a QRegion.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstylehintreturnvariant.html">QStyleHintReturnVariant</a></p></td><td class="tblDescr"><p>The QStyleHintReturnVariant class provides style hints that return a QVariant.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qstylehints.html">QStyleHints</a></p></td><td class="tblDescr"><p>The QStyleHints class contains platform specific hints and settings.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoption.html">QStyleOption</a></p></td><td class="tblDescr"><p>The QStyleOption class stores the parameters used by QStyle functions.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionbutton.html">QStyleOptionButton</a></p></td><td class="tblDescr"><p>The QStyleOptionButton class is used to describe the parameters for drawing buttons.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptioncombobox.html">QStyleOptionComboBox</a></p></td><td class="tblDescr"><p>The QStyleOptionComboBox class is used to describe the parameter for drawing a combobox.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptioncomplex.html">QStyleOptionComplex</a></p></td><td class="tblDescr"><p>The QStyleOptionComplex class is used to hold parameters that are common to all complex controls.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptiondockwidget.html">QStyleOptionDockWidget</a></p></td><td class="tblDescr"><p>The QStyleOptionDockWidget class is used to describe the parameters for drawing a dock widget.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionfocusrect.html">QStyleOptionFocusRect</a></p></td><td class="tblDescr"><p>The QStyleOptionFocusRect class is used to describe the parameters for drawing a focus rectangle with QStyle.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionframe.html">QStyleOptionFrame</a></p></td><td class="tblDescr"><p>The QStyleOptionFrame class is used to describe the parameters for drawing a frame.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptiongraphicsitem.html">QStyleOptionGraphicsItem</a></p></td><td class="tblDescr"><p>The QStyleOptionGraphicsItem class is used to describe the parameters needed to draw a QGraphicsItem.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptiongroupbox.html">QStyleOptionGroupBox</a></p></td><td class="tblDescr"><p>The QStyleOptionGroupBox class describes the parameters for drawing a group box.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionheader.html">QStyleOptionHeader</a></p></td><td class="tblDescr"><p>The QStyleOptionHeader class is used to describe the parameters for drawing a header.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionmenuitem.html">QStyleOptionMenuItem</a></p></td><td class="tblDescr"><p>The QStyleOptionMenuItem class is used to describe the parameter necessary for drawing a menu item.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionprogressbar.html">QStyleOptionProgressBar</a></p></td><td class="tblDescr"><p>The QStyleOptionProgressBar class is used to describe the parameters necessary for drawing a progress bar.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionrubberband.html">QStyleOptionRubberBand</a></p></td><td class="tblDescr"><p>The QStyleOptionRubberBand class is used to describe the parameters needed for drawing a rubber band.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionsizegrip.html">QStyleOptionSizeGrip</a></p></td><td class="tblDescr"><p>The QStyleOptionSizeGrip class is used to describe the parameter for drawing a size grip.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionslider.html">QStyleOptionSlider</a></p></td><td class="tblDescr"><p>The QStyleOptionSlider class is used to describe the parameters needed for drawing a slider.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionspinbox.html">QStyleOptionSpinBox</a></p></td><td class="tblDescr"><p>The QStyleOptionSpinBox class is used to describe the parameters necessary for drawing a spin box.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptiontab.html">QStyleOptionTab</a></p></td><td class="tblDescr"><p>The QStyleOptionTab class is used to describe the parameters for drawing a tab bar.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptiontabbarbase.html">QStyleOptionTabBarBase</a></p></td><td class="tblDescr"><p>The QStyleOptionTabBarBase class is used to describe the base of a tab bar, i.e. the part that the tab bar usually overlaps with.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptiontabwidgetframe.html">QStyleOptionTabWidgetFrame</a></p></td><td class="tblDescr"><p>The QStyleOptionTabWidgetFrame class is used to describe the parameters for drawing the frame around a tab widget.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptiontitlebar.html">QStyleOptionTitleBar</a></p></td><td class="tblDescr"><p>The QStyleOptionTitleBar class is used to describe the parameters for drawing a title bar.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptiontoolbar.html">QStyleOptionToolBar</a></p></td><td class="tblDescr"><p>The QStyleOptionToolBar class is used to describe the parameters for drawing a toolbar.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptiontoolbox.html">QStyleOptionToolBox</a></p></td><td class="tblDescr"><p>The QStyleOptionToolBox class is used to describe the parameters needed for drawing a tool box.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptiontoolbutton.html">QStyleOptionToolButton</a></p></td><td class="tblDescr"><p>The QStyleOptionToolButton class is used to describe the parameters for drawing a tool button.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleoptionviewitem.html">QStyleOptionViewItem</a></p></td><td class="tblDescr"><p>The QStyleOptionViewItem class is used to describe the parameters used to draw an item in a view widget.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstylepainter.html">QStylePainter</a></p></td><td class="tblDescr"><p>The QStylePainter class is a convenience class for drawing QStyle elements inside a widget.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleplugin.html">QStylePlugin</a></p></td><td class="tblDescr"><p>The QStylePlugin class provides an abstract base for custom QStyle plugins.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstyleditemdelegate.html">QStyledItemDelegate</a></p></td><td class="tblDescr"><p>The QStyledItemDelegate class provides display and editing facilities for data items from a model.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qsupportedwritingsystems.html">QSupportedWritingSystems</a></p></td><td class="tblDescr"><p>The QSupportedWritingSystems class is used when registering fonts with the internal Qt fontdatabase</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qsurface.html">QSurface</a></p></td><td class="tblDescr"><p>The QSurface class is an abstraction of renderable surfaces in Qt.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qsurfaceformat.html">QSurfaceFormat</a></p></td><td class="tblDescr"><p>The QSurfaceFormat class represents the format of a QSurface.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsvg/qsvggenerator.html">QSvgGenerator</a></p></td><td class="tblDescr"><p>The QSvgGenerator class provides a paint device that is used to create SVG drawings.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsvg/qsvgrenderer.html">QSvgRenderer</a></p></td><td class="tblDescr"><p>The QSvgRenderer class is used to draw the contents of SVG files onto paint devices.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsvg/qsvgwidget.html">QSvgWidget</a></p></td><td class="tblDescr"><p>The QSvgWidget class provides a widget that is used to display the contents of Scalable Vector Graphics (SVG) files.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qswipegesture.html">QSwipeGesture</a></p></td><td class="tblDescr"><p>The QSwipeGesture class describes a swipe gesture made by the user.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qsyntaxhighlighter.html">QSyntaxHighlighter</a></p></td><td class="tblDescr"><p>The QSyntaxHighlighter class allows you to define syntax highlighting rules, and in addition you can use the class to query a document's current formatting or user data.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsysinfo.html">QSysInfo</a></p></td><td class="tblDescr"><p>The QSysInfo class provides information about the system.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsystemsemaphore.html">QSystemSemaphore</a></p></td><td class="tblDescr"><p>The QSystemSemaphore class provides a general counting system semaphore.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qsystemtrayicon.html">QSystemTrayIcon</a></p></td><td class="tblDescr"><p>The QSystemTrayIcon class provides an icon for an application in the system tray.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtabbar.html">QTabBar</a></p></td><td class="tblDescr"><p>The QTabBar class provides a tab bar, e.g. for use in tabbed dialogs.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtabwidget.html">QTabWidget</a></p></td><td class="tblDescr"><p>The QTabWidget class provides a stack of tabbed widgets.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtableview.html">QTableView</a></p></td><td class="tblDescr"><p>The QTableView class provides a default model/view implementation of a table view.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtablewidget.html">QTableWidget</a></p></td><td class="tblDescr"><p>The QTableWidget class provides an item-based table view with a default model.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtablewidgetitem.html">QTableWidgetItem</a></p></td><td class="tblDescr"><p>The QTableWidgetItem class provides an item for use with the QTableWidget class.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtablewidgetselectionrange.html">QTableWidgetSelectionRange</a></p></td><td class="tblDescr"><p>The QTableWidgetSelectionRange class provides a way to interact with selection in a model without using model indexes and a selection model.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtabletevent.html">QTabletEvent</a></p></td><td class="tblDescr"><p>The QTabletEvent class contains parameters that describe a Tablet event.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtapandholdgesture.html">QTapAndHoldGesture</a></p></td><td class="tblDescr"><p>The QTapAndHoldGesture class describes a tap-and-hold (aka LongTap) gesture made by the user.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qtapfilter.html">QTapFilter</a></p></td><td class="tblDescr"><p>The QTapFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtapgesture.html">QTapGesture</a></p></td><td class="tblDescr"><p>The QTapGesture class describes a tap gesture made by the user.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qtapreading.html">QTapReading</a></p></td><td class="tblDescr"><p>The QTapReading class represents one reading from the tap sensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qtapsensor.html">QTapSensor</a></p></td><td class="tblDescr"><p>The QTapSensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qtcpserver.html">QTcpServer</a></p></td><td class="tblDescr"><p>The QTcpServer class provides a TCP-based server.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qtcpsocket.html">QTcpSocket</a></p></td><td class="tblDescr"><p>The QTcpSocket class provides a TCP socket.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtemporarydir.html">QTemporaryDir</a></p></td><td class="tblDescr"><p>The QTemporaryDir class creates a unique directory for temporary use.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtemporaryfile.html">QTemporaryFile</a></p></td><td class="tblDescr"><p>The QTemporaryFile class is an I/O device that operates on temporary files.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qttestlib/qtest-qtoucheventsequence.html">QTest::QTouchEventSequence</a></p></td><td class="tblDescr"><p>The QTouchEventSequence class is used to simulate a sequence of touch events.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qttestlib/qtesteventlist.html">QTestEventList</a></p></td><td class="tblDescr"><p>The QTestEventList class provides a list of GUI events.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextblock.html">QTextBlock</a></p></td><td class="tblDescr"><p>The QTextBlock class provides a container for text fragments in a QTextDocument.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextblockformat.html">QTextBlockFormat</a></p></td><td class="tblDescr"><p>The QTextBlockFormat class provides formatting information for blocks of text in a QTextDocument.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextblockgroup.html">QTextBlockGroup</a></p></td><td class="tblDescr"><p>The QTextBlockGroup class provides a container for text blocks within a QTextDocument.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextblockuserdata.html">QTextBlockUserData</a></p></td><td class="tblDescr"><p>The QTextBlockUserData class is used to associate custom data with blocks of text.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtextboundaryfinder.html">QTextBoundaryFinder</a></p></td><td class="tblDescr"><p>The QTextBoundaryFinder class provides a way of finding Unicode text boundaries in a string.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtextbrowser.html">QTextBrowser</a></p></td><td class="tblDescr"><p>The QTextBrowser class provides a rich text browser with hypertext navigation.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextcharformat.html">QTextCharFormat</a></p></td><td class="tblDescr"><p>The QTextCharFormat class provides formatting information for characters in a QTextDocument.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtextcodec.html">QTextCodec</a></p></td><td class="tblDescr"><p>The QTextCodec class provides conversions between text encodings.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextcursor.html">QTextCursor</a></p></td><td class="tblDescr"><p>The QTextCursor class offers an API to access and modify QTextDocuments.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtextdecoder.html">QTextDecoder</a></p></td><td class="tblDescr"><p>The QTextDecoder class provides a state-based decoder.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextdocument.html">QTextDocument</a></p></td><td class="tblDescr"><p>The QTextDocument class holds formatted text.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextdocumentfragment.html">QTextDocumentFragment</a></p></td><td class="tblDescr"><p>The QTextDocumentFragment class represents a piece of formatted text from a QTextDocument.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextdocumentwriter.html">QTextDocumentWriter</a></p></td><td class="tblDescr"><p>The QTextDocumentWriter class provides a format-independent interface for writing a QTextDocument to files or other devices.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtextedit.html">QTextEdit</a></p></td><td class="tblDescr"><p>The QTextEdit class provides a widget that is used to edit and display both plain and rich text.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtextencoder.html">QTextEncoder</a></p></td><td class="tblDescr"><p>The QTextEncoder class provides a state-based encoder.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextformat.html">QTextFormat</a></p></td><td class="tblDescr"><p>The QTextFormat class provides formatting information for a QTextDocument.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextfragment.html">QTextFragment</a></p></td><td class="tblDescr"><p>The QTextFragment class holds a piece of text in a QTextDocument with a single QTextCharFormat.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextframe.html">QTextFrame</a></p></td><td class="tblDescr"><p>The QTextFrame class represents a frame in a QTextDocument.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextframeformat.html">QTextFrameFormat</a></p></td><td class="tblDescr"><p>The QTextFrameFormat class provides formatting information for frames in a QTextDocument.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextimageformat.html">QTextImageFormat</a></p></td><td class="tblDescr"><p>The QTextImageFormat class provides formatting information for images in a QTextDocument.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextinlineobject.html">QTextInlineObject</a></p></td><td class="tblDescr"><p>The QTextInlineObject class represents an inline object in a QTextLayout.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextitem.html">QTextItem</a></p></td><td class="tblDescr"><p>The QTextItem class provides all the information required to draw text in a custom paint engine.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextlayout.html">QTextLayout</a></p></td><td class="tblDescr"><p>The QTextLayout class is used to lay out and render text.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextlength.html">QTextLength</a></p></td><td class="tblDescr"><p>The QTextLength class encapsulates the different types of length used in a QTextDocument.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextline.html">QTextLine</a></p></td><td class="tblDescr"><p>The QTextLine class represents a line of text inside a QTextLayout.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextlist.html">QTextList</a></p></td><td class="tblDescr"><p>The QTextList class provides a decorated list of items in a QTextDocument.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextlistformat.html">QTextListFormat</a></p></td><td class="tblDescr"><p>The QTextListFormat class provides formatting information for lists in a QTextDocument.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextobject.html">QTextObject</a></p></td><td class="tblDescr"><p>The QTextObject class is a base class for different kinds of objects that can group parts of a QTextDocument together.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtextobjectinterface.html">QTextObjectInterface</a></p></td><td class="tblDescr"><p>The QTextObjectInterface class allows drawing of custom text objects in QTextDocuments.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextoption.html">QTextOption</a></p></td><td class="tblDescr"><p>The QTextOption class provides a description of general rich text properties.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtextstream.html">QTextStream</a></p></td><td class="tblDescr"><p>The QTextStream class provides a convenient interface for reading and writing text.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtexttable.html">QTextTable</a></p></td><td class="tblDescr"><p>The QTextTable class represents a table in a QTextDocument.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtexttablecell.html">QTextTableCell</a></p></td><td class="tblDescr"><p>The QTextTableCell class represents the properties of a cell in a QTextTable.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtexttablecellformat.html">QTextTableCellFormat</a></p></td><td class="tblDescr"><p>The QTextTableCellFormat class provides formatting information for table cells in a QTextDocument.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtexttableformat.html">QTextTableFormat</a></p></td><td class="tblDescr"><p>The QTextTableFormat class provides formatting information for tables in a QTextDocument.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qthread.html">QThread</a></p></td><td class="tblDescr"><p>The QThread class provides a platform-independent way to manage threads.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qthreadpool.html">QThreadPool</a></p></td><td class="tblDescr"><p>The QThreadPool class manages a collection of QThreads.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qthreadstorage.html">QThreadStorage</a></p></td><td class="tblDescr"><p>The QThreadStorage class provides per-thread data storage.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtilerules.html">QTileRules</a></p></td><td class="tblDescr"><p>The QTileRules class provides the rules used to draw a pixmap or image split into nine segments.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qtiltfilter.html">QTiltFilter</a></p></td><td class="tblDescr"><p>The QTiltFilter class is a convenience wrapper around QSensorFilter.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qtiltreading.html">QTiltReading</a></p></td><td class="tblDescr"><p>The QTiltReading class holds readings from the tilt sensor.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qtiltsensor.html">QTiltSensor</a></p></td><td class="tblDescr"><p>The QTiltSensor class is a convenience wrapper around QSensor.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtime.html">QTime</a></p></td><td class="tblDescr"><p>The QTime class provides clock time functions.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtimeedit.html">QTimeEdit</a></p></td><td class="tblDescr"><p>The QTimeEdit class provides a widget for editing times based on the QDateTimeEdit widget.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtimeline.html">QTimeLine</a></p></td><td class="tblDescr"><p>The QTimeLine class provides a timeline for controlling animations.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtimezone.html">QTimeZone</a></p></td><td class="tblDescr"><p>The QTimeZone class converts between between UTC and local time in a specific time zone.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qtimer.html">QTimer</a></p></td><td class="tblDescr"><p>The QTimer class provides repetitive and single-shot timers.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtimerevent.html">QTimerEvent</a></p></td><td class="tblDescr"><p>The QTimerEvent class contains parameters that describe a timer event.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtoolbar.html">QToolBar</a></p></td><td class="tblDescr"><p>The QToolBar class provides a movable panel that contains a set of controls.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtoolbox.html">QToolBox</a></p></td><td class="tblDescr"><p>The QToolBox class provides a column of tabbed widget items.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtoolbutton.html">QToolButton</a></p></td><td class="tblDescr"><p>The QToolButton class provides a quick-access button to commands or options, usually used inside a QToolBar.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtooltip.html">QToolTip</a></p></td><td class="tblDescr"><p>The QToolTip class provides tool tips (balloon help) for any widget.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtouchdevice.html">QTouchDevice</a></p></td><td class="tblDescr"><p>The QTouchDevice class describes the device from which touch events originate.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtouchevent.html">QTouchEvent</a></p></td><td class="tblDescr"><p>The QTouchEvent class contains parameters that describe a touch event.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qtransform.html">QTransform</a></p></td><td class="tblDescr"><p>The QTransform class specifies 2D transformations of a coordinate system.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qtranslator.html">QTranslator</a></p></td><td class="tblDescr"><p>The QTranslator class provides internationalization support for text output.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtreeview.html">QTreeView</a></p></td><td class="tblDescr"><p>The QTreeView class provides a default model/view implementation of a tree view.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtreewidget.html">QTreeWidget</a></p></td><td class="tblDescr"><p>The QTreeWidget class provides a tree view that uses a predefined tree model.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qtreewidgetitem.html">QTreeWidgetItem</a></p></td><td class="tblDescr"><p>The QTreeWidgetItem class provides an item for use with the QTreeWidget convenience class.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qtreewidgetitemiterator.html">QTreeWidgetItemIterator</a></p></td><td class="tblDescr"><p>The QTreeWidgetItemIterator class provides a way to iterate over the items in a QTreeWidget instance.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qudpsocket.html">QUdpSocket</a></p></td><td class="tblDescr"><p>The QUdpSocket class provides a UDP socket.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtuitools/quiloader.html">QUiLoader</a></p></td><td class="tblDescr"><p>The QUiLoader class enables standalone applications to dynamically create user interfaces at run-time using the information stored in UI files or specified in plugin paths.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qundocommand.html">QUndoCommand</a></p></td><td class="tblDescr"><p>The QUndoCommand class is the base class of all commands stored on a QUndoStack.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qundogroup.html">QUndoGroup</a></p></td><td class="tblDescr"><p>The QUndoGroup class is a group of QUndoStack objects.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qundostack.html">QUndoStack</a></p></td><td class="tblDescr"><p>The QUndoStack class is a stack of QUndoCommand objects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qundoview.html">QUndoView</a></p></td><td class="tblDescr"><p>The QUndoView class displays the contents of a QUndoStack.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qunhandledexception.html">QUnhandledException</a></p></td><td class="tblDescr"><p>The UnhandledException class represents an unhandled exception in a worker thread.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qurl.html">QUrl</a></p></td><td class="tblDescr"><p>The QUrl class provides a convenient interface for working with URLs.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qurlquery.html">QUrlQuery</a></p></td><td class="tblDescr"><p>The QUrlQuery class provides a way to manipulate a key-value pairs in a URL's query.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/quuid.html">QUuid</a></p></td><td class="tblDescr"><p>The QUuid class stores a Universally Unique Identifier (UUID).</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qvboxlayout.html">QVBoxLayout</a></p></td><td class="tblDescr"><p>The QVBoxLayout class lines up widgets vertically.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qvalidator.html">QValidator</a></p></td><td class="tblDescr"><p>The QValidator class provides validation of input text.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qvarlengtharray.html">QVarLengthArray</a></p></td><td class="tblDescr"><p>The QVarLengthArray class provides a low-level variable-length array.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qvariant.html">QVariant</a></p></td><td class="tblDescr"><p>The QVariant class acts like a union for the most common Qt data types.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qvariantanimation.html">QVariantAnimation</a></p></td><td class="tblDescr"><p>The QVariantAnimation class provides an abstract base class for animations.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qvector.html">QVector</a></p></td><td class="tblDescr"><p>The QVector class is a template class that provides a dynamic array.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qvector2d.html">QVector2D</a></p></td><td class="tblDescr"><p>The QVector2D class represents a vector or vertex in 2D space.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qvector3d.html">QVector3D</a></p></td><td class="tblDescr"><p>The QVector3D class represents a vector or vertex in 3D space.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qvector4d.html">QVector4D</a></p></td><td class="tblDescr"><p>The QVector4D class represents a vector or vertex in 4D space.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qvectoriterator.html">QVectorIterator</a></p></td><td class="tblDescr"><p>The QVectorIterator class provides a Java-style const iterator for QVector and QStack.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideodeviceselectorcontrol.html">QVideoDeviceSelectorControl</a></p></td><td class="tblDescr"><p>The QVideoDeviceSelectorControl class provides an video device selector media control.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideoencodersettings.html">QVideoEncoderSettings</a></p></td><td class="tblDescr"><p>The QVideoEncoderSettings class provides a set of video encoder settings.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideoencodersettingscontrol.html">QVideoEncoderSettingsControl</a></p></td><td class="tblDescr"><p>The QVideoEncoderSettingsControl class provides access to the settings of a media service that performs video encoding.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideoframe.html">QVideoFrame</a></p></td><td class="tblDescr"><p>The QVideoFrame class represents a frame of video data.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideoprobe.html">QVideoProbe</a></p></td><td class="tblDescr"><p>The QVideoProbe class allows you to monitor video frames being played or recorded.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideorenderercontrol.html">QVideoRendererControl</a></p></td><td class="tblDescr"><p>The QVideoRendererControl class provides a media control for rendering video to a QAbstractVideoSurface.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideosurfaceformat.html">QVideoSurfaceFormat</a></p></td><td class="tblDescr"><p>The QVideoSurfaceFormat class specifies the stream format of a video presentation surface.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimediawidgets/qvideowidget.html">QVideoWidget</a></p></td><td class="tblDescr"><p>The QVideoWidget class provides a widget which presents video produced by a media object.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimediawidgets/qvideowidgetcontrol.html">QVideoWidgetControl</a></p></td><td class="tblDescr"><p>The QVideoWidgetControl class provides a media control which implements a video widget.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideowindowcontrol.html">QVideoWindowControl</a></p></td><td class="tblDescr"><p>The QVideoWindowControl class provides a media control for rendering video to a window.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qwaitcondition.html">QWaitCondition</a></p></td><td class="tblDescr"><p>The QWaitCondition class provides a condition variable for synchronizing threads.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qweakpointer.html">QWeakPointer</a></p></td><td class="tblDescr"><p>The QWeakPointer class holds a weak reference to a shared pointer</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebdatabase.html">QWebDatabase</a></p></td><td class="tblDescr"><p>The QWebDatabase class provides access to HTML 5 databases created with JavaScript.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebelement.html">QWebElement</a></p></td><td class="tblDescr"><p>The QWebElement class provides convenient access to DOM elements in a QWebFrame.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebelementcollection.html">QWebElementCollection</a></p></td><td class="tblDescr"><p>The QWebElementCollection class represents a collection of web elements.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebframe.html">QWebFrame</a></p></td><td class="tblDescr"><p>The QWebFrame class represents a frame in a web page.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebhistory.html">QWebHistory</a></p></td><td class="tblDescr"><p>The QWebHistory class represents the history of a QWebPage</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebhistoryinterface.html">QWebHistoryInterface</a></p></td><td class="tblDescr"><p>The QWebHistoryInterface class provides an interface to implement link history.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebhistoryitem.html">QWebHistoryItem</a></p></td><td class="tblDescr"><p>The QWebHistoryItem class represents one item in the history of a QWebPage</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebhittestresult.html">QWebHitTestResult</a></p></td><td class="tblDescr"><p>The QWebHitTestResult class provides information about the web page content after a hit test.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebinspector.html">QWebInspector</a></p></td><td class="tblDescr"><p>The QWebInspector class allows the placement and control of a QWebPage's inspector. The inspector can display a page's hierarchy, its loading statistics and the current state of its individual elements. It is mostly used by web developers.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebpage.html">QWebPage</a></p></td><td class="tblDescr"><p>The QWebPage class provides an object to view and edit web documents.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebpluginfactory.html">QWebPluginFactory</a></p></td><td class="tblDescr"><p>The QWebPluginFactory class is used to embed custom data types in web pages.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebsecurityorigin.html">QWebSecurityOrigin</a></p></td><td class="tblDescr"><p>The QWebSecurityOrigin class defines a security boundary for web sites.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebsettings.html">QWebSettings</a></p></td><td class="tblDescr"><p>The QWebSettings class provides an object to store the settings used by QWebPage and QWebFrame.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebsockets/qwebsocket.html">QWebSocket</a></p></td><td class="tblDescr"><p>Implements a TCP socket that talks the WebSocket protocol.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebsockets/qwebsocketcorsauthenticator.html">QWebSocketCorsAuthenticator</a></p></td><td class="tblDescr"><p>The QWebSocketCorsAuthenticator class provides an authenticator object for Cross Origin Requests (CORS).</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwebsockets/qwebsocketserver.html">QWebSocketServer</a></p></td><td class="tblDescr"><p>Implements a WebSocket-based server.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkit/qwebview.html">QWebView</a></p></td><td class="tblDescr"><p>The QWebView class provides a widget that is used to view and edit web documents.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qwhatsthis.html">QWhatsThis</a></p></td><td class="tblDescr"><p>The QWhatsThis class provides a simple description of any widget, i.e. answering the question "What's This?".</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qwhatsthisclickedevent.html">QWhatsThisClickedEvent</a></p></td><td class="tblDescr"><p>The QWhatsThisClickedEvent class provides an event that can be used to handle hyperlinks in a "What's This?" text.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qwheelevent.html">QWheelEvent</a></p></td><td class="tblDescr"><p>The QWheelEvent class contains parameters that describe a wheel event.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qwidget.html">QWidget</a></p></td><td class="tblDescr"><p>The QWidget class is the base class of all user interface objects.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qwidgetaction.html">QWidgetAction</a></p></td><td class="tblDescr"><p>The QWidgetAction class extends QAction by an interface for inserting custom widgets into action based containers, such as toolbars.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qwidgetitem.html">QWidgetItem</a></p></td><td class="tblDescr"><p>The QWidgetItem class is a layout item that represents a widget.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qwineventnotifier.html">QWinEventNotifier</a></p></td><td class="tblDescr"><p>The QWinEventNotifier class provides support for the Windows Wait functions.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qwindow.html">QWindow</a></p></td><td class="tblDescr"><p>The QWindow class represents a window in the underlying windowing system.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qwindowstatechangeevent.html">QWindowStateChangeEvent</a></p></td><td class="tblDescr"><p>The QWindowStateChangeEvent class provides the window state before a window state change.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qwizard.html">QWizard</a></p></td><td class="tblDescr"><p>The QWizard class provides a framework for wizards.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qwizardpage.html">QWizardPage</a></p></td><td class="tblDescr"><p>The QWizardPage class is the base class for wizard pages.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qwritelocker.html">QWriteLocker</a></p></td><td class="tblDescr"><p>The QWriteLocker class is a convenience class that simplifies locking and unlocking read-write locks for write access.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtx11extras/qx11info.html">QX11Info</a></p></td><td class="tblDescr"><p>Provides information about the X display configuration.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qxmlattributes.html">QXmlAttributes</a></p></td><td class="tblDescr"><p>The QXmlAttributes class provides XML attributes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qxmlcontenthandler.html">QXmlContentHandler</a></p></td><td class="tblDescr"><p>The QXmlContentHandler class provides an interface to report the logical content of XML data.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qxmldtdhandler.html">QXmlDTDHandler</a></p></td><td class="tblDescr"><p>The QXmlDTDHandler class provides an interface to report DTD content of XML data.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qxmldeclhandler.html">QXmlDeclHandler</a></p></td><td class="tblDescr"><p>The QXmlDeclHandler class provides an interface to report declaration content of XML data.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qxmldefaulthandler.html">QXmlDefaultHandler</a></p></td><td class="tblDescr"><p>The QXmlDefaultHandler class provides a default implementation of all the XML handler classes.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qxmlentityresolver.html">QXmlEntityResolver</a></p></td><td class="tblDescr"><p>The QXmlEntityResolver class provides an interface to resolve external entities contained in XML data.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qxmlerrorhandler.html">QXmlErrorHandler</a></p></td><td class="tblDescr"><p>The QXmlErrorHandler class provides an interface to report errors in XML data.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qxmlformatter.html">QXmlFormatter</a></p></td><td class="tblDescr"><p>The QXmlFormatter class is an implementation of QXmlSerializer for transforming XQuery output into formatted XML.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qxmlinputsource.html">QXmlInputSource</a></p></td><td class="tblDescr"><p>The QXmlInputSource class provides the input data for the QXmlReader subclasses.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qxmlitem.html">QXmlItem</a></p></td><td class="tblDescr"><p>The QXmlItem class contains either an XML node or an atomic value.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qxmllexicalhandler.html">QXmlLexicalHandler</a></p></td><td class="tblDescr"><p>The QXmlLexicalHandler class provides an interface to report the lexical content of XML data.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qxmllocator.html">QXmlLocator</a></p></td><td class="tblDescr"><p>The QXmlLocator class provides the XML handler classes with information about the parsing position within a file.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qxmlname.html">QXmlName</a></p></td><td class="tblDescr"><p>The QXmlName class represents the name of an XML node, in an efficient, namespace-aware way. QXmlName represents the name of an XML node in a way that is both efficient and safe for comparing names. Normally, an XML node represents an XML element or attribute, but QXmlName can also represent the names of other kinds of nodes, e.g., QAbstractXmlReceiver::processingInstruction() and QAbstractXmlReceiver::namespaceBinding().</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qxmlnamepool.html">QXmlNamePool</a></p></td><td class="tblDescr"><p>The QXmlNamePool class is a table of shared strings referenced by instances of QXmlName.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qxmlnamespacesupport.html">QXmlNamespaceSupport</a></p></td><td class="tblDescr"><p>The QXmlNamespaceSupport class is a helper class for XML readers which want to include namespace support.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qxmlnodemodelindex.html">QXmlNodeModelIndex</a></p></td><td class="tblDescr"><p>The QXmlNodeModelIndex class identifies a node in an XML node model subclassed from QAbstractXmlNodeModel.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qxmlparseexception.html">QXmlParseException</a></p></td><td class="tblDescr"><p>The QXmlParseException class is used to report errors with the QXmlErrorHandler interface.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qxmlquery.html">QXmlQuery</a></p></td><td class="tblDescr"><p>The QXmlQuery class performs XQueries on XML data, or on non-XML data modeled to look like XML.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qxmlreader.html">QXmlReader</a></p></td><td class="tblDescr"><p>The QXmlReader class provides an interface for XML readers (i.e. parsers).</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qxmlresultitems.html">QXmlResultItems</a></p></td><td class="tblDescr"><p>The QXmlResultItems class iterates through the results of evaluating an XQuery in QXmlQuery.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qxmlschema.html">QXmlSchema</a></p></td><td class="tblDescr"><p>The QXmlSchema class provides loading and validation of a W3C XML Schema.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qxmlschemavalidator.html">QXmlSchemaValidator</a></p></td><td class="tblDescr"><p>The QXmlSchemaValidator class validates XML instance documents against a W3C XML Schema.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qxmlserializer.html">QXmlSerializer</a></p></td><td class="tblDescr"><p>The QXmlSerializer class is an implementation of QAbstractXmlReceiver for transforming XQuery output into unformatted XML.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxml/qxmlsimplereader.html">QXmlSimpleReader</a></p></td><td class="tblDescr"><p>The QXmlSimpleReader class provides an implementation of a simple XML parser.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qxmlstreamattribute.html">QXmlStreamAttribute</a></p></td><td class="tblDescr"><p>The QXmlStreamAttribute class represents a single XML attribute</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qxmlstreamattributes.html">QXmlStreamAttributes</a></p></td><td class="tblDescr"><p>The QXmlStreamAttributes class represents a vector of QXmlStreamAttribute.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qxmlstreamentitydeclaration.html">QXmlStreamEntityDeclaration</a></p></td><td class="tblDescr"><p>The QXmlStreamEntityDeclaration class represents a DTD entity declaration.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qxmlstreamentityresolver.html">QXmlStreamEntityResolver</a></p></td><td class="tblDescr"><p>The QXmlStreamEntityResolver class provides an entity resolver for a QXmlStreamReader.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qxmlstreamnamespacedeclaration.html">QXmlStreamNamespaceDeclaration</a></p></td><td class="tblDescr"><p>The QXmlStreamNamespaceDeclaration class represents a namespace declaration.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qxmlstreamnotationdeclaration.html">QXmlStreamNotationDeclaration</a></p></td><td class="tblDescr"><p>The QXmlStreamNotationDeclaration class represents a DTD notation declaration.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qxmlstreamreader.html">QXmlStreamReader</a></p></td><td class="tblDescr"><p>The QXmlStreamReader class provides a fast parser for reading well-formed XML via a simple streaming API.</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qxmlstreamwriter.html">QXmlStreamWriter</a></p></td><td class="tblDescr"><p>The QXmlStreamWriter class provides an XML writer with a simple streaming API.</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensor.html">qoutputrange</a></p></td><td class="tblDescr"><p>The qoutputrange class holds the specifics of an output range.</p></td></tr>
</table>
</div>
<!-- @@@annotated.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2014 Digia Plc and/or its
   subsidiaries. Documentation contributions included herein are the copyrights of
   their respective owners.<br>    The documentation provided herein is licensed under the terms of the    <a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation    License version 1.3</a> as published by the Free Software Foundation.<br>    Digia, Qt and their respective logos are trademarks of Digia Plc     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>