User interface for restaraunts
-
Hey, guys!
I was given the task of writing a user interface for restaurants, am I right that I can do it with QML?
Also, how can I deal with touch screens, is there some functions or methods or maybe it's already included and recognized as mouse?
What would you advice me to learn for this task or maybe watch or read, anything -
Yes, you can build just about anything you like. What coding experience do you already have?
What will the interface do/allow?, is this for staff or for customers or both?, is the idea for a customer to place/edit/complete their own order?, or is this purely for staff to input a customers order, or is it just a readonly menu?, you're not giving much away.
-
Yes, you can build just about anything you like. What coding experience do you already have?
What will the interface do/allow?, is this for staff or for customers or both?, is the idea for a customer to place/edit/complete their own order?, or is this purely for staff to input a customers order, or is it just a readonly menu?, you're not giving much away.
@Markkyboy It's for both customers and stuff, yeah the idea for customer to place/edit/complete order. The screen will be in a robot-waiter. For stuff it will be menu for robot to deliever order to the customers, something like a map.
My expirence in Qt creator on a low level, I started to learn it maybe 2 weeks ago, but I need to do it really quickly because I faced hard task. I had some expereience in C++, I learn it in university and did some regular tasks. I did some projects with the help of youtube videos in Qt, but information there is not what I want to know about that framework.
So, I found this forum and wanna ask people for helping me to figure it out faster than I do it by myself.
Thank you for answering me -
I'm not exactly an expert and often come here for answers. I think what you are asking is a lot of work for one person with not much QT/QML experience.
You asked about mouse control with touchscreen, which says to me, you haven't even tried a simple project to see how it behaves. What hardware do you plan to deploy on?, something running Android?, iOS?, other?, seriously, this is a lot of work for one person and unless other users here are planning on producing something similar to your project, you won't find much help without truly helping yourself first. Most of the guru's here will ask "what do you have so far, give some working code please?", otherwise, in effect, you are asking others to write code for you. With all due respect, this forum isn't Fiver.com :)