QAbstractHomeScreen Class Reference
|
Key | Description |
---|---|
HomeScreen/ShowDate | Set to true if the Homescreen should show the current date. |
HomeScreen/ShowLocation | Set to true if the current GSM/3G cell location should be shown. |
HomeScreen/ShowOperator | Set to true if the current net operator name should be shown. |
HomeScreen/ShowProfile | Set to true if the name of the current ring profile should be shown. |
HomeScreen/ShowTime | Set to true if the current time should be shown. |
This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.
See also MessageBoard.
Creates a new QAbstractHomeScreen instance with the given parent and flags.
Destroys the QAbstractHomeScreen instance.
This signal is emitted when the user has chosen to dial the emergency number. Since the HomeScreen is not the usual place for dial input this only happens while the HomeScreen is locked. Otherwise the user would enter the dialer to dial the emergency number.
This signal is emitted when the user dials a number. The connecting slot should show the dial screen.
See also QAbstractDialerScreen.
This signal is emitted when the user presses the hangup key while on the HomeScreen. the connecting slot should hang the currently active call up.
This signal is emitted when the current locking state of the HomeScreen changes to locked.
See also locked() and setLocked().
Returns true if the homescreen is locked. This mode can be set by the user if he wants to prevent accidental input while the device is e.g. in his pocket.
The Qt Extended default implementation disinguishes between a touchscreen and a keypad based lock. To disengage the touchscreen lock the user has to perform a sliding gesture whereas the keypad lock requires the pressing of certain key combination.
See also setLocked().
Sets the current lock state of the HomeScreen to state.
See also locked().
This signal is emitted when the callhistory should be shown.
See also QAbstractCallHistory.
This signal is emitted when the call screen is required. the connecting slot should show the call screen.
See also QAbstractCallScreen.
This signal is emitted when the list of missed calls should be shown. The most likely reaction to this signal is very similar to the showCallHistory() signal with the difference that the shown list should have a filter applied that only accepts missed calls.
This signal is emitted when the user changes to the application browser window. Usually this is indicated by pressing the select key. The connecting slot should open the application browser screen.
See also QAbstractBrowserScreen.
Returns true if the HomeScreen is locked due to a missing or not yet entered SIM PIN. This state can be left by entering the correct SIM PIN.
See also setLocked() and locked().
This signal is emitted when the user performs a speedial operation. A speeddial operation is usually indicated by a press and hold key action.
Cette page est une traduction d'une page de la documentation de Qt, écrite par Nokia Corporation and/or its subsidiary(-ies). Les éventuels problèmes résultant d'une mauvaise traduction ne sont pas imputables à Nokia. | Qt qtextended4.4 | |
Copyright © 2012 Developpez LLC. Tous droits réservés Developpez LLC. Aucune reproduction, même partielle, ne peut être faite de ce site et de l'ensemble de son contenu : textes, documents et images sans l'autorisation expresse de Developpez LLC. Sinon, vous encourez selon la loi jusqu'à 3 ans de prison et jusqu'à 300 000 E de dommages et intérêts. Cette page est déposée à la SACD. | ||
Vous avez déniché une erreur ? Un bug ? Une redirection cassée ? Ou tout autre problème, quel qu'il soit ? Ou bien vous désirez participer à ce projet de traduction ? N'hésitez pas à nous contacter ou par MP ! |
Copyright © 2000-2012 - www.developpez.com