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. QtQuickView showFullScreen method on osx broken?
Forum Updated to NodeBB v4.3 + New Features

QtQuickView showFullScreen method on osx broken?

Scheduled Pinned Locked Moved General and Desktop
1 Posts 1 Posters 1.1k 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.
  • A Offline
    A Offline
    admiralfluff
    wrote on last edited by
    #1

    Didn't get any bites on the QtQuick forum, so I'm wondering if any of the desktop guys might have a suggestion.

    I’m running into a problem on OS X 10.7.5 with a QtQuick 2.0 app using Qt5 beta.
    @
    int main(int argc, char *argv[], char *envp[])
    {
    QApplication app(argc, argv);
    QQuickView view;

    view.setSource("main.qml");
    view.showFullScreen();
    
    return app.exec();
    

    }@
    The QuickView is shown in normal windowed mode. Both the showMinimized() and showMaximized() slots work as expected, just the showFullScreen() doesn’t work. Identical code works fine on Ubuntu. Is this a bug of some sorts, possibly relating to funky fullscreen APIs in Lion+? Are there any known fixes or workarounds?

    thanks,

    AF

    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