You are not logged in.

  • "m_pahlevanzadeh" started this thread

Posts: 2

Location: Tehran/Iran

  • Send private message

1

Tuesday, November 2nd 2004, 1:38am

owner-draw

Deras,How i do write a program owner-draw?

e8johan

Beginner

Posts: 27

Location: Sweden

  • Send private message

2

Tuesday, November 2nd 2004, 6:01am

RE: owner-draw

Either sub-class QWidget and re-implement paintEvent, or use the QCanvas module. A final option is to use the OpenGL module.