Results 1 to 11 of 11

Thread: How can I create this application?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How can I create this application?

    Actually QGraphicsView is available in Qt since 4.2. I know Andreas tends to do everything through the graphics view (well.. he designed and implemented it, so I can't blaim him), but according to me all you need is a simple QListWidget or QTableWidget. All functionality you might need is already there...

  2. #2
    Join Date
    Oct 2007
    Location
    Munich, Bavaria
    Posts
    144
    Thanks
    1
    Thanked 19 Times in 19 Posts
    Qt products
    Qt3 Qt4
    Platforms
    Unix/X11 Windows

    Default Re: How can I create this application?

    Quote Originally Posted by wysota View Post
    Actually QGraphicsView is available in Qt since 4.2. I know Andreas tends to do everything through the graphics view (well.. he designed and implemented it, so I can't blaim him), but according to me all you need is a simple QListWidget or QTableWidget. All functionality you might need is already there...
    You are right - no need for QGraphicsView to implement something like this.
    But the idea was to give hgedek a running example - regardless of the technology.

    On the other hand the example has cool-looking animations - bosses like something like this.

    CU Tom

  3. #3
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How can I create this application?

    A running example is the Qtopia application menu. I think it's the closest to what he wants, so even a simple copy&paste might suffice.

  4. #4
    Join Date
    Jan 2008
    Posts
    91
    Thanks
    8

    Default Re: How can I create this application?

    dear wysota
    which menu is this could you give me a related link

  5. #5
    Join Date
    Jan 2006
    Location
    Warsaw, Poland
    Posts
    33,368
    Thanks
    3
    Thanked 5,017 Times in 4,793 Posts
    Qt products
    Qt3 Qt4 Qt5 Qt/Embedded
    Platforms
    Unix/X11 Windows Android Maemo/MeeGo
    Wiki edits
    10

    Default Re: How can I create this application?

    Hmm... I probably meant this one: http://labs.trolltech.com/blogs/2007...s-performance/

    or the one that is in sources of Qtopia.

Similar Threads

  1. dll + application
    By fpujol in forum Qt Programming
    Replies: 11
    Last Post: 15th April 2007, 18:37
  2. Two question about create an application.
    By Kenneth in forum Qt for Embedded and Mobile
    Replies: 3
    Last Post: 19th March 2007, 22:21
  3. Can't create an object : initialisation problem ?
    By Nyphel in forum Qt Programming
    Replies: 5
    Last Post: 12th March 2007, 09:07
  4. Replies: 3
    Last Post: 8th December 2006, 18:51

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.