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 Updated to NodeBB v4.3 + New Features

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 2 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
    Anonymous_Banned275
    wrote on 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
    • SGaistS Offline
      SGaistS Offline
      SGaist
      Lifetime Qt Champion
      wrote on last edited by SGaist
      #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

      • Login

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