QT鼠标形状

  1. QCursor cursor ; 

  2. QPixmap pixmap("cursor.png") ; 

  3. cursor = QCursor(pixmap,-1,-1); 

  4. setCursor(cursor) ; 

你可能感兴趣的:(笔记)