Hi All,
This is my first post on this forum and am totally new in Qt development. Even not enough familiar with c++ language too :(
I want to develop an Qt GUI Application which will be running oon an embedded board. The main purpose of this application is to slide a point (lets say Image1) on a background(image2)* horizontally.*
The basic approach i came across is cited below:
1. I am updating content of a file (values.txt) at regular interval to get current values. Its not a part of this application.
2. After that i tried reading the same file in continuous loop manner from a qt program
3. Then, depending upon the values i want to transfer to the qml file so that i can move the point on slider. For example if i get “-3” from the file, i would like to slide the circle(image1) to -3 location on background screen.
So basically i want to move a pointer/circle depending upon the values i am getting from the text file. Its like a loading bar.
But i really finding it tough as i am totaly new into this. Hence could anyone write the possible solution to accomplish this task. Any other approach to this problem is also apreciated.. Please help me out.
Thanks in advance
-Nitin
↧