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

Is it possible to patch Nuke::setSplashScreen instead of QSplashScreen::setPixmap #2

Open
Ahuge opened this issue Mar 20, 2018 · 1 comment

Comments

@Ahuge
Copy link

Ahuge commented Mar 20, 2018

That way we could scope it to the nuke splash screen and not all Qt ones.

Also we'd be able to do gif/movies because we just need to return a QSplashScreen.

I don't know if we are able to patch the Nuke namespace but I'd assume probably through some hackery?

@heavyimage
Copy link
Owner

Agreed it'd probably be better to just scope it to nuke for safety though It's kinda exciting to think this would work for all Qt apps (the pranking potential feels better, right?). Sadly nuke doesn't have it's own splash screen function; as you can see in the readme from the results of looking at the (un mangled) symbol table it just directly calls the QT one. There might be a way to only apply the substitution if we were inside nuke but I'm not quite sure how to detect that.

To do gifs is a bit more advanced; worth a shot though!

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

No branches or pull requests

2 participants