Results 1 to 7 of 7

Thread: source and implementation

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Feb 2006
    Location
    New Delhi,India
    Posts
    226
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    14
    Thanked 4 Times in 4 Posts

    Default Re: source and implementation

    This information is in support with QT4

    There is no need to create the .h files explicitly by running the "uic" command on *.ui files..
    What you have to do is just include proper file name at the top of your main.cpp.. In QT4 the .h files are auto generated from your ui files...

    for eg. if your ui file is Form.ui then you will have to include-> #include "ui_form.h"..

    after you are done with "qmake", when you run "make" this file is generated...

    try it out and see it urself...

  2. The following user says thank you to Kapil for this useful post:

    shrikarcse (29th March 2006)

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.