Results 1 to 11 of 11

Thread: Creating a customizable gui

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Mar 2007
    Posts
    57
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Creating a customizable gui

    I didn't completely disregard your reply wysota

    Anyway, it seems to me that having users use designer to create their gui's is not a very versatile solution, as it won't really allow runtime editing.

    I'll do a quickie on the drag n drop thing to see whether it is a feasible solution Might post it here later as it might be helpful to others.

  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: Creating a customizable gui

    Quote Originally Posted by TMan View Post
    Anyway, it seems to me that having users use designer to create their gui's is not a very versatile solution, as it won't really allow runtime editing.
    On the contrary. You don't have to compile anything to have a working widget, if that's what you're afraid of. Of course it all might be too complex for your needs.

  3. #3
    Join Date
    Mar 2007
    Posts
    57
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Creating a customizable gui

    Quote Originally Posted by wysota View Post
    On the contrary. You don't have to compile anything to have a working widget, if that's what you're afraid of. Of course it all might be too complex for your needs.
    I do know that. Let me explain.

    The application will be some sort of hardware control/data acquisiton control center. So you'll have plots and stuff. Using designer, embedded or not, the user can't really change his gui and still have the plots updating.

    Correct me if I'm wrong

  4. #4
    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: Creating a customizable gui

    You're wrong

  5. #5
    Join Date
    Mar 2007
    Posts
    57
    Thanks
    2
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Creating a customizable gui

    That's not much of a correction :P

    Anyway, there doesn't happen to be an example of designer integration? I couldn't find anything other than the calculatorbuilder example, which isn't of much help.

  6. #6
    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: Creating a customizable gui

    There is an analog clock plugin example in Qt. You can see that it's active (the time passes) in Designer. As for the integration, you need to take a look at the designer component docs and you might also have a look at Edyuk sourcecode. As far as I remember it embedds a Designer component.

Similar Threads

  1. Problem in creating thread in GUI application
    By jyoti kumar in forum Qt Programming
    Replies: 2
    Last Post: 15th May 2006, 12:05
  2. Creating a global array in my code???
    By therealjag in forum General Programming
    Replies: 5
    Last Post: 13th March 2006, 11:13
  3. uic not creating seperate .h and .cpp files
    By Kapil in forum Qt Programming
    Replies: 2
    Last Post: 13th February 2006, 10:43
  4. Creating Widgets
    By hylke in forum Qt Programming
    Replies: 2
    Last Post: 5th February 2006, 08:37
  5. Creating a "windowless" software
    By Yorma in forum Qt Programming
    Replies: 7
    Last Post: 9th January 2006, 15:21

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.