Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

examples: fix the Qt example screen is not clear #631

Closed
wants to merge 1 commit into from

Conversation

re2zero
Copy link
Contributor

@re2zero re2zero commented Oct 24, 2024

Resize the widget to after client init success; set depth as 32 and create QImage with RGBA8888 format in order to make the vnc display more clear.

Log: fix the Qt example screen is not clear.

Resize the widget to after client init success; set depth as 32 and create QImage with RGBA8888 format in order to make the vnc display more clear.

Log: fix the Qt example screen is not clear.
cl->FinishedFrameBufferUpdate = finishedFramebufferUpdateStatic;
cl->serverHost = strdup(serverIp.c_str());
cl->serverPort = serverPort;
cl->appData.useRemoteCursor = TRUE;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please don't move code randomly around and don't leave commented-out code. I'd like to keep the 16 bit for educational purposes - after all, this is just an example. Any other changes to improve here welcome!

@bk138
Copy link
Member

bk138 commented Oct 30, 2024

Tentatively closing, feel free to post here once comments are addressed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants