for example if i re-implement in subclass of QPushButton like this, what will happen?
Code:
{ //do sth. i would like { ..... } }
Printable View
for example if i re-implement in subclass of QPushButton like this, what will happen?
Code:
{ //do sth. i would like { ..... } }
go ahead and do whatever u want..QT is C++ after all....
I'm also new in c++. Thank you!
Read about function overloading and overriding in classes in c++ , you will get your answer