Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. Qt Creator and other tools
  4. Qt-creator : how to design the widgets to be used in the status bar ? [Solved]

Qt-creator : how to design the widgets to be used in the status bar ? [Solved]

Scheduled Pinned Locked Moved Qt Creator and other tools
5 Posts 2 Posters 3.4k 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.
  • A Offline
    A Offline
    aCOSwt
    wrote on last edited by
    #1

    Ok, I know how to achieve this with lines of codes, but I was looking for some convenient way to achieve this on the designer view of qt-creator.
    I mean I was looking for something like the Addsubwindow entry offered in the context menu of an mdiArea, but I cannot find the equivalent in the context menu of the statusbar.

    1 Reply Last reply
    0
    • A Offline
      A Offline
      andre
      wrote on last edited by
      #2

      I think this feature is not available in designer.

      1 Reply Last reply
      0
      • A Offline
        A Offline
        aCOSwt
        wrote on last edited by
        #3

        Ho ! Too bad !
        Thank you nevertheless, Andre for answering.

        So, now, If I still want to use designer to create the plugin, I should create a new form. (correct ?)

        But then I fail to understand how, using the qt-creator-designer signals & slots editor (I know how to achieve this with lines of codes) is it possible to connect signals from this separated widget to slots of the main window or the other way round.

        1 Reply Last reply
        0
        • A Offline
          A Offline
          andre
          wrote on last edited by
          #4

          I'd use QWidget as the base widget when designing.

          There is no way to directly connect signals and slots between different .ui files using the editor. Again: use code for that.

          1 Reply Last reply
          0
          • A Offline
            A Offline
            aCOSwt
            wrote on last edited by
            #5

            OK, it seems I am cursed today.

            Anyway... Thank you for the answers.

            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