Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Special Interest Groups
  3. QtonPi
  4. Apps always fullscreen
Forum Updated to NodeBB v4.3 + New Features

Apps always fullscreen

Scheduled Pinned Locked Moved QtonPi
12 Posts 7 Posters 6.0k 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.
  • sierdzioS Offline
    sierdzioS Offline
    sierdzio
    Moderators
    wrote on last edited by
    #2

    How do you show the widgets/ QWindow? With ::show() or ::showMaximised() maybe?

    (Z(:^

    1 Reply Last reply
    0
    • M Offline
      M Offline
      migsada
      wrote on last edited by
      #3

      I don't use showMaximised() or showFullscreen().

      MainWindow w;
      w.show();

      1 Reply Last reply
      0
      • sierdzioS Offline
        sierdzioS Offline
        sierdzio
        Moderators
        wrote on last edited by
        #4

        Hm, then it's probably the window manager. Are other apps opening in fullscreen, too?

        (Z(:^

        1 Reply Last reply
        0
        • M Offline
          M Offline
          migsada
          wrote on last edited by
          #5

          No, I only have LXTerminal opened and it is not in fullscreen, I open midori and it is not opening in fullscreen.
          It only happens with QT deployed apps.

          1 Reply Last reply
          0
          • L Offline
            L Offline
            lgeyer
            wrote on last edited by
            #6

            As far as I know OpenGL on the Pi requires the application to be fullscreen. Maybe this hasn't changed yet.

            1 Reply Last reply
            0
            • Z Offline
              Z Offline
              ZapB
              wrote on last edited by
              #7

              Is it using the eglfs QPA plugin? If so that is why.

              Nokia Certified Qt Specialist
              Interested in hearing about Qt related work

              1 Reply Last reply
              0
              • M Offline
                M Offline
                migsada
                wrote on last edited by
                #8

                I think that it's using it, but now i can't check it for a few days

                1 Reply Last reply
                0
                • S Offline
                  S Offline
                  somnath
                  wrote on last edited by
                  #9

                  The above same problem i have so what i have to do now?

                  1 Reply Last reply
                  0
                  • A Offline
                    A Offline
                    agocs
                    wrote on last edited by
                    #10

                    If your app is not using OpenGL and you are running X11 on the Pi, switch to the xcb platform plugin.

                    1 Reply Last reply
                    0
                    • S Offline
                      S Offline
                      somnath
                      wrote on last edited by
                      #11

                      Dear Sir,

                      our config summary show like this
                      @
                      QPA backends:
                      DirectFB ............. no
                      EGLFS ................ yes
                      KMS .................. no
                      LinuxFB .............. yes
                      XCB .................. no
                      Session management ..... yes
                      @
                      ,so what should have to do me first?

                      1 Reply Last reply
                      0
                      • jeremy_kJ Offline
                        jeremy_kJ Offline
                        jeremy_k
                        wrote on last edited by
                        #12

                        It's possible that the platform plugin being used was built independently of the Qt configure.

                        QString QGuiApplication::platformName() will tell you what the application is using.

                        Asking a question about code? http://eel.is/iso-c++/testcase/

                        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