Results 1 to 2 of 2

Thread: integrating Qt files with open cascade??

  1. #1
    Join Date
    Dec 2006
    Posts
    103
    Thanks
    31
    Qt products
    Qt4
    Platforms
    Windows

    Question integrating Qt files with open cascade??

    how to integrate a GUI in Qt with cascade appln???
    Last edited by Shuchi Agrawal; 29th December 2006 at 09:21.

  2. #2
    Join Date
    Feb 2006
    Location
    Oslo, Norway
    Posts
    6,264
    Thanks
    36
    Thanked 1,519 Times in 1,389 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Default Re: how to generate required files to execute *.ui file?

    It's explained here: Using a Component in Your Application. Choose either single or multiple inheritance approach.

    UIC gets run automatically when the form is added into the .pro file like this:
    FORMS = myform.ui
    Remember that you must re-run qmake after modifying .pro file to generate new makefile.
    J-P Nurmi

Similar Threads

  1. Replies: 5
    Last Post: 22nd September 2006, 08:04
  2. Replies: 2
    Last Post: 11th July 2006, 14:19
  3. Replies: 11
    Last Post: 4th July 2006, 15:09
  4. [Win32/VC++ 8.0] Strange problems with qrc_*.cpp files
    By mloskot in forum Installation and Deployment
    Replies: 6
    Last Post: 6th March 2006, 10:28

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.