QmlSamplesApp moving menu source code

3692
3
Jump to solution
04-13-2015 04:55 AM
KK2014
by
New Contributor III

How can we find or download QmlSamplesApp source code for creating moving menus like left side (Category Menu) of QmlSamplesApp's ?

Thanks

Tags (1)
0 Kudos
1 Solution

Accepted Solutions
LucasDanzinger
Esri Frequent Contributor

KK-

The code isn't on Github at this time. This animation is all done in QML. We use the Behavior element and add different animations for when certain properties of an element change. This Qt doc should help get you started - Behavior QML Element | Qt 4.8

-Luke

View solution in original post

0 Kudos
3 Replies
ThomasDunn
Occasional Contributor

Hello, KK 2014.

The QML Sample App is a hybrid app. The code managing the list of samples and presenting the content (sample descriptions and source code list) is written in a combination of C++ and QML.

We plan to move all the code for the sample to Github in an upcoming release. When it is there, you will have access to the source and have the opportunity to contribute to the sample application itself.

Qt offers a wide selection of samples for developing UI elements. You can see these in Qt Creator by selecting Welcome (the top item) on the Mode Selector. You can refine the list by searching for "QML" or "quick". Looking through these may inspire you to create an even better UX.

qmlexamples.png

KK2014
by
New Contributor III

Hi Thomas,

Are there any code moved to Github like QmlSamplesApp examples which have moving menus like left side (Category Menu) of QmlSamplesApp's ?

Thank You.

0 Kudos
LucasDanzinger
Esri Frequent Contributor

KK-

The code isn't on Github at this time. This animation is all done in QML. We use the Behavior element and add different animations for when certain properties of an element change. This Qt doc should help get you started - Behavior QML Element | Qt 4.8

-Luke

0 Kudos