-
Qt creator gui
Hi,
l really like Qt Creator interface and would like to "reproduce " some of his Ui approach.
On Qtcrator window, on the left, there is what seems to be a toolbar with "welcome" "edit" "design" ...is anyone knows how to create such menu bar ?
regards,
Michael
-
Re: Qt creator gui
Just dig into the QtCreator's Code and see what it uses, may be just use the same thing :)
-
Re: Qt creator gui
correct, forgot we have access to the source... looks like this widget is called "FancyTabWidget", it is well named !!
thanks,
Michael