I want to use QT/E to produce a ui that has variable number of tab.
The name of very tab is saved in a configure file.
I can I produce these tabs dynammiclly?
I want to use QT/E to produce a ui that has variable number of tab.
The name of very tab is saved in a configure file.
I can I produce these tabs dynammiclly?
See QTabWidget::addTab() and other methods.
Bookmarks