iam a fresher to Qt(GUI a c++ based framework software).
i need to develop the basic applications on designer by
drag and dropping mechanism...so pls send me the procedure
to design applications?
Answer Posted / avishek
http://sector.ynet.sk/qt4-tutorial/dnd.html ...this
tutorial might be of some help.Also, consult Qt
books....there's 'foundations of Qt development ' by Johan
Thelin and 'C++ GUI development using Qt 4' by Jasmin
blanchette....you can also check out the trolltech
documents as they have examples on drag and drop.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What is purpose of new operator?
What is a syntax in c++?
What is lambda in c++?
why is c++ called oops? Explain
What is a literal in c++?
Why do we use classes in programming?
Define virtual constructor.
What is set in c++?
What is problem with overriding functions?
What are associate containers?
Can we specify variable field width in a scanf() format string? If possible how?
What is a Default constructor?
What is c++ array?
What are the advantages of inheritance in c++?
Differences between private, protected and public and give examples.