Changeset 8 for trunk/tutorial/t14
- Timestamp:
- Nov 16, 2005, 8:36:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tutorial/t14/cannon.cpp
r7 r8 212 212 tmp.setPen( NoPen ); 213 213 214 tmp.translate( 0, pix.height() - 1);214 tmp.translate( 0, pix.height() ); 215 215 tmp.drawPie( QRect( -35,-35, 70, 70 ), 0, 90*16 ); 216 216 tmp.rotate( -ang );
Note:
See TracChangeset
for help on using the changeset viewer.