qt6-bb10/examples/widgets/mainwindows/mainwindow
Lars Knoll df853fed66 Use qsizetype in QList
The change creates a slight source incompatibility. The main
things to take care of are

* code using printf statements on list.size(). Using qsizetype in
printf statements will always require a cast to work on both 32
and 64 bit.
* A few places where overloads now get ambiguous. One example is
QRandomGenerator::bounded() that has overloads for int, uint and
double, but not int64.
* Streaming list.size() to a QDataStream will change the format
depending on the architecture.

[ChangeLog][QtCore][QList] QList now uses qsizetype to index into
elements.

Change-Id: Iaff562a4d072b97f458417b670f95971bd47cbc6
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
2020-07-06 21:31:14 +02:00
..
CMakeLists.txt Regenerate examples 2020-02-04 18:50:39 +00:00
colorswatch.cpp Example: Connect to correct slot 2020-06-23 14:21:04 +02:00
colorswatch.h Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
main.cpp High-DPI: Remove usages of Qt::AA_UseHighDpiPixmaps 2020-03-30 08:43:02 +01:00
mainwindow.cpp Merge remote-tracking branch 'origin/5.15' into dev 2020-04-08 20:11:39 +02:00
mainwindow.h Deprecate constructing QFlags from a pointer 2019-11-20 19:43:38 +01:00
mainwindow.pro qtlite: Skip building examples when configured with no-feature-itemviews 2018-01-12 07:58:20 +00:00
mainwindow.qrc
qt.png
titlebarCenter.png
titlebarLeft.png
titlebarRight.png
toolbar.cpp Use qsizetype in QList 2020-07-06 21:31:14 +02:00
toolbar.h