10 lines
223 B
Plaintext
10 lines
223 B
Plaintext
This example shows a module "org.qtproject.TimeExample" that is implemented
|
|
by a C++ plugin (providing the "Time" type), and by QML files (providing the
|
|
"Clock" type).
|
|
|
|
To run:
|
|
|
|
make install
|
|
qmlviewer -I . plugins.qml
|
|
|