Hi All,

Most of all the Qt examples and structures i have familiarised myself to are simple and restricted to around 3 files which might include (main.cpp, form1.h & form1.cpp).

Lets say your developing a Dialog application with a QTabWidget with many tabs, and each tab contains many buttons/widgets. While both the form1.h class and main.cpp files are quite manageable, the form1.cpp implementation file is becoming VERY LARGE !!!

I would like to ask you what are your preferences in terms of how you would partition/organise this implementation ?

Some simple examples would be really useful too !

Many Thanks & looking forward to your replies.