can do create another cpp file like screenview?
hi everyone.
I have a screen what has a many elements inside. Therfore, screen has very long kode that difficult to control. I want to group some of this code in another cpp files. This new cpp file should be like original screenView.cpp. I want to write code in this file for configurate widgets that in the screenbase. I should be access everything inside screenbase.hpp. Especially, I want to override action functions in screenbase.hpp with this file.
I create a new class that based on screenview class. I thought it would work but it didn't.
I'm pretty new at c++. Maybe this is too easy or impossible. I don't know. Forgive if i'm wrong. Thank you for answer already. :)
