for example if i re-implementin subclass of QPushButton like this, what will happen?Qt Code:
To copy to clipboard, switch view to plain text mode
Qt Code:
{ //do sth. i would like { ..... } }To copy to clipboard, switch view to plain text mode
for example if i re-implementin subclass of QPushButton like this, what will happen?Qt Code:
To copy to clipboard, switch view to plain text mode
Qt Code:
{ //do sth. i would like { ..... } }To copy to clipboard, switch view to plain text mode
go ahead and do whatever u want..QT is C++ after all....
nifei (17th February 2009)
I'm also new in c++. Thank you!
Read about function overloading and overriding in classes in c++ , you will get your answer
Bookmarks