summaryrefslogtreecommitdiffstats
path: root/doc/src/porting/porting4-removedvirtual.qdocinc
blob: 1af4fa62ea4180342390c79e3b6641e913513078 (plain)
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
\row \o void QAccessibleInterface::clearSelection() \o Port to the new QAccessibleInterface API.
\row \o int QAccessibleInterface::controlAt(int, int) const \o Port to the new QAccessibleInterface API.
\row \o bool QAccessibleInterface::doDefaultAction(int) \o Port to the new QAccessibleInterface API.
\row \o QMemArray<int> QAccessibleInterface::selection() const \o Port to the new QAccessibleInterface API.
\row \o bool QAccessibleInterface::setFocus(int) \o Port to the new QAccessibleInterface API.
\row \o bool QAccessibleInterface::setSelected(int, bool, bool) \o Port to the new QAccessibleInterface API.
\row \o bool QAction::addTo(QWidget *) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::addedTo(QWidget *, QWidget *) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::addedTo(int, QPopupMenu *) \o Use Q3Action instead or port to the new QAction API.
\row \o bool QAction::removeFrom(QWidget *) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::setAccel(const QKeySequence &) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::setEnabled(bool) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::setIconSet(const QIcon &) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::setMenuText(const QString &) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::setOn(bool) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::setStatusTip(const QString &) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::setText(const QString &) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::setToggleAction(bool) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::setToolTip(const QString &) \o Use Q3Action instead or port to the new QAction API.
\row \o void QAction::setWhatsThis(const QString &) \o Use Q3Action instead or port to the new QAction API.
\row \o void QButton::drawButton(QPainter *) \o Use Q3Button instead or reimplement QButton::paintEvent().
\row \o void QButton::drawButtonLabel(QPainter *) \o Use Q3Button instead or reimplement QButton::paintEvent().
\row \o void QButton::setAccel(const QKeySequence &) \o Setter.
\row \o void QButton::setAutoRepeat(bool) \o Setter.
\row \o void QButton::setDown(bool) \o Use Q3Button instead or reimplement or port to the new QPushButton API.
\row \o void QButton::setPixmap(const QPixmap &) \o Setter.
\row \o void QButton::setState(ToggleState) \o Setter.
\row \o void QButton::setText(const QString &) \o Use the QAbstractButton::setText() setter function.
\row \o void QButton::setToggleType(ToggleType) \o Setter.
\row \o void QButtonGroup::moveFocus(int) \o Use the QWidget::setFocus() setter function.
\row \o void QButtonGroup::setButton(int) \o Setter.
\row \o void QButtonGroup::setExclusive(bool) \o Setter.
\row \o void QButtonGroup::setRadioButtonExclusive(bool) \o Setter.
\row \o void QComboBox::setAutoCompletion(bool) \o Setter.
\row \o void QComboBox::setAutoResize(bool) \o Setter.
\row \o void QComboBox::setCurrentItem(int) \o Setter.
\row \o void QComboBox::setCurrentText(const QString &) \o Setter.
\row \o void QComboBox::setFont(const QFont &) \o Setter.
\row \o void QComboBox::setInsertionPolicy(Policy) \o Setter.
\row \o void QComboBox::setLineEdit(QLineEdit *) \o Setter.
\row \o void QComboBox::setListBox(QListBox *) \o Setter.
\row \o void QComboBox::setMaxCount(int) \o Setter.
\row \o void QComboBox::setPalette(const QPalette &) \o Setter.
\row \o void QComboBox::setSizeLimit(int) \o Setter.
\row \o void QComboBox::setValidator(const QValidator *) \o Setter.
\row \o void QDateEdit::fix() \o Port to the new QDateTimeEdit API.
\row \o QString QDateEdit::sectionFormattedText(int) \o Port to the new QDateTimeEdit API.
\row \o void QDateEdit::setAutoAdvance(bool) \o Port to the new QDateTimeEdit API.
\row \o void QDateEdit::setDate(const QDate &) \o Port to the new QDateTimeEdit API.
\row \o void QDateEdit::setDay(int) \o Port to the new QDateTimeEdit API.
\row \o void QDateEdit::setMaxValue(const QDate &) \o Port to the new QDateTimeEdit API.
\row \o void QDateEdit::setMinValue(const QDate &) \o Port to the new QDateTimeEdit API.
\row \o void QDateEdit::setMonth(int) \o Port to the new QDateTimeEdit API.
\row \o void QDateEdit::setOrder(Order) \o Port to the new QDateTimeEdit API.
\row \o void QDateEdit::setRange(const QDate &, const QDate &) \o Port to the new QDateTimeEdit API.
\row \o void QDateEdit::setSeparator(const QString &) \o Port to the new QDateTimeEdit API.
\row \o void QDateEdit::setYear(int) \o Port to the new QDateTimeEdit API.
\row \o void QDateTimeEdit::setAutoAdvance(bool) \o Port to the new QDateTimeEdit API.
\row \o void QDateTimeEdit::setDateTime(const QDateTime &) \o Port to the new QDateTimeEdit API.
\row \o void QDial::rangeChange() \o Reimplement QDial::sliderChange() instead.
\row \o void QDial::repaintScreen(const QRect *) \o Reimplement QDial::paintEvent() instead.
\row \o void QDial::setNotchTarget(double) \o Setter.
\row \o void QDial::setNotchesVisible(bool) \o Setter.
\row \o void QDial::setTracking(bool) \o Setter.
\row \o void QDial::setValue(int) \o Use QDial::sliderChange() instead.
\row \o void QDial::setWrapping(bool) \o Setter.
\row \o void QDial::valueChange() \o Use QDial::sliderChange() instead.
\row \o QString QDir::absFilePath(const QString &, bool) const \o Value type.
\row \o QString QDir::absPath() const \o Value type.
\row \o QString QDir::canonicalPath() const \o Value type.
\row \o bool QDir::cd(const QString &, bool) \o Value type.
\row \o bool QDir::cdUp() \o Value type.
\row \o void QDir::convertToAbs() \o Value type.
\row \o QString QDir::dirName() const \o Value type.
\row \o QStrList QDir::encodedEntryList(int, int) const \o Value type.
\row \o QStrList QDir::encodedEntryList(const QString &, int, int) const \o Value type.
\row \o const QFileInfoList * QDir::entryInfoList(int, int) const \o Value type.
\row \o const QFileInfoList * QDir::entryInfoList(const QString &, int, int) const \o Value type.
\row \o QStringList QDir::entryList(const QString &, int, int) const \o Value type.
\row \o QStringList QDir::entryList(int, int) const \o Value type.
\row \o bool QDir::exists() const \o Value type.
\row \o bool QDir::exists(const QString &, bool) \o Value type.
\row \o QString QDir::filePath(const QString &, bool) const \o Value type.
\row \o bool QDir::isReadable() const \o Value type.
\row \o bool QDir::isRelative() const \o Value type.
\row \o bool QDir::isRoot() const \o Value type.
\row \o bool QDir::mkdir(const QString &, bool) const \o Value type.
\row \o bool QDir::operator!=() const \o Value type.
\row \o bool QDir::operator==() const \o Value type.
\row \o QString QDir::path() const \o Value type.
\row \o bool QDir::remove(const QString &, bool) \o Value type.
\row \o bool QDir::rename(const QString &, const QString &, bool) \o Value type.
\row \o bool QDir::rmdir(const QString &, bool) const \o Value type.
\row \o void QDir::setFilter(int) \o Value type.
\row \o void QDir::setMatchAllDirs(bool) \o Value type.
\row \o void QDir::setNameFilter(const QString &) \o Value type.
\row \o void QDir::setPath(const QString &) \o Value type.
\row \o void QDir::setSorting(int) \o Value type.
\row \o void QDns::setLabel(const QString &) \o Use Q3Dns instead.
\row \o void QDns::setLabel(const QHostAddress &) \o Use Q3Dns instead.
\row \o void QDns::setRecordType(RecordType) \o Use Q3Dns instead.
\row \o void QDockWindow::dock() \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setCloseMode(int) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setFixedExtentHeight(int) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setFixedExtentWidth(int) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setHorizontallyStretchable(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setMovingEnabled(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setNewLine(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setOffset(int) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setOpaqueMoving(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setOrientation(Orientation) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setResizeEnabled(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setVerticallyStretchable(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::setWidget(QWidget *) \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o void QDockWindow::undock() \o Use Q3DockWindow instead or port to the new QDockWidget API.
\row \o QString QDomAttr::name() const \o Value type.
\row \o QDomElement QDomAttr::ownerElement() const \o Value type.
\row \o void QDomAttr::setValue(const QString &) \o Value type.
\row \o bool QDomAttr::specified() const \o Value type.
\row \o QString QDomAttr::value() const \o Value type.
\row \o void QDomCharacterData::appendData(const QString &) \o Value type.
\row \o QString QDomCharacterData::data() const \o Value type.
\row \o void QDomCharacterData::deleteData(unsigned, unsigned) \o Value type.
\row \o void QDomCharacterData::insertData(unsigned, const QString &) \o Value type.
\row \o uint QDomCharacterData::length() const \o Value type.
\row \o void QDomCharacterData::replaceData(unsigned, unsigned, const QString &) \o Value type.
\row \o void QDomCharacterData::setData(const QString &) \o Value type.
\row \o QString QDomCharacterData::substringData(unsigned, unsigned) \o Value type.
\row \o QDomNamedNodeMap QDomDocumentType::entities() const \o Value type.
\row \o QString QDomDocumentType::internalSubset() const \o Value type.
\row \o QString QDomDocumentType::name() const \o Value type.
\row \o QDomNamedNodeMap QDomDocumentType::notations() const \o Value type.
\row \o QString QDomDocumentType::publicId() const \o Value type.
\row \o QString QDomDocumentType::systemId() const \o Value type.
\row \o QDomNamedNodeMap QDomElement::attributes() const \o Value type.
\row \o QDomNodeList QDomElement::elementsByTagName(const QString &) const \o Value type.
\row \o QDomNodeList QDomElement::elementsByTagNameNS(const QString &, const QString &) const \o Value type.
\row \o QString QDomEntity::notationName() const \o Value type.
\row \o QString QDomEntity::publicId() const \o Value type.
\row \o QString QDomEntity::systemId() const \o Value type.
\row \o QDomDocument QDomImplementation::createDocument(const QString &, const QString &, const QDomDocumentType &) \o Value type.
\row \o QDomDocumentType QDomImplementation::createDocumentType(const QString &, const QString &, const QString &) \o Value type.
\row \o bool QDomImplementation::hasFeature(const QString &, const QString &) \o Value type.
\row \o QDomImplementation::~QDomImplementation() \o Value type.
\row \o QDomNode QDomNode::appendChild(const QDomNode &) \o Value type.
\row \o QDomNamedNodeMap QDomNode::attributes() const \o Value type.
\row \o QDomNodeList QDomNode::childNodes() const \o Value type.
\row \o QDomNode QDomNode::cloneNode(bool) const \o Value type.
\row \o QDomNode QDomNode::firstChild() const \o Value type.
\row \o bool QDomNode::hasAttributes() const \o Value type.
\row \o bool QDomNode::hasChildNodes() const \o Value type.
\row \o QDomNode QDomNode::insertAfter(const QDomNode &, const QDomNode &) \o Value type.
\row \o QDomNode QDomNode::insertBefore(const QDomNode &, const QDomNode &) \o Value type.
\row \o bool QDomNode::isAttr() const \o Value type.
\row \o bool QDomNode::isCDATASection() const \o Value type.
\row \o bool QDomNode::isCharacterData() const \o Value type.
\row \o bool QDomNode::isComment() const \o Value type.
\row \o bool QDomNode::isDocument() const \o Value type.
\row \o bool QDomNode::isDocumentFragment() const \o Value type.
\row \o bool QDomNode::isDocumentType() const \o Value type.
\row \o bool QDomNode::isElement() const \o Value type.
\row \o bool QDomNode::isEntity() const \o Value type.
\row \o bool QDomNode::isEntityReference() const \o Value type.
\row \o bool QDomNode::isNotation() const \o Value type.
\row \o bool QDomNode::isProcessingInstruction() const \o Value type.
\row \o bool QDomNode::isSupported(const QString &, const QString &) const \o Value type.
\row \o bool QDomNode::isText() const \o Value type.
\row \o QDomNode QDomNode::lastChild() const \o Value type.
\row \o QString QDomNode::localName() const \o Value type.
\row \o QString QDomNode::namespaceURI() const \o Value type.
\row \o QDomNode QDomNode::nextSibling() const \o Value type.
\row \o QString QDomNode::nodeName() const \o Value type.
\row \o QDomNode::NodeType QDomNode::nodeType() const \o Value type.
\row \o QString QDomNode::nodeValue() const \o Value type.
\row \o void QDomNode::normalize() \o Value type.
\row \o QDomDocument QDomNode::ownerDocument() const \o Value type.
\row \o QDomNode QDomNode::parentNode() const \o Value type.
\row \o QString QDomNode::prefix() const \o Value type.
\row \o QDomNode QDomNode::previousSibling() const \o Value type.
\row \o QDomNode QDomNode::removeChild(const QDomNode &) \o Value type.
\row \o QDomNode QDomNode::replaceChild(const QDomNode &, const QDomNode &) \o Value type.
\row \o void QDomNode::setNodeValue(const QString &) \o Value type.
\row \o void QDomNode::setPrefix(const QString &) \o Value type.
\row \o QDomNode::~QDomNode() \o Value type.
\row \o QDomNode QDomNodeList::item(int) const \o Value type.
\row \o uint QDomNodeList::length() const \o Value type.
\row \o QDomNodeList::~QDomNodeList() \o Value type.
\row \o QString QDomProcessingInstruction::data() const \o Value type.
\row \o void QDomProcessingInstruction::setData(const QString &) \o Value type.
\row \o QString QDomProcessingInstruction::target() const \o Value type.
\row \o int QEventLoop::enterLoop() \o Port to the new QAbstractEventDispatcher API.
\row \o int QEventLoop::exec() \o Port to the new QAbstractEventDispatcher API.
\row \o void QEventLoop::exit(int) \o Port to the new QAbstractEventDispatcher API.
\row \o void QEventLoop::exitLoop() \o Port to the new QAbstractEventDispatcher API.
\row \o bool QEventLoop::hasPendingEvents() const \o Port to the new QAbstractEventDispatcher API.
\row \o int QEventLoop::loopLevel() const \o Port to the new QAbstractEventDispatcher API.
\row \o bool QEventLoop::processEvents(ProcessEventsFlags) \o Port to the new QAbstractEventDispatcher API.
\row \o void QEventLoop::registerSocketNotifier(QSocketNotifier *) \o Port to the new QAbstractEventDispatcher API.
\row \o void QEventLoop::unregisterSocketNotifier(QSocketNotifier *) \o Port to the new QAbstractEventDispatcher API.
\row \o void QEventLoop::wakeUp() \o Port to the new QAbstractEventDispatcher API.
\row \o void QFrame::drawContents(QPainter *) \o Use Q3Frame or reimplement QFrame::paintEvent() instead.
\row \o void QFrame::drawFrame(QPainter *) \o Use Q3Frame or reimplement QFrame::paintEvent() instead.
\row \o void QFrame::frameChanged() \o Use Q3Frame or reimplement QFrame::resizeEvent() instead.
\row \o void QFrame::setFrameRect(const QRect &) \o Setter.
\row \o void QFrame::setFrameStyle(int) \o Setter.
\row \o void QFrame::setLineWidth(int) \o Setter.
\row \o void QFrame::setMargin(int) \o Setter.
\row \o void QFrame::setMidLineWidth(int) \o Setter.
\row \o void QGridLayout::setColStretch(int, int) \o Setter.
\row \o void QGridLayout::setRowStretch(int, int) \o Setter.
\row \o void QGroupBox::setAlignment(int) \o Setter.
\row \o void QGroupBox::setColumnLayout(int, Orientation) \o Setter.
\row \o void QGroupBox::setTitle(const QString &) \o Setter.
\row \o QHostAddress::~QHostAddress() \o Value type.
\row \o int QIODevice::getch() \o Port to the new QIODevice API.
\row \o int QIODevice::putch(int) \o Port to the new QIODevice API.
\row \o QByteArray QIODevice::readAll() \o Port to the new QIODevice API.
\row \o Q_LONG QIODevice::readLine(char *, Q_ULONG) \o Port to the new QIODevice API.
\row \o int QIODevice::ungetch(int) \o Port to the new QIODevice API.
\row \o void QIcon::setPixmap(const QString &, Size, Mode, State) \o Value type.
\row \o void QIcon::setPixmap(const QPixmap &, Size, Mode, State) \o Value type.
\row \o QIcon::~QIcon() \o Value type.
\row \o void QLabel::setAlignment(int) \o Setter.
\row \o void QLabel::setAutoResize(bool) \o Setter.
\row \o void QLabel::setBuddy(QWidget *) \o Setter.
\row \o void QLabel::setMovie(const QMovie &) \o Setter.
\row \o void QLabel::setNum(int) \o Setter.
\row \o void QLabel::setNum(double) \o Setter.
\row \o void QLabel::setPicture(const QPicture &) \o Setter.
\row \o void QLabel::setPixmap(const QPixmap &) \o Setter.
\row \o void QLabel::setText(const QString &) \o Setter.
\row \o QLayoutIterator QLayout::iterator() \o Port to the new QLayout API.
\row \o void QLayout::setAutoAdd(bool) \o Setter.
\row \o void QLayout::setMargin(int) \o Setter.
\row \o void QLayout::setMenuBar(QMenuBar *) \o Setter.
\row \o void QLayout::setSpacing(int) \o Setter.
\row \o QLayoutIterator QLayoutItem::iterator() \o Port to the new QLayoutItem API.
\row \o void QLayoutItem::setAlignment(int) \o Setter.
\row \o bool QLibrary::unload() \o Never used polymorphically in Qt.
\row \o void QLineEdit::clear() \o Connect to QLineEdit::textChanged() instead.
\row \o void QLineEdit::clearValidator() \o Never used polymorphically in Qt.
\row \o void QLineEdit::copy() const \o Never used polymorphically in Qt.
\row \o void QLineEdit::cut() \o Never used polymorphically in Qt.
\row \o void QLineEdit::deselect() \o Connect to QLineEdit::selectionChanged() instead.
\row \o void QLineEdit::insert(const QString &) \o Connect to QLineEdit::textChanged() instead.
\row \o void QLineEdit::paste() \o Connect to QLineEdit::textChanged() instead.
\row \o void QLineEdit::redo() \o Never used polymorphically in Qt.
\row \o void QLineEdit::selectAll() \o Connect to QLineEdit::selectionChanged() instead.
\row \o void QLineEdit::setAlignment(int) \o Setter.
\row \o void QLineEdit::setCursorPosition(int) \o Connect to QLineEdit::cursorPositionChanged() instead.
\row \o void QLineEdit::setDragEnabled(bool) \o Setter.
\row \o void QLineEdit::setEchoMode(EchoMode) \o Setter.
\row \o void QLineEdit::setFrame(bool) \o Setter.
\row \o void QLineEdit::setMaxLength(int) \o Setter.
\row \o void QLineEdit::setReadOnly(bool) \o Setter.
\row \o void QLineEdit::setSelection(int, int) \o Connect to QLineEdit::selectionChanged() instead.
\row \o void QLineEdit::setText(const QString &) \o Connect to QLineEdit::textChanged() instead.
\row \o void QLineEdit::setValidator(const QValidator *) \o Setter.
\row \o void QLineEdit::undo() \o Never used in a polymorphic way by Qt.
\row \o void QMainWindow::addDockWindow(QDockWindow *, Dock, bool) \o Port to the new QMainWindow API.
\row \o void QMainWindow::addDockWindow(QDockWindow *, const QString &, Dock, bool) \o Port to the new QMainWindow API.
\row \o void QMainWindow::customize() \o Port to the new QMainWindow API.
\row \o bool QMainWindow::isCustomizable() const \o Port to the new QMainWindow API.
\row \o void QMainWindow::moveDockWindow(QDockWindow *, Dock) \o Port to the new QMainWindow API.
\row \o void QMainWindow::moveDockWindow(QDockWindow *, Dock, bool, int, int) \o Port to the new QMainWindow API.
\row \o void QMainWindow::removeDockWindow(QDockWindow *) \o Port to the new QMainWindow API.
\row \o void QMainWindow::setAppropriate(QDockWindow *, bool) \o Port to the new QMainWindow API.
\row \o void QMainWindow::setCentralWidget(QWidget *) \o Setter.
\row \o void QMainWindow::setDockEnabled(QDockWindow *, Dock, bool) \o Port to the new QMainWindow API.
\row \o void QMainWindow::setDockEnabled(Dock, bool) \o Port to the new QMainWindow API.
\row \o void QMainWindow::setDockMenuEnabled(bool) \o Port to the new QMainWindow API.
\row \o void QMainWindow::setDockWindowsMovable(bool) \o Port to the new QMainWindow API.
\row \o void QMainWindow::setOpaqueMoving(bool) \o Port to the new QMainWindow API.
\row \o void QMainWindow::setRightJustification(bool) \o Port to the new QMainWindow API.
\row \o void QMainWindow::setUpLayout() \o Port to the new QMainWindow API.
\row \o void QMainWindow::setUsesBigPixmaps(bool) \o Port to the new QMainWindow API.
\row \o void QMainWindow::setUsesTextLabel(bool) \o Port to the new QMainWindow API.
\row \o bool QMainWindow::showDockMenu(const QPoint &) \o Port to the new QMainWindow API.
\row \o void QMenuBar::activateItemAt(int) \o Port to the new QMenuBar API.
\row \o void QMenuBar::menuContentsChanged() \o Port to the new QMenuBar API.
\row \o void QMenuBar::menuDelPopup(QPopupMenu *) \o Port to the new QMenuBar API.
\row \o void QMenuBar::menuInsPopup(QPopupMenu *) \o Port to the new QMenuBar API.
\row \o void QMenuBar::menuStateChanged() \o Port to the new QMenuBar API.
\row \o void QMenuBar::setId(int, int) \o Port to the new QMenuBar API.
\row \o void QMenuBar::setSeparator(Separator) \o Port to the new QMenuBar API.
\row \o void QMenuBar::updateItem(int) \o Port to the new QMenuBar API.
\row \o QMutex::~QMutex() \o Value type.
\row \o bool QObject::checkConnectArgs(const char *, const QObject *, const char *) \o Reimplementing this function is no longer possible.
\row \o const char * QObject::className() const \o Reimplementing this function is no longer supported.
\row \o void QObject::insertChild(QObject *) \o Reimplement QObject::childEvent() instead and handle QEvent::ChildAdded events.
\row \o QVariant QObject::property(const char *) const \o Reimplementing this function is no longer supported.
\row \o void QObject::removeChild(QObject *) \o  Reimplement QObject::childEvent() instead and handle QEvent::ChildRemoved events.
\row \o void QObject::setName(const char *) \o Setter.
\row \o bool QObject::setProperty(const char *, const QVariant &) \o Setter.
\row \o bool QPaintDevice::cmd(int , QPainter * , QPDevCmdParam *) \o Port to the new QPaintEngine API.
\row \o Qt::HANDLE QPaintDevice::handle() const \o Port to the new QPaintDevice API.
\row \o HDC QPaintDevice::handle() const \o Port to the new QPaintDevice API.
\row \o void QPopupMenu::activateItemAt(int) \o Port to the new QMenu API.
\row \o void QPopupMenu::menuContentsChanged() \o Port to the new QMenu API.
\row \o void QPopupMenu::menuDelPopup(QPopupMenu *) \o Port to the new QMenu API.
\row \o void QPopupMenu::menuInsPopup(QPopupMenu *) \o Port to the new QMenu API.
\row \o void QPopupMenu::menuStateChanged() \o Port to the new QMenu API.
\row \o void QPopupMenu::setActiveItem(int) \o Port to the new QMenu API.
\row \o void QPopupMenu::setCheckable(bool) \o Port to the new QMenu API.
\row \o void QPopupMenu::setId(int, int) \o Port to the new QMenu API.
\row \o void QPopupMenu::updateItem(int) \o Port to the new QMenu API.
\row \o int QPrinter::resolution() const \o Call QPrinter::setResolution() to change the resolution.
\row \o void QPrinter::setColorMode(ColorMode) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setCreator(const QString &) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setDocName(const QString &) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setFromTo(int, int) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setFullPage(bool) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setMinMax(int, int) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setNumCopies(int) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setOrientation(Orientation) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setOutputFileName(const QString &) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setOutputToFile(bool) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setPageOrder(PageOrder) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setPageSize(PageSize) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setPaperSource(PaperSource) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setPrintProgram(const QString &) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setPrinterName(const QString &) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setPrinterSelectionOption(const QString &) \o Subclass QPrintEngine instead.
\row \o void QPrinter::setResolution(int) \o Subclass QPrintEngine instead.
\row \o void QProcess::addArgument(const QString &) \o Not used polymorphically in Qt.
\row \o void QProcess::closeStdin() \o Not used polymorphically in Qt.
\row \o bool QProcess::launch(const QByteArray & buf, QStringList *) \o Not used polymorphically in Qt.
\row \o bool QProcess::launch(const QString & buf, QStringList *) \o Not used polymorphically in Qt.
\row \o QString QProcess::readLineStderr() \o Not used polymorphically in Qt.
\row \o QString QProcess::readLineStdout() \o Not used polymorphically in Qt.
\row \o QByteArray QProcess::readStderr() \o Not used polymorphically in Qt.
\row \o QByteArray QProcess::readStdout() \o Not used polymorphically in Qt.
\row \o void QProcess::setArguments(const QStringList &) \o Not used polymorphically in Qt.
\row \o void QProcess::setWorkingDirectory(const QDir &) \o Not used polymorphically in Qt.
\row \o bool QProcess::start(QStringList *) \o Not used polymorphically in Qt.
\row \o void QProcess::writeToStdin(const QByteArray &) \o Not used polymorphically in Qt.
\row \o bool QProgressBar::setIndicator(QString &, int, int) \o Not used polymorphically in Qt.
\row \o void QProgressBar::setProgress(int) \o Not used polymorphically in Qt.
\row \o void QProgressBar::setTotalSteps(int) \o Not used polymorphically in Qt.
\row \o void QPushButton::setAutoDefault(bool) \o Not used polymorphically in Qt.
\row \o void QPushButton::setDefault(bool) \o Not used polymorphically in Qt.
\row \o void QPushButton::setIsMenuButton(bool) \o Not used polymorphically in Qt.
\row \o void QPushButton::setOn(bool) \o Connect to QPushButton::toggled(bool) instead.
\row \o void QRadioButton::setChecked(bool) \o Connect to QRadioButton::toggled(bool) instead.
\row \o uchar * QScreen::cache(int , int) \o Port to the new QScreen API.
\row \o void QScreen::set(unsigned int , unsigned int , unsigned int , unsigned) \o Port to the new QScreen API.
\row \o void QScreen::uncache(uchar *) \o Port to the new QScreen API.
\row \o void QScrollBar::setOrientation(Orientation) \o Setter.
\row \o void QScrollBar::setTracking(bool) \o Setter.
\row \o void QSignalMapper::setMapping(const QObject *, const QString &) \o Setter.
\row \o void QSignalMapper::setMapping(const QObject *, int) \o Setter.
\row \o void QSlider::rangeChange() \o Reimplement QSlider::sliderChange() instead.
\row \o void QSlider::setOrientation(Orientation) \o Setter.
\row \o void QSlider::setPalette(const QPalette &) \o Setter.
\row \o void QSlider::setTickInterval(int) \o Setter.
\row \o void QSlider::setTickmarks(TickSetting) \o Setter.
\row \o void QSlider::setTracking(bool) \o Setter.
\row \o void QSlider::setValue(int) \o Reimplement QSlider::sliderChange() instead.
\row \o void QSlider::valueChange() \o Reimplement QSlider::sliderChange() instead.
\row \o QString QSpinBox::cleanText() const \o Port to the new QSpinBox API.
\row \o void QSpinBox::interpretText() \o Port to the new QSpinBox API.
\row \o QString QSpinBox::prefix() const \o Port to the new QSpinBox API.
\row \o void QSpinBox::rangeChange() \o Reimplement QSpinBox::sliderChange() instead.
\row \o void QSpinBox::selectAll() \o Port to the new QSpinBox API.
\row \o void QSpinBox::setButtonSymbols(ButtonSymbols) \o Setter.
\row \o void QSpinBox::setPrefix(const QString &) \o Setter.
\row \o void QSpinBox::setSpecialValueText(const QString &) \o Setter.
\row \o void QSpinBox::setSuffix(const QString &) \o Setter.
\row \o void QSpinBox::setValidator(const QValidator *) \o Setter.
\row \o void QSpinBox::setValue(int) \o Connect to QSpinBox::valueChanged().
\row \o void QSpinBox::setWrapping(bool) \o Setter.
\row \o void QSpinBox::stepDown() \o Reimplement QSpinBox::stepBy() instead.
\row \o void QSpinBox::stepUp() \o Reimplement QSpinBox::stepBy() instead.
\row \o QString QSpinBox::suffix() const \o Port to the new QSpinBox API.
\row \o void QSpinBox::updateDisplay() \o Port to the new QSpinBox API.
\row \o void QSpinBox::valueChange() \o Reimplement QSpinBox::sliderChange() instead.
\row \o void QSplitter::drawSplitter(QPainter *, QCOORD, QCOORD, QCOORD, QCOORD) \o Reimplement QStyle::drawPrimitive() instead and handle QStyle::PE_Splitter.
\row \o void QSplitter::setOpaqueResize(bool) \o Setter.
\row \o void QSplitter::setOrientation(Orientation) \o Setter.
\row \o void QSplitter::setResizeMode(QWidget *, ResizeMode) \o Setter.
\row \o void QSqlDatabase::setDatabaseName(const QString &) \o Setter.
\row \o void QSqlDatabase::setHostName(const QString &) \o Setter.
\row \o void QSqlDatabase::setPassword(const QString &) \o Setter.
\row \o void QSqlDatabase::setPort(int) \o Setter.
\row \o void QSqlDatabase::setUserName(const QString &) \o Setter.
\row \o QSqlQuery QSqlDriver::createQuery() const \o Port to the new QSqlDriver API.
\row \o QString QSqlDriver::nullText() const \o Port to the new QSqlDriver API.
\row \o QSqlRecord QSqlDriver::record(const QSqlQuery &) const \o Port to the new QSqlDriver API.
\row \o QSqlRecordInfo QSqlDriver::recordInfo(const QSqlQuery &) const \o Port to the new QSqlDriver API.
\row \o QSqlRecordInfo QSqlDriver::recordInfo(const QString &) const \o Port to the new QSqlDriver API.
\row \o void QSqlError::setDatabaseText(const QString &) \o Value type.
\row \o void QSqlError::setDriverText(const QString &) \o Value type.
\row \o void QSqlError::setNumber(int) \o Value type.
\row \o void QSqlError::setType(int) \o Value type.
\row \o QSqlError::~QSqlError() \o Value type.
\row \o void QSqlField::setName(const QString &) \o Value type.
\row \o void QSqlField::setNull() \o Value type.
\row \o void QSqlField::setReadOnly(bool) \o Value type.
\row \o void QSqlField::setValue(const QVariant &) \o Value type.
\row \o QVariant QSqlField::value() const \o Value type.
\row \o QSqlField::~QSqlField() \o Value type.
\row \o void QSqlFieldInfo::setCalculated(bool) \o Value type.
\row \o void QSqlFieldInfo::setGenerated(bool) \o Value type.
\row \o void QSqlFieldInfo::setTrim(bool) \o Value type.
\row \o QSqlFieldInfo::~QSqlFieldInfo() \o Value type.
\row \o void QSqlIndex::append(const QSqlField &) \o Value type.
\row \o void QSqlIndex::append(const QSqlField &, bool) \o Value type.
\row \o void QSqlIndex::setCursorName(const QString &) \o Value type.
\row \o void QSqlIndex::setDescending(int, bool) \o Value type.
\row \o void QSqlIndex::setName(const QString &) \o Value type.
\row \o QVariant QSqlQuery::value(int) const \o Exists as a non-virtual function.
\row \o void QSqlRecord::append(const QSqlField &) \o Value type.
\row \o void QSqlRecord::clear() \o Value type.
\row \o void QSqlRecord::clearValues(bool) \o Value type.
\row \o void QSqlRecord::insert(int, const QSqlField &) \o Value type.
\row \o void QSqlRecord::remove(int) \o Value type.
\row \o void QSqlRecord::setGenerated(const QString &, bool) \o Value type.
\row \o void QSqlRecord::setGenerated(int, bool) \o Value type.
\row \o void QSqlRecord::setNull(int) \o Value type.
\row \o void QSqlRecord::setNull(const QString &) \o Value type.
\row \o void QSqlRecord::setValue(const QString &, const QVariant &) \o Value type.
\row \o void QSqlRecord::setValue(int, const QVariant &) \o Value type.
\row \o QString QSqlRecord::toString(const QString &, const QString &) const \o Value type.
\row \o QStringList QSqlRecord::toStringList(const QString &) const \o Value type.
\row \o QVariant QSqlRecord::value(int) const \o Value type.
\row \o QVariant QSqlRecord::value(const QString &) const \o Value type.
\row \o QSqlRecord::~QSqlRecord() \o Value type.
\row \o void QStyle::polishPopupMenu(QPopupMenu *) \o Reimplement QStyle::polish(QWidget *) instead.
\row \o int QTabBar::addTab(QTab *) \o Reimplement QTabBar::tabInserted() instead.
\row \o int QTabBar::insertTab(QTab *, int) \o Reimplement QTabBar::tabInserted() instead.
\row \o void QTabBar::layoutTabs() \o Reimplement QTabBar::tabLayoutChange() instead.
\row \o void QTabBar::paint(QPainter *, QTab *, bool) const \o Reimplement QTabBar::paintEvent() instead.
\row \o void QTabBar::paintLabel(QPainter *, const QRect &, QTab *, bool) const \o Reimplement QTabBar::paintEvent() instead.
\row \o void QTabBar::removeTab(QTab *) \o Reimplement QTabBar::tabRemoved() instead.
\row \o QTab * QTabBar::selectTab(const QPoint &) const \o Reimplement QTabBar::mousePressEvent() instead.
\row \o void QTabBar::setCurrentTab(int) \o Connect to the QTabBar::currentChanged() signal.
\row \o void QTabBar::setCurrentTab(QTab *) \o Connect to the QTabBar::currentChanged() signal.
\row \o void QTabBar::setShape(Shape) \o Setter.
\row \o void QTabBar::setTabEnabled(int, bool) \o Setter.
\row \o void QTabWidget::addTab(QWidget *, const QString &) \o Reimplement QTabWidget::tabInserted() instead.
\row \o void QTabWidget::addTab(QWidget *, const QIcon &, const QString &) \o Reimplement QTabWidget::tabInserted() instead.
\row \o void QTabWidget::addTab(QWidget *, QTab *) \o Reimplement QTabWidget::tabInserted() instead.
\row \o void QTabWidget::insertTab(QWidget *, const QIcon &, const QString &, int) \o Reimplement QTabWidget::tabInserted() instead.
\row \o void QTabWidget::insertTab(QWidget *, const QString &, int) \o Reimplement QTabWidget::tabInserted() instead.
\row \o void QTabWidget::insertTab(QWidget *, QTab *, int) \o Reimplement QTabWidget::tabInserted() instead.
\row \o void QTabWidget::removePage(QWidget *) \o Reimplement QTabWidget::tabRemoved() instead.
\row \o void QTabWidget::showPage(QWidget *) \o Connect to QTabWidget::currentChanged() instead.
\row \o void QTextEdit::append(const QString &) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::clear() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::clearParagraphBackground(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::copy() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o QPopupMenu * QTextEdit::createPopupMenu(const QPoint &) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o QPopupMenu * QTextEdit::createPopupMenu() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::cut() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::del() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::doKeyboardAction(KeyboardAction) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::ensureCursorVisible() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o bool QTextEdit::find(const QString &, bool, bool, bool, int *, int *) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o bool QTextEdit::focusNextPrevChild(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o int QTextEdit::heightForWidth(int) const \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::insert(const QString &, bool, bool, bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::insertAt(const QString &, int, int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::insertParagraph(const QString &, int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::moveCursor(CursorAction, bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::paste() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::pasteSubType(const QCString &) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::placeCursor(const QPoint &, QTextCursor *) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::redo() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::removeParagraph(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::removeSelectedText(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::removeSelection(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::scrollToAnchor(const QString &) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::scrollToBottom() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::selectAll(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setAlignment(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setBold(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setColor(const QColor &) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setCurrentFont(const QFont &) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setCursorPosition(int, int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setFamily(const QString &) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setItalic(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setLinkUnderline(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setMimeSourceFactory(QMimeSourceFactory *) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setModified(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setOverwriteMode(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setPaper(const QBrush &) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setParagraphBackgroundColor(int, const QColor &) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setPointSize(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setReadOnly(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setSelection(int, int, int, int, int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setSelectionAttributes(int, const QColor &, bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setStyleSheet(QStyleSheet *) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setTabStopWidth(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setText(const QString &, const QString &) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setTextFormat(TextFormat) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setUnderline(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setUndoDepth(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setUndoRedoEnabled(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setVerticalAlignment(VerticalAlignment) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setWordWrap(WordWrap) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setWrapColumnOrWidth(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::setWrapPolicy(WrapPolicy) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::sync() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::undo() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::zoomIn() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::zoomIn(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::zoomOut(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::zoomOut() \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o void QTextEdit::zoomTo(int) \o Use Q3TextEdit or port to the new QTextEdit API.
\row \o QString QTimeEdit::sectionFormattedText(int) \o Port to the new QDateTimeEdit API.
\row \o void QTimeEdit::setAutoAdvance(bool) \o Port to the new QDateTimeEdit API.
\row \o void QTimeEdit::setHour(int) \o Port to the new QDateTimeEdit API.
\row \o void QTimeEdit::setMaxValue(const QTime &) \o Port to the new QDateTimeEdit API.
\row \o void QTimeEdit::setMinValue(const QTime &) \o Port to the new QDateTimeEdit API.
\row \o void QTimeEdit::setMinute(int) \o Port to the new QDateTimeEdit API.
\row \o void QTimeEdit::setRange(const QTime &, const QTime &) \o Port to the new QDateTimeEdit API.
\row \o void QTimeEdit::setSecond(int) \o Port to the new QDateTimeEdit API.
\row \o void QTimeEdit::setSeparator(const QString &) \o Port to the new QDateTimeEdit API.
\row \o void QTimeEdit::setTime(const QTime &) \o Port to the new QDateTimeEdit API.
\row \o void QToolBar::clear() \o Setter.
\row \o void QToolBar::setLabel(const QString &) \o Setter.
\row \o void QToolBar::setStretchableWidget(QWidget *) \o Setter.
\row \o void QToolButton::setIconSet(const QIcon &) \o Setter.
\row \o void QToolButton::setOn(bool) \o Connect to QToolButton::toggled(bool) instead.
\row \o void QToolButton::setTextLabel(const QString &, bool) \o Setter.
\row \o void QToolButton::setToggleButton(bool) \o Setter.
\row \o void QToolButton::setUsesBigPixmap(bool) \o Setter.
\row \o void QToolButton::setUsesTextLabel(bool) \o Setter.
\row \o void QToolTip::maybeTip(const QPoint &) \o Port to the new QToolTip API.
\row \o void QUrl::addPath(const QString &) \o Value type.
\row \o bool QUrl::cdUp() \o Value type.
\row \o bool QUrl::parse(const QString &) \o Value type.
\row \o void QUrl::reset() \o Value type.
\row \o void QUrl::setEncodedPathAndQuery(const QString &) \o Value type.
\row \o void QUrl::setFileName(const QString &) \o Value type.
\row \o void QUrl::setHost(const QString &) \o Value type.
\row \o void QUrl::setPassword(const QString &) \o Value type.
\row \o void QUrl::setPath(const QString &) \o Value type.
\row \o void QUrl::setPort(int) \o Value type.
\row \o void QUrl::setProtocol(const QString &) \o Value type.
\row \o void QUrl::setQuery(const QString &) \o Value type.
\row \o void QUrl::setRef(const QString &) \o Value type.
\row \o void QUrl::setUser(const QString &) \o Value type.
\row \o QString QUrl::toString(bool, bool) const \o Value type.
\row \o QUrl::~QUrl() \o Value type.
\row \o QWaitCondition::~QWaitCondition() \o Value type.
\row \o bool QWhatsThis::clicked(const QString &) \o Port to the new QWhatsThis API.
\row \o QString QWhatsThis::text(const QPoint &) \o Port to the new QWhatsThis API.
\row \o QWhatsThis::~QWhatsThis() \o Port to the new QWhatsThis API.
\row \o void QWidget::adjustSize() \o Reimplement QWidget::sizeHint() instead.
\row \o bool QWidget::close(bool) \o Reimplement QWidget::closeEvent().
\row \o void QWidget::create(WId, bool, bool) \o Not supported in Qt 4.
\row \o bool QWidget::customWhatsThis() const \o Not supported in Qt 4.
\row \o void QWidget::destroy(bool, bool) \o Not supported in Qt 4.
\row \o void QWidget::enabledChange(bool) \o Reimplement QWidget::changeEvent() and handle QEvent::EnabledChange.
\row \o void QWidget::fontChange(const QFont &) \o Reimplement QWidget::changeEvent() and handle QEvent::FontChange.
\row \o void QWidget::imComposeEvent(QIMEvent *) \o Reimplement QWidget::inputMethodEvent() instead.
\row \o void QWidget::imEndEvent(QIMEvent *) \o Reimplement QWidget::inputMethodEvent() instead.
\row \o void QWidget::imStartEvent(QIMEvent *) \o Reimplement QWidget::inputMethodEvent() instead.
\row \o void QWidget::move(int, int) \o Setter.
\row \o void QWidget::paletteChange(const QPalette &) \o Reimplement QWidget::changeEvent() and handle QEvent::PaletteChange and/or QEvent::ApplicationPaletteChange.
\row \o void QWidget::polish() \o Reimplement event() and handle the QEvent::Polish event type.
\row \o void QWidget::reparent(QWidget *, WFlags, const QPoint &, bool) \o Reimplement QWidget::event() and handle QEvent::Reparent.
\row \o void QWidget::resize(int, int) \o Reimplement QWidget::resizeEvent() instead.
\row \o void QWidget::setAcceptDrops(bool) \o Setter.
\row \o void QWidget::setActiveWindow() \o Reimplement QWidget::changeEvent() and handle QEvent::ActivationChange.
\row \o void QWidget::setAutoMask(bool) \o Setter.
\row \o void QWidget::setBackgroundColor(const QColor &) \o Setter.
\row \o void QWidget::setBackgroundMode(BackgroundMode) \o Setter.
\row \o void QWidget::setBackgroundOrigin(BackgroundOrigin) \o Setter.
\row \o void QWidget::setBackgroundPixmap(const QPixmap &) \o Setter.
\row \o void QWidget::setCaption(const QString &) \o Reimplement QWidget::changeEvent() and handle QEvent::WindowTitleChange.
\row \o void QWidget::setCursor(const QCursor &) \o Setter.
\row \o void QWidget::setEnabled(bool) \o Reimplement QWidget::changeEvent() and handle QEvent::EnabledChange.
\row \o void QWidget::setEraseColor(const QColor &) \o Setter.
\row \o void QWidget::setErasePixmap(const QPixmap &) \o Setter.
\row \o void QWidget::setFocus() \o Reimplement QWidget::focusInEvent() or QWidget::focusOutEvent().
\row \o void QWidget::setFocusPolicy(FocusPolicy) \o Setter.
\row \o void QWidget::setFocusProxy(QWidget *) \o Setter.
\row \o void QWidget::setFont(const QFont &) \o Reimplement QWidget::changeEvent() and handle QEvent::FontChange and/or QEvent::ApplicationFontChange.
\row \o void QWidget::setGeometry(int, int, int, int) \o Setter.
\row \o void QWidget::setGeometry(const QRect &) \o Setter.
\row \o void QWidget::setIcon(const QPixmap &) \o Reimplement QWidget::changeEvent() and handle QEvent::WindowIconChange.
\row \o void QWidget::setIconText(const QString &) \o Reimplement QWidget::changeEvent() and handle QEvent::IconTextChange.
\row \o void QWidget::setKeyCompression(bool) \o Setter.
\row \o void QWidget::setMask(const QRegion &) \o Setter.
\row \o void QWidget::setMask(const QBitmap &) \o Setter.
\row \o void QWidget::setMaximumSize(int, int) \o Setter.
\row \o void QWidget::setMicroFocusHint(int, int, int, int, bool, QFont *) \o Setter.
\row \o void QWidget::setMinimumSize(int, int) \o Setter.
\row \o void QWidget::setMouseTracking(bool) \o Reimplement QWidget::changeEvent() and handle QEvent::MouseTrackingChange.
\row \o void QWidget::setPalette(const QPalette &) \o Reimplement QWidget::changeEvent() and handle QEvent::PaletteChange and/or QEvent::ApplicationPaletteChange.
\row \o void QWidget::setPaletteBackgroundColor(const QColor &) \o Setter.
\row \o void QWidget::setPaletteBackgroundPixmap(const QPixmap &) \o Setter.
\row \o void QWidget::setSizeIncrement(int, int) \o Setter.
\row \o void QWidget::setSizePolicy(QSizePolicy) \o Setter.
\row \o void QWidget::setUpdatesEnabled(bool) \o Setter.
\row \o void QWidget::setWFlags(WFlags) \o Setter.
\row \o void QWidget::show() \o Reimplement QWidget::showEvent().
\row \o void QWidget::showMaximized() \o Reimplement QWidget::changeEvent() and handle QEvent::WindowStateChange.
\row \o void QWidget::showMinimized() \o Reimplement QWidget::changeEvent() and handle QEvent::WindowStateChange.
\row \o void QWidget::showNormal() \o Reimplement QWidget::changeEvent() and handle QEvent::WindowStateChange.
\row \o void QWidget::styleChange(QStyle &) \o Reimplement QWidget::changeEvent() and handle QEvent::StyleChange.
\row \o void QWidget::unsetCursor() \o Setter.
\row \o void QWidget::windowActivationChange(bool) \o Reimplement QWidget::changeEvent() and handle QEvent::ActivationChange.