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. Can I show my project " coding " in the design mode ?
Forum Updated to NodeBB v4.3 + New Features

Can I show my project " coding " in the design mode ?

Scheduled Pinned Locked Moved General and Desktop
5 Posts 3 Posters 1.3k 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.
  • P Offline
    P Offline
    Project try
    wrote on last edited by
    #1

    Hey ,

    I was wondering , if I didn't use the design mode from the start + didn't use the ui object , but I wanted to show my project in the design mode instead of debugging to see the result , can I do it ? how ?

    1 Reply Last reply
    0
    • JeroentjehomeJ Offline
      JeroentjehomeJ Offline
      Jeroentjehome
      wrote on last edited by
      #2

      Euh..............huh?? Not getting the question.
      So, what you want is to show your 'Gui design' setup in code in the designer page? Is that correct?
      If that is the question, nup, you can't. The ui files are generated so QtDesigner can work with it. The from there ui_xx.h files are generated together with standard code in the classes.
      This process is not reversed ;-)

      Greetz, Jeroen

      1 Reply Last reply
      0
      • P Offline
        P Offline
        Project try
        wrote on last edited by
        #3

        Not sure what is " in code in the designer page " but I think you understood what I meant , for example If I wrote a code , and then basically if I wanted to check it out I must debug it to see the result , that's why I wanted to know if I can show in the designer page , so instead of debugging everytime , I can just see it there.

        1 Reply Last reply
        0
        • X Offline
          X Offline
          Xander84
          wrote on last edited by
          #4

          the widget designer can only display *.ui files in XML format, so is has nothing to do with c++. So I guess you can't simply display your c++ layout without starting the application if you mean that?

          1 Reply Last reply
          0
          • P Offline
            P Offline
            Project try
            wrote on last edited by
            #5

            Oh :( , Thanks guys ^^

            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