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. How to show all UI from another python file in current file when button is clicked.
Forum Updated to NodeBB v4.3 + New Features

How to show all UI from another python file in current file when button is clicked.

Scheduled Pinned Locked Moved Unsolved General and Desktop
47 Posts 4 Posters 14.6k Views 3 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.
  • mrjjM mrjj

    @sdf1444
    it has to inherit QWidget or be a QWidget to be used in a layout.
    Else its plain impossible and you must create the inner Widgets yourself. :)

    S Offline
    S Offline
    sdf1444
    wrote on last edited by
    #41

    @mrjj

    Hi "app2" is a QWidget.

    1 Reply Last reply
    0
    • S Offline
      S Offline
      sdf1444
      wrote on last edited by
      #42

      @mrjj

      Because it is a QWidget it should be able to be shown but why do I get an error and is there another way to write this code because of an error.

      mrjjM 1 Reply Last reply
      0
      • S sdf1444

        @mrjj

        Because it is a QWidget it should be able to be shown but why do I get an error and is there another way to write this code because of an error.

        mrjjM Offline
        mrjjM Offline
        mrjj
        Lifetime Qt Champion
        wrote on last edited by
        #43

        @sdf1444
        make sure it's not because it miss a self in the right spot.

        S 1 Reply Last reply
        0
        • mrjjM mrjj

          @sdf1444
          make sure it's not because it miss a self in the right spot.

          S Offline
          S Offline
          sdf1444
          wrote on last edited by
          #44

          @mrjj

          Where do I need a self?

          mrjjM 1 Reply Last reply
          0
          • S sdf1444

            @mrjj

            Where do I need a self?

            mrjjM Offline
            mrjjM Offline
            mrjj
            Lifetime Qt Champion
            wrote on last edited by
            #45

            @sdf1444
            It was just a suggestion.
            I dont know if that is the case.

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

              @sdf1444 said in How to show all UI from another python file in current file when button is clicked.:

              class App(QWidget):
              def init(self):
              QMainWindow.init(self)

              Why are you declaring App to be a QWidget and then in the constructor try to do some initialisation based on QMainWindow ?

              Note that App is not a really good name for a widget. Most people would think of a QCore/QGui/QApplication based class.

              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
              • J Offline
                J Offline
                jhoney
                Banned
                wrote on last edited by jhoney
                #47
                This post is deleted!
                1 Reply Last reply
                1

                • Login

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