Results 1 to 2 of 2

Thread: Qt on S60

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    Aug 2010
    Posts
    2
    Qt products
    Qt4 Qt/Embedded
    Platforms
    MacOS X Unix/X11 Windows Symbian S60 Maemo/MeeGo

    Question Qt on S60

    Hello,
    I am developing an application on S60 using Qt.
    I develop S60 application using Symbian c++ before.
    And I feel that it's really easier to use Qt to develop on S60.
    But I have some questions about UI style and keyboard handling.

    1 The QListView always has a border, how should I remove it and make it look like Symbian ListBox?

    2 How should I handle all the key press event of just use Qt's default handling?

  2. #2
    Join Date
    Jul 2007
    Location
    Jundiai/SP, Brazil
    Posts
    114
    Thanks
    5
    Thanked 7 Times in 6 Posts
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows

    Default Re: Qt on S60

    Hi,

    1 The QListView always has a border, how should I remove it and make it look like Symbian ListBox?
    One way to do this, is you use Stylesheets for change QListView look'n'feel

    2 How should I handle all the key press event of just use Qt's default handling?
    If I get it right, you can derive your QListView and reimplement QObject::event ( QEvent * e ) and QObject::event ( QEvent * e )

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.