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 / 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 |
What is size of Empty Class?
Is it possible to use a new for the reallocation of pointers ?
Discuss the possibilities related to the termination of a program before entering the mainq method?
Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?
What is input operator in c++?
What issue do auto_ptr objects address?
Describe linked list using C++ with an example.
How can you link a c++ program to c functions?
How is modularity introduced in C++?
Write a program to encrypt the data in a way that inputs a four digit number and replace each digit by (the sum of that digit plus 7) modulus 10. Then sweep the first digit with the third, second digit with the fourth and print the encrypted number.
Which one is a preferred language C or C++? Why?
What is oops in c++?