Skip to content

when calling view->show(); before setting setFixedSize... then the app Window is not created correctly (top bar missing) #4

Description

@dsyleixa

hi,
when calling
view->show();
before setting
...->setFixedSize...
then the app Window is not created correctly as the top window bar is missing or respectively out ouf screen (feat. maximize, minimize, close).
OTOH, when calling view->show(); as the last, all is fine.

(Platform: Raspberry Pi 3B, OS Stretch, Qt5 creator, Full-HD HDMI display)

// show the view
    //view->show();  // faulty
    view->setFixedSize(800,600);
    scene->setSceneRect(0,0,800,600);
    view->show();  // correct

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions