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 create QDialog using Qt creator

How to create QDialog using Qt creator

Scheduled Pinned Locked Moved General and Desktop
2 Posts 2 Posters 4.0k 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.
  • G Offline
    G Offline
    gsgoodguy
    wrote on last edited by
    #1

    Hi All,

    How to create QDialog using Qt Creator and add to my source code

    ThankQ

    1 Reply Last reply
    0
    • EddyE Offline
      EddyE Offline
      Eddy
      wrote on last edited by
      #2

      i guess you already have a project with a .pro file, headers and sources and you want to add an additional dialog with associated header and source file?

      ok in this case what you can do is the following :
      file > new file or project >
      on the left under files and classes select "Qt", then you can choose on the right for "Qt designer form class".

      this will generate ui, h and cpp files for you and will add everything in your pro file.

      Qt Certified Specialist
      www.edalsolutions.be

      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