QT widget
-
I am new to QT and developing an QT Point of Sale application.
I have to show label in first screen "Swipe/Insert the card" Once the user swipe the card.
It will move to other screen that is amount entry screen.
I have to set timer for each screen and it timer expires it will move to idle screen.
and once the transaction is successful it will show the approval code.
If you have any idea to implement this juts let me know
-
Hi and welcome to devnet,
Sounds like some sort of wizard, have a look at the QWizard documentation and for the timer part at QTimer.
As a side note it's Qt, QT stands for Apple's QuickTime.
Also next time, please choose a more suitable sub forum, this one is dedicated to question related to the wiki part of the site.