3  Remaining Implementation Questions

  1. I had to specially check for QSettings boolean values and convert them manually to bool (since they are currently stored as strings rather than something like @Bool). Is this really necessary or the correct method when using QVariant API 2?

  2. For some reason, if the MDI subwindow(s) are tiled upon exit, the application window position & state are not correctly restored when the app is restarted?

  3. How do you make MDI subwindows with a shorter title bar that takes up less vertical screen space? Setting the WindowFlags to QtCore.Qt.Tool results in a Tool-like window but it then is no longer a MDI subwindow but rather floats outside of the main window.

  4. How can I specify NumPad /, NumPad *, and NumPad 5 as keyboard shortcuts?

Table Of Contents

This Page