Share

The qtmax Module

The qtmax module contains helper functions for working with 3ds Max Qt Widgets. The module contains the following function:

Helpers

GetQMaxMainWindow()

This function returns the QMainWindow object for the 3ds Max main window. You can use this for parenting widgets to the main window, and to enable docking. See the sample code in Creating Python UIs for an example of how to use this function.

Was this information helpful?