TimeZoneSelector Class Reference
The TimeZoneSelector widget allows users to configure their time zone information. More...Inheritance diagram for TimeZoneSelector:


Signals | |
| void | signalNewTz (const QString &id) |
Public Member Functions | |
| TimeZoneSelector (QWidget *parent=0, const char *name=0) | |
| ~TimeZoneSelector () | |
| QString | currentZone () const |
| void | setCurrentZone (const QString &id) |
Detailed Description
The TimeZoneSelector widget allows users to configure their time zone information.
Definition at line 58 of file tzselect.h.
Constructor & Destructor Documentation
|
||||||||||||
|
Creates a new TimeZoneSelector with parent p and name n. The combobox will be populated with the available timezones. Definition at line 209 of file tzselect.cpp. References QObject::connect(), QToolButton::setIconSet(), QWidget::setMaximumSize(), and QWidget::sizeHint(). |
|
|
Destroys a TimeZoneSelector. Definition at line 231 of file tzselect.cpp. |
Member Function Documentation
|
|
Returns the currently selected timezone as a string in location format, e.g. Australia/Brisbane Definition at line 250 of file tzselect.cpp. |
|
|
Sets the current timezone to id. Definition at line 258 of file tzselect.cpp. |
|
|
This signal is emitted when a timezone has been selected by the user. The id is a QString in location format, eg Australia/Brisbane |
The documentation for this class was generated from the following files:
