Click here to Skip to main content
15,891,607 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi all
I want help from anyone. Me and my group have decided to make a mobile application for our graduation project and we have decided to use QT. The project will involve OCR. Can anyone tell me from where I should start and what are the important things I should be careful about?
Posted
Updated 16-Oct-10 4:10am
v3
Comments
Goutam Patra 6-Oct-10 6:16am    
You will get help if you give a proper subject of your question.

QT is not a programming language!! It is a very comprehensive library or a framework written in C++. Qt is meant for desktop development and you have to use variant of Qt for mobile platforms. Check this link for the supported platforms:
http://qt.nokia.com/products/qt-for-mobile-platforms[^]

-Saurabh
 
Share this answer
 
most important is that you realise your working in a restricted environment, start off making your screens of dynamic size, use screen.width or equivalant for widths of things, dont use design view for stuff like that cos screen sizes vary. OCR is easy, just google it and your language plenty of samples same with QT although i dont know what you were asking to be honest. just tips?
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900