Newbe: Main Window attributes
-
I am building an embedded application and I am looking for a UI environment. I have looked some at Qt but can't seem to find a definitive answer to my question.
Can I build a Qt application that doesn't have the MainWindow with the windowing adornments? I want the user to not think they are in a windowing environment and there might be other windows. I want the application to fill the screen without the three controls in the upper right hand corner. Is that possible? All of the demo's that I have see so far have the MainWindow and the controls. Is there a specific place I need to look?
Thanks