summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/gui/doc/src/qtgui.qdoc13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/gui/doc/src/qtgui.qdoc b/src/gui/doc/src/qtgui.qdoc
index 010659df8c..a425c8a84d 100644
--- a/src/gui/doc/src/qtgui.qdoc
+++ b/src/gui/doc/src/qtgui.qdoc
@@ -195,19 +195,6 @@
For more information, see the \l{Hello Vulkan Widget Example}
and the \l {Hello Vulkan Window Example}.
- \section1 Qt GUI Prior to Qt 5.0
-
- Prior to Qt 5.0, the Qt GUI module was the monolithic container
- for all things relating to graphical user interfaces in Qt, and
- included the Qt widget set, the item views, the graphics view
- framework and also printing. Starting Qt 5, these classes have
- been moved to the Qt Widgets module. Printing has been
- moved to the Qt Print Support module. Please note that these
- modules can be excluded from a Qt installation.
-
- Qt GUI now contains only a small set of enablers, which are generally
- useful for all graphical applications.
-
\section1 Drag and Drop
More info in \l{Drag and Drop}