1 | \row \o void QAccessibleInterface::clearSelection() \o Port to the new QAccessibleInterface API.
|
---|
2 | \row \o int QAccessibleInterface::controlAt(int, int) const \o Port to the new QAccessibleInterface API.
|
---|
3 | \row \o bool QAccessibleInterface::doDefaultAction(int) \o Port to the new QAccessibleInterface API.
|
---|
4 | \row \o QMemArray<int> QAccessibleInterface::selection() const \o Port to the new QAccessibleInterface API.
|
---|
5 | \row \o bool QAccessibleInterface::setFocus(int) \o Port to the new QAccessibleInterface API.
|
---|
6 | \row \o bool QAccessibleInterface::setSelected(int, bool, bool) \o Port to the new QAccessibleInterface API.
|
---|
7 | \row \o bool QAction::addTo(QWidget *) \o Use Q3Action instead or port to the new QAction API.
|
---|
8 | \row \o void QAction::addedTo(QWidget *, QWidget *) \o Use Q3Action instead or port to the new QAction API.
|
---|
9 | \row \o void QAction::addedTo(int, QPopupMenu *) \o Use Q3Action instead or port to the new QAction API.
|
---|
10 | \row \o bool QAction::removeFrom(QWidget *) \o Use Q3Action instead or port to the new QAction API.
|
---|
11 | \row \o void QAction::setAccel(const QKeySequence &) \o Use Q3Action instead or port to the new QAction API.
|
---|
12 | \row \o void QAction::setEnabled(bool) \o Use Q3Action instead or port to the new QAction API.
|
---|
13 | \row \o void QAction::setIconSet(const QIcon &) \o Use Q3Action instead or port to the new QAction API.
|
---|
14 | \row \o void QAction::setMenuText(const QString &) \o Use Q3Action instead or port to the new QAction API.
|
---|
15 | \row \o void QAction::setOn(bool) \o Use Q3Action instead or port to the new QAction API.
|
---|
16 | \row \o void QAction::setStatusTip(const QString &) \o Use Q3Action instead or port to the new QAction API.
|
---|
17 | \row \o void QAction::setText(const QString &) \o Use Q3Action instead or port to the new QAction API.
|
---|
18 | \row \o void QAction::setToggleAction(bool) \o Use Q3Action instead or port to the new QAction API.
|
---|
19 | \row \o void QAction::setToolTip(const QString &) \o Use Q3Action instead or port to the new QAction API.
|
---|
20 | \row \o void QAction::setWhatsThis(const QString &) \o Use Q3Action instead or port to the new QAction API.
|
---|
21 | \row \o void QButton::drawButton(QPainter *) \o Use Q3Button instead or reimplement QButton::paintEvent().
|
---|
22 | \row \o void QButton::drawButtonLabel(QPainter *) \o Use Q3Button instead or reimplement QButton::paintEvent().
|
---|
23 | \row \o void QButton::setAccel(const QKeySequence &) \o Setter.
|
---|
24 | \row \o void QButton::setAutoRepeat(bool) \o Setter.
|
---|
25 | \row \o void QButton::setDown(bool) \o Use Q3Button instead or reimplement or port to the new QPushButton API.
|
---|
26 | \row \o void QButton::setPixmap(const QPixmap &) \o Setter.
|
---|
27 | \row \o void QButton::setState(ToggleState) \o Setter.
|
---|
28 | \row \o void QButton::setText(const QString &) \o Use the QAbstractButton::setText() setter function.
|
---|
29 | \row \o void QButton::setToggleType(ToggleType) \o Setter.
|
---|
30 | \row \o void QButtonGroup::moveFocus(int) \o Use the QWidget::setFocus() setter function.
|
---|
31 | \row \o void QButtonGroup::setButton(int) \o Setter.
|
---|
32 | \row \o void QButtonGroup::setExclusive(bool) \o Setter.
|
---|
33 | \row \o void QButtonGroup::setRadioButtonExclusive(bool) \o Setter.
|
---|
34 | \row \o void QComboBox::setAutoCompletion(bool) \o Setter.
|
---|
35 | \row \o void QComboBox::setAutoResize(bool) \o Setter.
|
---|
36 | \row \o void QComboBox::setCurrentItem(int) \o Setter.
|
---|
37 | \row \o void QComboBox::setCurrentText(const QString &) \o Setter.
|
---|
38 | \row \o void QComboBox::setFont(const QFont &) \o Setter.
|
---|
39 | \row \o void QComboBox::setInsertionPolicy(Policy) \o Setter.
|
---|
40 | \row \o void QComboBox::setLineEdit(QLineEdit *) \o Setter.
|
---|
41 | \row \o void QComboBox::setListBox(QListBox *) \o Setter.
|
---|
42 | \row \o void QComboBox::setMaxCount(int) \o Setter.
|
---|
43 | \row \o void QComboBox::setPalette(const QPalette &) \o Setter.
|
---|
44 | \row \o void QComboBox::setSizeLimit(int) \o Setter.
|
---|
45 | \row \o void QComboBox::setValidator(const QValidator *) \o Setter.
|
---|
46 | \row \o void QDateEdit::fix() \o Port to the new QDateTimeEdit API.
|
---|
47 | \row \o QString QDateEdit::sectionFormattedText(int) \o Port to the new QDateTimeEdit API.
|
---|
48 | \row \o void QDateEdit::setAutoAdvance(bool) \o Port to the new QDateTimeEdit API.
|
---|
49 | \row \o void QDateEdit::setDate(const QDate &) \o Port to the new QDateTimeEdit API.
|
---|
50 | \row \o void QDateEdit::setDay(int) \o Port to the new QDateTimeEdit API.
|
---|
51 | \row \o void QDateEdit::setMaxValue(const QDate &) \o Port to the new QDateTimeEdit API.
|
---|
52 | \row \o void QDateEdit::setMinValue(const QDate &) \o Port to the new QDateTimeEdit API.
|
---|
53 | \row \o void QDateEdit::setMonth(int) \o Port to the new QDateTimeEdit API.
|
---|
54 | \row \o void QDateEdit::setOrder(Order) \o Port to the new QDateTimeEdit API.
|
---|
55 | \row \o void QDateEdit::setRange(const QDate &, const QDate &) \o Port to the new QDateTimeEdit API.
|
---|
56 | \row \o void QDateEdit::setSeparator(const QString &) \o Port to the new QDateTimeEdit API.
|
---|
57 | \row \o void QDateEdit::setYear(int) \o Port to the new QDateTimeEdit API.
|
---|
58 | \row \o void QDateTimeEdit::setAutoAdvance(bool) \o Port to the new QDateTimeEdit API.
|
---|
59 | \row \o void QDateTimeEdit::setDateTime(const QDateTime &) \o Port to the new QDateTimeEdit API.
|
---|
60 | \row \o void QDial::rangeChange() \o Reimplement QDial::sliderChange() instead.
|
---|
61 | \row \o void QDial::repaintScreen(const QRect *) \o Reimplement QDial::paintEvent() instead.
|
---|
62 | \row \o void QDial::setNotchTarget(double) \o Setter.
|
---|
63 | \row \o void QDial::setNotchesVisible(bool) \o Setter.
|
---|
64 | \row \o void QDial::setTracking(bool) \o Setter.
|
---|
65 | \row \o void QDial::setValue(int) \o Use QDial::sliderChange() instead.
|
---|
66 | \row \o void QDial::setWrapping(bool) \o Setter.
|
---|
67 | \row \o void QDial::valueChange() \o Use QDial::sliderChange() instead.
|
---|
68 | \row \o QString QDir::absFilePath(const QString &, bool) const \o Value type.
|
---|
69 | \row \o QString QDir::absPath() const \o Value type.
|
---|
70 | \row \o QString QDir::canonicalPath() const \o Value type.
|
---|
71 | \row \o bool QDir::cd(const QString &, bool) \o Value type.
|
---|
72 | \row \o bool QDir::cdUp() \o Value type.
|
---|
73 | \row \o void QDir::convertToAbs() \o Value type.
|
---|
74 | \row \o QString QDir::dirName() const \o Value type.
|
---|
75 | \row \o QStrList QDir::encodedEntryList(int, int) const \o Value type.
|
---|
76 | \row \o QStrList QDir::encodedEntryList(const QString &, int, int) const \o Value type.
|
---|
77 | \row \o const QFileInfoList * QDir::entryInfoList(int, int) const \o Value type.
|
---|
78 | \row \o const QFileInfoList * QDir::entryInfoList(const QString &, int, int) const \o Value type.
|
---|
79 | \row \o QStringList QDir::entryList(const QString &, int, int) const \o Value type.
|
---|
80 | \row \o QStringList QDir::entryList(int, int) const \o Value type.
|
---|
81 | \row \o bool QDir::exists() const \o Value type.
|
---|
82 | \row \o bool QDir::exists(const QString &, bool) \o Value type.
|
---|
83 | \row \o QString QDir::filePath(const QString &, bool) const \o Value type.
|
---|
84 | \row \o bool QDir::isReadable() const \o Value type.
|
---|
85 | \row \o bool QDir::isRelative() const \o Value type.
|
---|
86 | \row \o bool QDir::isRoot() const \o Value type.
|
---|
87 | \row \o bool QDir::mkdir(const QString &, bool) const \o Value type.
|
---|
88 | \row \o bool QDir::operator!=() const \o Value type.
|
---|
89 | \row \o bool QDir::operator==() const \o Value type.
|
---|
90 | \row \o QString QDir::path() const \o Value type.
|
---|
91 | \row \o bool QDir::remove(const QString &, bool) \o Value type.
|
---|
92 | \row \o bool QDir::rename(const QString &, const QString &, bool) \o Value type.
|
---|
93 | \row \o bool QDir::rmdir(const QString &, bool) const \o Value type.
|
---|
94 | \row \o void QDir::setFilter(int) \o Value type.
|
---|
95 | \row \o void QDir::setMatchAllDirs(bool) \o Value type.
|
---|
96 | \row \o void QDir::setNameFilter(const QString &) \o Value type.
|
---|
97 | \row \o void QDir::setPath(const QString &) \o Value type.
|
---|
98 | \row \o void QDir::setSorting(int) \o Value type.
|
---|
99 | \row \o void QDns::setLabel(const QString &) \o Use Q3Dns instead.
|
---|
100 | \row \o void QDns::setLabel(const QHostAddress &) \o Use Q3Dns instead.
|
---|
101 | \row \o void QDns::setRecordType(RecordType) \o Use Q3Dns instead.
|
---|
102 | \row \o void QDockWindow::dock() \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
103 | \row \o void QDockWindow::setCloseMode(int) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
104 | \row \o void QDockWindow::setFixedExtentHeight(int) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
105 | \row \o void QDockWindow::setFixedExtentWidth(int) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
106 | \row \o void QDockWindow::setHorizontallyStretchable(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
107 | \row \o void QDockWindow::setMovingEnabled(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
108 | \row \o void QDockWindow::setNewLine(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
109 | \row \o void QDockWindow::setOffset(int) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
110 | \row \o void QDockWindow::setOpaqueMoving(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
111 | \row \o void QDockWindow::setOrientation(Orientation) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
112 | \row \o void QDockWindow::setResizeEnabled(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
113 | \row \o void QDockWindow::setVerticallyStretchable(bool) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
114 | \row \o void QDockWindow::setWidget(QWidget *) \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
115 | \row \o void QDockWindow::undock() \o Use Q3DockWindow instead or port to the new QDockWidget API.
|
---|
116 | \row \o QString QDomAttr::name() const \o Value type.
|
---|
117 | \row \o QDomElement QDomAttr::ownerElement() const \o Value type.
|
---|
118 | \row \o void QDomAttr::setValue(const QString &) \o Value type.
|
---|
119 | \row \o bool QDomAttr::specified() const \o Value type.
|
---|
120 | \row \o QString QDomAttr::value() const \o Value type.
|
---|
121 | \row \o void QDomCharacterData::appendData(const QString &) \o Value type.
|
---|
122 | \row \o QString QDomCharacterData::data() const \o Value type.
|
---|
123 | \row \o void QDomCharacterData::deleteData(unsigned, unsigned) \o Value type.
|
---|
124 | \row \o void QDomCharacterData::insertData(unsigned, const QString &) \o Value type.
|
---|
125 | \row \o uint QDomCharacterData::length() const \o Value type.
|
---|
126 | \row \o void QDomCharacterData::replaceData(unsigned, unsigned, const QString &) \o Value type.
|
---|
127 | \row \o void QDomCharacterData::setData(const QString &) \o Value type.
|
---|
128 | \row \o QString QDomCharacterData::substringData(unsigned, unsigned) \o Value type.
|
---|
129 | \row \o QDomNamedNodeMap QDomDocumentType::entities() const \o Value type.
|
---|
130 | \row \o QString QDomDocumentType::internalSubset() const \o Value type.
|
---|
131 | \row \o QString QDomDocumentType::name() const \o Value type.
|
---|
132 | \row \o QDomNamedNodeMap QDomDocumentType::notations() const \o Value type.
|
---|
133 | \row \o QString QDomDocumentType::publicId() const \o Value type.
|
---|
134 | \row \o QString QDomDocumentType::systemId() const \o Value type.
|
---|
135 | \row \o QDomNamedNodeMap QDomElement::attributes() const \o Value type.
|
---|
136 | \row \o QDomNodeList QDomElement::elementsByTagName(const QString &) const \o Value type.
|
---|
137 | \row \o QDomNodeList QDomElement::elementsByTagNameNS(const QString &, const QString &) const \o Value type.
|
---|
138 | \row \o QString QDomEntity::notationName() const \o Value type.
|
---|
139 | \row \o QString QDomEntity::publicId() const \o Value type.
|
---|
140 | \row \o QString QDomEntity::systemId() const \o Value type.
|
---|
141 | \row \o QDomDocument QDomImplementation::createDocument(const QString &, const QString &, const QDomDocumentType &) \o Value type.
|
---|
142 | \row \o QDomDocumentType QDomImplementation::createDocumentType(const QString &, const QString &, const QString &) \o Value type.
|
---|
143 | \row \o bool QDomImplementation::hasFeature(const QString &, const QString &) \o Value type.
|
---|
144 | \row \o QDomImplementation::~QDomImplementation() \o Value type.
|
---|
145 | \row \o QDomNode QDomNode::appendChild(const QDomNode &) \o Value type.
|
---|
146 | \row \o QDomNamedNodeMap QDomNode::attributes() const \o Value type.
|
---|
147 | \row \o QDomNodeList QDomNode::childNodes() const \o Value type.
|
---|
148 | \row \o QDomNode QDomNode::cloneNode(bool) const \o Value type.
|
---|
149 | \row \o QDomNode QDomNode::firstChild() const \o Value type.
|
---|
150 | \row \o bool QDomNode::hasAttributes() const \o Value type.
|
---|
151 | \row \o bool QDomNode::hasChildNodes() const \o Value type.
|
---|
152 | \row \o QDomNode QDomNode::insertAfter(const QDomNode &, const QDomNode &) \o Value type.
|
---|
153 | \row \o QDomNode QDomNode::insertBefore(const QDomNode &, const QDomNode &) \o Value type.
|
---|
154 | \row \o bool QDomNode::isAttr() const \o Value type.
|
---|
155 | \row \o bool QDomNode::isCDATASection() const \o Value type.
|
---|
156 | \row \o bool QDomNode::isCharacterData() const \o Value type.
|
---|
157 | \row \o bool QDomNode::isComment() const \o Value type.
|
---|
158 | \row \o bool QDomNode::isDocument() const \o Value type.
|
---|
159 | \row \o bool QDomNode::isDocumentFragment() const \o Value type.
|
---|
160 | \row \o bool QDomNode::isDocumentType() const \o Value type.
|
---|
161 | \row \o bool QDomNode::isElement() const \o Value type.
|
---|
162 | \row \o bool QDomNode::isEntity() const \o Value type.
|
---|
163 | \row \o bool QDomNode::isEntityReference() const \o Value type.
|
---|
164 | \row \o bool QDomNode::isNotation() const \o Value type.
|
---|
165 | \row \o bool QDomNode::isProcessingInstruction() const \o Value type.
|
---|
166 | \row \o bool QDomNode::isSupported(const QString &, const QString &) const \o Value type.
|
---|
167 | \row \o bool QDomNode::isText() const \o Value type.
|
---|
168 | \row \o QDomNode QDomNode::lastChild() const \o Value type.
|
---|
169 | \row \o QString QDomNode::localName() const \o Value type.
|
---|
170 | \row \o QString QDomNode::namespaceURI() const \o Value type.
|
---|
171 | \row \o QDomNode QDomNode::nextSibling() const \o Value type.
|
---|
172 | \row \o QString QDomNode::nodeName() const \o Value type.
|
---|
173 | \row \o QDomNode::NodeType QDomNode::nodeType() const \o Value type.
|
---|
174 | \row \o QString QDomNode::nodeValue() const \o Value type.
|
---|
175 | \row \o void QDomNode::normalize() \o Value type.
|
---|
176 | \row \o QDomDocument QDomNode::ownerDocument() const \o Value type.
|
---|
177 | \row \o QDomNode QDomNode::parentNode() const \o Value type.
|
---|
178 | \row \o QString QDomNode::prefix() const \o Value type.
|
---|
179 | \row \o QDomNode QDomNode::previousSibling() const \o Value type.
|
---|
180 | \row \o QDomNode QDomNode::removeChild(const QDomNode &) \o Value type.
|
---|
181 | \row \o QDomNode QDomNode::replaceChild(const QDomNode &, const QDomNode &) \o Value type.
|
---|
182 | \row \o void QDomNode::setNodeValue(const QString &) \o Value type.
|
---|
183 | \row \o void QDomNode::setPrefix(const QString &) \o Value type.
|
---|
184 | \row \o QDomNode::~QDomNode() \o Value type.
|
---|
185 | \row \o QDomNode QDomNodeList::item(int) const \o Value type.
|
---|
186 | \row \o uint QDomNodeList::length() const \o Value type.
|
---|
187 | \row \o QDomNodeList::~QDomNodeList() \o Value type.
|
---|
188 | \row \o QString QDomProcessingInstruction::data() const \o Value type.
|
---|
189 | \row \o void QDomProcessingInstruction::setData(const QString &) \o Value type.
|
---|
190 | \row \o QString QDomProcessingInstruction::target() const \o Value type.
|
---|
191 | \row \o int QEventLoop::enterLoop() \o Port to the new QAbstractEventDispatcher API.
|
---|
192 | \row \o int QEventLoop::exec() \o Port to the new QAbstractEventDispatcher API.
|
---|
193 | \row \o void QEventLoop::exit(int) \o Port to the new QAbstractEventDispatcher API.
|
---|
194 | \row \o void QEventLoop::exitLoop() \o Port to the new QAbstractEventDispatcher API.
|
---|
195 | \row \o bool QEventLoop::hasPendingEvents() const \o Port to the new QAbstractEventDispatcher API.
|
---|
196 | \row \o int QEventLoop::loopLevel() const \o Port to the new QAbstractEventDispatcher API.
|
---|
197 | \row \o bool QEventLoop::processEvents(ProcessEventsFlags) \o Port to the new QAbstractEventDispatcher API.
|
---|
198 | \row \o void QEventLoop::registerSocketNotifier(QSocketNotifier *) \o Port to the new QAbstractEventDispatcher API.
|
---|
199 | \row \o void QEventLoop::unregisterSocketNotifier(QSocketNotifier *) \o Port to the new QAbstractEventDispatcher API.
|
---|
200 | \row \o void QEventLoop::wakeUp() \o Port to the new QAbstractEventDispatcher API.
|
---|
201 | \row \o void QFrame::drawContents(QPainter *) \o Use Q3Frame or reimplement QFrame::paintEvent() instead.
|
---|
202 | \row \o void QFrame::drawFrame(QPainter *) \o Use Q3Frame or reimplement QFrame::paintEvent() instead.
|
---|
203 | \row \o void QFrame::frameChanged() \o Use Q3Frame or reimplement QFrame::resizeEvent() instead.
|
---|
204 | \row \o void QFrame::setFrameRect(const QRect &) \o Setter.
|
---|
205 | \row \o void QFrame::setFrameStyle(int) \o Setter.
|
---|
206 | \row \o void QFrame::setLineWidth(int) \o Setter.
|
---|
207 | \row \o void QFrame::setMargin(int) \o Setter.
|
---|
208 | \row \o void QFrame::setMidLineWidth(int) \o Setter.
|
---|
209 | \row \o void QGridLayout::setColStretch(int, int) \o Setter.
|
---|
210 | \row \o void QGridLayout::setRowStretch(int, int) \o Setter.
|
---|
211 | \row \o void QGroupBox::setAlignment(int) \o Setter.
|
---|
212 | \row \o void QGroupBox::setColumnLayout(int, Orientation) \o Setter.
|
---|
213 | \row \o void QGroupBox::setTitle(const QString &) \o Setter.
|
---|
214 | \row \o QHostAddress::~QHostAddress() \o Value type.
|
---|
215 | \row \o int QIODevice::getch() \o Port to the new QIODevice API.
|
---|
216 | \row \o int QIODevice::putch(int) \o Port to the new QIODevice API.
|
---|
217 | \row \o QByteArray QIODevice::readAll() \o Port to the new QIODevice API.
|
---|
218 | \row \o Q_LONG QIODevice::readLine(char *, Q_ULONG) \o Port to the new QIODevice API.
|
---|
219 | \row \o int QIODevice::ungetch(int) \o Port to the new QIODevice API.
|
---|
220 | \row \o void QIcon::setPixmap(const QString &, Size, Mode, State) \o Value type.
|
---|
221 | \row \o void QIcon::setPixmap(const QPixmap &, Size, Mode, State) \o Value type.
|
---|
222 | \row \o QIcon::~QIcon() \o Value type.
|
---|
223 | \row \o void QLabel::setAlignment(int) \o Setter.
|
---|
224 | \row \o void QLabel::setAutoResize(bool) \o Setter.
|
---|
225 | \row \o void QLabel::setBuddy(QWidget *) \o Setter.
|
---|
226 | \row \o void QLabel::setMovie(const QMovie &) \o Setter.
|
---|
227 | \row \o void QLabel::setNum(int) \o Setter.
|
---|
228 | \row \o void QLabel::setNum(double) \o Setter.
|
---|
229 | \row \o void QLabel::setPicture(const QPicture &) \o Setter.
|
---|
230 | \row \o void QLabel::setPixmap(const QPixmap &) \o Setter.
|
---|
231 | \row \o void QLabel::setText(const QString &) \o Setter.
|
---|
232 | \row \o QLayoutIterator QLayout::iterator() \o Port to the new QLayout API.
|
---|
233 | \row \o void QLayout::setAutoAdd(bool) \o Setter.
|
---|
234 | \row \o void QLayout::setMargin(int) \o Setter.
|
---|
235 | \row \o void QLayout::setMenuBar(QMenuBar *) \o Setter.
|
---|
236 | \row \o void QLayout::setSpacing(int) \o Setter.
|
---|
237 | \row \o QLayoutIterator QLayoutItem::iterator() \o Port to the new QLayoutItem API.
|
---|
238 | \row \o void QLayoutItem::setAlignment(int) \o Setter.
|
---|
239 | \row \o bool QLibrary::unload() \o Never used polymorphically in Qt.
|
---|
240 | \row \o void QLineEdit::clear() \o Connect to QLineEdit::textChanged() instead.
|
---|
241 | \row \o void QLineEdit::clearValidator() \o Never used polymorphically in Qt.
|
---|
242 | \row \o void QLineEdit::copy() const \o Never used polymorphically in Qt.
|
---|
243 | \row \o void QLineEdit::cut() \o Never used polymorphically in Qt.
|
---|
244 | \row \o void QLineEdit::deselect() \o Connect to QLineEdit::selectionChanged() instead.
|
---|
245 | \row \o void QLineEdit::insert(const QString &) \o Connect to QLineEdit::textChanged() instead.
|
---|
246 | \row \o void QLineEdit::paste() \o Connect to QLineEdit::textChanged() instead.
|
---|
247 | \row \o void QLineEdit::redo() \o Never used polymorphically in Qt.
|
---|
248 | \row \o void QLineEdit::selectAll() \o Connect to QLineEdit::selectionChanged() instead.
|
---|
249 | \row \o void QLineEdit::setAlignment(int) \o Setter.
|
---|
250 | \row \o void QLineEdit::setCursorPosition(int) \o Connect to QLineEdit::cursorPositionChanged() instead.
|
---|
251 | \row \o void QLineEdit::setDragEnabled(bool) \o Setter.
|
---|
252 | \row \o void QLineEdit::setEchoMode(EchoMode) \o Setter.
|
---|
253 | \row \o void QLineEdit::setFrame(bool) \o Setter.
|
---|
254 | \row \o void QLineEdit::setMaxLength(int) \o Setter.
|
---|
255 | \row \o void QLineEdit::setReadOnly(bool) \o Setter.
|
---|
256 | \row \o void QLineEdit::setSelection(int, int) \o Connect to QLineEdit::selectionChanged() instead.
|
---|
257 | \row \o void QLineEdit::setText(const QString &) \o Connect to QLineEdit::textChanged() instead.
|
---|
258 | \row \o void QLineEdit::setValidator(const QValidator *) \o Setter.
|
---|
259 | \row \o void QLineEdit::undo() \o Never used in a polymorphic way by Qt.
|
---|
260 | \row \o void QMainWindow::addDockWindow(QDockWindow *, Dock, bool) \o Port to the new QMainWindow API.
|
---|
261 | \row \o void QMainWindow::addDockWindow(QDockWindow *, const QString &, Dock, bool) \o Port to the new QMainWindow API.
|
---|
262 | \row \o void QMainWindow::customize() \o Port to the new QMainWindow API.
|
---|
263 | \row \o bool QMainWindow::isCustomizable() const \o Port to the new QMainWindow API.
|
---|
264 | \row \o void QMainWindow::moveDockWindow(QDockWindow *, Dock) \o Port to the new QMainWindow API.
|
---|
265 | \row \o void QMainWindow::moveDockWindow(QDockWindow *, Dock, bool, int, int) \o Port to the new QMainWindow API.
|
---|
266 | \row \o void QMainWindow::removeDockWindow(QDockWindow *) \o Port to the new QMainWindow API.
|
---|
267 | \row \o void QMainWindow::setAppropriate(QDockWindow *, bool) \o Port to the new QMainWindow API.
|
---|
268 | \row \o void QMainWindow::setCentralWidget(QWidget *) \o Setter.
|
---|
269 | \row \o void QMainWindow::setDockEnabled(QDockWindow *, Dock, bool) \o Port to the new QMainWindow API.
|
---|
270 | \row \o void QMainWindow::setDockEnabled(Dock, bool) \o Port to the new QMainWindow API.
|
---|
271 | \row \o void QMainWindow::setDockMenuEnabled(bool) \o Port to the new QMainWindow API.
|
---|
272 | \row \o void QMainWindow::setDockWindowsMovable(bool) \o Port to the new QMainWindow API.
|
---|
273 | \row \o void QMainWindow::setOpaqueMoving(bool) \o Port to the new QMainWindow API.
|
---|
274 | \row \o void QMainWindow::setRightJustification(bool) \o Port to the new QMainWindow API.
|
---|
275 | \row \o void QMainWindow::setUpLayout() \o Port to the new QMainWindow API.
|
---|
276 | \row \o void QMainWindow::setUsesBigPixmaps(bool) \o Port to the new QMainWindow API.
|
---|
277 | \row \o void QMainWindow::setUsesTextLabel(bool) \o Port to the new QMainWindow API.
|
---|
278 | \row \o bool QMainWindow::showDockMenu(const QPoint &) \o Port to the new QMainWindow API.
|
---|
279 | \row \o void QMenuBar::activateItemAt(int) \o Port to the new QMenuBar API.
|
---|
280 | \row \o void QMenuBar::menuContentsChanged() \o Port to the new QMenuBar API.
|
---|
281 | \row \o void QMenuBar::menuDelPopup(QPopupMenu *) \o Port to the new QMenuBar API.
|
---|
282 | \row \o void QMenuBar::menuInsPopup(QPopupMenu *) \o Port to the new QMenuBar API.
|
---|
283 | \row \o void QMenuBar::menuStateChanged() \o Port to the new QMenuBar API.
|
---|
284 | \row \o void QMenuBar::setId(int, int) \o Port to the new QMenuBar API.
|
---|
285 | \row \o void QMenuBar::setSeparator(Separator) \o Port to the new QMenuBar API.
|
---|
286 | \row \o void QMenuBar::updateItem(int) \o Port to the new QMenuBar API.
|
---|
287 | \row \o QMutex::~QMutex() \o Value type.
|
---|
288 | \row \o bool QObject::checkConnectArgs(const char *, const QObject *, const char *) \o Reimplementing this function is no longer possible.
|
---|
289 | \row \o const char * QObject::className() const \o Reimplementing this function is no longer supported.
|
---|
290 | \row \o void QObject::insertChild(QObject *) \o Reimplement QObject::childEvent() instead and handle QEvent::ChildAdded events.
|
---|
291 | \row \o QVariant QObject::property(const char *) const \o Reimplementing this function is no longer supported.
|
---|
292 | \row \o void QObject::removeChild(QObject *) \o Reimplement QObject::childEvent() instead and handle QEvent::ChildRemoved events.
|
---|
293 | \row \o void QObject::setName(const char *) \o Setter.
|
---|
294 | \row \o bool QObject::setProperty(const char *, const QVariant &) \o Setter.
|
---|
295 | \row \o bool QPaintDevice::cmd(int , QPainter * , QPDevCmdParam *) \o Port to the new QPaintEngine API.
|
---|
296 | \row \o Qt::HANDLE QPaintDevice::handle() const \o Port to the new QPaintDevice API.
|
---|
297 | \row \o HDC QPaintDevice::handle() const \o Port to the new QPaintDevice API.
|
---|
298 | \row \o void QPopupMenu::activateItemAt(int) \o Port to the new QMenu API.
|
---|
299 | \row \o void QPopupMenu::menuContentsChanged() \o Port to the new QMenu API.
|
---|
300 | \row \o void QPopupMenu::menuDelPopup(QPopupMenu *) \o Port to the new QMenu API.
|
---|
301 | \row \o void QPopupMenu::menuInsPopup(QPopupMenu *) \o Port to the new QMenu API.
|
---|
302 | \row \o void QPopupMenu::menuStateChanged() \o Port to the new QMenu API.
|
---|
303 | \row \o void QPopupMenu::setActiveItem(int) \o Port to the new QMenu API.
|
---|
304 | \row \o void QPopupMenu::setCheckable(bool) \o Port to the new QMenu API.
|
---|
305 | \row \o void QPopupMenu::setId(int, int) \o Port to the new QMenu API.
|
---|
306 | \row \o void QPopupMenu::updateItem(int) \o Port to the new QMenu API.
|
---|
307 | \row \o int QPrinter::resolution() const \o Call QPrinter::setResolution() to change the resolution.
|
---|
308 | \row \o void QPrinter::setColorMode(ColorMode) \o Subclass QPrintEngine instead.
|
---|
309 | \row \o void QPrinter::setCreator(const QString &) \o Subclass QPrintEngine instead.
|
---|
310 | \row \o void QPrinter::setDocName(const QString &) \o Subclass QPrintEngine instead.
|
---|
311 | \row \o void QPrinter::setFromTo(int, int) \o Subclass QPrintEngine instead.
|
---|
312 | \row \o void QPrinter::setFullPage(bool) \o Subclass QPrintEngine instead.
|
---|
313 | \row \o void QPrinter::setMinMax(int, int) \o Subclass QPrintEngine instead.
|
---|
314 | \row \o void QPrinter::setNumCopies(int) \o Subclass QPrintEngine instead.
|
---|
315 | \row \o void QPrinter::setOrientation(Orientation) \o Subclass QPrintEngine instead.
|
---|
316 | \row \o void QPrinter::setOutputFileName(const QString &) \o Subclass QPrintEngine instead.
|
---|
317 | \row \o void QPrinter::setOutputToFile(bool) \o Subclass QPrintEngine instead.
|
---|
318 | \row \o void QPrinter::setPageOrder(PageOrder) \o Subclass QPrintEngine instead.
|
---|
319 | \row \o void QPrinter::setPageSize(PageSize) \o Subclass QPrintEngine instead.
|
---|
320 | \row \o void QPrinter::setPaperSource(PaperSource) \o Subclass QPrintEngine instead.
|
---|
321 | \row \o void QPrinter::setPrintProgram(const QString &) \o Subclass QPrintEngine instead.
|
---|
322 | \row \o void QPrinter::setPrinterName(const QString &) \o Subclass QPrintEngine instead.
|
---|
323 | \row \o void QPrinter::setPrinterSelectionOption(const QString &) \o Subclass QPrintEngine instead.
|
---|
324 | \row \o void QPrinter::setResolution(int) \o Subclass QPrintEngine instead.
|
---|
325 | \row \o void QProcess::addArgument(const QString &) \o Not used polymorphically in Qt.
|
---|
326 | \row \o void QProcess::closeStdin() \o Not used polymorphically in Qt.
|
---|
327 | \row \o bool QProcess::launch(const QByteArray & buf, QStringList *) \o Not used polymorphically in Qt.
|
---|
328 | \row \o bool QProcess::launch(const QString & buf, QStringList *) \o Not used polymorphically in Qt.
|
---|
329 | \row \o QString QProcess::readLineStderr() \o Not used polymorphically in Qt.
|
---|
330 | \row \o QString QProcess::readLineStdout() \o Not used polymorphically in Qt.
|
---|
331 | \row \o QByteArray QProcess::readStderr() \o Not used polymorphically in Qt.
|
---|
332 | \row \o QByteArray QProcess::readStdout() \o Not used polymorphically in Qt.
|
---|
333 | \row \o void QProcess::setArguments(const QStringList &) \o Not used polymorphically in Qt.
|
---|
334 | \row \o void QProcess::setWorkingDirectory(const QDir &) \o Not used polymorphically in Qt.
|
---|
335 | \row \o bool QProcess::start(QStringList *) \o Not used polymorphically in Qt.
|
---|
336 | \row \o void QProcess::writeToStdin(const QByteArray &) \o Not used polymorphically in Qt.
|
---|
337 | \row \o bool QProgressBar::setIndicator(QString &, int, int) \o Not used polymorphically in Qt.
|
---|
338 | \row \o void QProgressBar::setProgress(int) \o Not used polymorphically in Qt.
|
---|
339 | \row \o void QProgressBar::setTotalSteps(int) \o Not used polymorphically in Qt.
|
---|
340 | \row \o void QPushButton::setAutoDefault(bool) \o Not used polymorphically in Qt.
|
---|
341 | \row \o void QPushButton::setDefault(bool) \o Not used polymorphically in Qt.
|
---|
342 | \row \o void QPushButton::setIsMenuButton(bool) \o Not used polymorphically in Qt.
|
---|
343 | \row \o void QPushButton::setOn(bool) \o Connect to QPushButton::toggled(bool) instead.
|
---|
344 | \row \o void QRadioButton::setChecked(bool) \o Connect to QRadioButton::toggled(bool) instead.
|
---|
345 | \row \o uchar * QScreen::cache(int , int) \o Port to the new QScreen API.
|
---|
346 | \row \o void QScreen::set(unsigned int , unsigned int , unsigned int , unsigned) \o Port to the new QScreen API.
|
---|
347 | \row \o void QScreen::uncache(uchar *) \o Port to the new QScreen API.
|
---|
348 | \row \o void QScrollBar::setOrientation(Orientation) \o Setter.
|
---|
349 | \row \o void QScrollBar::setTracking(bool) \o Setter.
|
---|
350 | \row \o void QSignalMapper::setMapping(const QObject *, const QString &) \o Setter.
|
---|
351 | \row \o void QSignalMapper::setMapping(const QObject *, int) \o Setter.
|
---|
352 | \row \o void QSlider::rangeChange() \o Reimplement QSlider::sliderChange() instead.
|
---|
353 | \row \o void QSlider::setOrientation(Orientation) \o Setter.
|
---|
354 | \row \o void QSlider::setPalette(const QPalette &) \o Setter.
|
---|
355 | \row \o void QSlider::setTickInterval(int) \o Setter.
|
---|
356 | \row \o void QSlider::setTickmarks(TickSetting) \o Setter.
|
---|
357 | \row \o void QSlider::setTracking(bool) \o Setter.
|
---|
358 | \row \o void QSlider::setValue(int) \o Reimplement QSlider::sliderChange() instead.
|
---|
359 | \row \o void QSlider::valueChange() \o Reimplement QSlider::sliderChange() instead.
|
---|
360 | \row \o QString QSpinBox::cleanText() const \o Port to the new QSpinBox API.
|
---|
361 | \row \o void QSpinBox::interpretText() \o Port to the new QSpinBox API.
|
---|
362 | \row \o QString QSpinBox::prefix() const \o Port to the new QSpinBox API.
|
---|
363 | \row \o void QSpinBox::rangeChange() \o Reimplement QSpinBox::sliderChange() instead.
|
---|
364 | \row \o void QSpinBox::selectAll() \o Port to the new QSpinBox API.
|
---|
365 | \row \o void QSpinBox::setButtonSymbols(ButtonSymbols) \o Setter.
|
---|
366 | \row \o void QSpinBox::setPrefix(const QString &) \o Setter.
|
---|
367 | \row \o void QSpinBox::setSpecialValueText(const QString &) \o Setter.
|
---|
368 | \row \o void QSpinBox::setSuffix(const QString &) \o Setter.
|
---|
369 | \row \o void QSpinBox::setValidator(const QValidator *) \o Setter.
|
---|
370 | \row \o void QSpinBox::setValue(int) \o Connect to QSpinBox::valueChanged().
|
---|
371 | \row \o void QSpinBox::setWrapping(bool) \o Setter.
|
---|
372 | \row \o void QSpinBox::stepDown() \o Reimplement QSpinBox::stepBy() instead.
|
---|
373 | \row \o void QSpinBox::stepUp() \o Reimplement QSpinBox::stepBy() instead.
|
---|
374 | \row \o QString QSpinBox::suffix() const \o Port to the new QSpinBox API.
|
---|
375 | \row \o void QSpinBox::updateDisplay() \o Port to the new QSpinBox API.
|
---|
376 | \row \o void QSpinBox::valueChange() \o Reimplement QSpinBox::sliderChange() instead.
|
---|
377 | \row \o void QSplitter::drawSplitter(QPainter *, QCOORD, QCOORD, QCOORD, QCOORD) \o Reimplement QStyle::drawPrimitive() instead and handle QStyle::PE_Splitter.
|
---|
378 | \row \o void QSplitter::setOpaqueResize(bool) \o Setter.
|
---|
379 | \row \o void QSplitter::setOrientation(Orientation) \o Setter.
|
---|
380 | \row \o void QSplitter::setResizeMode(QWidget *, ResizeMode) \o Setter.
|
---|
381 | \row \o void QSqlDatabase::setDatabaseName(const QString &) \o Setter.
|
---|
382 | \row \o void QSqlDatabase::setHostName(const QString &) \o Setter.
|
---|
383 | \row \o void QSqlDatabase::setPassword(const QString &) \o Setter.
|
---|
384 | \row \o void QSqlDatabase::setPort(int) \o Setter.
|
---|
385 | \row \o void QSqlDatabase::setUserName(const QString &) \o Setter.
|
---|
386 | \row \o QSqlQuery QSqlDriver::createQuery() const \o Port to the new QSqlDriver API.
|
---|
387 | \row \o QString QSqlDriver::nullText() const \o Port to the new QSqlDriver API.
|
---|
388 | \row \o QSqlRecord QSqlDriver::record(const QSqlQuery &) const \o Port to the new QSqlDriver API.
|
---|
389 | \row \o QSqlRecordInfo QSqlDriver::recordInfo(const QSqlQuery &) const \o Port to the new QSqlDriver API.
|
---|
390 | \row \o QSqlRecordInfo QSqlDriver::recordInfo(const QString &) const \o Port to the new QSqlDriver API.
|
---|
391 | \row \o void QSqlError::setDatabaseText(const QString &) \o Value type.
|
---|
392 | \row \o void QSqlError::setDriverText(const QString &) \o Value type.
|
---|
393 | \row \o void QSqlError::setNumber(int) \o Value type.
|
---|
394 | \row \o void QSqlError::setType(int) \o Value type.
|
---|
395 | \row \o QSqlError::~QSqlError() \o Value type.
|
---|
396 | \row \o void QSqlField::setName(const QString &) \o Value type.
|
---|
397 | \row \o void QSqlField::setNull() \o Value type.
|
---|
398 | \row \o void QSqlField::setReadOnly(bool) \o Value type.
|
---|
399 | \row \o void QSqlField::setValue(const QVariant &) \o Value type.
|
---|
400 | \row \o QVariant QSqlField::value() const \o Value type.
|
---|
401 | \row \o QSqlField::~QSqlField() \o Value type.
|
---|
402 | \row \o void QSqlFieldInfo::setCalculated(bool) \o Value type.
|
---|
403 | \row \o void QSqlFieldInfo::setGenerated(bool) \o Value type.
|
---|
404 | \row \o void QSqlFieldInfo::setTrim(bool) \o Value type.
|
---|
405 | \row \o QSqlFieldInfo::~QSqlFieldInfo() \o Value type.
|
---|
406 | \row \o void QSqlIndex::append(const QSqlField &) \o Value type.
|
---|
407 | \row \o void QSqlIndex::append(const QSqlField &, bool) \o Value type.
|
---|
408 | \row \o void QSqlIndex::setCursorName(const QString &) \o Value type.
|
---|
409 | \row \o void QSqlIndex::setDescending(int, bool) \o Value type.
|
---|
410 | \row \o void QSqlIndex::setName(const QString &) \o Value type.
|
---|
411 | \row \o QVariant QSqlQuery::value(int) const \o Exists as a non-virtual function.
|
---|
412 | \row \o void QSqlRecord::append(const QSqlField &) \o Value type.
|
---|
413 | \row \o void QSqlRecord::clear() \o Value type.
|
---|
414 | \row \o void QSqlRecord::clearValues(bool) \o Value type.
|
---|
415 | \row \o void QSqlRecord::insert(int, const QSqlField &) \o Value type.
|
---|
416 | \row \o void QSqlRecord::remove(int) \o Value type.
|
---|
417 | \row \o void QSqlRecord::setGenerated(const QString &, bool) \o Value type.
|
---|
418 | \row \o void QSqlRecord::setGenerated(int, bool) \o Value type.
|
---|
419 | \row \o void QSqlRecord::setNull(int) \o Value type.
|
---|
420 | \row \o void QSqlRecord::setNull(const QString &) \o Value type.
|
---|
421 | \row \o void QSqlRecord::setValue(const QString &, const QVariant &) \o Value type.
|
---|
422 | \row \o void QSqlRecord::setValue(int, const QVariant &) \o Value type.
|
---|
423 | \row \o QString QSqlRecord::toString(const QString &, const QString &) const \o Value type.
|
---|
424 | \row \o QStringList QSqlRecord::toStringList(const QString &) const \o Value type.
|
---|
425 | \row \o QVariant QSqlRecord::value(int) const \o Value type.
|
---|
426 | \row \o QVariant QSqlRecord::value(const QString &) const \o Value type.
|
---|
427 | \row \o QSqlRecord::~QSqlRecord() \o Value type.
|
---|
428 | \row \o void QStyle::polishPopupMenu(QPopupMenu *) \o Reimplement QStyle::polish(QWidget *) instead.
|
---|
429 | \row \o int QTabBar::addTab(QTab *) \o Reimplement QTabBar::tabInserted() instead.
|
---|
430 | \row \o int QTabBar::insertTab(QTab *, int) \o Reimplement QTabBar::tabInserted() instead.
|
---|
431 | \row \o void QTabBar::layoutTabs() \o Reimplement QTabBar::tabLayoutChange() instead.
|
---|
432 | \row \o void QTabBar::paint(QPainter *, QTab *, bool) const \o Reimplement QTabBar::paintEvent() instead.
|
---|
433 | \row \o void QTabBar::paintLabel(QPainter *, const QRect &, QTab *, bool) const \o Reimplement QTabBar::paintEvent() instead.
|
---|
434 | \row \o void QTabBar::removeTab(QTab *) \o Reimplement QTabBar::tabRemoved() instead.
|
---|
435 | \row \o QTab * QTabBar::selectTab(const QPoint &) const \o Reimplement QTabBar::mousePressEvent() instead.
|
---|
436 | \row \o void QTabBar::setCurrentTab(int) \o Connect to the QTabBar::currentChanged() signal.
|
---|
437 | \row \o void QTabBar::setCurrentTab(QTab *) \o Connect to the QTabBar::currentChanged() signal.
|
---|
438 | \row \o void QTabBar::setShape(Shape) \o Setter.
|
---|
439 | \row \o void QTabBar::setTabEnabled(int, bool) \o Setter.
|
---|
440 | \row \o void QTabWidget::addTab(QWidget *, const QString &) \o Reimplement QTabWidget::tabInserted() instead.
|
---|
441 | \row \o void QTabWidget::addTab(QWidget *, const QIcon &, const QString &) \o Reimplement QTabWidget::tabInserted() instead.
|
---|
442 | \row \o void QTabWidget::addTab(QWidget *, QTab *) \o Reimplement QTabWidget::tabInserted() instead.
|
---|
443 | \row \o void QTabWidget::insertTab(QWidget *, const QIcon &, const QString &, int) \o Reimplement QTabWidget::tabInserted() instead.
|
---|
444 | \row \o void QTabWidget::insertTab(QWidget *, const QString &, int) \o Reimplement QTabWidget::tabInserted() instead.
|
---|
445 | \row \o void QTabWidget::insertTab(QWidget *, QTab *, int) \o Reimplement QTabWidget::tabInserted() instead.
|
---|
446 | \row \o void QTabWidget::removePage(QWidget *) \o Reimplement QTabWidget::tabRemoved() instead.
|
---|
447 | \row \o void QTabWidget::showPage(QWidget *) \o Connect to QTabWidget::currentChanged() instead.
|
---|
448 | \row \o void QTextEdit::append(const QString &) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
449 | \row \o void QTextEdit::clear() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
450 | \row \o void QTextEdit::clearParagraphBackground(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
451 | \row \o void QTextEdit::copy() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
452 | \row \o QPopupMenu * QTextEdit::createPopupMenu(const QPoint &) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
453 | \row \o QPopupMenu * QTextEdit::createPopupMenu() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
454 | \row \o void QTextEdit::cut() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
455 | \row \o void QTextEdit::del() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
456 | \row \o void QTextEdit::doKeyboardAction(KeyboardAction) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
457 | \row \o void QTextEdit::ensureCursorVisible() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
458 | \row \o bool QTextEdit::find(const QString &, bool, bool, bool, int *, int *) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
459 | \row \o bool QTextEdit::focusNextPrevChild(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
460 | \row \o int QTextEdit::heightForWidth(int) const \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
461 | \row \o void QTextEdit::insert(const QString &, bool, bool, bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
462 | \row \o void QTextEdit::insertAt(const QString &, int, int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
463 | \row \o void QTextEdit::insertParagraph(const QString &, int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
464 | \row \o void QTextEdit::moveCursor(CursorAction, bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
465 | \row \o void QTextEdit::paste() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
466 | \row \o void QTextEdit::pasteSubType(const QCString &) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
467 | \row \o void QTextEdit::placeCursor(const QPoint &, QTextCursor *) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
468 | \row \o void QTextEdit::redo() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
469 | \row \o void QTextEdit::removeParagraph(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
470 | \row \o void QTextEdit::removeSelectedText(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
471 | \row \o void QTextEdit::removeSelection(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
472 | \row \o void QTextEdit::scrollToAnchor(const QString &) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
473 | \row \o void QTextEdit::scrollToBottom() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
474 | \row \o void QTextEdit::selectAll(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
475 | \row \o void QTextEdit::setAlignment(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
476 | \row \o void QTextEdit::setBold(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
477 | \row \o void QTextEdit::setColor(const QColor &) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
478 | \row \o void QTextEdit::setCurrentFont(const QFont &) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
479 | \row \o void QTextEdit::setCursorPosition(int, int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
480 | \row \o void QTextEdit::setFamily(const QString &) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
481 | \row \o void QTextEdit::setItalic(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
482 | \row \o void QTextEdit::setLinkUnderline(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
483 | \row \o void QTextEdit::setMimeSourceFactory(QMimeSourceFactory *) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
484 | \row \o void QTextEdit::setModified(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
485 | \row \o void QTextEdit::setOverwriteMode(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
486 | \row \o void QTextEdit::setPaper(const QBrush &) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
487 | \row \o void QTextEdit::setParagraphBackgroundColor(int, const QColor &) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
488 | \row \o void QTextEdit::setPointSize(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
489 | \row \o void QTextEdit::setReadOnly(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
490 | \row \o void QTextEdit::setSelection(int, int, int, int, int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
491 | \row \o void QTextEdit::setSelectionAttributes(int, const QColor &, bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
492 | \row \o void QTextEdit::setStyleSheet(QStyleSheet *) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
493 | \row \o void QTextEdit::setTabStopWidth(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
494 | \row \o void QTextEdit::setText(const QString &, const QString &) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
495 | \row \o void QTextEdit::setTextFormat(TextFormat) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
496 | \row \o void QTextEdit::setUnderline(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
497 | \row \o void QTextEdit::setUndoDepth(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
498 | \row \o void QTextEdit::setUndoRedoEnabled(bool) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
499 | \row \o void QTextEdit::setVerticalAlignment(VerticalAlignment) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
500 | \row \o void QTextEdit::setWordWrap(WordWrap) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
501 | \row \o void QTextEdit::setWrapColumnOrWidth(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
502 | \row \o void QTextEdit::setWrapPolicy(WrapPolicy) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
503 | \row \o void QTextEdit::sync() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
504 | \row \o void QTextEdit::undo() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
505 | \row \o void QTextEdit::zoomIn() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
506 | \row \o void QTextEdit::zoomIn(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
507 | \row \o void QTextEdit::zoomOut(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
508 | \row \o void QTextEdit::zoomOut() \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
509 | \row \o void QTextEdit::zoomTo(int) \o Use Q3TextEdit or port to the new QTextEdit API.
|
---|
510 | \row \o QString QTimeEdit::sectionFormattedText(int) \o Port to the new QDateTimeEdit API.
|
---|
511 | \row \o void QTimeEdit::setAutoAdvance(bool) \o Port to the new QDateTimeEdit API.
|
---|
512 | \row \o void QTimeEdit::setHour(int) \o Port to the new QDateTimeEdit API.
|
---|
513 | \row \o void QTimeEdit::setMaxValue(const QTime &) \o Port to the new QDateTimeEdit API.
|
---|
514 | \row \o void QTimeEdit::setMinValue(const QTime &) \o Port to the new QDateTimeEdit API.
|
---|
515 | \row \o void QTimeEdit::setMinute(int) \o Port to the new QDateTimeEdit API.
|
---|
516 | \row \o void QTimeEdit::setRange(const QTime &, const QTime &) \o Port to the new QDateTimeEdit API.
|
---|
517 | \row \o void QTimeEdit::setSecond(int) \o Port to the new QDateTimeEdit API.
|
---|
518 | \row \o void QTimeEdit::setSeparator(const QString &) \o Port to the new QDateTimeEdit API.
|
---|
519 | \row \o void QTimeEdit::setTime(const QTime &) \o Port to the new QDateTimeEdit API.
|
---|
520 | \row \o void QToolBar::clear() \o Setter.
|
---|
521 | \row \o void QToolBar::setLabel(const QString &) \o Setter.
|
---|
522 | \row \o void QToolBar::setStretchableWidget(QWidget *) \o Setter.
|
---|
523 | \row \o void QToolButton::setIconSet(const QIcon &) \o Setter.
|
---|
524 | \row \o void QToolButton::setOn(bool) \o Connect to QToolButton::toggled(bool) instead.
|
---|
525 | \row \o void QToolButton::setTextLabel(const QString &, bool) \o Setter.
|
---|
526 | \row \o void QToolButton::setToggleButton(bool) \o Setter.
|
---|
527 | \row \o void QToolButton::setUsesBigPixmap(bool) \o Setter.
|
---|
528 | \row \o void QToolButton::setUsesTextLabel(bool) \o Setter.
|
---|
529 | \row \o void QToolTip::maybeTip(const QPoint &) \o Port to the new QToolTip API.
|
---|
530 | \row \o void QUrl::addPath(const QString &) \o Value type.
|
---|
531 | \row \o bool QUrl::cdUp() \o Value type.
|
---|
532 | \row \o bool QUrl::parse(const QString &) \o Value type.
|
---|
533 | \row \o void QUrl::reset() \o Value type.
|
---|
534 | \row \o void QUrl::setEncodedPathAndQuery(const QString &) \o Value type.
|
---|
535 | \row \o void QUrl::setFileName(const QString &) \o Value type.
|
---|
536 | \row \o void QUrl::setHost(const QString &) \o Value type.
|
---|
537 | \row \o void QUrl::setPassword(const QString &) \o Value type.
|
---|
538 | \row \o void QUrl::setPath(const QString &) \o Value type.
|
---|
539 | \row \o void QUrl::setPort(int) \o Value type.
|
---|
540 | \row \o void QUrl::setProtocol(const QString &) \o Value type.
|
---|
541 | \row \o void QUrl::setQuery(const QString &) \o Value type.
|
---|
542 | \row \o void QUrl::setRef(const QString &) \o Value type.
|
---|
543 | \row \o void QUrl::setUser(const QString &) \o Value type.
|
---|
544 | \row \o QString QUrl::toString(bool, bool) const \o Value type.
|
---|
545 | \row \o QUrl::~QUrl() \o Value type.
|
---|
546 | \row \o QWaitCondition::~QWaitCondition() \o Value type.
|
---|
547 | \row \o bool QWhatsThis::clicked(const QString &) \o Port to the new QWhatsThis API.
|
---|
548 | \row \o QString QWhatsThis::text(const QPoint &) \o Port to the new QWhatsThis API.
|
---|
549 | \row \o QWhatsThis::~QWhatsThis() \o Port to the new QWhatsThis API.
|
---|
550 | \row \o void QWidget::adjustSize() \o Reimplement QWidget::sizeHint() instead.
|
---|
551 | \row \o bool QWidget::close(bool) \o Reimplement QWidget::closeEvent().
|
---|
552 | \row \o void QWidget::create(WId, bool, bool) \o Not supported in Qt 4.
|
---|
553 | \row \o bool QWidget::customWhatsThis() const \o Not supported in Qt 4.
|
---|
554 | \row \o void QWidget::destroy(bool, bool) \o Not supported in Qt 4.
|
---|
555 | \row \o void QWidget::enabledChange(bool) \o Reimplement QWidget::changeEvent() and handle QEvent::EnabledChange.
|
---|
556 | \row \o void QWidget::fontChange(const QFont &) \o Reimplement QWidget::changeEvent() and handle QEvent::FontChange.
|
---|
557 | \row \o void QWidget::imComposeEvent(QIMEvent *) \o Reimplement QWidget::inputMethodEvent() instead.
|
---|
558 | \row \o void QWidget::imEndEvent(QIMEvent *) \o Reimplement QWidget::inputMethodEvent() instead.
|
---|
559 | \row \o void QWidget::imStartEvent(QIMEvent *) \o Reimplement QWidget::inputMethodEvent() instead.
|
---|
560 | \row \o void QWidget::move(int, int) \o Setter.
|
---|
561 | \row \o void QWidget::paletteChange(const QPalette &) \o Reimplement QWidget::changeEvent() and handle QEvent::PaletteChange and/or QEvent::ApplicationPaletteChange.
|
---|
562 | \row \o void QWidget::polish() \o Reimplement event() and handle the QEvent::Polish event type.
|
---|
563 | \row \o void QWidget::reparent(QWidget *, WFlags, const QPoint &, bool) \o Reimplement QWidget::event() and handle QEvent::Reparent.
|
---|
564 | \row \o void QWidget::resize(int, int) \o Reimplement QWidget::resizeEvent() instead.
|
---|
565 | \row \o void QWidget::setAcceptDrops(bool) \o Setter.
|
---|
566 | \row \o void QWidget::setActiveWindow() \o Reimplement QWidget::changeEvent() and handle QEvent::ActivationChange.
|
---|
567 | \row \o void QWidget::setAutoMask(bool) \o Setter.
|
---|
568 | \row \o void QWidget::setBackgroundColor(const QColor &) \o Setter.
|
---|
569 | \row \o void QWidget::setBackgroundMode(BackgroundMode) \o Setter.
|
---|
570 | \row \o void QWidget::setBackgroundOrigin(BackgroundOrigin) \o Setter.
|
---|
571 | \row \o void QWidget::setBackgroundPixmap(const QPixmap &) \o Setter.
|
---|
572 | \row \o void QWidget::setCaption(const QString &) \o Reimplement QWidget::changeEvent() and handle QEvent::WindowTitleChange.
|
---|
573 | \row \o void QWidget::setCursor(const QCursor &) \o Setter.
|
---|
574 | \row \o void QWidget::setEnabled(bool) \o Reimplement QWidget::changeEvent() and handle QEvent::EnabledChange.
|
---|
575 | \row \o void QWidget::setEraseColor(const QColor &) \o Setter.
|
---|
576 | \row \o void QWidget::setErasePixmap(const QPixmap &) \o Setter.
|
---|
577 | \row \o void QWidget::setFocus() \o Reimplement QWidget::focusInEvent() or QWidget::focusOutEvent().
|
---|
578 | \row \o void QWidget::setFocusPolicy(FocusPolicy) \o Setter.
|
---|
579 | \row \o void QWidget::setFocusProxy(QWidget *) \o Setter.
|
---|
580 | \row \o void QWidget::setFont(const QFont &) \o Reimplement QWidget::changeEvent() and handle QEvent::FontChange and/or QEvent::ApplicationFontChange.
|
---|
581 | \row \o void QWidget::setGeometry(int, int, int, int) \o Setter.
|
---|
582 | \row \o void QWidget::setGeometry(const QRect &) \o Setter.
|
---|
583 | \row \o void QWidget::setIcon(const QPixmap &) \o Reimplement QWidget::changeEvent() and handle QEvent::WindowIconChange.
|
---|
584 | \row \o void QWidget::setIconText(const QString &) \o Reimplement QWidget::changeEvent() and handle QEvent::IconTextChange.
|
---|
585 | \row \o void QWidget::setKeyCompression(bool) \o Setter.
|
---|
586 | \row \o void QWidget::setMask(const QRegion &) \o Setter.
|
---|
587 | \row \o void QWidget::setMask(const QBitmap &) \o Setter.
|
---|
588 | \row \o void QWidget::setMaximumSize(int, int) \o Setter.
|
---|
589 | \row \o void QWidget::setMicroFocusHint(int, int, int, int, bool, QFont *) \o Setter.
|
---|
590 | \row \o void QWidget::setMinimumSize(int, int) \o Setter.
|
---|
591 | \row \o void QWidget::setMouseTracking(bool) \o Reimplement QWidget::changeEvent() and handle QEvent::MouseTrackingChange.
|
---|
592 | \row \o void QWidget::setPalette(const QPalette &) \o Reimplement QWidget::changeEvent() and handle QEvent::PaletteChange and/or QEvent::ApplicationPaletteChange.
|
---|
593 | \row \o void QWidget::setPaletteBackgroundColor(const QColor &) \o Setter.
|
---|
594 | \row \o void QWidget::setPaletteBackgroundPixmap(const QPixmap &) \o Setter.
|
---|
595 | \row \o void QWidget::setSizeIncrement(int, int) \o Setter.
|
---|
596 | \row \o void QWidget::setSizePolicy(QSizePolicy) \o Setter.
|
---|
597 | \row \o void QWidget::setUpdatesEnabled(bool) \o Setter.
|
---|
598 | \row \o void QWidget::setWFlags(WFlags) \o Setter.
|
---|
599 | \row \o void QWidget::show() \o Reimplement QWidget::showEvent().
|
---|
600 | \row \o void QWidget::showMaximized() \o Reimplement QWidget::changeEvent() and handle QEvent::WindowStateChange.
|
---|
601 | \row \o void QWidget::showMinimized() \o Reimplement QWidget::changeEvent() and handle QEvent::WindowStateChange.
|
---|
602 | \row \o void QWidget::showNormal() \o Reimplement QWidget::changeEvent() and handle QEvent::WindowStateChange.
|
---|
603 | \row \o void QWidget::styleChange(QStyle &) \o Reimplement QWidget::changeEvent() and handle QEvent::StyleChange.
|
---|
604 | \row \o void QWidget::unsetCursor() \o Setter.
|
---|
605 | \row \o void QWidget::windowActivationChange(bool) \o Reimplement QWidget::changeEvent() and handle QEvent::ActivationChange.
|
---|