在 Cocoa/OSX 的屏幕保护程序中播放 QTMovie
我正在尝试在 ScreenSaverView 类中创建一个可以播放 QTMovie 的屏幕保护程序。我想我必须使用 QTMovieView,但我无法弄清楚如何在不使用界面生成器的情况下创建和初始化 QTMovieView 对象(据我所知,在使用 ScreenSaverView 制作 .saver 文件时不可能使用界面生成器谢谢!
I'm trying to create a screen saver that will play a QTMovie, in the ScreenSaverView class. I think I have to use QTMovieView, but I'm having trouble figuring out how to create and initialize the QTMovieView object without using interface builder (as I undertand it, it's not possible to use interface builder when making a .saver file with the ScreenSaverView class. Thanks!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你可以查一下这个的来源:
http://s.sudre.free.fr/Software/SaveHollywood.html
You could poke around at the source of this one:
http://s.sudre.free.fr/Software/SaveHollywood.html