From e86df8cc4b6a522fac909687d48b269c7f5108b6 Mon Sep 17 00:00:00 2001 From: Casper van Donderen Date: Tue, 20 Sep 2011 23:22:36 +0200 Subject: Move the documentation for the classes to their modules. All documented classes under src/widgets should now be under the QtWidgets module in the documentation. The QtPrintSupport classes should now be under the QtPrintSupport module in the documentation. Change-Id: I236b15443b8b93a61578a1d10f52b64dba938f29 Reviewed-on: http://codereview.qt-project.org/5520 Reviewed-by: Casper van Donderen --- src/widgets/util/qcolormap.qdoc | 1 + src/widgets/util/qcompleter.cpp | 2 ++ src/widgets/util/qscroller.cpp | 2 ++ src/widgets/util/qscrollerproperties.cpp | 2 ++ src/widgets/util/qsystemtrayicon.cpp | 1 + src/widgets/util/qundogroup.cpp | 1 + src/widgets/util/qundostack.cpp | 4 ++++ src/widgets/util/qundoview.cpp | 1 + 8 files changed, 14 insertions(+) (limited to 'src/widgets/util') diff --git a/src/widgets/util/qcolormap.qdoc b/src/widgets/util/qcolormap.qdoc index 99b97a54b4..88deabcfd6 100644 --- a/src/widgets/util/qcolormap.qdoc +++ b/src/widgets/util/qcolormap.qdoc @@ -28,6 +28,7 @@ /*! \class QColormap \ingroup painting + \inmodule QtWidgets \brief The QColormap class maps device independent QColors to device dependent pixel values. diff --git a/src/widgets/util/qcompleter.cpp b/src/widgets/util/qcompleter.cpp index d1ec03f1e4..39b7faf57f 100644 --- a/src/widgets/util/qcompleter.cpp +++ b/src/widgets/util/qcompleter.cpp @@ -44,6 +44,8 @@ \brief The QCompleter class provides completions based on an item model. \since 4.2 + \inmodule QtWidgets + You can use QCompleter to provide auto completions in any Qt widget, such as QLineEdit and QComboBox. When the user starts typing a word, QCompleter suggests possible ways of diff --git a/src/widgets/util/qscroller.cpp b/src/widgets/util/qscroller.cpp index 7ad726228d..2ab19c40ab 100644 --- a/src/widgets/util/qscroller.cpp +++ b/src/widgets/util/qscroller.cpp @@ -238,6 +238,8 @@ private: \brief The QScroller class enables kinetic scrolling for any scrolling widget or graphics item. \since 4.8 + \inmodule QtWidgets + With kinetic scrolling, the user can push the widget in a given direction and it will continue to scroll in this direction until it is stopped either by the user or by friction. Aspects of inertia, friction diff --git a/src/widgets/util/qscrollerproperties.cpp b/src/widgets/util/qscrollerproperties.cpp index 5e2459a37e..dda83c2b33 100644 --- a/src/widgets/util/qscrollerproperties.cpp +++ b/src/widgets/util/qscrollerproperties.cpp @@ -93,6 +93,8 @@ QScrollerPropertiesPrivate *QScrollerPropertiesPrivate::defaults() \brief The QScrollerProperties class stores the settings for a QScroller. \since 4.8 + \inmodule QtWidgets + The QScrollerProperties class stores the parameters used by QScroller. The default settings are platform dependent so that Qt emulates the diff --git a/src/widgets/util/qsystemtrayicon.cpp b/src/widgets/util/qsystemtrayicon.cpp index f6eeaa02b2..3ca5d459a7 100644 --- a/src/widgets/util/qsystemtrayicon.cpp +++ b/src/widgets/util/qsystemtrayicon.cpp @@ -66,6 +66,7 @@ QT_BEGIN_NAMESPACE \brief The QSystemTrayIcon class provides an icon for an application in the system tray. \since 4.2 \ingroup desktop + \inmodule QtWidgets Modern operating systems usually provide a special area on the desktop, called the \e{system tray} or \e{notification area}, where long-running diff --git a/src/widgets/util/qundogroup.cpp b/src/widgets/util/qundogroup.cpp index 4f83e3a815..44c00afe98 100644 --- a/src/widgets/util/qundogroup.cpp +++ b/src/widgets/util/qundogroup.cpp @@ -61,6 +61,7 @@ public: \class QUndoGroup \brief The QUndoGroup class is a group of QUndoStack objects. \since 4.2 + \inmodule QtWidgets For an overview of the Qt's undo framework, see the \link qundo.html overview\endlink. diff --git a/src/widgets/util/qundostack.cpp b/src/widgets/util/qundostack.cpp index 59e73e6ad2..9841a09ce6 100644 --- a/src/widgets/util/qundostack.cpp +++ b/src/widgets/util/qundostack.cpp @@ -53,6 +53,8 @@ QT_BEGIN_NAMESPACE \brief The QUndoCommand class is the base class of all commands stored on a QUndoStack. \since 4.2 + \inmodule QtWidgets + For an overview of Qt's Undo Framework, see the \l{Overview of Qt's Undo Framework}{overview document}. @@ -321,6 +323,8 @@ const QUndoCommand *QUndoCommand::child(int index) const \brief The QUndoStack class is a stack of QUndoCommand objects. \since 4.2 + \inmodule QtWidgets + For an overview of Qt's Undo Framework, see the \l{Overview of Qt's Undo Framework}{overview document}. diff --git a/src/widgets/util/qundoview.cpp b/src/widgets/util/qundoview.cpp index 820fcaf2de..c95e89f76e 100644 --- a/src/widgets/util/qundoview.cpp +++ b/src/widgets/util/qundoview.cpp @@ -255,6 +255,7 @@ QIcon QUndoModel::cleanIcon() const \since 4.2 \ingroup advanced + \inmodule QtWidgets QUndoView is a QListView which displays the list of commands pushed on an undo stack. The most recently executed command is always selected. Selecting a different command -- cgit v1.2.3