OpenMW
|
#include <combobox.hpp>
Public Member Functions | |
ComboBox (QWidget *parent=0) | |
void | setPlaceholderText (const QString &text) |
Protected Member Functions | |
void | paintEvent (QPaintEvent *) |
Protected Attributes | |
QRegExpValidator * | mValidator |
Private Attributes | |
QString | mPlaceholderText |
ContentSelectorView::ComboBox::ComboBox | ( | QWidget * | parent = 0 | ) | [explicit] |
void ContentSelectorView::ComboBox::paintEvent | ( | QPaintEvent * | ) | [protected] |
void ContentSelectorView::ComboBox::setPlaceholderText | ( | const QString & | text | ) |
QString ContentSelectorView::ComboBox::mPlaceholderText [private] |
QRegExpValidator* ContentSelectorView::ComboBox::mValidator [protected] |