I created a Qt iPad SubWindow Helper

I created a Qt iPad SubWindow Helper. By embedding the content of the subwindow within the iOS native UIView, I achieved a smooth experience when dragging and resizing the subwindow. Additionally, this tool can automatically avoid encountering soft keyboards, and will automatically shrink when the height is insufficient.
The implementation takes into consideration the principles of WPS Office for iPad (Qt). Compared to drawing the window frame in Qt, this approach results in much smoother dragging and handling behaviors.
Next, I plan to implement the mapping of the QMenuBar interface to the iPad menu bar.

1 Like