Thanks for the extra help... I did find my sample program modified where it shows the ribbon form and the login form modified.
www.eatoncode.com/resources/shareit/Scre...18-26_18-11-2016.mp4
I tried to use the API provided via Context Help and the program just crashes.... is this a known issue ?
I have noticed this only happens when you add the Widgets via code.... But if I move all the references to the .ui file (edit the .ui file which your not suppose to do) and reference it from there it works.
Windows 10 using latest Qt 5.7 and VS2015 32bit
Was there a way to get rid of the white title bar ?
I think I am understanding it a bit now... When the Wizard was created for a new project it actually added the widgets in the *.ui file such as Qtitan::RibbonStyle, RibbonPage, RibbonGroup this is probably why I did not understand.
You can do the same thing via code also.
Do you think you could allow the widgets to be added via Designer instead of modifying the .ui file?
doc.qt.io/qt-5.7/designer-creating-custo...gets-extensions.html
Thanks for the little extra help with your controls....