Hello, i eperimented performances problem with graphicsview and
found a workaround wich can perhaps help,
try it, it is very easy, you only have to reimplement paintEvent function like this
in a subclass :
Qt Code:
{ Q_OBJECT public: MyFasterGraphicView( ...); protected: ... ... }; { delete newEvent; }To copy to clipboard, switch view to plain text mode
I can explain the reason, is someone is interrested,
Have fun,
CyrBa




Reply With Quote
Bookmarks