Doc: Remove references to Windows CE in Qt SQL and Qt Namespace
The platform is not supported since Qt 5.7. - Removed Windows CE-specific \notes in SQL drivers' documentation - Marked a couple of Windows CE-specific enum values using \omitvalue Task-number: QTBUG-55331 Change-Id: I35b44f9d31fde6f10013c043260db1b852c171e2 Reviewed-by: Topi Reiniö <topi.reinio@theqtcompany.com> Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
parent
2111bf00fe
commit
c3bd28de8d
@ -137,7 +137,7 @@
|
|||||||
|
|
||||||
\value AA_DontUseNativeMenuBar All menubars created while this attribute is
|
\value AA_DontUseNativeMenuBar All menubars created while this attribute is
|
||||||
set to true won't be used as a native menubar (e.g, the menubar at
|
set to true won't be used as a native menubar (e.g, the menubar at
|
||||||
the top of the main screen on \macos or at the bottom in Windows CE).
|
the top of the main screen on \macos).
|
||||||
|
|
||||||
\value AA_MacDontSwapCtrlAndMeta On \macos by default, Qt swaps the
|
\value AA_MacDontSwapCtrlAndMeta On \macos by default, Qt swaps the
|
||||||
Control and Meta (Command) keys (i.e., whenever Control is pressed, Qt
|
Control and Meta (Command) keys (i.e., whenever Control is pressed, Qt
|
||||||
@ -925,9 +925,6 @@
|
|||||||
|
|
||||||
\value WA_InputMethodEnabled Enables input methods for Asian languages.
|
\value WA_InputMethodEnabled Enables input methods for Asian languages.
|
||||||
Must be set when creating custom text editing widgets.
|
Must be set when creating custom text editing widgets.
|
||||||
On Windows CE this flag can be used in addition to
|
|
||||||
QApplication::autoSipEnabled to automatically display the SIP when
|
|
||||||
entering a widget.
|
|
||||||
|
|
||||||
\value WA_KeyboardFocusChange Set on a toplevel window when
|
\value WA_KeyboardFocusChange Set on a toplevel window when
|
||||||
the users changes focus with the keyboard (tab, backtab, or shortcut).
|
the users changes focus with the keyboard (tab, backtab, or shortcut).
|
||||||
@ -2221,11 +2218,9 @@
|
|||||||
the bottom. This window hint is currently not implemented
|
the bottom. This window hint is currently not implemented
|
||||||
for \macos.
|
for \macos.
|
||||||
|
|
||||||
\value WindowOkButtonHint Adds an OK button to the window decoration of a dialog.
|
\omitvalue WindowOkButtonHint
|
||||||
Only supported for Windows CE.
|
|
||||||
|
|
||||||
\value WindowCancelButtonHint Adds a Cancel button to the window decoration of a dialog.
|
\omitvalue WindowCancelButtonHint
|
||||||
Only supported for Windows CE.
|
|
||||||
|
|
||||||
\value WindowTransparentForInput Informs the window system that this window
|
\value WindowTransparentForInput Informs the window system that this window
|
||||||
is used only for output (displaying something) and does not take input.
|
is used only for output (displaying something) and does not take input.
|
||||||
|
@ -168,8 +168,6 @@
|
|||||||
If you are not using a Microsoft compiler, replace \c nmake with \c
|
If you are not using a Microsoft compiler, replace \c nmake with \c
|
||||||
make in the line above.
|
make in the line above.
|
||||||
|
|
||||||
\note This database plugin is not supported for Windows CE.
|
|
||||||
|
|
||||||
\note Including \c{"-o Makefile"} as an argument to \l qmake to
|
\note Including \c{"-o Makefile"} as an argument to \l qmake to
|
||||||
tell it where to build the makefile can cause the plugin to be
|
tell it where to build the makefile can cause the plugin to be
|
||||||
built in release mode only. If you are expecting a debug version
|
built in release mode only. If you are expecting a debug version
|
||||||
@ -261,8 +259,6 @@
|
|||||||
|
|
||||||
\snippet code/doc_src_sql-driver.qdoc 9
|
\snippet code/doc_src_sql-driver.qdoc 9
|
||||||
|
|
||||||
\b{Note:} This database plugin is not supported for Windows CE.
|
|
||||||
|
|
||||||
\target QODBC
|
\target QODBC
|
||||||
\section2 QODBC for Open Database Connectivity (ODBC)
|
\section2 QODBC for Open Database Connectivity (ODBC)
|
||||||
|
|
||||||
@ -365,8 +361,6 @@
|
|||||||
If you are not using a Microsoft compiler, replace \c nmake with \c
|
If you are not using a Microsoft compiler, replace \c nmake with \c
|
||||||
make in the line above.
|
make in the line above.
|
||||||
|
|
||||||
\b{Note:} This database plugin is not officially supported for Windows CE.
|
|
||||||
|
|
||||||
\target QPSQL
|
\target QPSQL
|
||||||
\section2 QPSQL for PostgreSQL (Version 7.3 and Above)
|
\section2 QPSQL for PostgreSQL (Version 7.3 and Above)
|
||||||
|
|
||||||
@ -426,8 +420,6 @@
|
|||||||
Users of MinGW may wish to consult the following online document:
|
Users of MinGW may wish to consult the following online document:
|
||||||
\l{http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW}{PostgreSQL MinGW/Native Windows}.
|
\l{http://www.postgresql.org/docs/current/static/installation-platform-notes.html#INSTALLATION-NOTES-MINGW}{PostgreSQL MinGW/Native Windows}.
|
||||||
|
|
||||||
\b{Note:} This database plugin is not supported for Windows CE.
|
|
||||||
|
|
||||||
\target QTDS
|
\target QTDS
|
||||||
\section2 QTDS for Sybase Adaptive Server
|
\section2 QTDS for Sybase Adaptive Server
|
||||||
|
|
||||||
@ -475,8 +467,6 @@
|
|||||||
are not using a Microsoft compiler, replace \c nmake with \c make in
|
are not using a Microsoft compiler, replace \c nmake with \c make in
|
||||||
the line above.
|
the line above.
|
||||||
|
|
||||||
\b{Note:} This database plugin is not supported for Windows CE.
|
|
||||||
|
|
||||||
\target QDB2
|
\target QDB2
|
||||||
\section2 QDB2 for IBM DB2 (Version 7.1 and Above)
|
\section2 QDB2 for IBM DB2 (Version 7.1 and Above)
|
||||||
|
|
||||||
@ -512,8 +502,6 @@
|
|||||||
If you are not using a Microsoft compiler, replace \c nmake
|
If you are not using a Microsoft compiler, replace \c nmake
|
||||||
with \c make in the line above.
|
with \c make in the line above.
|
||||||
|
|
||||||
\b{Note:} This database plugin is not supported for Windows CE.
|
|
||||||
|
|
||||||
\target QSQLITE2
|
\target QSQLITE2
|
||||||
\section2 QSQLITE2 for SQLite Version 2
|
\section2 QSQLITE2 for SQLite Version 2
|
||||||
|
|
||||||
@ -674,8 +662,6 @@
|
|||||||
|
|
||||||
Note that \c{C:\interbase\bin} must be in the \c PATH.
|
Note that \c{C:\interbase\bin} must be in the \c PATH.
|
||||||
|
|
||||||
\b{Note:} This database plugin is not supported for Windows CE.
|
|
||||||
|
|
||||||
\target troubleshooting
|
\target troubleshooting
|
||||||
\section1 Troubleshooting
|
\section1 Troubleshooting
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user