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 get from Qt Designer (signal editor) to Qt Creator code ?
Forum Update on Monday, May 27th 2025

How to get from Qt Designer (signal editor) to Qt Creator code ?

Scheduled Pinned Locked Moved Unsolved General and Desktop
2 Posts 2 Posters 195 Views
  • 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
    Anonymous_Banned275
    wrote on 10 Nov 2020, 16:08 last edited by
    #1

    I may have asked this before , so forgive me if so.
    I have taken a detour from my program and now trying to recollect how to
    "get from Qt Designer to Qt Creator". From GUI to code.
    In laymen terms - I am in "Edit " -> "Edit signal & slots" -> "Signal @ slot editor " and want to edit the actual slot code.

    42318bc3-b9c5-4210-9597-5c44ce18ee29-image.png get from Qt Designer to Qt Creator

    How do I get from here to code for "doItemsLayout(() slot?

    I can hack it using 'search" for doItemsLayout(() , but since this is IDE there got to be a cleaner way. Is it not ?

    1 Reply Last reply
    0
    • S Offline
      S Offline
      SGaist
      Lifetime Qt Champion
      wrote on 10 Nov 2020, 18:27 last edited by SGaist 11 Oct 2020, 18:29
      #2

      Hi,

      Are you using the independent tool called Designer or are you in Qt Creator ? If the later, open the .cpp file that was created for your class and add your code there.

      Edit:
      Sorry, the text layout made miss that point.

      Open your project in Qt Creator and you can edit there the code.

      It would be easier to use Qt Creator directly since it integrates the Designer functionnality.

      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
      1

      1/2

      10 Nov 2020, 16:08

      • Login

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