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. Changing window size and setting widgets size,placement based on screen size
Qt 6.11 is out! See what's new in the release blog

Changing window size and setting widgets size,placement based on screen size

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

    Hai, after a long time,

    I am using QT 5.0.1 and QT-creator 2.6.2

    In my application i have small LCD with size of 240X320 and dvi connector to connect Desktop LCD.

    my question is how to change the window size according to screen size and also how to place the widgets based on screen size

    to knw the desktop size I have below code
    @
    QDesktopWidget widget;
    QRect mainScreenSize = widget.availableGeometry(widget.primaryScreen());
    qDebug()<<mainScreenSize;
    w.setGeometry(mainScreenSize);
    @
    but how can i set the widgets to that size
    please any one suggetion

    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