Skip to content

demonstrates how one can embed a native IOS View in a QWidget base Qt application

License

Notifications You must be signed in to change notification settings

leopatras/UITextView-on-Qt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UITextView-on-Qt

demonstrates how one can embed a native IOS View in a QWidget base Qt application. The technique is to have a 'fake' QFrame as a place holder where the native UIView gets its coordinates from. In the QFrame::event override Move and ResizeEvents cause the native UIView placed exactly over the fake frame.

About

demonstrates how one can embed a native IOS View in a QWidget base Qt application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published