Qt Forum

    • Login
    • Search
    • Categories
    • Recent
    • Tags
    • Popular
    • Users
    • Groups
    • Search
    • Unsolved

    Call for Presentations - Qt World Summit

    Qt & Dynamic screen with QuiLoader

    General and Desktop
    3
    4
    1197
    Loading More Posts
    • 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.
    • M
      mickae1 last edited by

      Hi,

      I've a question about QuiLoader. Is it possible to load ui file from a specified directory in my drive ? Or the file has to be inside a plugin or compiled with the program ?

      Thx you for your help,

      1 Reply Last reply Reply Quote 0
      • SGaist
        SGaist Lifetime Qt Champion last edited by

        Hi and welcome to DevNet,

        Nothing forbids you to load files from a directory. The example and documentation suggest to have the ui files in a resource only to ensure that your program will have them at run time (especially useful if all your interface is made with designer)

        Hope it helps

        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 Reply Quote 0
        • sierdzio
          sierdzio Moderators last edited by

          Yes, just take a look at the snippet in the "docs":http://qt-project.org/doc/qt-4.8/quiloader.html.

          (Z(:^

          1 Reply Last reply Reply Quote 0
          • M
            mickae1 last edited by

            Thx you for your quick answer.

            My goal is to load a dynamic xml file into the screen ( it's possible : good).
            My second goal is to receive all buttons events in one function.

            And once I get the events, I would like to get the values of each component like :

            Screen.combobox1.value
            Screen.fieldText1.value

            Is it possible ? I'm sorry, I'm a beginner. Thx,

            1 Reply Last reply Reply Quote 0
            • First post
              Last post