Hello i wonder if i can some advice on what direction to take with my application.

I'm trying to create a main window application with pyqt which has many pages and a custom designed tab widget toolbar area to navigate the applications different pages

now I'm learning qt and the idea of what i have to achieve this is to split the main window into to parts one being the tab widget toolbar area and the other being the container which will display the different pages.

i just what to ask a few questions about this:

is it possible to make a tool bars in qt which look like the tabbed toolbar in Microsoft Word 2007?

if it is what direction would i go - as in can i use an x - repeating background image like in css and also also css styling to get the design how i want?

how do i setup the page to load the main window to have a container which will display all the different pages which will be imported or dynamically loaded pages file?

I want to set off on the right foot as this is the main part of the application which i need to do right the first time round. Your input on this will be very grateful.