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?



iam a fresher to Qt(GUI a c++ based framework software). i need to develop the basic applications o..

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

Post New Answer

More C++ General Interview Questions

What is size of Empty Class?

3 Answers   Persistent,


Is it possible to use a new for the reallocation of pointers ?

0 Answers  


Discuss the possibilities related to the termination of a program before entering the mainq method?

0 Answers  


Can you think of a situation where your program would crash without reaching the breakball, which you set at the beginning of main()?

1 Answers  


What is input operator in c++?

0 Answers  


What issue do auto_ptr objects address?

2 Answers  


Describe linked list using C++ with an example.

0 Answers  


How can you link a c++ program to c functions?

0 Answers  


How is modularity introduced in C++?

0 Answers   TCS,


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.

0 Answers   CIIT Wah,


Which one is a preferred language C or C++? Why?

0 Answers  


What is oops in c++?

0 Answers  


Categories