Results 1 to 6 of 6

Thread: making 1 user interface to handle multiple products (advice needed)

  1. #1
    Join Date
    Oct 2009
    Posts
    47
    Thanks
    10

    Default making 1 user interface to handle multiple products (advice needed)

    hi guys,

    So we have been developing software for an embedded device for about 8 months with qt and were making pretty good progress but suddenly requirements have changed and its making me re-think the entire project.

    Basically now we need 1 user interface to handle multiple different products. Qt is almost looking like a bad choice, it seems more like a web based interface would work better.

    Have any of you run into this issue before and how did you go about solving it (with or without qt)?

  2. #2
    Join Date
    Jan 2006
    Location
    Belgium
    Posts
    1,938
    Thanked 268 Times in 268 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows
    Wiki edits
    20

    Default Re: making 1 user interface to handle multiple products (advice needed)

    Quote Originally Posted by technoViking View Post
    ... but suddenly requirements have changed ...
    There's your problem. If it was my project, this would not happen. It's either the original request or nothing at all.
    You can't change every month, you'll get nowhere. Ask your clients to sign a project description report.

    That said, what are the products you're talking about. What are the differences on the screen. What do you need to show?
    There are at least two extremely powerfull techniques in Qt and that is Item Views and GraphicsView. I can't imagine that you're in a situation that can't be solved by either techniques.

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

    Default Re: making 1 user interface to handle multiple products (advice needed)

    Quote Originally Posted by technoViking View Post
    Have any of you run into this issue before and how did you go about solving it (with or without qt)?
    That depends on a few things. What the requirements were before, what they are now, when the deadline is, what equipment is available, etc, etc.

  4. #4
    Join Date
    Oct 2009
    Posts
    47
    Thanks
    10

    Default Re: making 1 user interface to handle multiple products (advice needed)

    Thanks for the replys.

    Well sadly I work for a large company and we have no say in CIA's. They happen all the time and the deadline gets cut after they add more features (it makes no sense). The manager says its okay and the programmers suffer.

    We acquired a company and we want to use their products as well as our products but to the customer they will see the same UI for both our product or the product we just bought the only different will be the backend device (which does similar things as our products.)

    Think of the UI as being a control device. I can't go into detail but pretend it can turn lights on and off, make calls, schedule meetings, etc.

    We are currently using graphics view and we are also using model's for all our custom widgets.

    The deadline is in 1-2 months. But considering they just changed the requirements again and fired some qt contractors I'm assuming they will extend the deadline.

    The main difference between the 2 products is the feature set and how they communicate. Ours can do a lot more than theirs can and theirs uses a totally different API and communication protocol than we use. We use xmlrpc they use REST I believe. They already have a UI that uses java as the front end to control their device.

    I'm not a qt expert (we hired qt contractors to help us get started and we kept 2 of them). I did learn a lot though and am doing a fair amount of the front end as well as back end development.
    Last edited by technoViking; 28th May 2010 at 15:52.

  5. #5
    Join Date
    Apr 2010
    Posts
    769
    Thanks
    1
    Thanked 94 Times in 86 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11

    Default Re: making 1 user interface to handle multiple products (advice needed)

    It's really impossilble to say how to approach this problem without more details. In general, though, a workable approach is to define the common user interface, implement your backend as a plugin, then provide intermediate "translator" classes that mediate between the backend and the GUI, performing whatever transformations of data are required.

    The key to all this is defining an API for the GUI and the intermediaries that will accomodate foreseeable changes, and is flexible enough to accomodate a wide variety of backend APIs through the translators.

  6. #6
    Join Date
    Oct 2009
    Posts
    47
    Thanks
    10

    Default Re: making 1 user interface to handle multiple products (advice needed)

    I like that idea of having translator classes hm...it doesn't sound that complex when you put it that way

    thanks!

Similar Threads

  1. Programming user interface advice
    By onurozcelik in forum Qt Programming
    Replies: 4
    Last Post: 19th May 2010, 06:36
  2. Which is the best way to make a fluid user interface in QT?
    By Kevin Hoang in forum Qt Programming
    Replies: 5
    Last Post: 9th March 2010, 12:37
  3. Qtopia H/w Advice needed
    By void* in forum Qt for Embedded and Mobile
    Replies: 1
    Last Post: 19th January 2007, 11:25
  4. Multiple Windows -> Advice needed
    By vokal in forum Newbie
    Replies: 2
    Last Post: 8th January 2007, 08:40
  5. User Interface with QTableView
    By Brandybuck in forum Qt Programming
    Replies: 1
    Last Post: 22nd March 2006, 23:24

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.