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

Public Member Functions

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

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.