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 the importance of mutable keyword?
Why c++ is better than c language?
What is meant by forward referencing and when should it be used?
What is the c++ code?
Can we declare destructor as static? Explain?
What is a block in c++?
Write a C++ Program to Multiply two Numbers
What is the header file for setw?
How do you declare A pointer to function which receives an int pointer and returns a float pointer
Must accepts "Maestro Cards" Tax for bike should be less than 15 Total number of lanes is more than 10 Must provides monthly pass Write a method: boolean isGoodTollBridge(String[] cardsAccepted, String[] tollTax, boolean hasMonthlyPass, int numberOfLanes); String[] cardsAccepted A String array of names of card types accepted for payment of toll tax, it can be null if the toll does not accept any card String[] tollTax A String array of toll tax chart (say “Train : 300â€Â,â€ÂBullCart : 10â€Â) boolean hasMonthlyPass This parameter defines whether there is any monthly pass available or not int numberOfLanes This parameter defines the number of lanes for each side
What happens if a pointer is deleted twice?
What is token c++?