runPIHM/pihm/progress.h

Go to the documentation of this file.
00001 #include <QtGui/QProgressBar>
00002 
00003 void setProgressBar(QProgressBar *bar, int value){
00004         bar->setValue(value);
00005 }

Generated on Sun Aug 5 17:33:59 2007 for PIHMgis by  doxygen 1.5.2