Simulation Project..
-
Hi, Iam new at Qt.
The Project i want to is the simulation (animations) of the data structures like linked list, queues, stacks, trees and heeps!!
I dont have any idea how to do that!! i have sound knowledge of c++. Can somebody help me out from where to start and what to learn first as i can make my project in less time.. thanks looking forward for the help .. Thanks -
First learn some basic of QWidgets: http://qt-project.org/doc/qt-5.0/qtdoc/topics-ui.html#qt-widgets
then go for animation: http://qt-project.org/doc/qt-5.0/qtdoc/examples-animation.html -
Iam new to QT so I need to develop a project using QT. And one more
thing is that I need to do it in LINUX platform .Iam totally confused
of where to write the code, where to execute the code wether in
terminal or in QT itself.
And I have one more doubt when we open a new window it shows different
options like c++ project,main source prog etc.... My doubt is that
wether the source code is enough or we need to add the c++ main source
code present in the options window.
Please help me......
I dont have any source -
Dear Santhosh, First of all,IMHO,you shouldn't rush, have patience.
Using Qt you can easily run your application on many platforms. Here is the "List":http://doc.qt.digia.com/qtcreator/creator-os-supported-platforms.html#target-platforms. Which means, you can compile your source in Qt with no [ or less ] change.
You can Compile the source code using QMake on terminal or Your Qt-Creator will take care.
Once you go through "how to create a Qt project":http://doc.qt.digia.com/qtcreator-snapshot/creator-project-creating.html, you'll get answer for 3rd question.