Ahum!
I've got one ui form and a large ui.h. The form has 50 slots, 3 functions and 10 class variables.
Now in KDevelop I see that a ui form can be subclassed.
How is it possible to use several subclass-cpp/h files?
Opening a ui form in QT, how do I specify slots from different classes, eg:
class1::slot1, class1::slot2, class2::slot3 ...
Files are: class1.cpp/class1.h, class2.cpp/class2.h ...
A small example would be great!
Thanks!