Results 1 to 2 of 2

Thread: problem with Qt::WindowSoftkeysVisibleHint

  1. #1
    Join Date
    Sep 2010
    Posts
    2
    Qt products
    Qt4
    Thanks
    1

    Default problem with Qt::WindowSoftkeysVisibleHint

    hi, guys

    When i run the example of softkey example, i got some erros


    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:111: error: `WindowSoftkeysRespondHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:112: error: `WindowSoftkeysVisibleHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:113: error: `WindowSoftkeysRespondHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:117: error: `WindowSoftkeysVisibleHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:118: error: `WindowSoftkeysVisibleHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:119: error: `WindowSoftkeysRespondHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:124: error: `/Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:111: error: `WindowSoftkeysRespondHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:112: error: `WindowSoftkeysVisibleHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:113: error: `WindowSoftkeysRespondHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:117: error: `WindowSoftkeysVisibleHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:118: error: `WindowSoftkeysVisibleHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:119: error: `WindowSoftkeysRespondHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:124: error: `WindowSoftkeysVisibleHint' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:125: error: `WindowSoftkeysRespondHint' is not a member of `Qt'' is not a member of `Qt'

    /Qt/qtcreator-2.0.1/softkey/mainwindow.cpp:125: error: `WindowSoftkeysRespondHint' is not a member of `Qt'


    I search the qt help doc in qt creator, but i can not find the WindowSoftkeysVisibleHint

    does anyone know why ?

    plz help me.

  2. #2
    Join Date
    Jan 2006
    Location
    Germany
    Posts
    4,380
    Qt products
    Qt4
    Platforms
    Unix/X11 Windows Symbian S60
    Thanks
    19
    Thanked 1,005 Times in 913 Posts
    Wiki edits
    5

    Default Re: problem with Qt::WindowSoftkeysVisibleHint

    make sure you use the symbian makespec and show us your relevant code, causing your problem. Can you use
    Qt Code:
    1. qDebug() << Qt::Window;
    To copy to clipboard, switch view to plain text mode 
    ?

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.