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. I need a rulebook for .ui files.

I need a rulebook for .ui files.

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 213 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.
  • X Offline
    X Offline
    XenoAmess
    wrote on last edited by
    #1

    I am maintaining a game engine in Java, and I want to write a QT's .ui file parser for front-end development.
    Problem is that some elements of the .ui files are not very obvious.
    So I think I'd better get a rulebook of .ui files before I make some mistakes.
    So is there such book or documents? And how can I get it?

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

      Hi and welcome to the forums
      There is
      https://doc.qt.io/qt-5/designer-ui-file-format.html
      and the tool
      https://doc.qt.io/qt-5/uic.html
      Maybe look in its source.

      I have not seen any docs of the internal mapping/the elements.
      Its an internal format so i guess its kept as such.

      1 Reply Last reply
      3

      • Login

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