Results 1 to 10 of 10

Thread: Integrate Designer into own Ui

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

    Hello,

    did anybody know how to integrate the designer in own ui's? Maybe someone have an example of doing this?

    Thanks in advance

    Best Regards
    NoRulez

  2. #2
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Integrate Designer into own Ui

    Be a little more specific please

    Do you mean the situation: you have a application coded (without using the designer) and want to add some ui files to it?

  3. #3
    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 that the customer can build there own Ui's and save the xml fil into a database.

  4. #4
    Join Date
    May 2010
    Location
    Romania
    Posts
    1,021
    Thanks
    62
    Thanked 260 Times in 246 Posts
    Qt products
    Qt5
    Platforms
    MacOS X Unix/X11 Windows Android

    Default Re: Integrate Designer into own Ui

    Then give them the Designer.exe, or the Designer source code it's open, add it to your application (i don't think you will find examples because this is not a very "common" operation)

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

    This is because I want to integrate the designer in our own design tool, not only for UI's

  6. #6
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Integrate Designer into own Ui

    Well, you have the source code to Designer.exe, integrate away

    Just remember that the resulting application must be open-source.

  7. #7
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 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

    Quote Originally Posted by fatjuicymole View Post
    Just remember that the resulting application must be open-source.
    Naah... it doesn't have to be. Qt is dual licence, remember?
    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.


  8. #8
    Join Date
    Sep 2009
    Location
    UK
    Posts
    2,447
    Thanks
    6
    Thanked 348 Times in 333 Posts
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Integrate Designer into own Ui

    Sorry, Open source unless you buy commercial license.

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

  10. #10
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,359
    Thanks
    3
    Thanked 5,015 Times in 4,792 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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.