You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Button for removing selected windows from the active/inactive lists has been added.
- Shortcut for doing the same has also been added, using the DEL key.
- Removed Q_UNUSED from nativeEvent, as the variables that were marked unused were actually being used in the call to QMainWindow::nativeEvent.
- Made destructor of ListWidgetWindowItem call ApplyOriginalState(), so that when ListWidgetWindowItem's are deleted from the active/inactive lists by the aforementioned shortcut and buttons, the original window state will be restored.
- Updated the way in which invalid windows are periodically deleted from the active/inactive lists, ensuring that QListWidget::takeItem is called first before the item instance is deleted, as recommended by Qt.
- Added new function: selectedWindows_Delete() which the aforementioned button and shortcut call to delete selected windows.
- Re-ordered includes in main_window_dialog.hxx, aesthetic change only.
- Changed default window height of MainWindow from 491 to 482.
0 commit comments