.. |
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 |
CMakeLists.txt
|
bye,bye qmake, say hello to cmake
|
2023-04-05 17:47:15 +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.qml
|
QJSValue converter for QskGradient added to be compatible with new Qt
|
2022-11-30 17:05:37 +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 |