Friday 4 November 2011

Enter....Into....Qt.....World...With...MINI2440

Qt Creator is an integrated development environment (IDE) that provides you with tools to design and develop complex applications for multiple desktop and mobile platforms.
One of the major advantages of Qt Creator is that it allows a team of developers to share a project across different development platforms with a common tool for development and debugging.
Creating a project allows you to:
  • Group files together
  • Add custom build steps
  • Include forms and resource files
  • Specify settings for running applications
You can either create a project from scratch or import an existing project. Qt Creator generates all the necessary files, depending on the type of project you create. For example, if you choose to create a graphical user interface (GUI) application, Qt Creator generates an empty .ui file that you can modify with the integrated Qt Designer.
Qt Creator is integrated with cross-platform systems for build automation: qmake and CMake. In addition, you can import generic projects that do not use qmake or CMake, and specify that Qt Creator ignores your build system.

I had tried a simple Hello World application and port it on the MINI2440...its  very interesting,it took an hour to compile the code on my PC...and finally i succeed..but its a generic type
Two files we need to port port onto MINI2440,
                                                                          1>hello (this is the executable one )
                                                                          2>hello.desktop 
* Before start with this we need arm-Qtopia-2.2.0 and uncompress it where u feel comfortable.
*Then leave that & set cross compiler in ur pc.
* Install some Library files as u required ...cant recall
*enter into uncompressed  Qt file ...and start working....like replace build file...then compile build_all file 
modify  or design .ui file by Qt designer ..then modify .cpp file an so on ...... 


  •