qt5base-lts/examples/sql/sqlbrowser
Lars Knoll 1697fbdf05 Deprecate the static int based API in QMetaType
And remove one of the type id to name mapping that still
existed in QMetaType. QMetaTypeInterface can provide that,
so there's no need to have a second copy of the data.

qMetaTypeTypeInternal() can still map all the names of all
builtin types to ids. That functionality is for now still
required by moc and can't be removed yet.

Change-Id: Ib4f8e9c71e1e7d99d52da9e44477c9a1f1805e57
Reviewed-by: Lars Knoll <lars.knoll@qt.io>
2020-08-24 00:19:05 +02:00
..
browser.cpp Deprecate the static int based API in QMetaType 2020-08-24 00:19:05 +02:00
browser.h Revamp SQL examples to C++11 2017-09-14 10:48:48 +00:00
browserwidget.ui add strategy support to sqlbrowser example 2012-03-06 06:34:33 +01:00
CMakeLists.txt CMake: Regenerate examples 2020-07-09 09:38:28 +02:00
connectionwidget.cpp Revamp SQL examples to C++11 2017-09-14 10:48:48 +00:00
connectionwidget.h Revamp SQL examples to C++11 2017-09-14 10:48:48 +00:00
main.cpp Revamp SQL examples to C++11 2017-09-14 10:48:48 +00:00
qsqlconnectiondialog.cpp QtSql: remove compat SQL plugin names 2020-02-13 22:42:26 +01:00
qsqlconnectiondialog.h Revamp SQL examples to C++11 2017-09-14 10:48:48 +00:00
qsqlconnectiondialog.ui Move all other demos in qtbase to examples. 2011-06-24 16:47:24 +02:00
sqlbrowser.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00