You can't create such functionality in Qt Designer which is just a layout designer. You write functionality in code; first you react to the shortcut and then you call QTabWidget::addTab().
You can't create such functionality in Qt Designer which is just a layout designer. You write functionality in code; first you react to the shortcut and then you call QTabWidget::addTab().
J-P Nurmi
songthanjp (4th March 2008)
i have another question. I want a sign "x" in my tab ,click here will close tab![]()
Bookmarks