Hi!

I am relatively new with Qt and trying to develop an application with two QTableWidget in it. (That is not my idea, my chief asked for it). Now, those tho qtable widget should be in one section, same context view (like there are two items in one qlistviewidget, where listwidget is scrolling for tho tables). I even have a picture what should it look like. This is the picture: http://img137.imageshack.us/my.php?image=ev3jr3.jpg
The lower qtablewidget widget should be smaller then the upper. Whole section should be scrolling at the same time with the bigger (upper) qtablewidget. Does any of you know, how can I implement this? Should I use same widget which needs to be parent of both qtablewidgets? If that's the case, which widget I need to use? Or, plan B: the upper qtablewdiget needs to be parent of lower qtablewidget (how to implement this)? I am really clueless, and I hope I've explained what is the problem (have no idea how to implement this).

I'll appreciate any answer, thanx!