This file is indexed.

/usr/share/qt5/doc/qtdoc/annotated.html is in qt5-doc-html 5.5.1-1.

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
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- classes.qdoc -->
  <title>Annotated Class List | Qt 5.5 </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.5</a></li>
<li>Annotated Class List</li>
<li id="buildversion">Qt 5.5.1 Reference Documentation</li>
    </ul>
    </div>
</div>
<div class="content">
<div class="line">
<div class="content mainContent">
<div class="sidebar"><div class="sidebar-content" id="sidebar-content"></div></div>
<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>
<div class="table"><table class="annotated">
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qabstractanimation.html">QAbstractAnimation</a></p></td><td class="tblDescr"><p>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 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>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>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>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>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>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>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 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 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>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>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>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 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 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="../qtmultimedia/qabstractplanarvideobuffer.html">QAbstractPlanarVideoBuffer</a></p></td><td class="tblDescr"><p>Abstraction for planar video data</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtprintsupport/qabstractprintdialog.html">QAbstractPrintDialog</a></p></td><td class="tblDescr"><p>Base implementation for print dialogs used to configure printers</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qabstractproxymodel.html">QAbstractProxyModel</a></p></td><td class="tblDescr"><p>Base class for proxy item models that can do sorting, filtering or other data processing tasks</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qabstractscrollarea.html">QAbstractScrollArea</a></p></td><td class="tblDescr"><p>Scrolling area with on-demand scroll bars</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qabstractslider.html">QAbstractSlider</a></p></td><td class="tblDescr"><p>Integer value within a range</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qabstractsocket.html">QAbstractSocket</a></p></td><td class="tblDescr"><p>The base functionality common to all socket types</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qabstractspinbox.html">QAbstractSpinBox</a></p></td><td class="tblDescr"><p>Spinbox and a line edit to display values</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qabstractstate.html">QAbstractState</a></p></td><td class="tblDescr"><p>The base class of states of a QStateMachine</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qabstracttablemodel.html">QAbstractTableModel</a></p></td><td class="tblDescr"><p>Abstract model that can be subclassed to create table models</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qabstracttextdocumentlayout.html">QAbstractTextDocumentLayout</a></p></td><td class="tblDescr"><p>Abstract base class used to implement custom layouts for QTextDocuments</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qabstracttransition.html">QAbstractTransition</a></p></td><td class="tblDescr"><p>The base class of transitions between QAbstractState objects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qabstracturiresolver.html">QAbstractUriResolver</a></p></td><td class="tblDescr"><p>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="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qabstractvideobuffer.html">QAbstractVideoBuffer</a></p></td><td class="tblDescr"><p>Abstraction for video data</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qabstractvideofilter.html">QAbstractVideoFilter</a></p></td><td class="tblDescr"><p>Represents a filter that is applied to the video frames received by a VideoOutput type</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qabstractvideosurface.html">QAbstractVideoSurface</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>Implements support for invocable actions in the interface</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibleeditabletextinterface.html">QAccessibleEditableTextInterface</a></p></td><td class="tblDescr"><p>Implements support for objects with editable text</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibleevent.html">QAccessibleEvent</a></p></td><td class="tblDescr"><p>The base class for accessibility notifications</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibleinterface.html">QAccessibleInterface</a></p></td><td class="tblDescr"><p>Defines an interface that exposes information about accessible objects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibleobject.html">QAccessibleObject</a></p></td><td class="tblDescr"><p>Implements parts of the QAccessibleInterface for QObjects</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibleplugin.html">QAccessiblePlugin</a></p></td><td class="tblDescr"><p>Abstract base class for plugins provinding accessibility information for user interface elements</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessiblestatechangeevent.html">QAccessibleStateChangeEvent</a></p></td><td class="tblDescr"><p>Notfies the accessibility framework that the state of an object has changed</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletablecellinterface.html">QAccessibleTableCellInterface</a></p></td><td class="tblDescr"><p>Implements support for the IAccessibleTable2 Cell interface</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletableinterface.html">QAccessibleTableInterface</a></p></td><td class="tblDescr"><p>Implements support for the IAccessibleTable2 interface</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletablemodelchangeevent.html">QAccessibleTableModelChangeEvent</a></p></td><td class="tblDescr"><p>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="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextcursorevent.html">QAccessibleTextCursorEvent</a></p></td><td class="tblDescr"><p>Notifies of cursor movements</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextinsertevent.html">QAccessibleTextInsertEvent</a></p></td><td class="tblDescr"><p>Notifies of text being inserted</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextinterface.html">QAccessibleTextInterface</a></p></td><td class="tblDescr"><p>Implements support for text handling</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextremoveevent.html">QAccessibleTextRemoveEvent</a></p></td><td class="tblDescr"><p>Notifies of text being deleted</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextselectionevent.html">QAccessibleTextSelectionEvent</a></p></td><td class="tblDescr"><p>Signals a change in the text selection of an object</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessibletextupdateevent.html">QAccessibleTextUpdateEvent</a></p></td><td class="tblDescr"><p>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="odd topAlign"><td class="tblName"><p><a href="../qtgui/qaccessiblevaluechangeevent.html">QAccessibleValueChangeEvent</a></p></td><td class="tblDescr"><p>Describes a change in value for an accessible object</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qaccessiblevalueinterface.html">QAccessibleValueInterface</a></p></td><td class="tblDescr"><p>Implements support for objects that manipulate a value</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qaccessiblewidget.html">QAccessibleWidget</a></p></td><td class="tblDescr"><p>Implements the QAccessibleInterface for QWidgets</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qaction.html">QAction</a></p></td><td class="tblDescr"><p>Abstract user interface action that can be inserted into widgets</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qactionevent.html">QActionEvent</a></p></td><td class="tblDescr"><p>Event that is generated when a QAction is added, removed, or changed</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qactiongroup.html">QActionGroup</a></p></td><td class="tblDescr"><p>Groups actions together</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qaltimeter.html">QAltimeter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qaltimeterfilter.html">QAltimeterFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qaltimeterreading.html">QAltimeterReading</a></p></td><td class="tblDescr"><p>Holds readings from the altimeter sensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qambientlightfilter.html">QAmbientLightFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qambientlightreading.html">QAmbientLightReading</a></p></td><td class="tblDescr"><p>Represents one reading from the ambient light sensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qambientlightsensor.html">QAmbientLightSensor</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qambienttemperaturefilter.html">QAmbientTemperatureFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qambienttemperaturereading.html">QAmbientTemperatureReading</a></p></td><td class="tblDescr"><p>Holds readings of the ambient temperature</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qambienttemperaturesensor.html">QAmbientTemperatureSensor</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qanimationgroup.html">QAnimationGroup</a></p></td><td class="tblDescr"><p>Abstract base class for groups of animations</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qapplication.html">QApplication</a></p></td><td class="tblDescr"><p>Manages the GUI application's control flow and main settings</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qassociativeiterable.html">QAssociativeIterable</a></p></td><td class="tblDescr"><p>Iterable interface for an associative container in a QVariant</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qatomicint.html">QAtomicInt</a></p></td><td class="tblDescr"><p>Platform-independent atomic operations on int</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qatomicinteger.html">QAtomicInteger</a></p></td><td class="tblDescr"><p>Platform-independent atomic operations on integers</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qatomicpointer.html">QAtomicPointer</a></p></td><td class="tblDescr"><p>Template class that provides platform-independent atomic operations on pointers</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiobuffer.html">QAudioBuffer</a></p></td><td class="tblDescr"><p>Represents a collection of audio samples with a specific format and sample rate</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiodecoder.html">QAudioDecoder</a></p></td><td class="tblDescr"><p>Allows decoding audio</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiodecodercontrol.html">QAudioDecoderControl</a></p></td><td class="tblDescr"><p>Access to the audio decoding functionality of a QMediaService</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiodeviceinfo.html">QAudioDeviceInfo</a></p></td><td class="tblDescr"><p>Interface to query audio devices and their functionality</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioencodersettings.html">QAudioEncoderSettings</a></p></td><td class="tblDescr"><p>Set of audio encoder settings</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioencodersettingscontrol.html">QAudioEncoderSettingsControl</a></p></td><td class="tblDescr"><p>Access to the settings of a media service that performs audio encoding</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioformat.html">QAudioFormat</a></p></td><td class="tblDescr"><p>Stores audio stream parameter information</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioinput.html">QAudioInput</a></p></td><td class="tblDescr"><p>Interface for receiving audio data from an audio input device</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioinputselectorcontrol.html">QAudioInputSelectorControl</a></p></td><td class="tblDescr"><p>Audio input selector media control</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiooutput.html">QAudioOutput</a></p></td><td class="tblDescr"><p>Interface for sending audio data to an audio output device</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiooutputselectorcontrol.html">QAudioOutputSelectorControl</a></p></td><td class="tblDescr"><p>Audio output selector media control</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudioprobe.html">QAudioProbe</a></p></td><td class="tblDescr"><p>Allows you to monitor audio being played or recorded</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiorecorder.html">QAudioRecorder</a></p></td><td class="tblDescr"><p>Used for the recording of audio</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qaudiorolecontrol.html">QAudioRoleControl</a></p></td><td class="tblDescr"><p>Control over the audio role of a media object</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qauthenticator.html">QAuthenticator</a></p></td><td class="tblDescr"><p>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>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>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>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>Monochrome (1-bit depth) pixmaps</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothaddress.html">QBluetoothAddress</a></p></td><td class="tblDescr"><p>Assigns an address to the Bluetooth device</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothdevicediscoveryagent.html">QBluetoothDeviceDiscoveryAgent</a></p></td><td class="tblDescr"><p>Discovers the Bluetooth devices nearby</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothdeviceinfo.html">QBluetoothDeviceInfo</a></p></td><td class="tblDescr"><p>Stores information about the Bluetooth device</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothhostinfo.html">QBluetoothHostInfo</a></p></td><td class="tblDescr"><p>Encapsulates the details of a local QBluetooth device</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothlocaldevice.html">QBluetoothLocalDevice</a></p></td><td class="tblDescr"><p>Enables access to the local Bluetooth device</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothserver.html">QBluetoothServer</a></p></td><td class="tblDescr"><p>Uses the RFCOMM or L2cap protocol to communicate with a Bluetooth device</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothservicediscoveryagent.html">QBluetoothServiceDiscoveryAgent</a></p></td><td class="tblDescr"><p>Enables you to query for Bluetooth services</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothserviceinfo.html">QBluetoothServiceInfo</a></p></td><td class="tblDescr"><p>Enables access to the attributes of a Bluetooth service</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothsocket.html">QBluetoothSocket</a></p></td><td class="tblDescr"><p>Enables connection to a Bluetooth device running a bluetooth server</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothtransfermanager.html">QBluetoothTransferManager</a></p></td><td class="tblDescr"><p>Transfers data to another device using Object Push Profile (OPP)</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothtransferreply.html">QBluetoothTransferReply</a></p></td><td class="tblDescr"><p>Stores the response for a data transfer request</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothtransferrequest.html">QBluetoothTransferRequest</a></p></td><td class="tblDescr"><p>Stores information about a data transfer request</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qbluetoothuuid.html">QBluetoothUuid</a></p></td><td class="tblDescr"><p>Generates a UUID for each Bluetooth service</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qboxlayout.html">QBoxLayout</a></p></td><td class="tblDescr"><p>Lines up child widgets horizontally or vertically</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qbrush.html">QBrush</a></p></td><td class="tblDescr"><p>Defines the fill pattern of shapes drawn by QPainter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qbuffer.html">QBuffer</a></p></td><td class="tblDescr"><p>QIODevice interface for a QByteArray</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qbuttongroup.html">QButtonGroup</a></p></td><td class="tblDescr"><p>Container to organize groups of button widgets</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qbytearray.html">QByteArray</a></p></td><td class="tblDescr"><p>Array of bytes</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qbytearraylist.html">QByteArrayList</a></p></td><td class="tblDescr"><p>List of byte arrays</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qbytearraymatcher.html">QByteArrayMatcher</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>Camera viewfinder widget</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraviewfindersettings.html">QCameraViewfinderSettings</a></p></td><td class="tblDescr"><p>Set of viewfinder settings</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraviewfindersettingscontrol.html">QCameraViewfinderSettingsControl</a></p></td><td class="tblDescr"><p>Abstract class for controlling camera viewfinder parameters</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcameraviewfindersettingscontrol2.html">QCameraViewfinderSettingsControl2</a></p></td><td class="tblDescr"><p>Access to the viewfinder settings of a camera media service</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qcamerazoomcontrol.html">QCameraZoomControl</a></p></td><td class="tblDescr"><p>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>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>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>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>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>Contains parameters that describe a close event</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtplatformheaders/qcocoanativecontext.html">QCocoaNativeContext</a></p></td><td class="tblDescr"><p>A class encapsulating a Cocoa NSOpenGLContext</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qcollator.html">QCollator</a></p></td><td class="tblDescr"><p>Compares strings according to a localized collation algorithm</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qcollatorsortkey.html">QCollatorSortKey</a></p></td><td class="tblDescr"><p>Can be used to speed up string collation</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qcolor.html">QColor</a></p></td><td class="tblDescr"><p>Colors based on RGB, HSV or CMYK values</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qcolordialog.html">QColorDialog</a></p></td><td class="tblDescr"><p>Dialog widget for specifying colors</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qcolormap.html">QColormap</a></p></td><td class="tblDescr"><p>Maps device independent QColors to device dependent pixel values</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qcolumnview.html">QColumnView</a></p></td><td class="tblDescr"><p>Model/view implementation of a column view</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qcombobox.html">QComboBox</a></p></td><td class="tblDescr"><p>Combined button and popup list</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qcommandlineoption.html">QCommandLineOption</a></p></td><td class="tblDescr"><p>Defines a possible command-line option</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qcommandlineparser.html">QCommandLineParser</a></p></td><td class="tblDescr"><p>Means for handling the command line options</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qcommandlinkbutton.html">QCommandLinkButton</a></p></td><td class="tblDescr"><p>Vista style command link button</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qcommonstyle.html">QCommonStyle</a></p></td><td class="tblDescr"><p>Encapsulates the common Look and Feel of a GUI</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qcompass.html">QCompass</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qcompassfilter.html">QCompassFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qcompassreading.html">QCompassReading</a></p></td><td class="tblDescr"><p>Represents one reading from a compass</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qcompleter.html">QCompleter</a></p></td><td class="tblDescr"><p>Completions based on an item model</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qconicalgradient.html">QConicalGradient</a></p></td><td class="tblDescr"><p>Used in combination with QBrush to specify a conical gradient brush</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qcontextmenuevent.html">QContextMenuEvent</a></p></td><td class="tblDescr"><p>Contains parameters that describe a context menu event</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qcontiguouscache.html">QContiguousCache</a></p></td><td class="tblDescr"><p>Template class that provides a contiguous cache</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qcoreapplication.html">QCoreApplication</a></p></td><td class="tblDescr"><p>Event loop for Qt applications without UI</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qcryptographichash.html">QCryptographicHash</a></p></td><td class="tblDescr"><p>Way to generate cryptographic hashes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qcursor.html">QCursor</a></p></td><td class="tblDescr"><p>Mouse cursor with an arbitrary shape</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusabstractadaptor.html">QDBusAbstractAdaptor</a></p></td><td class="tblDescr"><p>The base class of D-Bus adaptor classes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusabstractinterface.html">QDBusAbstractInterface</a></p></td><td class="tblDescr"><p>The base class for all D-Bus interfaces in the Qt D-Bus binding, allowing access to remote interfaces</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusargument.html">QDBusArgument</a></p></td><td class="tblDescr"><p>Used to marshall and demarshall D-Bus arguments</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusconnection.html">QDBusConnection</a></p></td><td class="tblDescr"><p>Represents a connection to the D-Bus bus daemon</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusconnectioninterface.html">QDBusConnectionInterface</a></p></td><td class="tblDescr"><p>Access to the D-Bus bus daemon service</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbuscontext.html">QDBusContext</a></p></td><td class="tblDescr"><p>Allows slots to determine the D-Bus context of the calls</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbuserror.html">QDBusError</a></p></td><td class="tblDescr"><p>Represents an error received from the D-Bus bus or from remote applications found in the bus</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusinterface.html">QDBusInterface</a></p></td><td class="tblDescr"><p>Proxy for interfaces on remote objects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusmessage.html">QDBusMessage</a></p></td><td class="tblDescr"><p>Represents one message sent or received over the D-Bus bus</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusobjectpath.html">QDBusObjectPath</a></p></td><td class="tblDescr"><p>Enables the programmer to identify the OBJECT_PATH type provided by the D-Bus typesystem</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbuspendingcall.html">QDBusPendingCall</a></p></td><td class="tblDescr"><p>Refers to one pending asynchronous call</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbuspendingcallwatcher.html">QDBusPendingCallWatcher</a></p></td><td class="tblDescr"><p>Convenient way for waiting for asynchronous replies</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbuspendingreply.html">QDBusPendingReply</a></p></td><td class="tblDescr"><p>Contains the reply to an asynchronous method call</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusreply.html">QDBusReply</a></p></td><td class="tblDescr"><p>Stores the reply for a method call to a remote object</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusserver.html">QDBusServer</a></p></td><td class="tblDescr"><p>Peer-to-peer communication between processes on the same computer</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusservicewatcher.html">QDBusServiceWatcher</a></p></td><td class="tblDescr"><p>Allows the user to watch for a bus service change</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbussignature.html">QDBusSignature</a></p></td><td class="tblDescr"><p>Enables the programmer to identify the SIGNATURE type provided by the D-Bus typesystem</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusunixfiledescriptor.html">QDBusUnixFileDescriptor</a></p></td><td class="tblDescr"><p>Holds one Unix file descriptor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusvariant.html">QDBusVariant</a></p></td><td class="tblDescr"><p>Enables the programmer to identify the variant type provided by the D-Bus typesystem</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdbus/qdbusvirtualobject.html">QDBusVirtualObject</a></p></td><td class="tblDescr"><p>Used to handle several DBus paths with one class</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qdatastream.html">QDataStream</a></p></td><td class="tblDescr"><p>Serialization of binary data to a QIODevice</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qdatawidgetmapper.html">QDataWidgetMapper</a></p></td><td class="tblDescr"><p>Mapping between a section of a data model to widgets</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qdate.html">QDate</a></p></td><td class="tblDescr"><p>Date functions</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qdateedit.html">QDateEdit</a></p></td><td class="tblDescr"><p>Widget for editing dates based on the QDateTimeEdit widget</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qdatetime.html">QDateTime</a></p></td><td class="tblDescr"><p>Date and time functions</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qdatetimeedit.html">QDateTimeEdit</a></p></td><td class="tblDescr"><p>Widget for editing dates and times</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qdebug.html">QDebug</a></p></td><td class="tblDescr"><p>Output stream for debugging information</p></td></tr>
<tr class="even 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="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesigneractioneditorinterface.html">QDesignerActionEditorInterface</a></p></td><td class="tblDescr"><p>Allows you to change the focus of Qt Designer's action editor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignercontainerextension.html">QDesignerContainerExtension</a></p></td><td class="tblDescr"><p>Allows you to add pages to a custom multi-page container in Qt Designer's workspace</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignercustomwidgetcollectioninterface.html">QDesignerCustomWidgetCollectionInterface</a></p></td><td class="tblDescr"><p>Allows you to include several custom widgets in one single library</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignercustomwidgetinterface.html">QDesignerCustomWidgetInterface</a></p></td><td class="tblDescr"><p>Enables Qt Designer to access and construct custom widgets</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerdynamicpropertysheetextension.html">QDesignerDynamicPropertySheetExtension</a></p></td><td class="tblDescr"><p>Allows you to manipulate a widget's dynamic properties in Qt Designer's property editor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerformeditorinterface.html">QDesignerFormEditorInterface</a></p></td><td class="tblDescr"><p>Allows you to access Qt Designer's various components</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerformwindowcursorinterface.html">QDesignerFormWindowCursorInterface</a></p></td><td class="tblDescr"><p>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="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerformwindowinterface.html">QDesignerFormWindowInterface</a></p></td><td class="tblDescr"><p>Allows you to query and manipulate form windows appearing in Qt Designer's workspace</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerformwindowmanagerinterface.html">QDesignerFormWindowManagerInterface</a></p></td><td class="tblDescr"><p>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="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignermembersheetextension.html">QDesignerMemberSheetExtension</a></p></td><td class="tblDescr"><p>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="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerobjectinspectorinterface.html">QDesignerObjectInspectorInterface</a></p></td><td class="tblDescr"><p>Allows you to change the focus of Qt Designer's object inspector</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerpropertyeditorinterface.html">QDesignerPropertyEditorInterface</a></p></td><td class="tblDescr"><p>Allows you to query and manipulate the current state of Qt Designer's property editor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerpropertysheetextension.html">QDesignerPropertySheetExtension</a></p></td><td class="tblDescr"><p>Allows you to manipulate a widget's properties which is displayed in Qt Designer's property editor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignertaskmenuextension.html">QDesignerTaskMenuExtension</a></p></td><td class="tblDescr"><p>Allows you to add custom menu entries to Qt Designer's task menu</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qdesignerwidgetboxinterface.html">QDesignerWidgetBoxInterface</a></p></td><td class="tblDescr"><p>Allows you to control the contents of Qt Designer's widget box</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qdesktopservices.html">QDesktopServices</a></p></td><td class="tblDescr"><p>Methods for accessing common desktop services</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qdesktopwidget.html">QDesktopWidget</a></p></td><td class="tblDescr"><p>Access to screen information on multi-head systems</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qdial.html">QDial</a></p></td><td class="tblDescr"><p>Rounded range control (like a speedometer or potentiometer)</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qdialog.html">QDialog</a></p></td><td class="tblDescr"><p>The base class of dialog windows</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qdialogbuttonbox.html">QDialogButtonBox</a></p></td><td class="tblDescr"><p>Widget that presents buttons in a layout that is appropriate to the current widget style</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qdir.html">QDir</a></p></td><td class="tblDescr"><p>Access to directory structures and their contents</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qdiriterator.html">QDirIterator</a></p></td><td class="tblDescr"><p>Iterator for directory entrylists</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qdistancefilter.html">QDistanceFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qdistancereading.html">QDistanceReading</a></p></td><td class="tblDescr"><p>Holds distance reading in cm from the proximity sensor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qdistancesensor.html">QDistanceSensor</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qdnsdomainnamerecord.html">QDnsDomainNameRecord</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>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>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>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>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>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>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 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>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>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>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>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>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 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>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>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>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>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>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>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>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>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>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>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>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>Contains event parameters for dynamic property change events</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtplatformheaders/qeglnativecontext.html">QEGLNativeContext</a></p></td><td class="tblDescr"><p>A class encapsulating an EGL context and display handle</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qeasingcurve.html">QEasingCurve</a></p></td><td class="tblDescr"><p>Easing curves for controlling animation</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtplatformheaders/qeglfsfunctions.html">QEglFSFunctions</a></p></td><td class="tblDescr"><p>Inline class containing platform-specific functionality for the eglfs platform plugin that is typically used on systems running Embedded Linux or Android</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qelapsedtimer.html">QElapsedTimer</a></p></td><td class="tblDescr"><p>Fast way to calculate elapsed times</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qenablesharedfromthis.html">QEnableSharedFromThis</a></p></td><td class="tblDescr"><p>A base class that allows obtaining a QSharedPointer for an object already managed by a shared pointer</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qenterevent.html">QEnterEvent</a></p></td><td class="tblDescr"><p>Contains parameters that describe an enter event</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qerrormessage.html">QErrorMessage</a></p></td><td class="tblDescr"><p>Error message display dialog</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qevent.html">QEvent</a></p></td><td class="tblDescr"><p>The base class of all event classes. Event objects contain event parameters</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qeventloop.html">QEventLoop</a></p></td><td class="tblDescr"><p>Means of entering and leaving an event loop</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qeventlooplocker.html">QEventLoopLocker</a></p></td><td class="tblDescr"><p>Means to quit an event loop when it is no longer needed</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qeventtransition.html">QEventTransition</a></p></td><td class="tblDescr"><p>QObject-specific transition for Qt events</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qexception.html">QException</a></p></td><td class="tblDescr"><p>Base class for exceptions that can transferred across threads</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qexplicitlyshareddatapointer.html">QExplicitlySharedDataPointer</a></p></td><td class="tblDescr"><p>Represents a pointer to an explicitly shared object</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qexposeevent.html">QExposeEvent</a></p></td><td class="tblDescr"><p>Contains event parameters for expose events</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtdesigner/qextensionfactory.html">QExtensionFactory</a></p></td><td class="tblDescr"><p>Allows you to create a factory that is able to make instances of custom extensions in Qt Designer</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qextensionmanager.html">QExtensionManager</a></p></td><td class="tblDescr"><p>Extension management facilities for Qt Designer</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qfile.html">QFile</a></p></td><td class="tblDescr"><p>Interface for reading from and writing to files</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qfiledevice.html">QFileDevice</a></p></td><td class="tblDescr"><p>Interface for reading from and writing to open files</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qfiledialog.html">QFileDialog</a></p></td><td class="tblDescr"><p>Dialog that allow users to select files or directories</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qfileiconprovider.html">QFileIconProvider</a></p></td><td class="tblDescr"><p>File icons for the QDirModel and the QFileSystemModel classes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qfileinfo.html">QFileInfo</a></p></td><td class="tblDescr"><p>System-independent file information</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qfileopenevent.html">QFileOpenEvent</a></p></td><td class="tblDescr"><p>Event that will be sent when there is a request to open a file or a URL</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qfileselector.html">QFileSelector</a></p></td><td class="tblDescr"><p>Convenient way of selecting file variants</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qfilesystemmodel.html">QFileSystemModel</a></p></td><td class="tblDescr"><p>Data model for the local filesystem</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qfilesystemwatcher.html">QFileSystemWatcher</a></p></td><td class="tblDescr"><p>Interface for monitoring files and directories for modifications</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qfinalstate.html">QFinalState</a></p></td><td class="tblDescr"><p>Final state</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qflag.html">QFlag</a></p></td><td class="tblDescr"><p>Helper data type for QFlags</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qflags.html">QFlags</a></p></td><td class="tblDescr"><p>Type-safe way of storing OR-combinations of enum values</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qfocusevent.html">QFocusEvent</a></p></td><td class="tblDescr"><p>Contains event parameters for widget focus events</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qfocusframe.html">QFocusFrame</a></p></td><td class="tblDescr"><p>Focus frame which can be outside of a widget's normal paintable area</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qfont.html">QFont</a></p></td><td class="tblDescr"><p>Specifies a font used for drawing text</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qfontcombobox.html">QFontComboBox</a></p></td><td class="tblDescr"><p>Combobox that lets the user select a font family</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qfontdatabase.html">QFontDatabase</a></p></td><td class="tblDescr"><p>Information about the fonts available in the underlying window system</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qfontdialog.html">QFontDialog</a></p></td><td class="tblDescr"><p>Dialog widget for selecting a font</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qfontinfo.html">QFontInfo</a></p></td><td class="tblDescr"><p>General information about fonts</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qfontmetrics.html">QFontMetrics</a></p></td><td class="tblDescr"><p>Font metrics information</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qfontmetricsf.html">QFontMetricsF</a></p></td><td class="tblDescr"><p>Font metrics information</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtdesigner/qformbuilder.html">QFormBuilder</a></p></td><td class="tblDescr"><p>Used to dynamically construct user interfaces from UI files at run-time</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qformlayout.html">QFormLayout</a></p></td><td class="tblDescr"><p>Manages forms of input widgets and their associated labels</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qframe.html">QFrame</a></p></td><td class="tblDescr"><p>The base class of widgets that can have a frame</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qfuture.html">QFuture</a></p></td><td class="tblDescr"><p>Represents the result of an asynchronous computation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qfutureiterator.html">QFutureIterator</a></p></td><td class="tblDescr"><p>Java-style const iterator for QFuture</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qfuturesynchronizer.html">QFutureSynchronizer</a></p></td><td class="tblDescr"><p>Convenience class that simplifies QFuture synchronization</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qfuturewatcher.html">QFutureWatcher</a></p></td><td class="tblDescr"><p>Allows monitoring a QFuture using signals and slots</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtplatformheaders/qglxnativecontext.html">QGLXNativeContext</a></p></td><td class="tblDescr"><p>A class encapsulating a GLXContext and related native handles</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qgenericargument.html">QGenericArgument</a></p></td><td class="tblDescr"><p>Internal helper class for marshalling arguments</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qgenericmatrix.html">QGenericMatrix</a></p></td><td class="tblDescr"><p>Template class that represents a NxM transformation matrix with N columns and M rows</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qgenericplugin.html">QGenericPlugin</a></p></td><td class="tblDescr"><p>Abstract base class for plugins</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qgenericpluginfactory.html">QGenericPluginFactory</a></p></td><td class="tblDescr"><p>Creates plugin drivers</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qgenericreturnargument.html">QGenericReturnArgument</a></p></td><td class="tblDescr"><p>Internal helper class for marshalling arguments</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeoaddress.html">QGeoAddress</a></p></td><td class="tblDescr"><p>Represents an address of a QGeoLocation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeoareamonitorinfo.html">QGeoAreaMonitorInfo</a></p></td><td class="tblDescr"><p>Describes the parameters of an area or region to be monitored for proximity</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeoareamonitorsource.html">QGeoAreaMonitorSource</a></p></td><td class="tblDescr"><p>Enables the detection of proximity changes for a specified set of coordinates</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeocircle.html">QGeoCircle</a></p></td><td class="tblDescr"><p>Defines a circular geographic area</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qgeocodereply.html">QGeoCodeReply</a></p></td><td class="tblDescr"><p>Manages an operation started by an instance of QGeoCodingManager</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qgeocodingmanager.html">QGeoCodingManager</a></p></td><td class="tblDescr"><p>Support for geocoding operations</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qgeocodingmanagerengine.html">QGeoCodingManagerEngine</a></p></td><td class="tblDescr"><p>Interface and convenience methods to implementers of QGeoServiceProvider plugins who want to provide support for geocoding operations</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeocoordinate.html">QGeoCoordinate</a></p></td><td class="tblDescr"><p>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>Represents basic information about a location</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qgeomaneuver.html">QGeoManeuver</a></p></td><td class="tblDescr"><p>Represents the information relevant to the point at which two QGeoRouteSegments meet</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeopositioninfo.html">QGeoPositionInfo</a></p></td><td class="tblDescr"><p>Contains information gathered on a global position, direction and velocity at a particular point in time</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeopositioninfosource.html">QGeoPositionInfoSource</a></p></td><td class="tblDescr"><p>Abstract base class for the distribution of positional updates</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeopositioninfosourcefactory.html">QGeoPositionInfoSourceFactory</a></p></td><td class="tblDescr"><p>Factory class used as the plugin interface for external providers of positioning data</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeorectangle.html">QGeoRectangle</a></p></td><td class="tblDescr"><p>Defines a rectangular geographic area</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qgeoroute.html">QGeoRoute</a></p></td><td class="tblDescr"><p>Represents a route between two points</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qgeoroutereply.html">QGeoRouteReply</a></p></td><td class="tblDescr"><p>Manages an operation started by an instance of QGeoRoutingManager</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qgeorouterequest.html">QGeoRouteRequest</a></p></td><td class="tblDescr"><p>Represents the parameters and restrictions which define a request for routing information</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qgeoroutesegment.html">QGeoRouteSegment</a></p></td><td class="tblDescr"><p>Represents a segment of a route</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qgeoroutingmanager.html">QGeoRoutingManager</a></p></td><td class="tblDescr"><p>Support for geographic routing operations</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qgeoroutingmanagerengine.html">QGeoRoutingManagerEngine</a></p></td><td class="tblDescr"><p>Interface and convenience methods to implementers of QGeoServiceProvider plugins who want to provide access to geographic routing information</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeosatelliteinfo.html">QGeoSatelliteInfo</a></p></td><td class="tblDescr"><p>Contains basic information about a satellite</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeosatelliteinfosource.html">QGeoSatelliteInfoSource</a></p></td><td class="tblDescr"><p>Abstract base class for the distribution of satellite information updates</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qgeoserviceprovider.html">QGeoServiceProvider</a></p></td><td class="tblDescr"><p>Aggregates access to services which provide geographical information</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qgeoserviceproviderfactory.html">QGeoServiceProviderFactory</a></p></td><td class="tblDescr"><p>Factory class used as the plugin interface for services related to geographical information</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtpositioning/qgeoshape.html">QGeoShape</a></p></td><td class="tblDescr"><p>Defines a geographic area</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgesture.html">QGesture</a></p></td><td class="tblDescr"><p>Represents a gesture, containing properties that describe the corresponding user input</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgestureevent.html">QGestureEvent</a></p></td><td class="tblDescr"><p>The description of triggered gestures</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgesturerecognizer.html">QGestureRecognizer</a></p></td><td class="tblDescr"><p>The infrastructure for gesture recognition</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qglobalstatic.html">QGlobalStatic</a></p></td><td class="tblDescr"><p>Used to implement a global static object</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qglyphrun.html">QGlyphRun</a></p></td><td class="tblDescr"><p>Direct access to the internal glyphs in a font</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qgradient.html">QGradient</a></p></td><td class="tblDescr"><p>Used in combination with QBrush to specify gradient fills</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsanchor.html">QGraphicsAnchor</a></p></td><td class="tblDescr"><p>Represents an anchor between two items in a QGraphicsAnchorLayout</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsanchorlayout.html">QGraphicsAnchorLayout</a></p></td><td class="tblDescr"><p>Layout where one can anchor widgets together in Graphics View</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsblureffect.html">QGraphicsBlurEffect</a></p></td><td class="tblDescr"><p>Blur effect</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicscolorizeeffect.html">QGraphicsColorizeEffect</a></p></td><td class="tblDescr"><p>Colorize effect</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsdropshadoweffect.html">QGraphicsDropShadowEffect</a></p></td><td class="tblDescr"><p>Drop shadow effect</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicseffect.html">QGraphicsEffect</a></p></td><td class="tblDescr"><p>The base class for all graphics effects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsellipseitem.html">QGraphicsEllipseItem</a></p></td><td class="tblDescr"><p>Ellipse item that you can add to a QGraphicsScene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsgridlayout.html">QGraphicsGridLayout</a></p></td><td class="tblDescr"><p>Grid layout for managing widgets in Graphics View</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsitem.html">QGraphicsItem</a></p></td><td class="tblDescr"><p>The base class for all graphical items in a QGraphicsScene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsitemgroup.html">QGraphicsItemGroup</a></p></td><td class="tblDescr"><p>Container that treats a group of items as a single item</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicslayout.html">QGraphicsLayout</a></p></td><td class="tblDescr"><p>The base class for all layouts in Graphics View</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicslayoutitem.html">QGraphicsLayoutItem</a></p></td><td class="tblDescr"><p>Can be inherited to allow your custom items to be managed by layouts</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicslineitem.html">QGraphicsLineItem</a></p></td><td class="tblDescr"><p>Line item that you can add to a QGraphicsScene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicslinearlayout.html">QGraphicsLinearLayout</a></p></td><td class="tblDescr"><p>Horizontal or vertical layout for managing widgets in Graphics View</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsobject.html">QGraphicsObject</a></p></td><td class="tblDescr"><p>Base class for all graphics items that require signals, slots and properties</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsopacityeffect.html">QGraphicsOpacityEffect</a></p></td><td class="tblDescr"><p>Opacity effect</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicspathitem.html">QGraphicsPathItem</a></p></td><td class="tblDescr"><p>Path item that you can add to a QGraphicsScene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicspixmapitem.html">QGraphicsPixmapItem</a></p></td><td class="tblDescr"><p>Pixmap item that you can add to a QGraphicsScene</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicspolygonitem.html">QGraphicsPolygonItem</a></p></td><td class="tblDescr"><p>Polygon item that you can add to a QGraphicsScene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsproxywidget.html">QGraphicsProxyWidget</a></p></td><td class="tblDescr"><p>Proxy layer for embedding a QWidget in a QGraphicsScene</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsrectitem.html">QGraphicsRectItem</a></p></td><td class="tblDescr"><p>Rectangle item that you can add to a QGraphicsScene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsrotation.html">QGraphicsRotation</a></p></td><td class="tblDescr"><p>Rotation transformation around a given axis</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscale.html">QGraphicsScale</a></p></td><td class="tblDescr"><p>Scale transformation</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscene.html">QGraphicsScene</a></p></td><td class="tblDescr"><p>Surface for managing a large number of 2D graphical items</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenecontextmenuevent.html">QGraphicsSceneContextMenuEvent</a></p></td><td class="tblDescr"><p>Context menu events in the graphics view framework</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenedragdropevent.html">QGraphicsSceneDragDropEvent</a></p></td><td class="tblDescr"><p>Events for drag and drop in the graphics view framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicssceneevent.html">QGraphicsSceneEvent</a></p></td><td class="tblDescr"><p>Base class for all graphics view related events</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenehelpevent.html">QGraphicsSceneHelpEvent</a></p></td><td class="tblDescr"><p>Events when a tooltip is requested</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenehoverevent.html">QGraphicsSceneHoverEvent</a></p></td><td class="tblDescr"><p>Hover events in the graphics view framework</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenemouseevent.html">QGraphicsSceneMouseEvent</a></p></td><td class="tblDescr"><p>Mouse events in the graphics view framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenemoveevent.html">QGraphicsSceneMoveEvent</a></p></td><td class="tblDescr"><p>Events for widget moving in the graphics view framework</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicssceneresizeevent.html">QGraphicsSceneResizeEvent</a></p></td><td class="tblDescr"><p>Events for widget resizing in the graphics view framework</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsscenewheelevent.html">QGraphicsSceneWheelEvent</a></p></td><td class="tblDescr"><p>Wheel events in the graphics view framework</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicssimpletextitem.html">QGraphicsSimpleTextItem</a></p></td><td class="tblDescr"><p>Simple text path item that you can add to a QGraphicsScene</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsvg/qgraphicssvgitem.html">QGraphicsSvgItem</a></p></td><td class="tblDescr"><p>QGraphicsItem that can be used to render the contents of SVG files</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicstextitem.html">QGraphicsTextItem</a></p></td><td class="tblDescr"><p>Text item that you can add to a QGraphicsScene to display formatted text</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicstransform.html">QGraphicsTransform</a></p></td><td class="tblDescr"><p>Abstract base class for building advanced transformations on QGraphicsItems</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimediawidgets/qgraphicsvideoitem.html">QGraphicsVideoItem</a></p></td><td class="tblDescr"><p>Graphics item which display video produced by a QMediaObject</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicsview.html">QGraphicsView</a></p></td><td class="tblDescr"><p>Widget for displaying the contents of a QGraphicsScene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebkit/qgraphicswebview.html">QGraphicsWebView</a></p></td><td class="tblDescr"><p>Allows Web content to be added to a GraphicsView</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgraphicswidget.html">QGraphicsWidget</a></p></td><td class="tblDescr"><p>The base class for all widget items in a QGraphicsScene</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qgridlayout.html">QGridLayout</a></p></td><td class="tblDescr"><p>Lays out widgets in a grid</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qgroupbox.html">QGroupBox</a></p></td><td class="tblDescr"><p>Group box frame with a title</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qguiapplication.html">QGuiApplication</a></p></td><td class="tblDescr"><p>Manages the GUI application's control flow and main settings</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qgyroscope.html">QGyroscope</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qgyroscopefilter.html">QGyroscopeFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qgyroscopereading.html">QGyroscopeReading</a></p></td><td class="tblDescr"><p>Represents one reading from the gyroscope sensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qhboxlayout.html">QHBoxLayout</a></p></td><td class="tblDescr"><p>Lines up widgets horizontally</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qhash.html">QHash</a></p></td><td class="tblDescr"><p>Template class that provides a hash-table-based dictionary</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qhashiterator.html">QHashIterator</a></p></td><td class="tblDescr"><p>Java-style const iterator for QHash and QMultiHash</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qheaderview.html">QHeaderView</a></p></td><td class="tblDescr"><p>Header row or header column for item views</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpcontentitem.html">QHelpContentItem</a></p></td><td class="tblDescr"><p>Item for use with QHelpContentModel</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpcontentmodel.html">QHelpContentModel</a></p></td><td class="tblDescr"><p>Model that supplies content to views</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpcontentwidget.html">QHelpContentWidget</a></p></td><td class="tblDescr"><p>Tree view for displaying help content model items</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpengine.html">QHelpEngine</a></p></td><td class="tblDescr"><p>Access to contents and indices of the help engine</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpenginecore.html">QHelpEngineCore</a></p></td><td class="tblDescr"><p>The core functionality of the help system</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qhelpevent.html">QHelpEvent</a></p></td><td class="tblDescr"><p>Event that is used to request helpful information about a particular point in a widget</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpindexmodel.html">QHelpIndexModel</a></p></td><td class="tblDescr"><p>Model that supplies index keywords to views</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpindexwidget.html">QHelpIndexWidget</a></p></td><td class="tblDescr"><p>List view displaying the QHelpIndexModel</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpsearchengine.html">QHelpSearchEngine</a></p></td><td class="tblDescr"><p>Access to widgets reusable to integrate fulltext search as well as to index and search documentation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpsearchquery.html">QHelpSearchQuery</a></p></td><td class="tblDescr"><p>Contains the field name and the associated search term</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qthelp/qhelpsearchquerywidget.html">QHelpSearchQueryWidget</a></p></td><td class="tblDescr"><p>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="odd topAlign"><td class="tblName"><p><a href="../qthelp/qhelpsearchresultwidget.html">QHelpSearchResultWidget</a></p></td><td class="tblDescr"><p>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="even topAlign"><td class="tblName"><p><a href="../qtgui/qhideevent.html">QHideEvent</a></p></td><td class="tblDescr"><p>Event which is sent after a widget is hidden</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qhistorystate.html">QHistoryState</a></p></td><td class="tblDescr"><p>Means of returning to a previously active substate</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qholsterfilter.html">QHolsterFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qholsterreading.html">QHolsterReading</a></p></td><td class="tblDescr"><p>Holds readings from the holster sensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qholstersensor.html">QHolsterSensor</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qhostaddress.html">QHostAddress</a></p></td><td class="tblDescr"><p>IP address</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qhostinfo.html">QHostInfo</a></p></td><td class="tblDescr"><p>Static functions for host name lookups</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qhoverevent.html">QHoverEvent</a></p></td><td class="tblDescr"><p>Contains parameters that describe a mouse event</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qhttpmultipart.html">QHttpMultiPart</a></p></td><td class="tblDescr"><p>Resembles a MIME multipart message to be sent over HTTP</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qhttppart.html">QHttpPart</a></p></td><td class="tblDescr"><p>Holds a body part to be used inside a HTTP multipart MIME message</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qiodevice.html">QIODevice</a></p></td><td class="tblDescr"><p>The base interface class of all I/O devices in Qt</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qirproximityfilter.html">QIRProximityFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qirproximityreading.html">QIRProximityReading</a></p></td><td class="tblDescr"><p>Holds readings from the IR proximity sensor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qirproximitysensor.html">QIRProximitySensor</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qicon.html">QIcon</a></p></td><td class="tblDescr"><p>Scalable icons in different modes and states</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qicondragevent.html">QIconDragEvent</a></p></td><td class="tblDescr"><p>Indicates that a main icon drag has begun</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qiconengine.html">QIconEngine</a></p></td><td class="tblDescr"><p>Abstract base class for QIcon renderers</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qiconengineplugin.html">QIconEnginePlugin</a></p></td><td class="tblDescr"><p>Abstract base for custom QIconEngine plugins</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qidentityproxymodel.html">QIdentityProxyModel</a></p></td><td class="tblDescr"><p>Proxies its source model unmodified</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qimage.html">QImage</a></p></td><td class="tblDescr"><p>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="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qimageencodercontrol.html">QImageEncoderControl</a></p></td><td class="tblDescr"><p>Access to the settings of a media service that performs image encoding</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qimageencodersettings.html">QImageEncoderSettings</a></p></td><td class="tblDescr"><p>Set of image encoder settings</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qimageiohandler.html">QImageIOHandler</a></p></td><td class="tblDescr"><p>Defines the common image I/O interface for all image formats in Qt</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qimageioplugin.html">QImageIOPlugin</a></p></td><td class="tblDescr"><p>Defines an interface for writing an image format plugin</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qimagereader.html">QImageReader</a></p></td><td class="tblDescr"><p>Format independent interface for reading images from files or other devices</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qimagewriter.html">QImageWriter</a></p></td><td class="tblDescr"><p>Format independent interface for writing images to files or other devices</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qinputdialog.html">QInputDialog</a></p></td><td class="tblDescr"><p>Simple convenience dialog to get a single value from the user</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qinputevent.html">QInputEvent</a></p></td><td class="tblDescr"><p>The base class for events that describe user input</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qinputmethod.html">QInputMethod</a></p></td><td class="tblDescr"><p>Access to the active text input method</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qinputmethodevent.html">QInputMethodEvent</a></p></td><td class="tblDescr"><p>Parameters for input method events</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qinputmethodqueryevent.html">QInputMethodQueryEvent</a></p></td><td class="tblDescr"><p>Event sent by the input context to input objects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qintvalidator.html">QIntValidator</a></p></td><td class="tblDescr"><p>Validator that ensures a string contains a valid integer within a specified range</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qitemdelegate.html">QItemDelegate</a></p></td><td class="tblDescr"><p>Display and editing facilities for data items from a model</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qitemeditorcreator.html">QItemEditorCreator</a></p></td><td class="tblDescr"><p>Makes it possible to create item editor creator bases without subclassing QItemEditorCreatorBase</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qitemeditorcreatorbase.html">QItemEditorCreatorBase</a></p></td><td class="tblDescr"><p>Abstract base class that must be subclassed when implementing new item editor creators</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qitemeditorfactory.html">QItemEditorFactory</a></p></td><td class="tblDescr"><p>Widgets for editing item data in views and delegates</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qitemselection.html">QItemSelection</a></p></td><td class="tblDescr"><p>Manages information about selected items in a model</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qitemselectionmodel.html">QItemSelectionModel</a></p></td><td class="tblDescr"><p>Keeps track of a view's selected items</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qitemselectionrange.html">QItemSelectionRange</a></p></td><td class="tblDescr"><p>Manages information about a range of selected items in a model</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qjsengine.html">QJSEngine</a></p></td><td class="tblDescr"><p>Environment for evaluating JavaScript code</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qjsvalue.html">QJSValue</a></p></td><td class="tblDescr"><p>Acts as a container for Qt/JavaScript data types</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qjsvalueiterator.html">QJSValueIterator</a></p></td><td class="tblDescr"><p>Java-style iterator for QJSValue</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qjsonarray.html">QJsonArray</a></p></td><td class="tblDescr"><p>Encapsulates a JSON array</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qjsondocument.html">QJsonDocument</a></p></td><td class="tblDescr"><p>Way to read and write JSON documents</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qjsonobject.html">QJsonObject</a></p></td><td class="tblDescr"><p>Encapsulates a JSON object</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qjsonparseerror.html">QJsonParseError</a></p></td><td class="tblDescr"><p>Used to report errors during JSON parsing</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qjsonvalue.html">QJsonValue</a></p></td><td class="tblDescr"><p>Encapsulates a value in JSON</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qkeyevent.html">QKeyEvent</a></p></td><td class="tblDescr"><p>Describes a key event</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qkeyeventtransition.html">QKeyEventTransition</a></p></td><td class="tblDescr"><p>Transition for key events</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qkeysequence.html">QKeySequence</a></p></td><td class="tblDescr"><p>Encapsulates a key sequence as used by shortcuts</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qkeysequenceedit.html">QKeySequenceEdit</a></p></td><td class="tblDescr"><p>Allows to input a QKeySequence</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qlcdnumber.html">QLCDNumber</a></p></td><td class="tblDescr"><p>Displays a number with LCD-like digits</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qlabel.html">QLabel</a></p></td><td class="tblDescr"><p>Text or image display</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlatin1char.html">QLatin1Char</a></p></td><td class="tblDescr"><p>8-bit ASCII/Latin-1 character</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlatin1string.html">QLatin1String</a></p></td><td class="tblDescr"><p>Thin wrapper around an US-ASCII/Latin-1 encoded string literal</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qlayout.html">QLayout</a></p></td><td class="tblDescr"><p>The base class of geometry managers</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qlayoutitem.html">QLayoutItem</a></p></td><td class="tblDescr"><p>Abstract item that a QLayout manipulates</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlibrary.html">QLibrary</a></p></td><td class="tblDescr"><p>Loads shared libraries at runtime</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlibraryinfo.html">QLibraryInfo</a></p></td><td class="tblDescr"><p>Information about the Qt library</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qlightfilter.html">QLightFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qlightreading.html">QLightReading</a></p></td><td class="tblDescr"><p>Represents one reading from the light sensor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qlightsensor.html">QLightSensor</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qline.html">QLine</a></p></td><td class="tblDescr"><p>Two-dimensional vector using integer precision</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qlineedit.html">QLineEdit</a></p></td><td class="tblDescr"><p>One-line text editor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlinef.html">QLineF</a></p></td><td class="tblDescr"><p>Two-dimensional vector using floating point precision</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qlineargradient.html">QLinearGradient</a></p></td><td class="tblDescr"><p>Used in combination with QBrush to specify a linear gradient brush</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlinkedlist.html">QLinkedList</a></p></td><td class="tblDescr"><p>Template class that provides linked lists</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlinkedlistiterator.html">QLinkedListIterator</a></p></td><td class="tblDescr"><p>Java-style const iterator for QLinkedList</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlist.html">QList</a></p></td><td class="tblDescr"><p>Template class that provides lists</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlistiterator.html">QListIterator</a></p></td><td class="tblDescr"><p>Java-style const iterator for QList and QQueue</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qlistview.html">QListView</a></p></td><td class="tblDescr"><p>List or icon view onto a model</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qlistwidget.html">QListWidget</a></p></td><td class="tblDescr"><p>Item-based list widget</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qlistwidgetitem.html">QListWidgetItem</a></p></td><td class="tblDescr"><p>Item for use with the QListWidget item view class</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qlocalserver.html">QLocalServer</a></p></td><td class="tblDescr"><p>Local socket based server</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qlocalsocket.html">QLocalSocket</a></p></td><td class="tblDescr"><p>Local socket</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qlocale.html">QLocale</a></p></td><td class="tblDescr"><p>Converts between numbers and their string representations in various languages</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qlockfile.html">QLockFile</a></p></td><td class="tblDescr"><p>Locking between processes using a file</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qloggingcategory.html">QLoggingCategory</a></p></td><td class="tblDescr"><p>Represents a category, or 'area' in the logging infrastructure</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qlowenergycharacteristic.html">QLowEnergyCharacteristic</a></p></td><td class="tblDescr"><p>Stores information about a Bluetooth Low Energy service characteristic</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qlowenergycontroller.html">QLowEnergyController</a></p></td><td class="tblDescr"><p>Access to Bluetooth Low Energy Devices</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtbluetooth/qlowenergydescriptor.html">QLowEnergyDescriptor</a></p></td><td class="tblDescr"><p>Stores information about the Bluetooth Low Energy descriptor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtbluetooth/qlowenergyservice.html">QLowEnergyService</a></p></td><td class="tblDescr"><p>Represents an individual service on a Bluetooth Low Energy Device</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qmaccocoaviewcontainer.html">QMacCocoaViewContainer</a></p></td><td class="tblDescr"><p>Widget for 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="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qmacnativewidget.html">QMacNativeWidget</a></p></td><td class="tblDescr"><p>Widget for OS X that provides a way to put Qt widgets into Cocoa hierarchies</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qmagnetometer.html">QMagnetometer</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qmagnetometerfilter.html">QMagnetometerFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qmagnetometerreading.html">QMagnetometerReading</a></p></td><td class="tblDescr"><p>Represents one reading from the magnetometer</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qmainwindow.html">QMainWindow</a></p></td><td class="tblDescr"><p>Main application window</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmap.html">QMap</a></p></td><td class="tblDescr"><p>Template class that provides a red-black-tree-based dictionary</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmapiterator.html">QMapIterator</a></p></td><td class="tblDescr"><p>Java-style const iterator for QMap and QMultiMap</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qmargins.html">QMargins</a></p></td><td class="tblDescr"><p>Defines the four margins of a rectangle</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qmarginsf.html">QMarginsF</a></p></td><td class="tblDescr"><p>Defines the four margins of a rectangle</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwebsockets/qmaskgenerator.html">QMaskGenerator</a></p></td><td class="tblDescr"><p>Abstract base for custom 32-bit mask generators</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qmatrix4x4.html">QMatrix4x4</a></p></td><td class="tblDescr"><p>Represents a 4x4 transformation matrix in 3D space</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qmdiarea.html">QMdiArea</a></p></td><td class="tblDescr"><p>Area in which MDI windows are displayed</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qmdisubwindow.html">QMdiSubWindow</a></p></td><td class="tblDescr"><p>Subwindow class for QMdiArea</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaaudioprobecontrol.html">QMediaAudioProbeControl</a></p></td><td class="tblDescr"><p>Allows control over probing audio data in media objects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaavailabilitycontrol.html">QMediaAvailabilityControl</a></p></td><td class="tblDescr"><p>Supplies a control for reporting availability of a service</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediabindableinterface.html">QMediaBindableInterface</a></p></td><td class="tblDescr"><p>The base class for objects extending media objects functionality</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediacontainercontrol.html">QMediaContainerControl</a></p></td><td class="tblDescr"><p>Access to the output container format of a QMediaService</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediacontent.html">QMediaContent</a></p></td><td class="tblDescr"><p>Access to the resources relating to a media content</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediacontrol.html">QMediaControl</a></p></td><td class="tblDescr"><p>Base interface for media service controls</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediagaplessplaybackcontrol.html">QMediaGaplessPlaybackControl</a></p></td><td class="tblDescr"><p>Access to the gapless playback related control of a QMediaService</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmedianetworkaccesscontrol.html">QMediaNetworkAccessControl</a></p></td><td class="tblDescr"><p>Allows the setting of the Network Access Point for media related activities</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaobject.html">QMediaObject</a></p></td><td class="tblDescr"><p>Common base for multimedia objects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaplayer.html">QMediaPlayer</a></p></td><td class="tblDescr"><p>Allows the playing of a media source</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaplayercontrol.html">QMediaPlayerControl</a></p></td><td class="tblDescr"><p>Access to the media playing functionality of a QMediaService</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaplaylist.html">QMediaPlaylist</a></p></td><td class="tblDescr"><p>List of media content to play</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediarecorder.html">QMediaRecorder</a></p></td><td class="tblDescr"><p>Used for the recording of media content</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediarecordercontrol.html">QMediaRecorderControl</a></p></td><td class="tblDescr"><p>Access to the recording functionality of a QMediaService</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaresource.html">QMediaResource</a></p></td><td class="tblDescr"><p>Description of a media resource</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaservice.html">QMediaService</a></p></td><td class="tblDescr"><p>Common base class for media service implementations</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaservicecamerainfointerface.html">QMediaServiceCameraInfoInterface</a></p></td><td class="tblDescr"><p>Interface provides camera-specific information about devices supported by a camera service plug-in</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qmediaservicedefaultdeviceinterface.html">QMediaServiceDefaultDeviceInterface</a></p></td><td class="tblDescr"><p>Interface identifies the default device used by a media 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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>Contains parameters that describe a gesture event</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnfc/qndeffilter.html">QNdefFilter</a></p></td><td class="tblDescr"><p>Filter for matching NDEF messages</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnfc/qndefmessage.html">QNdefMessage</a></p></td><td class="tblDescr"><p>NFC NDEF message</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnfc/qndefnfcsmartposterrecord.html">QNdefNfcSmartPosterRecord</a></p></td><td class="tblDescr"><p>NFC RTD-SmartPoster</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnfc/qndefnfctextrecord.html">QNdefNfcTextRecord</a></p></td><td class="tblDescr"><p>NFC RTD-Text</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnfc/qndefnfcurirecord.html">QNdefNfcUriRecord</a></p></td><td class="tblDescr"><p>NFC RTD-URI</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnfc/qndefrecord.html">QNdefRecord</a></p></td><td class="tblDescr"><p>NFC NDEF record</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnfc/qnearfieldmanager.html">QNearFieldManager</a></p></td><td class="tblDescr"><p>Access to notifications for NFC events</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnfc/qnearfieldsharemanager.html">QNearFieldShareManager</a></p></td><td class="tblDescr"><p>Manages all interactions related to sharing files and data over NFC</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnfc/qnearfieldsharetarget.html">QNearFieldShareTarget</a></p></td><td class="tblDescr"><p>Transfers data to remote device over NFC</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnfc/qnearfieldtarget.html">QNearFieldTarget</a></p></td><td class="tblDescr"><p>Interface for communicating with a target device</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qnetworkaccessmanager.html">QNetworkAccessManager</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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 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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>All functions for OpenGL 4.3 core profile</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-4-compatibility.html">QOpenGLFunctions_4_4_Compatibility</a></p></td><td class="tblDescr"><p>All functions for OpenGL 4.4 compatibility profile</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-4-core.html">QOpenGLFunctions_4_4_Core</a></p></td><td class="tblDescr"><p>All functions for OpenGL 4.4 core profile</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-5-compatibility.html">QOpenGLFunctions_4_5_Compatibility</a></p></td><td class="tblDescr"><p>All functions for OpenGL 4.5 compatibility profile</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglfunctions-4-5-core.html">QOpenGLFunctions_4_5_Core</a></p></td><td class="tblDescr"><p>All functions for OpenGL 4.5 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>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>Enables painting to an OpenGL context using QPainter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglpixeltransferoptions.html">QOpenGLPixelTransferOptions</a></p></td><td class="tblDescr"><p>Describes the pixel storage modes that affect the unpacking of pixels during texture upload</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglshader.html">QOpenGLShader</a></p></td><td class="tblDescr"><p>Allows OpenGL shaders to be compiled</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglshaderprogram.html">QOpenGLShaderProgram</a></p></td><td class="tblDescr"><p>Allows OpenGL shader programs to be linked and used</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopengltexture.html">QOpenGLTexture</a></p></td><td class="tblDescr"><p>Encapsulates an OpenGL texture object</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopengltimemonitor.html">QOpenGLTimeMonitor</a></p></td><td class="tblDescr"><p>Wraps a sequence of OpenGL timer query objects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopengltimerquery.html">QOpenGLTimerQuery</a></p></td><td class="tblDescr"><p>Wraps an OpenGL timer query object</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qopenglversionprofile.html">QOpenGLVersionProfile</a></p></td><td class="tblDescr"><p>Represents the version and if applicable the profile of an OpenGL context</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglvertexarrayobject.html">QOpenGLVertexArrayObject</a></p></td><td class="tblDescr"><p>Wraps an OpenGL Vertex Array Object</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qopenglwidget.html">QOpenGLWidget</a></p></td><td class="tblDescr"><p>Widget for rendering OpenGL graphics</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qopenglwindow.html">QOpenGLWindow</a></p></td><td class="tblDescr"><p>Convenience subclass of QWindow to perform OpenGL painting</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qorientationfilter.html">QOrientationFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qorientationreading.html">QOrientationReading</a></p></td><td class="tblDescr"><p>Represents one reading from the orientation sensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qorientationsensor.html">QOrientationSensor</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="odd 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="even topAlign"><td class="tblName"><p><a href="../qtprintsupport/qpagesetupdialog.html">QPageSetupDialog</a></p></td><td class="tblDescr"><p>Configuration dialog for the page-related options on a printer</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpagesize.html">QPageSize</a></p></td><td class="tblDescr"><p>Describes the size and name of a defined page size</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpagedpaintdevice.html">QPagedPaintDevice</a></p></td><td class="tblDescr"><p>Represents a paintdevice that supports multiple pages</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpaintdevice.html">QPaintDevice</a></p></td><td class="tblDescr"><p>The base class of objects that can be painted on with QPainter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpaintdevicewindow.html">QPaintDeviceWindow</a></p></td><td class="tblDescr"><p>Convenience subclass of QWindow that is also a QPaintDevice</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpaintengine.html">QPaintEngine</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>Describes a pinch gesture made by the user</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpixelformat.html">QPixelFormat</a></p></td><td class="tblDescr"><p>Class for describing different pixel layouts in graphics buffers</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qpixmap.html">QPixmap</a></p></td><td class="tblDescr"><p>Off-screen image representation that can be used as a paint device</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qpixmapcache.html">QPixmapCache</a></p></td><td class="tblDescr"><p>Application-wide cache for pixmaps</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplace.html">QPlace</a></p></td><td class="tblDescr"><p>Represents a set of data about a place</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplaceattribute.html">QPlaceAttribute</a></p></td><td class="tblDescr"><p>Represents generic attribute information about a place</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplacecategory.html">QPlaceCategory</a></p></td><td class="tblDescr"><p>Represents a category that a QPlace can be associated with</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplacecontactdetail.html">QPlaceContactDetail</a></p></td><td class="tblDescr"><p>Represents a contact detail such as a phone number or website url</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplacecontent.html">QPlaceContent</a></p></td><td class="tblDescr"><p>Serves as the base class for rich content types</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplacecontentreply.html">QPlaceContentReply</a></p></td><td class="tblDescr"><p>Manages a content retrieval operation started by an instance of QPlaceManager</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplacecontentrequest.html">QPlaceContentRequest</a></p></td><td class="tblDescr"><p>Represents the parameters of a content request</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplacedetailsreply.html">QPlaceDetailsReply</a></p></td><td class="tblDescr"><p>Manages a place details fetch operation started by an instance of QPlaceManager</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplaceeditorial.html">QPlaceEditorial</a></p></td><td class="tblDescr"><p>Represents a publisher's article describing a place</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplaceicon.html">QPlaceIcon</a></p></td><td class="tblDescr"><p>Represents an icon</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplaceidreply.html">QPlaceIdReply</a></p></td><td class="tblDescr"><p>Manages operations which return an identifier such as saving and removal operations of places and categories</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplaceimage.html">QPlaceImage</a></p></td><td class="tblDescr"><p>Represents a reference to an image</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplacemanager.html">QPlaceManager</a></p></td><td class="tblDescr"><p>The interface which allows clients to access places stored in a particular backend</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplacemanagerengine.html">QPlaceManagerEngine</a></p></td><td class="tblDescr"><p>Interface for implementers of QGeoServiceProvider plugins who want to provide access to place functionality</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplacematchreply.html">QPlaceMatchReply</a></p></td><td class="tblDescr"><p>Manages a place matching operation started by an instance of QPlaceManager</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplacematchrequest.html">QPlaceMatchRequest</a></p></td><td class="tblDescr"><p>Used to find places from one manager that match those from another. It represents a set of request parameters</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplaceproposedsearchresult.html">QPlaceProposedSearchResult</a></p></td><td class="tblDescr"><p>Represents a search result containing a proposed search</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplaceratings.html">QPlaceRatings</a></p></td><td class="tblDescr"><p>Holds rating information about a place</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplacereply.html">QPlaceReply</a></p></td><td class="tblDescr"><p>Manages an operation started by an instance of QPlaceManager and serves as a base class for more specialized replies</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplaceresult.html">QPlaceResult</a></p></td><td class="tblDescr"><p>Represents a search result containing a place</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplacereview.html">QPlaceReview</a></p></td><td class="tblDescr"><p>Represents a review of a place</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplacesearchreply.html">QPlaceSearchReply</a></p></td><td class="tblDescr"><p>Manages a place search operation started by an instance of QPlaceManager</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplacesearchrequest.html">QPlaceSearchRequest</a></p></td><td class="tblDescr"><p>Represents the set of parameters for a search request</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplacesearchresult.html">QPlaceSearchResult</a></p></td><td class="tblDescr"><p>The base class for search results</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplacesearchsuggestionreply.html">QPlaceSearchSuggestionReply</a></p></td><td class="tblDescr"><p>Manages a search suggestion operation started by an instance of QPlaceManager</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtlocation/qplacesupplier.html">QPlaceSupplier</a></p></td><td class="tblDescr"><p>Represents a supplier of a place or content associated with a place</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtlocation/qplaceuser.html">QPlaceUser</a></p></td><td class="tblDescr"><p>Represents an individual user</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qplaintextdocumentlayout.html">QPlainTextDocumentLayout</a></p></td><td class="tblDescr"><p>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>Widget that is used to edit and display plain text</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qplatformgraphicsbuffer.html">QPlatformGraphicsBuffer</a></p></td><td class="tblDescr"><p>Windowsystem abstraction for native graphics buffers</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qplatformsurfaceevent.html">QPlatformSurfaceEvent</a></p></td><td class="tblDescr"><p>Used to notify about native platform surface events</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qplatformsystemtrayicon.html">QPlatformSystemTrayIcon</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>Command button</p></td></tr>
<tr class="odd 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="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlapplicationengine.html">QQmlApplicationEngine</a></p></td><td class="tblDescr"><p>Convenient way to load an application from a single QML file</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlcomponent.html">QQmlComponent</a></p></td><td class="tblDescr"><p>Encapsulates a QML component definition</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlcontext.html">QQmlContext</a></p></td><td class="tblDescr"><p>Defines a context within a QML engine</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlengine.html">QQmlEngine</a></p></td><td class="tblDescr"><p>Environment for instantiating QML components</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlerror.html">QQmlError</a></p></td><td class="tblDescr"><p>Encapsulates a QML error</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlexpression.html">QQmlExpression</a></p></td><td class="tblDescr"><p>Evaluates JavaScript in a QML context</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlextensionplugin.html">QQmlExtensionPlugin</a></p></td><td class="tblDescr"><p>Abstract base for custom QML extension plugins</p></td></tr>
<tr class="odd 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="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlimageproviderbase.html">QQmlImageProviderBase</a></p></td><td class="tblDescr"><p>Used to register image providers in the QML engine</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmlincubationcontroller.html">QQmlIncubationController</a></p></td><td class="tblDescr"><p>Instances drive the progress of QQmlIncubators</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlincubator.html">QQmlIncubator</a></p></td><td class="tblDescr"><p>Allows QML objects to be created asynchronously</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtqml/qqmllistproperty.html">QQmlListProperty</a></p></td><td class="tblDescr"><p>Allows applications to expose list-like properties to QML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmllistreference.html">QQmlListReference</a></p></td><td class="tblDescr"><p>Allows the manipulation of QQmlListProperty properties</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnfc/qqmlndefrecord.html">QQmlNdefRecord</a></p></td><td class="tblDescr"><p>Implements the NdefRecord type in QML</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtqml/qqmlnetworkaccessmanagerfactory.html">QQmlNetworkAccessManagerFactory</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>Generic container that provides a queue</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qquickasyncimageprovider.html">QQuickAsyncImageProvider</a></p></td><td class="tblDescr"><p>Interface for for asynchronous control of QML image requests</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qquickframebufferobject.html">QQuickFramebufferObject</a></p></td><td class="tblDescr"><p>Convenience class for integrating OpenGL rendering using a framebuffer object (FBO) with Qt Quick</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qquickimageprovider.html">QQuickImageProvider</a></p></td><td class="tblDescr"><p>Interface for supporting pixmaps and threaded image requests in QML</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qquickimageresponse.html">QQuickImageResponse</a></p></td><td class="tblDescr"><p>Interface for asynchronous image loading in QQuickAsyncImageProvider</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 most basic of all visual items in Qt Quick</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qquickitemgrabresult.html">QQuickItemGrabResult</a></p></td><td class="tblDescr"><p>Contains the result from QQuickItem::grabToImage()</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qquickpainteditem.html">QQuickPaintedItem</a></p></td><td class="tblDescr"><p>Way to use the QPainter API in the QML Scene Graph</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qquickrendercontrol.html">QQuickRenderControl</a></p></td><td class="tblDescr"><p>Mechanism for rendering the Qt Quick scenegraph onto an offscreen render target in a fully application-controlled manner</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qquicktextdocument.html">QQuickTextDocument</a></p></td><td class="tblDescr"><p>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>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>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>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 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>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>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>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>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>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>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>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/qrasterwindow.html">QRasterWindow</a></p></td><td class="tblDescr"><p>Convenience class for using QPainter on a QWindow</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qrawfont.html">QRawFont</a></p></td><td class="tblDescr"><p>Access to a single physical instance of a font</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qreadlocker.html">QReadLocker</a></p></td><td class="tblDescr"><p>Convenience class that simplifies locking and unlocking read-write locks for read access</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qreadwritelock.html">QReadWriteLock</a></p></td><td class="tblDescr"><p>Read-write locking</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qrect.html">QRect</a></p></td><td class="tblDescr"><p>Defines a rectangle in the plane using integer precision</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qrectf.html">QRectF</a></p></td><td class="tblDescr"><p>Defines a rectangle in the plane using floating point precision</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qregexp.html">QRegExp</a></p></td><td class="tblDescr"><p>Pattern matching using regular expressions</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qregexpvalidator.html">QRegExpValidator</a></p></td><td class="tblDescr"><p>Used to check a string against a regular expression</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qregion.html">QRegion</a></p></td><td class="tblDescr"><p>Specifies a clip region for a painter</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qregularexpression.html">QRegularExpression</a></p></td><td class="tblDescr"><p>Pattern matching using regular expressions</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qregularexpressionmatch.html">QRegularExpressionMatch</a></p></td><td class="tblDescr"><p>The results of a matching a QRegularExpression against a string</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qregularexpressionmatchiterator.html">QRegularExpressionMatchIterator</a></p></td><td class="tblDescr"><p>Iterator on the results of a global match of a QRegularExpression object against a string</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qregularexpressionvalidator.html">QRegularExpressionValidator</a></p></td><td class="tblDescr"><p>Used to check a string against a regular expression</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qresizeevent.html">QResizeEvent</a></p></td><td class="tblDescr"><p>Contains event parameters for resize events</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qresource.html">QResource</a></p></td><td class="tblDescr"><p>Interface for reading directly from resources</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qrotationfilter.html">QRotationFilter</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensorFilter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qrotationreading.html">QRotationReading</a></p></td><td class="tblDescr"><p>Represents one reading from the rotation sensor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qrotationsensor.html">QRotationSensor</a></p></td><td class="tblDescr"><p>Convenience wrapper around QSensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qrubberband.html">QRubberBand</a></p></td><td class="tblDescr"><p>Rectangle or line that can indicate a selection or a boundary</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qrunnable.html">QRunnable</a></p></td><td class="tblDescr"><p>The base class for all runnable objects</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgabstractrenderer.html">QSGAbstractRenderer</a></p></td><td class="tblDescr"><p>Gives access to the scene graph nodes and rendering of a QSGEngine</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgbasicgeometrynode.html">QSGBasicGeometryNode</a></p></td><td class="tblDescr"><p>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>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>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/qsgengine.html">QSGEngine</a></p></td><td class="tblDescr"><p>Allows low level rendering of a scene graph</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgflatcolormaterial.html">QSGFlatColorMaterial</a></p></td><td class="tblDescr"><p>Convenient way of rendering solid colored geometry in the scene graph</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsggeometry.html">QSGGeometry</a></p></td><td class="tblDescr"><p>Low-level storage for graphics primitives in the Qt Quick Scene Graph</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsggeometrynode.html">QSGGeometryNode</a></p></td><td class="tblDescr"><p>Used for all rendered content in the scene graph</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgmaterial.html">QSGMaterial</a></p></td><td class="tblDescr"><p>Encapsulates rendering state for a shader program</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgmaterialshader.html">QSGMaterialShader</a></p></td><td class="tblDescr"><p>Represents an OpenGL shader program in the renderer</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgmaterialtype.html">QSGMaterialType</a></p></td><td class="tblDescr"><p>Used as a unique type token in combination with QSGMaterial</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgnode.html">QSGNode</a></p></td><td class="tblDescr"><p>The base class for all nodes in the scene graph</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgopacitynode.html">QSGOpacityNode</a></p></td><td class="tblDescr"><p>Used to change opacity of nodes</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgopaquetexturematerial.html">QSGOpaqueTextureMaterial</a></p></td><td class="tblDescr"><p>Convenient way of rendering textured geometry in the scene graph</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgsimplematerial.html">QSGSimpleMaterial</a></p></td><td class="tblDescr"><p>Template generated class used to store the state used with a QSGSimpleMateralShader</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgsimplematerialshader.html">QSGSimpleMaterialShader</a></p></td><td class="tblDescr"><p>Convenient way of building custom materials for the scene graph</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgsimplerectnode.html">QSGSimpleRectNode</a></p></td><td class="tblDescr"><p>Convenience class for drawing solid filled rectangles using scenegraph</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgsimpletexturenode.html">QSGSimpleTextureNode</a></p></td><td class="tblDescr"><p>Provided for convenience to easily draw textured content using the QML scene graph</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgtexture.html">QSGTexture</a></p></td><td class="tblDescr"><p>Baseclass for textures used in the scene graph</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgtexturematerial.html">QSGTextureMaterial</a></p></td><td class="tblDescr"><p>Convenient way of rendering textured geometry in the scene graph</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgtextureprovider.html">QSGTextureProvider</a></p></td><td class="tblDescr"><p>Encapsulates texture based entities in QML</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtquick/qsgtransformnode.html">QSGTransformNode</a></p></td><td class="tblDescr"><p>Implements transformations in the scene graph</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtquick/qsgvertexcolormaterial.html">QSGVertexColorMaterial</a></p></td><td class="tblDescr"><p>Convenient way of rendering per-vertex colored geometry in the scene graph</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsavefile.html">QSaveFile</a></p></td><td class="tblDescr"><p>Interface for safely writing to files</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qscopedarraypointer.html">QScopedArrayPointer</a></p></td><td class="tblDescr"><p>Stores a pointer to a dynamically allocated array of objects, and deletes it upon destruction</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qscopedpointer.html">QScopedPointer</a></p></td><td class="tblDescr"><p>Stores a pointer to a dynamically allocated object, and deletes it upon destruction</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qscopedvaluerollback.html">QScopedValueRollback</a></p></td><td class="tblDescr"><p>Resets a variable to its previous value on destruction</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qscreen.html">QScreen</a></p></td><td class="tblDescr"><p>Used to query screen properties</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptclass.html">QScriptClass</a></p></td><td class="tblDescr"><p>Interface for defining custom behavior of (a class of) Qt Script objects</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptclasspropertyiterator.html">QScriptClassPropertyIterator</a></p></td><td class="tblDescr"><p>Iterator interface for custom Qt Script objects</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptcontext.html">QScriptContext</a></p></td><td class="tblDescr"><p>Represents a Qt Script function invocation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptcontextinfo.html">QScriptContextInfo</a></p></td><td class="tblDescr"><p>Additional information about a QScriptContext</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptengine.html">QScriptEngine</a></p></td><td class="tblDescr"><p>Environment for evaluating Qt Script code</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptengineagent.html">QScriptEngineAgent</a></p></td><td class="tblDescr"><p>Interface to report events pertaining to QScriptEngine execution</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscripttools/qscriptenginedebugger.html">QScriptEngineDebugger</a></p></td><td class="tblDescr"><p>QScriptEngine debugger</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptextensionplugin.html">QScriptExtensionPlugin</a></p></td><td class="tblDescr"><p>Abstract base for custom QScript extension plugins</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptprogram.html">QScriptProgram</a></p></td><td class="tblDescr"><p>Encapsulates a Qt Script program</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptstring.html">QScriptString</a></p></td><td class="tblDescr"><p>Acts as a handle to "interned" strings in a QScriptEngine</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptsyntaxcheckresult.html">QScriptSyntaxCheckResult</a></p></td><td class="tblDescr"><p>The result of a script syntax check</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptvalue.html">QScriptValue</a></p></td><td class="tblDescr"><p>Acts as a container for the Qt Script data types</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtscript/qscriptvalueiterator.html">QScriptValueIterator</a></p></td><td class="tblDescr"><p>Java-style iterator for QScriptValue</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtscript/qscriptable.html">QScriptable</a></p></td><td class="tblDescr"><p>Access to the Qt Script environment from Qt C++ member functions</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qscrollarea.html">QScrollArea</a></p></td><td class="tblDescr"><p>Scrolling view onto another widget</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qscrollbar.html">QScrollBar</a></p></td><td class="tblDescr"><p>Vertical or horizontal scroll bar</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qscrollevent.html">QScrollEvent</a></p></td><td class="tblDescr"><p>Sent when scrolling</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qscrollprepareevent.html">QScrollPrepareEvent</a></p></td><td class="tblDescr"><p>Sent in preparation of scrolling</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qscroller.html">QScroller</a></p></td><td class="tblDescr"><p>Enables kinetic scrolling for any scrolling widget or graphics item</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qscrollerproperties.html">QScrollerProperties</a></p></td><td class="tblDescr"><p>Stores the settings for a QScroller</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsemaphore.html">QSemaphore</a></p></td><td class="tblDescr"><p>General counting semaphore</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensor.html">QSensor</a></p></td><td class="tblDescr"><p>Represents a single hardware sensor</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorbackend.html">QSensorBackend</a></p></td><td class="tblDescr"><p>Sensor implementation</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorbackendfactory.html">QSensorBackendFactory</a></p></td><td class="tblDescr"><p>Instantiates instances of QSensorBackend</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorchangesinterface.html">QSensorChangesInterface</a></p></td><td class="tblDescr"><p>The pure virtual interface to sensor plugins</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorfilter.html">QSensorFilter</a></p></td><td class="tblDescr"><p>Efficient callback facility for asynchronous notifications of sensor changes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorgesture.html">QSensorGesture</a></p></td><td class="tblDescr"><p>Represents one or more sensor gesture recognizers</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorgesturemanager.html">QSensorGestureManager</a></p></td><td class="tblDescr"><p>Manages sensor gestures, registers and creates sensor gesture plugins</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorgestureplugininterface.html">QSensorGesturePluginInterface</a></p></td><td class="tblDescr"><p>The pure virtual interface to sensor gesture plugins</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorgesturerecognizer.html">QSensorGestureRecognizer</a></p></td><td class="tblDescr"><p>The base class for a sensor gesture recognizer</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensormanager.html">QSensorManager</a></p></td><td class="tblDescr"><p>Handles registration and creation of sensor backends</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorplugininterface.html">QSensorPluginInterface</a></p></td><td class="tblDescr"><p>The pure virtual interface to sensor plugins</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsensors/qsensorreading.html">QSensorReading</a></p></td><td class="tblDescr"><p>Holds the readings from the sensor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsequentialanimationgroup.html">QSequentialAnimationGroup</a></p></td><td class="tblDescr"><p>Sequential group of animations</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsequentialiterable.html">QSequentialIterable</a></p></td><td class="tblDescr"><p>Iterable interface for a container in a QVariant</p></td></tr>
<tr class="odd 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="even 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="odd topAlign"><td class="tblName"><p><a href="../qtgui/qsessionmanager.html">QSessionManager</a></p></td><td class="tblDescr"><p>Access to the session manager</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qset.html">QSet</a></p></td><td class="tblDescr"><p>Template class that provides a hash-table-based set</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsetiterator.html">QSetIterator</a></p></td><td class="tblDescr"><p>Java-style const iterator for QSet</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsettings.html">QSettings</a></p></td><td class="tblDescr"><p>Persistent platform-independent application settings</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qshareddata.html">QSharedData</a></p></td><td class="tblDescr"><p>Base class for shared data objects</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qshareddatapointer.html">QSharedDataPointer</a></p></td><td class="tblDescr"><p>Represents a pointer to an implicitly shared object</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsharedmemory.html">QSharedMemory</a></p></td><td class="tblDescr"><p>Access to a shared memory segment</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsharedpointer.html">QSharedPointer</a></p></td><td class="tblDescr"><p>Holds a strong reference to a shared pointer</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qshortcut.html">QShortcut</a></p></td><td class="tblDescr"><p>Used to create keyboard shortcuts</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qshortcutevent.html">QShortcutEvent</a></p></td><td class="tblDescr"><p>Event which is generated when the user presses a key combination</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qshowevent.html">QShowEvent</a></p></td><td class="tblDescr"><p>Event that is sent when a widget is shown</p></td></tr>
<tr class="even 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="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsignalmapper.html">QSignalMapper</a></p></td><td class="tblDescr"><p>Bundles signals from identifiable senders</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qttestlib/qsignalspy.html">QSignalSpy</a></p></td><td class="tblDescr"><p>Enables introspection of signal emission</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsignaltransition.html">QSignalTransition</a></p></td><td class="tblDescr"><p>Transition based on a Qt signal</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qsimplexmlnodemodel.html">QSimpleXmlNodeModel</a></p></td><td class="tblDescr"><p>Implementation of QAbstractXmlNodeModel sufficient for many common cases</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsize.html">QSize</a></p></td><td class="tblDescr"><p>Defines the size of a two-dimensional object using integer point precision</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsizef.html">QSizeF</a></p></td><td class="tblDescr"><p>Defines the size of a two-dimensional object using floating point precision</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qsizegrip.html">QSizeGrip</a></p></td><td class="tblDescr"><p>Resize handle for resizing top-level windows</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qsizepolicy.html">QSizePolicy</a></p></td><td class="tblDescr"><p>Layout attribute describing horizontal and vertical resizing policy</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qslider.html">QSlider</a></p></td><td class="tblDescr"><p>Vertical or horizontal slider</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qsocketnotifier.html">QSocketNotifier</a></p></td><td class="tblDescr"><p>Support for monitoring activity on a file descriptor</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qsortfilterproxymodel.html">QSortFilterProxyModel</a></p></td><td class="tblDescr"><p>Support for sorting and filtering data passed between another model and a view</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qsound.html">QSound</a></p></td><td class="tblDescr"><p>Method to play .wav sound files</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qsoundeffect.html">QSoundEffect</a></p></td><td class="tblDescr"><p>Way to play low latency sound effects</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxmlpatterns/qsourcelocation.html">QSourceLocation</a></p></td><td class="tblDescr"><p>Identifies a location in a resource by URI, line, and column</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qspaceritem.html">QSpacerItem</a></p></td><td class="tblDescr"><p>Blank space in a layout</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qspinbox.html">QSpinBox</a></p></td><td class="tblDescr"><p>Spin box widget</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qsplashscreen.html">QSplashScreen</a></p></td><td class="tblDescr"><p>Splash screen that can be shown during application startup</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qsplitter.html">QSplitter</a></p></td><td class="tblDescr"><p>Implements a splitter widget</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qsplitterhandle.html">QSplitterHandle</a></p></td><td class="tblDescr"><p>Handle functionality for the splitter</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqldatabase.html">QSqlDatabase</a></p></td><td class="tblDescr"><p>Represents a connection to a database</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqldriver.html">QSqlDriver</a></p></td><td class="tblDescr"><p>Abstract base class for accessing specific SQL databases</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqldrivercreator.html">QSqlDriverCreator</a></p></td><td class="tblDescr"><p>Template class that provides a SQL driver factory for a specific driver type</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqldrivercreatorbase.html">QSqlDriverCreatorBase</a></p></td><td class="tblDescr"><p>The base class for SQL driver factories</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqldriverplugin.html">QSqlDriverPlugin</a></p></td><td class="tblDescr"><p>Abstract base for custom QSqlDriver plugins</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqlerror.html">QSqlError</a></p></td><td class="tblDescr"><p>SQL database error information</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqlfield.html">QSqlField</a></p></td><td class="tblDescr"><p>Manipulates the fields in SQL database tables and views</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqlindex.html">QSqlIndex</a></p></td><td class="tblDescr"><p>Functions to manipulate and describe database indexes</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqlquery.html">QSqlQuery</a></p></td><td class="tblDescr"><p>Means of executing and manipulating SQL statements</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqlquerymodel.html">QSqlQueryModel</a></p></td><td class="tblDescr"><p>Read-only data model for SQL result sets</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqlrecord.html">QSqlRecord</a></p></td><td class="tblDescr"><p>Encapsulates a database record</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqlrelation.html">QSqlRelation</a></p></td><td class="tblDescr"><p>Stores information about an SQL foreign key</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqlrelationaldelegate.html">QSqlRelationalDelegate</a></p></td><td class="tblDescr"><p>Delegate that is used to display and edit data from a QSqlRelationalTableModel</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqlrelationaltablemodel.html">QSqlRelationalTableModel</a></p></td><td class="tblDescr"><p>Editable data model for a single database table, with foreign key support</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtsql/qsqlresult.html">QSqlResult</a></p></td><td class="tblDescr"><p>Abstract interface for accessing data from specific SQL databases</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtsql/qsqltablemodel.html">QSqlTableModel</a></p></td><td class="tblDescr"><p>Editable data model for a single database table</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslcertificate.html">QSslCertificate</a></p></td><td class="tblDescr"><p>Convenient API for an X509 certificate</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslcertificateextension.html">QSslCertificateExtension</a></p></td><td class="tblDescr"><p>API for accessing the extensions of an X509 certificate</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslcipher.html">QSslCipher</a></p></td><td class="tblDescr"><p>Represents an SSL cryptographic cipher</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslconfiguration.html">QSslConfiguration</a></p></td><td class="tblDescr"><p>Holds the configuration and state of an SSL connection</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslellipticcurve.html">QSslEllipticCurve</a></p></td><td class="tblDescr"><p>Represents an elliptic curve for use by elliptic-curve cipher algorithms</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslerror.html">QSslError</a></p></td><td class="tblDescr"><p>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>Interface for private and public keys</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslpresharedkeyauthenticator.html">QSslPreSharedKeyAuthenticator</a></p></td><td class="tblDescr"><p>Authentication data for pre shared keys (PSK) ciphersuites</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtnetwork/qsslsocket.html">QSslSocket</a></p></td><td class="tblDescr"><p>SSL encrypted socket for both clients and servers</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qstack.html">QStack</a></p></td><td class="tblDescr"><p>Template class that provides a stack</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstackedlayout.html">QStackedLayout</a></p></td><td class="tblDescr"><p>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="../qtwidgets/qstackedwidget.html">QStackedWidget</a></p></td><td class="tblDescr"><p>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="../qtgui/qstandarditem.html">QStandardItem</a></p></td><td class="tblDescr"><p>Item for use with the QStandardItemModel class</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qstandarditemeditorcreator.html">QStandardItemEditorCreator</a></p></td><td class="tblDescr"><p>The possibility to register widgets without having to subclass QItemEditorCreatorBase</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtgui/qstandarditemmodel.html">QStandardItemModel</a></p></td><td class="tblDescr"><p>Generic model for storing custom data</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qstandardpaths.html">QStandardPaths</a></p></td><td class="tblDescr"><p>Methods for accessing standard paths</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qstate.html">QState</a></p></td><td class="tblDescr"><p>General-purpose state for QStateMachine</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qstatemachine.html">QStateMachine</a></p></td><td class="tblDescr"><p>Hierarchical finite state machine</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qstaticplugin.html">QStaticPlugin</a></p></td><td class="tblDescr"><p>Struct containing a reference to a static plugin instance together with its meta data</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qstatictext.html">QStaticText</a></p></td><td class="tblDescr"><p>Enables optimized drawing of text when the text and its layout is updated rarely</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qstatusbar.html">QStatusBar</a></p></td><td class="tblDescr"><p>Horizontal bar suitable for presenting status information</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qstatustipevent.html">QStatusTipEvent</a></p></td><td class="tblDescr"><p>Event that is used to show messages in a status bar</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qstorageinfo.html">QStorageInfo</a></p></td><td class="tblDescr"><p>Provides information about currently mounted storage and drives</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qstring.html">QString</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>Represents an inline object in a QAbstractTextDocumentLayout and its implementations</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtgui/qtextitem.html">QTextItem</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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 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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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 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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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/qvideofilterrunnable.html">QVideoFilterRunnable</a></p></td><td class="tblDescr"><p>Represents the implementation of a filter that owns all graphics and computational resources, and performs the actual filtering or calculations</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideoframe.html">QVideoFrame</a></p></td><td class="tblDescr"><p>Represents a frame of video data</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideoprobe.html">QVideoProbe</a></p></td><td class="tblDescr"><p>Allows you to monitor video frames being played or recorded</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideorenderercontrol.html">QVideoRendererControl</a></p></td><td class="tblDescr"><p>Media control for rendering video to a QAbstractVideoSurface</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideosurfaceformat.html">QVideoSurfaceFormat</a></p></td><td class="tblDescr"><p>Specifies the stream format of a video presentation surface</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimediawidgets/qvideowidget.html">QVideoWidget</a></p></td><td class="tblDescr"><p>Widget which presents video produced by a media object</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtmultimediawidgets/qvideowidgetcontrol.html">QVideoWidgetControl</a></p></td><td class="tblDescr"><p>Media control which implements a video widget</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtmultimedia/qvideowindowcontrol.html">QVideoWindowControl</a></p></td><td class="tblDescr"><p>Media control for rendering video to a window</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtplatformheaders/qwglnativecontext.html">QWGLNativeContext</a></p></td><td class="tblDescr"><p>A class encapsulating a WGL context on Windows with desktop OpenGL (opengl32.dll)</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtcore/qwaitcondition.html">QWaitCondition</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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 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>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>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>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>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 window state before a window state change</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtplatformheaders/qwindowswindowfunctions.html">QWindowsWindowFunctions</a></p></td><td class="tblDescr"><p>Inline class containing miscellaneous functionality for Windows window specific functionality</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtwidgets/qwizard.html">QWizard</a></p></td><td class="tblDescr"><p>Framework for wizards</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtwidgets/qwizardpage.html">QWizardPage</a></p></td><td class="tblDescr"><p>The base class for wizard pages</p></td></tr>
<tr class="odd topAlign"><td class="tblName"><p><a href="../qtcore/qwritelocker.html">QWriteLocker</a></p></td><td class="tblDescr"><p>Convenience class that simplifies locking and unlocking read-write locks for write access</p></td></tr>
<tr class="even 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="odd topAlign"><td class="tblName"><p><a href="../qtplatformheaders/qxcbwindowfunctions.html">QXcbWindowFunctions</a></p></td><td class="tblDescr"><p>Inline class containing miscellaneous functionality for xcb window specific functionality</p></td></tr>
<tr class="even topAlign"><td class="tblName"><p><a href="../qtxml/qxmlattributes.html">QXmlAttributes</a></p></td><td class="tblDescr"><p>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>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>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>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>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>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>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>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 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>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>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 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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>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>Holds the specifics of an output range</p></td></tr>
</table></div>
</div>
<!-- @@@annotated.html -->
        </div>
       </div>
   </div>
   </div>
</div>
<div class="footer">
   <p>
   <acronym title="Copyright">&copy;</acronym> 2015 The Qt Company Ltd.
   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>    Qt and respective logos are trademarks of The Qt Company Ltd.     in Finland and/or other countries worldwide. All other trademarks are property
   of their respective owners. </p>
</div>
</body>
</html>