src/hbcore/inputfw/hbinputvirtualkeyboard.cpp
changeset 2 06ff229162e9
parent 1 f7ac710697a9
child 6 c3690ec91ef8
equal deleted inserted replaced
1:f7ac710697a9 2:06ff229162e9
    28 /*!
    28 /*!
    29 \proto
    29 \proto
    30 \class HbVirtualKeyboard
    30 \class HbVirtualKeyboard
    31 \brief Abstract base class for virtual keyboards.
    31 \brief Abstract base class for virtual keyboards.
    32 
    32 
    33 This class is an abstract base class for virtual keyaboards. This class is
    33 This class is an abstract base class for virtual keyaboards. It is
    34 not reponsible for the visual appearance of the keyboard, but contains methods that HbVkbHost
    34 not reponsible for the visual appearance of the keyboard, but contains methods that HbVkbHost
    35 class needs when interacting with the keyboard. The actual Qt widget inheriting from this
    35 class needs when interacting with the keyboard. The actual Qt widget inheriting from this
    36 class will fill and layout the keyboard contents.
    36 class will fill and layout the keyboard contents.
    37 
    37 
    38 The virtual keyboard host calls aboutToOpen() method when it is about to open the keyboard
    38 The virtual keyboard host calls aboutToOpen() method when it is about to open the keyboard