omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    2 or more ui files

    Pythonista
    2
    2
    1172
    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.
    • donnieh
      donnieh last edited by

      Can you use the ui designer to make multiple ui files and call them as needed? It seems the ui designer is meant for 1 ui file.

      1 Reply Last reply Reply Quote 0
      • dgelessus
        dgelessus last edited by

        You can create additional UI files by creating a new "Script with UI" and deleting the Python script. To load a UI file that does not have the same name as the current script, use ui.load_view("name_of_the_ui_file") without the .pyui extension.

        1 Reply Last reply Reply Quote 0
        • First post
          Last post
        Powered by NodeBB Forums | Contributors