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. Creating layouts, for use on Qt4 based systems
Forum Updated to NodeBB v4.3 + New Features

Creating layouts, for use on Qt4 based systems

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 409 Views 2 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.
  • jstoezelJ Offline
    jstoezelJ Offline
    jstoezel
    wrote on last edited by
    #1

    Hi:

    I am rather new to Qt and I am still looking for information on what capabilities it can provide.

    I am developing a GUI that is data driven. It allows users to display data that is logged from different sources. I want to give the user the ability to create custom screens, with simple controls such as text boxes, shapes etc. Each screen would be very simple: a main form maximized onto a touch screen.

    And so at this time, I could develop 2 GUI applications:

    • One to allow the users to create the screen layouts ahead of time, lets call this the designer,
    • Another GUI (the main application) to import the layouts and proper visualization of the data of interest. Lets call this the viewer.

    The designer application is very close to what QtCreator does, except it would be much simpler. It would allow dropping controls into a main window and link it to a data point.
    And so I got to wonder if there is already a tool (from either the Qt design suite or a third party) that allows generating Qt compatible layout descriptor files (if there is such a thing). If there was one then it would save me having to implement the designer tool. The layout files would be loaded by the viewer file, and somehow in the background Qt would figure out a way to generate main windows forms.

    Regards,
    JS

    1 Reply Last reply
    0
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by
      #2

      Hi,

      Are you looking for something like QUIloader ?

      Interested in AI ? www.idiap.ch
      Please read the Qt Code of Conduct - https://forum.qt.io/topic/113070/qt-code-of-conduct

      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