qt5base-lts/examples/widgets/doc/src
Friedemann Kleint ce211b1f83 Fix qdoc warnings for Qt 5.14
src/corelib/tools/qstring.cpp:9505:clang found diagnostics parsing \fn int QLatin1String::indexOf(QLatin1String l1, int from Qt::CaseSensitivity cs) const error: expected ')' error: out-of-line definition of 'indexOf' does not match any declaration in 'QLatin1String'
src/corelib/tools/qstringview.cpp:723:clang found diagnostics parsing \fn qsizetype QStringView::indexOf(QLatin1String l1, qsizetype from Qt::CaseSensitivity cs) const error: expected ')' error: out-of-line definition of 'indexOf' does not match any declaration in 'QStringView'
src/corelib/tools/qstringview.cpp:822:Unknown command '\t'
src/corelib/tools/qstringview.cpp:825:Unknown command '\t'
src/corelib/tools/qstringview.cpp:826:Unknown command '\t'
src/corelib/tools/qstringview.cpp:831:Unknown command '\t'
src/corelib/global/qnamespace.qdoc:2448:Undocumented enum item 'MarkdownText' in Qt::TextFormat
src/corelib/tools/qstringmatcher.cpp:183:No such parameter 'pattern' in QStringMatcher::QStringMatcher()
src/network/ssl/qsslerror.cpp:58:Undocumented enum item 'CertificateStatusUnknown' in QSslError::SslError
src/gui/kernel/qevent.cpp:5321:Undocumented parameter 'screenOrientation' in QScreenOrientationChangeEvent::QScreenOrientationChangeEvent()
src/gui/kernel/qevent.cpp:5321:Undocumented parameter 'screen' in QScreenOrientationChangeEvent::QScreenOrientationChangeEvent()
src/gui/kernel/qevent.cpp:5321:No such parameter 'orientation' in QScreenOrientationChangeEvent::QScreenOrientationChangeEvent()
src/gui/text/qtextformat.cpp:532:Undocumented enum item 'BlockCodeLanguage' in QTextFormat::Property
src/gui/text/qtextformat.cpp:532:Undocumented enum item 'BlockQuoteLevel' in QTextFormat::Property
src/gui/text/qtextformat.cpp:532:Undocumented enum item 'BlockMarker' in QTextFormat::Property
src/gui/text/qtextdocument.cpp:3294:Undocumented parameter 'features' in QTextDocument::toMarkdown()
src/gui/painting/qcolorspace.cpp:659:Undocumented parameter 'colorSpace1' in QColorSpace::operator!=()
src/gui/painting/qcolorspace.cpp:659:Undocumented parameter 'colorSpace2' in QColorSpace::operator!=()
src/gui/painting/qcolorspace.cpp:659:No such parameter 'colorspace1' in QColorSpace::operator!=()
src/gui/painting/qcolorspace.cpp:659:No such parameter 'colorspace2' in QColorSpace::operator!=()
examples/widgets/doc/src/icons.qdoc:269:Command '\snippet (//! [43])' failed at end of file 'widgets/icons/iconpreviewarea.cpp'
src/widgets/styles/qstyle.cpp:2026:Undocumented enum item 'SP_DialogRetryButton' in QStyle::StandardPixmap
src/widgets/styles/qstyle.cpp:2026:Undocumented enum item 'SP_DialogYesToAllButton' in QStyle::StandardPixmap
src/widgets/styles/qstyle.cpp:2026:Undocumented enum item 'SP_DialogIgnoreButton' in QStyle::StandardPixmap
src/widgets/styles/qstyle.cpp:2026:Undocumented enum item 'SP_DialogNoToAllButton' in QStyle::StandardPixmap
src/widgets/styles/qstyle.cpp:2026:Undocumented enum item 'SP_DialogAbortButton' in QStyle::StandardPixmap
src/widgets/styles/qstyle.cpp:2026:Undocumented enum item 'SP_RestoreDefaultsButton' in QStyle::StandardPixmap
src/widgets/styles/qstyle.cpp:2026:Undocumented enum item 'SP_DialogSaveAllButton' in QStyle::StandardPixmap
src/testlib/qtestcase.qdoc:439:Undocumented parameter 'TestClass' in QTest::QTEST_HIGHDPI_SCALING_MAIN
src/testlib/qtestcase.qdoc:452:Undocumented parameter 'TestClass' in QTest::QTEST_NO_HIGHDPI_SCALING_MAIN

Change-Id: Ib0e9bf81c5caaa6b1fc644ac92085af47c600e0e
Reviewed-by: Shawn Rutledge <shawn.rutledge@qt.io>
Reviewed-by: Anton Kudryavtsev <antkudr@mail.ru>
Reviewed-by: Paul Wicking <paul.wicking@qt.io>
2019-05-21 17:39:58 +02:00
..
addressbook-tutorial.qdoc Doc: Add brief statements to Address Book Example chapters 2018-04-09 06:51:07 +00:00
addressbook.qdoc Cleanup Addressbook example 2018-12-04 07:00:41 +00:00
affine.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
analogclock.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
animatedtiles.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
application.qdoc Merge remote-tracking branch 'origin/5.6' into 5.7 2016-08-13 01:05:02 +02:00
basicdrawing.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
basicgraphicslayouts.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
basiclayouts.qdoc Doc: minor language edits 2017-09-29 08:52:59 +00:00
basicsortfiltermodel.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
blurpicker.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
borderlayout.qdoc Doc: complete Border Layout Example 2018-02-19 12:28:46 +00:00
boxes.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
calculator.qdoc Doc: Add list with widgets examples using layouts 2017-07-03 11:51:23 +00:00
calendar.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
calendarwidget.qdoc Doc: minor corrections doc Calendar Widget Example 2017-09-29 08:52:34 +00:00
charactermap.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
chart.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
chip.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
classwizard.qdoc Merge remote-tracking branch 'origin/5.6' into 5.7 2016-08-13 01:05:02 +02:00
codeeditor.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
collidingmice-example.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
coloreditorfactory.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
combowidgetmapper.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
completer.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
composition.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
concentriccircles.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
customsortfiltermodel.qdoc Examples: fix wrong QRegExp in Custom Sort/Filter Model Example 2018-04-22 12:46:45 +00:00
deform.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
diagramscene.qdoc Cleanup Widgets examples - foreach 2019-01-23 18:49:05 +00:00
digitalclock.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
dirview.qdoc Doc: Update doc for Dir View Example 2018-04-25 09:02:02 +00:00
dockwidgets.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
draganddroppuzzle.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
dragdroprobot.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
draggableicons.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
draggabletext.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
dynamiclayouts.qdoc Doc: Complete Dynamic Layouts Example 2018-03-14 12:44:20 +00:00
easing.qdoc Doc: complete Easing Curve Example 2017-12-18 14:07:51 +00:00
echoplugin.qdoc Doc: Add list with widgets examples using layouts 2017-07-03 11:51:23 +00:00
editabletreemodel.qdoc Doc: review language and spelling in Editable Tree Model Example 2018-02-19 14:22:15 +00:00
elasticnodes.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
elidedlabel.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
embeddeddialogs.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
eventtransitions.qdoc Fix documentation of the Event Transitions Example 2018-04-11 07:32:28 +00:00
extension.qdoc Doc: Update Extension example 2018-06-13 11:41:10 +00:00
factorial.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
fademessage.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
fetchmore.qdoc Fix typo in fetchmore example documentation 2018-12-24 12:01:03 +00:00
findfiles.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
flowlayout.qdoc Doc: Add list with widgets examples using layouts 2017-07-03 11:51:23 +00:00
fontsampler.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
fridgemagnets.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
frozencolumn.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
gradients.qdoc Add demo of the new QGradient presets to the gradients example 2018-07-24 16:45:41 +00:00
graphicsview-anchorlayout.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
graphicsview-flowlayout.qdoc Doc: Add doc to Graphics View Flow Layout example 2018-03-13 12:07:55 +00:00
graphicsview-simpleanchorlayout.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
graphicsview-weatheranchorlayout.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
groupbox.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
i18n.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
icons.qdoc Fix qdoc warnings for Qt 5.14 2019-05-21 17:39:58 +02:00
imagecomposition.qdoc Doc: Add list with widgets examples using layouts 2017-07-03 11:51:23 +00:00
imageviewer.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
interview.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
itemviewspuzzle.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
licensewizard.qdoc Merge remote-tracking branch 'origin/5.6' into 5.7 2016-08-13 01:05:02 +02:00
lineedits.qdoc QLineEdit example: fix link to QLineEdit::setInputMask 2018-05-09 17:45:29 +00:00
mainwindow.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
mdi.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
menus.qdoc Doc: Add list with widgets examples using layouts 2017-07-03 11:51:23 +00:00
moveblocks.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
movie.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
orderform.qdoc Cleanup Widgets examples - foreach 2019-01-23 18:49:05 +00:00
padnavigator.qdoc Doc: Add missing full stops in briefs 2018-06-21 14:23:30 +00:00
painterpaths.qdoc Be (somewhat more) consistent about the value of pi 2017-06-20 09:53:46 +00:00
pathstroke.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
pingpong.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
pixelator.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
plugandpaint.qdoc Cleanup Widgets examples - foreach 2019-01-23 18:49:05 +00:00
regexp.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
regularexpression.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
rogue.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
screenshot.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
scribble.qdoc Doc: Fix typo in Scribble example 2018-06-21 14:35:01 +00:00
sdi.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
settingseditor.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
shapedclock.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
simpledommodel.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
simpletreemodel.qdoc Cleanup SimpleTreeModel example 2019-01-23 15:13:41 +00:00
simplewidgetmapper.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
sliders.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
spinboxdelegate.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
spinboxes.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
spreadsheet.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
standarddialogs.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
stardelegate.qdoc Cleanup StarDelegate example 2018-12-04 07:00:44 +00:00
states.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
stickman.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
styleplugin.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
styles.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
stylesheet.qdoc doc: Change \l StyleSheetEditor to \c StyleSheetEditor 2018-02-03 17:25:27 +00:00
sub-attaq.qdoc Doc: Add list with widgets examples using layouts 2017-07-03 11:51:23 +00:00
syntaxhighlighter.qdoc Doc: updated QSyntaxHighlighter documentation and use QRegularExpression 2017-04-12 22:09:43 +00:00
tabdialog.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
tablet.qdoc tablet example: enable high-DPI rendering 2017-05-15 20:49:12 +00:00
tetrix.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00
textedit.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
tooltips.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
trafficlight.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
transformations.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
treemodelcompleter.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
trivialwizard.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
twowaybutton.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
undo.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
undoframework.qdoc Unify license header usage. 2016-03-29 10:20:03 +00:00
validators.qdoc Doc: Remove Validators example from highlighted widgets examples 2018-02-15 09:05:29 +00:00
wiggly.qdoc Update usage of QFontMetrics::width() to new API 2017-12-08 15:06:32 +00:00
windowflags.qdoc Doc: update Qt Widgets examples 2016-12-12 14:43:02 +00:00