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 are guid? Why does com need guids?
Are strings mutable in c++?
Assume an array of structure is in order by studentID field of the record, where student IDs go from 101 to 500. Write the most efficient pseudocode algorithm you can to find the record with a specific studentID if every single student ID from 101 to 500 is used and the array has 400 elements. Write the most efficient pseudocode algorithm you can to find a record with a studentID near the end of the IDs, say in the range from 450 to 500, if not every single student ID in the range of 101 to 500 is used and the array size is only 300
What can c++ be used for?
What's c++ used for?
How Virtual functions call up is maintained?
How many namespaces are there in c++?
Is multimap sorted c++?
What is the difference between static link library and dynamic link library?
Which one of the following describes characteristics of "protected" inheritance? a) The base class has access only to the public or protected members of the derived class. b) The derived class has non-public, inheritable, access to all but the private members of the base class. c) The derived class has access to all members of the base class. d) The private members of the base class are visible within the derived class. e) Public members of the derived class are privately accessible from the base class.
What is the purpose of ios::basefield in the following statement?
What is searching?