QxtCountryComboBox Class Reference
[QxtGui module]
The QxtCountryComboBox widget is an extended QComboBox to display countries. More...
#include <QxtCountryComboBox>
Inherits QComboBox.
Public Functions
- 55 public functions inherited from QComboBox
- 207 public functions inherited from QWidget
- 12 public functions inherited from QPaintDevice
- 29 public functions inherited from QObject
Public Slots
- 4 public slots inherited from QComboBox
- 19 public slots inherited from QWidget
- 1 public slot inherited from QObject
Signals
Additional Inherited Members
- 13 properties inherited from QComboBox
- 57 properties inherited from QWidget
- 1 property inherited from QObject
- 1 public type inherited from QObject
- 4 static public members inherited from QWidget
- 1 static public member inherited from QPaintDevice
- 4 static public members inherited from QObject
- 1 protected function inherited from QComboBox
- 37 protected functions inherited from QWidget
- 1 protected function inherited from QPaintDevice
- 7 protected functions inherited from QObject
- 1 protected slot inherited from QWidget
- 1 protected type inherited from QPaintDevice
- 2 protected variables inherited from QObject
Detailed Description
The QxtCountryComboBox widget is an extended QComboBox to display countries.
QxtCountryComboBox is a specialized combo box to display countries. The languages are taken from QLocale::Country.

Member Function Documentation
QxtCountryComboBox::QxtCountryComboBox ( QWidget * parent = 0 )
Constructs a new QxtCountryComboBox with parent.
QxtCountryComboBox::~QxtCountryComboBox () [virtual]
Destructs the country combo box.
QLocale::Country QxtCountryComboBox::currentCountry () const
See also setCurrentCountry().
void QxtCountryComboBox::currentCountryChanged ( QLocale::Country country ) [signal]
This signal is emitted whenever the current country has been changed.
QString QxtCountryComboBox::currentCountryName () const
void QxtCountryComboBox::currentCountryNameChanged ( const QString & name ) [signal]
This signal is emitted whenever the current country name has been changed.
void QxtCountryComboBox::setCurrentCountry ( QLocale::Country country ) [slot]
See also currentCountry().