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. "quickly design" Widget, does it exist?
Forum Updated to NodeBB v4.3 + New Features

"quickly design" Widget, does it exist?

Scheduled Pinned Locked Moved Unsolved General and Desktop
6 Posts 2 Posters 1.5k 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.
  • N Offline
    N Offline
    neil_h
    wrote on last edited by neil_h
    #1

    Hello,

    I'm a bit of a noob to QT designer but I like what I have seen so far. I'm following this tutorial but I am confused by one of the instructions.

    The tutorial instructs to pull a number of widgets onto the main window as , which is fine, except for one of them it names as "quickly design" (see attached image) which isn't in the list of widgets. The instruction seems to me a bit ambiguous. Can anyone clarify what I am supposed to do?
    Thanks!

    alt text

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

      Hi and welcome to Qt user forum
      No there is nothing of the Desktop Widgets that are named like that
      Only thing that sounds like that is QML
      http://doc.qt.io/qt-5/qtquickcontrols-overview.html

      Do you have link to tut ?
      Maybe its more clear from text than the table ?

      Filename could be LineEdit
      output format could be combo box with format options
      imageLabel1/2 sounds like a label where we use the
      pixmap property to set an image to the QLabel.

      1 Reply Last reply
      1
      • N Offline
        N Offline
        neil_h
        wrote on last edited by
        #3

        Hello mrji,

        Yes, here is the link to the full tutorial:

        https://www.gadgetdaily.xyz/build-a-media-converter-with-python-qt-and-ffmpeg/

        Cheers!

        mrjjM 1 Reply Last reply
        0
        • N neil_h

          Hello mrji,

          Yes, here is the link to the full tutorial:

          https://www.gadgetdaily.xyz/build-a-media-converter-with-python-qt-and-ffmpeg/

          Cheers!

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

          @neil_h
          Disclaimer: I am Python noob :)

          Ok some of it is known. like
          "we have created two labels on the form called imageLabel1 and imageLabel2. "
          So those are QLabels.

          Then there is
          outputFormat = str(self.ui.outputFormat.text())
          which is the "outputFormat" and it seems like a text control.
          QPlainTextEdit will do.

          also inputFile = str(self.ui.fileName.text())
          which also seems a QPlainTextEdit

          This based on the use of text() to get the text. Normally it might be
          toPlainText() ( in c++) but the Python bindings might not be 1-1 ?

          It could be wrong. ( as in I guess wrongly :)

          1 Reply Last reply
          1
          • N Offline
            N Offline
            neil_h
            wrote on last edited by
            #5

            ok, thanks mrjj, i'll give that a go,

            Cheers!

            mrjjM 1 Reply Last reply
            1
            • N neil_h

              ok, thanks mrjj, i'll give that a go,

              Cheers!

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

              @neil_h
              Good luck
              If u didnt read
              http://doc.qt.io/qt-5/signalsandslots.html
              Its a good read to understand how the signal and slot thing works :)

              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