PDA

View Full Version : Sub classing QLineEdit



kavinsiva
13th October 2009, 07:56
Hi,

What is SubClassing?
how do we subclass the QLineEdit to QWidget

Thanks in Advance

spirit
13th October 2009, 11:19
what do you mean "how do we subclass the QLineEdit to QWidget"?
can you elaborate you problem?

squidge
13th October 2009, 17:48
Standard C++, nothing special to Qt:

a subclass is a class that inherits some properties from its superclass.

http://en.wikipedia.org/wiki/Subclass_%28computer_science%29