QWorldmapDialog Class Reference
[QtBaseModule]
The QWorldmapDialog class provides a dialog for selecting a time zone, using the QWorldmap class. More...
#include <QWorldmapDialog>
Inherits QDialog.
Public Functions
- 5 public functions inherited from QDialog
- 206 public functions inherited from QWidget
- 29 public functions inherited from QObject
- 14 public functions inherited from QPaintDevice
Signals
Additional Inherited Members
- 2 properties inherited from QDialog
- 57 properties inherited from QWidget
- 1 property inherited from QObject
- 4 public slots inherited from QDialog
- 19 public slots inherited from QWidget
- 1 public slot inherited from QObject
- 1 public type inherited from QObject
- 4 static public members inherited from QWidget
- 4 static public members inherited from QObject
- 38 protected functions inherited from QWidget
- 7 protected functions inherited from QObject
- 1 protected function inherited from QPaintDevice
- 1 protected slot inherited from QWidget
- 2 protected variables inherited from QObject
- 1 protected type inherited from QPaintDevice
Detailed Description
The QWorldmapDialog class provides a dialog for selecting a time zone, using the QWorldmap class.
QWorldmapDialog presents a dialog of a map of the world.
See also QTimeZone and QWorldmap.
Member Function Documentation
QWorldmapDialog::QWorldmapDialog ( QWidget * parent = 0 )
Creates a new QWorldmapDialog with parent parent.
QWorldmapDialog::~QWorldmapDialog ()
Destroys a QWorldmapDialog object.
QTimeZone QWorldmapDialog::selectedZone () const
Returns the selected QTimeZone.
void QWorldmapDialog::setZone ( const QTimeZone & zone )
Set the time zone to zone.
void QWorldmapDialog::zoneSelected ( const QString & zone ) [signal]
This signal is emitted whenever the time zone is changed. zone is the new time zone.
Copyright © 2009 Trolltech |
Trademarks |
Qt Extended 4.4.3 |