View Single Post
marxian's Avatar
Posts: 2,448 | Thanked: 9,523 times | Joined on Aug 2010 @ Wigan, UK
#2
Can you provide a link to the website you have in mind? That would be helpful in understanding exactly what it is you are looking to do. The most suitable approach will depend on whether the website has a public API. If it does, you should be able to retrieve/submit data via the API. Otherwise, the approach will probably be to retrieve and parse the HTML. For displaying the UI, you can use either QtGui widgets or QML. In your case, I would probably use Python with the Qt bindings for the backend code.
__________________
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith

My website

GitHub