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. set VNC display size on qt5

set VNC display size on qt5

Scheduled Pinned Locked Moved Unsolved General and Desktop
3 Posts 3 Posters 2.3k 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.
  • F Offline
    F Offline
    fengwuxxx
    wrote on last edited by
    #1

    hi,I am using the qt5.8 whit the vnc plugin,but how i set the display size,thanks

    D 1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      Hi an welcome to the Qt Forums,

      Could you show some code? What have you tried already?

      Eddy

      Qt Certified Specialist
      www.edalsolutions.be

      1 Reply Last reply
      1
      • F fengwuxxx

        hi,I am using the qt5.8 whit the vnc plugin,but how i set the display size,thanks

        D Offline
        D Offline
        deleted184
        wrote on last edited by
        #3

        Hi @fengwuxxx ,

        When launching your application you should be able to provide some parameters like the size .
        For instance on embedded platform (Linux) you can do this :

        ./hellogl2 -platform vnc:size=272x480
        

        with 272 as your width and 480 as your height

        I don't know how it works on PC but i think you should be able to do the same in a certain way.

        1 Reply Last reply
        2

        • Login

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • Users
        • Groups
        • Search
        • Get Qt Extensions
        • Unsolved