Home · All Namespaces · All Classes · Grouped Classes · Modules · Functions |
The QAbstractDialerScreen class allows developers to replace the "dialer screen" portion of the Phone UI. More...
#include <QAbstractDialerScreen>
Inherits QWidget.
Inherited by PhoneQuickDialerScreen and PhoneTouchDialerScreen.
The QAbstractDialerScreen class allows developers to replace the "dialer screen" portion of the Phone UI.
The QAbstractDialerScreen interface is part of the server widgets framework and allows developers to replace the standard touchscreen or quick dialers in the Qt Extended phone UI. A small tutorial on how to develop new server widgets using one of the abstract widgets as base can be found in QAbstractServerInterface class documentation.
This class is part of the Qt Extended server and cannot be used by other Qt Extended applications.
Constructs a new QAbstractDialerScreen instance, with the specified parent and widget flags.
Appends digits to the current number.
Returns the currently displayed number from the dialer screen.
See also setDigits().
Implements the behavior when the phone handset is taken off its hook.
See also DialProxy::onHookGesture().
Implements the behavior when the phone handset is put on its hook.
See also DialProxy::offHookGesture().
Emitted whenever the user has selected a number to dial from the dial screen. If valid, contact may be set to the unique id of the contact to which the number refers. The dialer is generally expected to QWidget::close() after emitting this signal.
Resets any displayed number and return to the screens initial view. This is always called before displaying the screen to the user.
Sets the current number to digits.
See also digits().
Emitted whenever the user speed dials a number from the dial screen. A speed dial is usually characterized by a press and hold action on a keypad number. Qt Extended will resolve the number into a speed dial action and perform it appropriately.
Copyright © 2009 Trolltech | Trademarks | Qt Extended 4.4.3 |