Results 1 to 5 of 5

Thread: UI like Guitar Pro 6 - Please advise me.

  1. #1
    Join Date
    May 2011
    Posts
    23
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Question UI like Guitar Pro 6 - Please advise me.

    Hi!

    I'm Jean and I'm new to Qt, but am professional c++ developer for many years.
    I have a new project in which I have to create a good flowing using interface. I have opted for Qt.

    I need to create a UI similar to Guitar Pro 6:
    "http://www.guitar-pro.com/en/index.php?pg=product"
    I am mainly interested in the "Soundboard" on the given page (you can see/search it there to see what I mean. I would like to know which Qt class I need to use to create similar red/yellow/green/blue controls and the stacking components on their left side. Guitar, bass, drums...etc...).
    (Note, colour is not the issue, but the actual control :-))

    I'm already thinking of using QGraphicsView/Scene&Item.
    - Is this a good way forward?
    - Any more advice on how to achieve this kind of overall UI is appreciated.

    Many thanks for your help in advance.

    Best regards,

    Jean

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

    Default Re: UI like Guitar Pro 6 - Please advise me.

    I'd create custom widgets (derive from QWidget) and use those rather than using QGraphicsView.

    For some examples, see Wysota's wwWidgets - http://www.wysota.eu.org/wwwidgets/

  3. #3
    Join Date
    May 2011
    Posts
    23
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Thumbs up Re: UI like Guitar Pro 6 - Please advise me.

    Deriving from QWidget sounds OK. I will download wwwidget's source to see how they do it.

    What about the overall interface? would you use Qt Designer to bring the controls together or rather just do it yourself?

    Thanks a lot!

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

    Default Re: UI like Guitar Pro 6 - Please advise me.

    For something like the soundboard, I would create the controls in code rather than using designer. I'd probably use designer just for creating the containers.

  5. #5
    Join Date
    May 2011
    Posts
    23
    Thanks
    3
    Thanked 1 Time in 1 Post
    Qt products
    Qt4
    Platforms
    MacOS X Unix/X11 Windows

    Red face Re: UI like Guitar Pro 6 - Please advise me.

    Okay very good concept! That's exactly what I hoped to hear.

    Squidge, Thank you SO much for your input, I can definitely now get started. Very good pointers from you.

    I'll see how far I can go.

    Much Appreciated

    Jean

Similar Threads

  1. Advise:Do I need QDataWidgetMapper?
    By fatecasino in forum Newbie
    Replies: 1
    Last Post: 4th March 2011, 01:04
  2. Replies: 4
    Last Post: 1st June 2010, 11:42
  3. advise sought on TreeView model design
    By QPlace in forum Qt Programming
    Replies: 0
    Last Post: 25th June 2009, 14:36
  4. Need some advise with thumbnails and loading image
    By nmuntz in forum Qt Programming
    Replies: 2
    Last Post: 9th June 2009, 14:32
  5. Replies: 8
    Last Post: 27th August 2007, 15:45

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.