PDA

View Full Version : tabWidget Question



phlash
28th March 2007, 11:30
Hi - I'm a QT newbie - and although English isn't my mothertongue I'll try to explain my problem as exactly as possible.

I'm using a tabWidget to show some lineEdits, comboBoxes etc. - the tabWidget itself have three tabs - and here my problem starts - some of my input items should be shown on all of those three tabs not only on one.

So is it possible to show the same items on different tabs and do this with the Designer?

Thanks in advance for your help.

phlash

wysota
28th March 2007, 11:54
No, it's not possible - you have to duplicate the widgets and synchronise them using signals and slots. The effect will be exactly as you want it.