Remove references to Application Example

Removing dangling references to the example due to its move to
manual tests.

Pick-to: 6.6 6.5
Change-Id: I13f5fad93763d1ef70ddd8b3dcf430b5df8e28f9
Reviewed-by: Volker Hilsheimer <volker.hilsheimer@qt.io>
This commit is contained in:
Axel Spoerl 2023-06-09 11:41:35 +02:00
parent 20d3827ecc
commit d2db1d511d
6 changed files with 4 additions and 10 deletions

View File

@ -33,7 +33,6 @@ LocationDialog::LocationDialog(QWidget *parent)
applicationComboBox = new QComboBox;
applicationComboBox->addItem(tr("Any"));
applicationComboBox->addItem(tr("Qt Creator"));
applicationComboBox->addItem(tr("Application Example"));
applicationComboBox->addItem(tr("Assistant"));
applicationComboBox->addItem(tr("Designer"));
applicationComboBox->addItem(tr("Linguist"));

View File

@ -2340,7 +2340,7 @@ void QConfFileSettingsPrivate::ensureSectionParsed(QConfFile *confFile,
\endlist
\sa QVariant, QSessionManager, {Settings Editor Example}, {Qt Widgets - Application Example}
\sa QVariant, QSessionManager, {Settings Editor Example}
*/
/*! \enum QSettings::Status

View File

@ -171,9 +171,7 @@ QObject *QActionPrivate::menu() const
Once a QAction has been created, it should be added to the relevant
menu and toolbar, then connected to the slot which will perform
the action. For example:
\snippet ../widgets/mainwindows/mdi/mainwindow.cpp qaction setup
the action.
Actions are added to widgets using QWidget::addAction() or
QGraphicsWidget::addAction(). Note that an action must be added to a
@ -186,7 +184,7 @@ QObject *QActionPrivate::menu() const
use as menu items.
\sa QMenu, QToolBar, {Qt Widgets - Application Example}
\sa QMenu, QToolBar
*/
/*!

View File

@ -60,4 +60,3 @@ imagedirs += images \
navigation.landingpage = "Qt Widgets"
navigation.cppclassespage = "Qt Widgets C++ Classes"
manifestmeta.highlighted.names = "QtWidgets/Qt Widgets - Application Example"

View File

@ -280,8 +280,7 @@ void QMainWindowPrivate::init()
is the position and size (relative to the size of the main window)
of the toolbars and dock widgets that are stored.
\sa QMenuBar, QToolBar, QStatusBar, QDockWidget,
{Menus Example}
\sa QMenuBar, QToolBar, QStatusBar, QDockWidget, {Menus Example}
*/
/*!

View File

@ -1186,7 +1186,6 @@ void QPlainTextEditPrivate::ensureViewportLayouted()
editor with line wrap enabled in real time. It also makes for a
fast log viewer (see setMaximumBlockCount()).
\sa QTextDocument, QTextCursor
{Syntax Highlighter Example}, {Rich Text Processing}