Results 1 to 3 of 3

Thread: How to get ui_xxx.h from xxx.ui files in manner of command line?

  1. #1
    Join Date
    Jan 2008
    Posts
    7
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default How to get ui_xxx.h from xxx.ui files in manner of command line?

    I am a beginner of QT 4.When I created a dialog named editdialog.ui in QT Designer,and using qmake -project produces a .pro file.
    Then i import this .pro file into QT Eclipse,I find that it automatically generate a ui_editdialog.h.
    I want to know how the IDE do this?Can i make it just by command line?

  2. #2
    Join Date
    Oct 2007
    Posts
    6
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: How to get ui_xxx.h from xxx.ui files in manner of command line?

    Hi,

    To generate your ui_xxxx.h files by command line, use the User Interface Compiler( UIC )
    http://doc.trolltech.com/4.3-snapshot/uic.html

    Bye...
    anonyme_84

  3. #3
    Join Date
    Aug 2007
    Location
    Gorakhpur, India
    Posts
    254
    Thanks
    8
    Thanked 14 Times in 14 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: How to get ui_xxx.h from xxx.ui files in manner of command line?

    Also, you can use following command on terminal in Unix.
    uic ui_xxx.h xxx.ui
    Anurag Shukla
    A man who never makes mistake is the man who never does anything! Theodre Rosvelt!

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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.