Hello,

This is my first time using QT, and I have been playing around in the QT creator's Qt widget application. I'm trying to see how to accomplish these tasks:

1. I am currently trying to add a toolbar within a tab, instead of the Main Window, directly in the designer. I tried editing the ui file (by opening it in plain text, modifying, and then rebuilding, but ended up with too many errors.) I'm curious to know how I can do this?

2. Also, I have menu items in a menu, and I want to add a new tab with respect to every menu item, as the user clicks on the menu.
Is there an example that could point me to implementing the same?

3. Does Qtablewidget support excel filter based column filtering, and drag and drop grouping by columns?

Thanks!