qskinny/examples/layouts
Uwe Rathmann 57c25294c4 replace qmlRegister methods by setting the registration info manually.
Hopefully this allows better finetuning and validating of what is possible in QML
for the various Qt versions.

In the long run we might want to qualify the class definitions with
QML_ELEMENT and friends to have better tool support ( qmlcachegen ??? )
See https://www.qt.io/blog/qml-type-registration-in-qt-5.15
2022-11-29 17:24:40 +01:00
..
ButtonBox.cpp using auto, where it makes sense 2019-02-26 21:49:39 +01:00
ButtonBox.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
DynamicConstraintsPage.cpp sizeHint calculations moved to the skinlet 2020-12-29 09:45:00 +01:00
DynamicConstraintsPage.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
FlowLayoutPage.cpp using elementCount instead of count 2020-11-11 10:31:39 +01:00
FlowLayoutPage.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
GridLayoutPage.cpp QskRgbValue -> QskRgb 2020-08-15 13:29:17 +02:00
GridLayoutPage.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
LinearLayoutPage.cpp using elementCount instead of count 2020-11-11 10:31:39 +01:00
LinearLayoutPage.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
StackLayoutPage.cpp stack box: Add cube effect 2022-08-03 08:23:20 +02:00
StackLayoutPage.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
TestRectangle.cpp some improvememts for stack box flipping 2022-07-25 18:42:18 +02:00
TestRectangle.h using pragma once for the examples 2021-08-04 10:11:12 +02:00
layouts.pro doing the GridLayoutPage in Qml to demonstrate how parts written in Qml 2019-07-09 10:16:04 +02:00
layouts.qml replace qmlRegister methods by setting the registration info manually. 2022-11-29 17:24:40 +01:00
layouts.qrc doing the GridLayoutPage in Qml to demonstrate how parts written in Qml 2019-07-09 10:16:04 +02:00
main.cpp using Qt::Edge instead of Qsk::Position 2022-04-17 12:37:13 +02:00