bigwatercar

Results 2 issues of bigwatercar

aes-256-cfb ok, but rc4-md5 not. My ISP is Chinaunicom. So, I think leave aes-256-cfb as default is better for users.

When I add QPainter code to draw some text for testing, I got an unexpected result, as following image. ![image](https://github.com/gkv311/occt-samples-qopenglwidget/assets/3401435/a3055c4c-04cb-4210-a6db-2d7c795598a2) the testing code I added is: ``` { QPainter p(this);...