Results 1 to 9 of 9

Thread: [SOLVED] How to use Ui forms as a simple Dialog?

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    May 2011
    Posts
    16
    Qt products
    Qt4
    Thanks
    4

    Question [SOLVED] How to use Ui forms as a simple Dialog?

    In the Qt Creator I have two options to add a form:
    New->Qt-> Qt Designer Form Class
    New->Qt-> Qt Designer Form

    I want to use Qt Designer to design an "About this software" Dialog and run it from MainWindow menu. I know how to do this via Qt Designer Form Class, but I think it doesn't need to add about.ui, about.h and about.cpp to my application for doing this.
    I believe it should be possible to do such an easy job only by using

    New->Qt-> Qt Designer Form

    but I don't know how use ui form itself as a Dialog. Please give me some directions.
    Last edited by tofighi; 15th July 2011 at 23:12.

Similar Threads

  1. How to access objects of parent Dialog from Child Dialog .
    By ranjit.kadam in forum Qt Programming
    Replies: 4
    Last Post: 18th April 2011, 06:39
  2. Multiple Forms and vertical layout in forms
    By eva2002 in forum Qt Programming
    Replies: 0
    Last Post: 13th January 2010, 05:05
  3. Simple Dialog
    By hesitation in forum Newbie
    Replies: 6
    Last Post: 10th June 2009, 10:50
  4. Layouting "Windows.Forms" like Qt forms
    By Boron in forum Qt Tools
    Replies: 1
    Last Post: 29th April 2008, 22:01
  5. can't get a simple dialog working
    By pthomas in forum Newbie
    Replies: 8
    Last Post: 13th January 2006, 14:52

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Qt is a trademark of The Qt Company.