Home · Modules · Classes · Namespaces · Functions

QxtCountryComboBox Class Reference
[QxtGui module]

The QxtCountryComboBox widget is an extended QComboBox to display countries. More...

    #include <QxtCountryComboBox>

Inherits QComboBox.

Public Functions

Public Slots

Signals

Additional Inherited Members


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.

"QxtCountryComboBox in Plastique style."


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().


Copyright © 2007-2011 Qxt Foundation
Qxt 0.6.2