pm.setBrush(TQt::color1);// fill with "foreground-colour"
pm.setBrush(TQt::color1);// fill with "foreground-colour"
pm.setPen(TQt::NoPen);// no border needed/wanted
pm.setPen(TQt::NoPen);// no border needed/wanted
pm.drawPie(0+1,((float)width()/(float)2.44444444444)+1,(width()/2),(width()/2),90*16,-360*16);// full circle of small size
pm.drawPie(0+1,((float)width()/(float)2.44444444444)+1,(width()/2),(width()/2),90*16,-360*16);// full circle of small size
pm.drawPie(0,((float)width()/(float)2.44444444444),((float)width()/(float)1.69230769231),((float)width()/(float)1.69230769231),90*16,percentDone*16);// pie part of big size
pm.drawPie(0,((float)width()/(float)2.44444444444),((float)width()/(float)1.69230769231),((float)width()/(float)1.69230769231),90*16,percentDone*16);// pie part of big size