PDA

View Full Version : Clarification needed on my concept



Mathan
4th August 2016, 17:22
Hi All,

Need clarification on my understandings on Qt Development.

main.qml - Default/Entry point qml
main.cpp - EntryPoint

If i need to add the FOOTER tab [down to the screen]
Step 1: I should create an qml called Footer.qml
Step 2: design the button in the [Adding the image/Click event]
step 3: add the Footer [Footer.qml] in the main.qml
step 4: manage the Footer [Show/Hide] in the main.qml

Am I right with this concept?

anda_skoa
4th August 2016, 17:55
Yes, that sounds reasonable.

Cheers,
_