Skip to content

tabs/pyarchinit_setting_matrix.py

Overview

This file contains 3 documented elements.

Classes

Setting_Matrix

No description available. A QDialog subclass that loads and renders its user interface from the external Qt Designer file Setting_Matrix.ui. It inherits from both QDialog and the dynamically loaded MAIN_DIALOG_CLASS, combining Qt dialog functionality with the UI layout defined in the .ui file. The constructor calls setupUi(self) to initialize and bind all UI components defined in the associated interface file.

Inherits from: QDialog, MAIN_DIALOG_CLASS

Methods

init(self)

No description available. Constructor for the Setting_Matrix class, which inherits from both QDialog and MAIN_DIALOG_CLASS. Calls the parent class constructor via super().__init__() to properly initialize the multiple inheritance chain, then invokes self.setupUi(self) to set up the user interface components defined for this dialog.