Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. 3rd Party Software
  4. QT_RESIZE – Automatic Qt GUI Auto-Scaling Code Generator for QWidget Applications
Qt 6.11 is out! See what's new in the release blog

QT_RESIZE – Automatic Qt GUI Auto-Scaling Code Generator for QWidget Applications

Scheduled Pinned Locked Moved Unsolved 3rd Party Software
1 Posts 1 Posters 36 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.
  • P Offline
    P Offline
    PARIPOSH_P
    wrote last edited by
    #1

    Hello Qt Developers,

    I developed a utility called QT_RESIZE that helps convert fixed-size Qt Designer interfaces into dynamically scalable and responsive QWidget-based GUIs.

    The tool is designed mainly for legacy Qt applications where widgets were placed using fixed geometries instead of layouts.

    Hello Qt Developers,

    I created a utility called QT_RESIZE that automatically generates responsive resize code for QWidget-based Qt applications.

    The tool scans Qt Designer .ui files and generates:

    Widget geometry extraction
    QMap<QWidget*, QRect> initialization
    Dynamic resizeEvent() scaling code
    Automatic proportional widget resizing

    Useful for legacy Qt projects that use fixed widget geometries instead of layouts.

    Supports
    Qt 5 / Qt 6
    QWidget applications
    Windows & Embedded Linux
    Workflow
    Place EXTRACT_UI_ELEMENTS.exe in the Qt project folder
    Run the tool
    Generated resize code is created automatically

    Available as a commercial utility :
    https://github.com/pariposh/QT_RESIZE

    1 Reply Last reply
    0
    • SGaistS SGaist moved this topic from Qt Creator and other tools

    • Login

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