Results 1 to 2 of 2

Thread: Using SVG as user interface for fast prototyping

  1. #1
    Join Date
    Jul 2009
    Posts
    22
    Thanks
    1
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows Maemo/MeeGo

    Default Using SVG as user interface for fast prototyping

    Hi,

    Currently there have few projects are working on to make SVG for use as user interface. The result can be a very fast prototyping tool for user interface design, and create very fancy user interface. The idea is simple. Designer create the interface by using their favour software , and tell the programmer the behaviour. Programmer just need to program the effect. They don't need to modify the SVG file.

    For example, if the designer request a rectangle/image object to be moved from a place to another when any key is pressed. Programmer just need to query the object from the SVG , and assign a new location to the object.

    Example project:
    http://www.assembla.com/wiki/show/MadButterfly
    http://svgup.sourceforge.net/

    As Qt 4.6 introduced the new animation and state machine framework , it should be pretty easy for Qt to implement similar concept. But unfortunately the QSvgRenderer / QGraphicsSvgItem do not support DOM operation. Anybody think that it will be good to implement a new SVG module that support DOM access?

  2. #2
    Join Date
    Jan 2006
    Location
    Frankfurt
    Posts
    500
    Thanks
    1
    Thanked 52 Times in 52 Posts
    Platforms
    MacOS X Unix/X11

    Default Re: Using SVG as user interface for fast prototyping

    Webkit supports both DOM manipulation and SVG. It might be worth looking into that.
    It's nice to be important but it's more important to be nice.

Similar Threads

  1. Customizing UIC (User Interface Compiler)
    By Thalionath in forum Qt Programming
    Replies: 1
    Last Post: 13th October 2009, 17:53
  2. Replies: 2
    Last Post: 27th November 2008, 10:16
  3. Regarding Database Display through user interface
    By Tavit in forum Qt Programming
    Replies: 1
    Last Post: 1st April 2008, 10:32
  4. 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
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.