Results 1 to 4 of 4

Thread: updating foo.ui after changing ui_foo.h

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Sep 2009
    Posts
    60
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default updating foo.ui after changing ui_foo.h

    I am using the Qt plugin for Eclipse. I have a foo.ui file and a ui_foo.h file. I modified something in ui_foo.h. How do I get that modification to show in the foo.ui file? Also, is there a way to automatically generate a foo.ui file from a ui_foo.h file?

  2. #2
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,018 Times in 4,794 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: updating foo.ui after changing ui_foo.h

    You don't. You shouldn't modify autogenerated files.
    Your biological and technological distinctiveness will be added to our own. Resistance is futile.

    Please ask Qt related questions on the forum and not using private messages or visitor messages.


  3. #3
    Join Date
    Sep 2009
    Posts
    60
    Thanks
    6
    Qt products
    Qt4
    Platforms
    Unix/X11

    Default Re: updating foo.ui after changing ui_foo.h

    Is there a way to add custom widgets to the Widget Box then? or a way to add custom widgets to the .ui file? If so, where is the documentation for it?

  4. #4
    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

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.