Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Mobile and Embedded
  4. Newbe: Main Window attributes
Forum Updated to NodeBB v4.3 + New Features

Newbe: Main Window attributes

Scheduled Pinned Locked Moved Mobile and Embedded
2 Posts 2 Posters 808 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • S Offline
    S Offline
    sting
    wrote on last edited by
    #1

    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

    1 Reply Last reply
    0
    • G Offline
      G Offline
      giesbert
      wrote on last edited by
      #2

      Hi,

      that is no problem.
      There is a method QWidget::showFullScreen (or similar, written from brain :-) ). That shows the windows in full screen and removes all windows borders, task panes etc.

      Nokia Certified Qt Specialist.
      Programming Is Like Sex: One mistake and you have to support it for the rest of your life. (Michael Sinz)

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved