Qyoto  4.0.5
Qyoto is a C# language binding for Qt
 All Classes Namespaces Functions Variables Typedefs Enumerations Properties
QtGui.IQProgressBarSignals Interface Reference
Inheritance diagram for QtGui.IQProgressBarSignals:
Collaboration diagram for QtGui.IQProgressBarSignals:

Public Member Functions

void ValueChanged (int value)
 
 
- Public Member Functions inherited from QtGui.IQWidgetSignals
void CustomContextMenuRequested (QPoint pos)
 
 
- Public Member Functions inherited from QtCore.IQObjectSignals
void Destroyed (QObject arg1)
 
void Destroyed ()
 
 

Member Function Documentation

void QtGui.IQProgressBarSignals.ValueChanged ( int  value)

This signal is emitted when the value shown in the progress bar changes. value is the new value shown by the progress bar.