Results 1 to 10 of 10

Thread: Integrate Designer into own Ui

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Apr 2008
    Posts
    196
    Thanked 8 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows
    Wiki edits
    1

    Default Re: Integrate Designer into own Ui

    I mean the QtDesigner Module, I didn't find any examples for using QDesignerFormEditorInterfacefor example

  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: Integrate Designer into own Ui

    Because it's a niche and complicated subject and it's not possible to have a 20-line example of using the component for your own project. Usually you access it from within Designer plugins. I don't know how your design process looks like but unless you are designing Qt forms, there won't be much benefit from QDesignerFormEditorInterface. And if you are after designing Qt forms then it might be easier to deploy Designer (optionally with a custom plugin extending it to fit your needs better) to the client and using UiTools to load the interface into your main app after it's designed.
    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.


Similar Threads

  1. How to Integrate Qt Designer to a Qt project?
    By adamsakli in forum Qt Tools
    Replies: 1
    Last Post: 12th March 2010, 13:52
  2. how to integrate qt and Qwt linux
    By qtlinuxnewbie in forum Newbie
    Replies: 0
    Last Post: 2nd February 2010, 07:17
  3. How to Integrate Qt with 'C'
    By deepakn in forum Newbie
    Replies: 3
    Last Post: 8th August 2007, 15:46

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.