Message 1 of 3
Maya 2018 - close event in MayaQWidgetDockableMixin is not being called

Not applicable
11-05-2018
10:37 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi all, I am using Maya MayaQWidgetDockableMixin in my tool, created with PyQt and encounter an issue in which when using either of the signals - `closeEvent` or `dockCloseEventTriggered`, my tool is unable to 'capture' them upon the tool closure.
For some reasons, while using any of the mentioned 2 signals in Maya 2017, it seems to be working correctly, but as soon as I start to test my tool in Maya 2018, it does not. I am using QSettings in these functions so as to capture the values made within my tool.
Wondering if anyone has experience similar issues and able to share any insights on this?