1

I have a Class (File's Owner) that has an instance of a QTMovieViewer subclass (movieViewer) and a QTMovie (movie). QTMovieViewer is an IBOutlet, QTMovie is not.

Within IB I set up a binding for movieViewer using KVC to movie. How can I access movie from movieViewer in code?

I have thought about adding an Object to IB to represent the QTMovie, but the problem is this is not an IBOutlet and is created in code from File's Owner.

Thank you.

4

1 に答える 1

0

映画を見つけるための出発点として映画ビューを使用したいのはなぜですか?そのNIBの所有者として機能しているコントローラーから始めてみませんか?

とにかく、QTMovieView(「er」はありません)には、バインディングがバインドされたmovieムービーをおそらく反映するプロパティがあります。movie

于 2012-05-31T00:14:50.783 に答える