-
tabWidget Question
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
-
Re: tabWidget Question
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.