How to reimplement protected function of the child widget in form file .ui?
-
how to reimplement protected function of the child widget in form file .ui?
-
What I understand you'd like to modify some functionality of existing widget. Best way is to subclass it and reimplement protected method (unless it's virtual). The you can place it on form (QT Creator has tools for that -> just right click on component in preview)