Feathercoin  0.5.0
P2P Digital Currency
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros
Signals | Public Member Functions | Properties | Private Slots | Private Attributes | List of all members
QValueComboBox Class Reference

#include <qvaluecombobox.h>

Inheritance diagram for QValueComboBox:
Inheritance graph
[legend]
Collaboration diagram for QValueComboBox:
Collaboration graph
[legend]

Signals

void valueChanged ()
 

Public Member Functions

 QValueComboBox (QWidget *parent=0)
 
QVariant value () const
 
void setValue (const QVariant &value)
 
void setRole (int role)
 Specify model role to use as ordinal value (defaults to Qt::UserRole) More...
 

Properties

QVariant value
 

Private Slots

void handleSelectionChanged (int idx)
 

Private Attributes

int role
 

Detailed Description

Definition at line 8 of file qvaluecombobox.h.

Constructor & Destructor Documentation

QValueComboBox::QValueComboBox ( QWidget *  parent = 0)
explicit

Definition at line 3 of file qvaluecombobox.cpp.

Member Function Documentation

void QValueComboBox::handleSelectionChanged ( int  idx)
privateslot

Definition at line 24 of file qvaluecombobox.cpp.

void QValueComboBox::setRole ( int  role)

Specify model role to use as ordinal value (defaults to Qt::UserRole)

Definition at line 19 of file qvaluecombobox.cpp.

void QValueComboBox::setValue ( const QVariant &  value)

Definition at line 14 of file qvaluecombobox.cpp.

QVariant QValueComboBox::value ( ) const
void QValueComboBox::valueChanged ( )
signal

Member Data Documentation

int QValueComboBox::role
private

Definition at line 27 of file qvaluecombobox.h.

Property Documentation

QVariant QValueComboBox::value
readwriteprivate

Definition at line 12 of file qvaluecombobox.h.


The documentation for this class was generated from the following files: