Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. QPrintPreviewDialog full screen button does not appear on Mac OSX
Forum Updated to NodeBB v4.3 + New Features

QPrintPreviewDialog full screen button does not appear on Mac OSX

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 837 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.
  • K Offline
    K Offline
    kenchan
    wrote on last edited by
    #1

    Hello,

    This issue is probably related to the one in my other post. I am using the QPrintPreviewDialog with Qt5.1 on Mac OSX. The system menu buttons appear but the full screen button does not appear.

    this is how I open the dialog...

    @
    QPrintPreviewDialog preview(&printer, this, Qt::WindowFullscreenButtonHint|Qt::WindowSystemMenuHint|Qt::WindowMinMaxButtonsHint|Qt::WindowCloseButtonHint);
    @
    I can’t think of any other hints that might help, are there any?

    has anyone else seen this, is my code wrong, do I need to do anything else?

    I would appreciate any suggestions.
    Many thanks.

    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