Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How I maintain aspect ratio for a resized window?

I have a window that contains one QTMovieView. How do I make it so that resizing of the window will keep the window's aspect ratio the same?

like image 881
hekevintran Avatar asked Nov 24 '25 06:11

hekevintran


1 Answers

[window setContentAspectRatio:NSMakeSize(width, height)]

More info: Apple's documentation, NSWindow class reference

like image 56
hbw Avatar answered Nov 26 '25 22:11

hbw



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!