I just started to fool around with QT4. I was wondering how experienced
organized the widgets used in GUI's.
For instance if I were to use several widget objects in a particular program, is it better practice to make a header file for each function?
If I wanted a spin box function that selected tools, should I isolate that off in tool.h ?
This sounds like a good idea for clarity and updating, but i want to be sure...
I don't want to learn bad habits.