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. QT DESKTOP APP AND DUAL SCREEN

QT DESKTOP APP AND DUAL SCREEN

Scheduled Pinned Locked Moved Solved General and Desktop
5 Posts 2 Posters 350 Views
  • 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
    Service IT
    wrote on last edited by
    #1

    Hi Dears,

    I Have Two apps created with qt 5.12.12, I have two displays connected to my pc with HDMI and VGA I want to open APP1 in display 1 fullscreen and APP2 in display 2 full screen too,
    I have searched in all forums don't forget any solution.

    I have try with ./Queu_botton --geometry=12x12+1921+200 and ./Queu_botton --geometry=12x12+0+200 display only in primary display

    but if I execute de same command with gnome-terminal for example is displayed in two display

    please helps me

    1 Reply Last reply
    0
    • C Offline
      C Offline
      ChrisW67
      wrote on last edited by ChrisW67
      #2

      I have try with ./Queu_botton --geometry=12x12+1921+200 and ./Queu_botton --geometry=12x12+0+200 display only in primary display

      Where did you try this and what did you get? You are asking for the window geometry to be a 12 pixel square, which seem almost certain to be ignored by the window manager.

      S 1 Reply Last reply
      0
      • C ChrisW67

        I have try with ./Queu_botton --geometry=12x12+1921+200 and ./Queu_botton --geometry=12x12+0+200 display only in primary display

        Where did you try this and what did you get? You are asking for the window geometry to be a 12 pixel square, which seem almost certain to be ignored by the window manager.

        S Offline
        S Offline
        Service IT
        wrote on last edited by
        #3

        @ChrisW67 hi thanks for response i have try this in terminal command line is fine for all app gnome but not for QT APP

        1 Reply Last reply
        0
        • C Offline
          C Offline
          ChrisW67
          wrote on last edited by
          #4

          The standard X11 geometry argument has a single hyphen and not normally any "=" sign between the parameter name and the parameter value. You can see this here.

          ./Queu_botton -geometry 12x12+1921+200 &
          ./Queu_botton -geometry 12x12+0+200    &
          

          You are asking for a 12 by 12 pixel size, which is almost certainly nonsensical and may be ignored.

          S 1 Reply Last reply
          0
          • C ChrisW67

            The standard X11 geometry argument has a single hyphen and not normally any "=" sign between the parameter name and the parameter value. You can see this here.

            ./Queu_botton -geometry 12x12+1921+200 &
            ./Queu_botton -geometry 12x12+0+200    &
            

            You are asking for a 12 by 12 pixel size, which is almost certainly nonsensical and may be ignored.

            S Offline
            S Offline
            Service IT
            wrote on last edited by
            #5

            @ChrisW67 thank you is fine

            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