artview.components.Window¶
-
class
artview.components.
Window
(name='Window', parent=None)[source]¶ Bases:
artview.core.core.Component
Class to be Main Window
-
__init__
(name='Window', parent=None)[source]¶ Initialize the class to create the interface.
Parameters: [Optional] :
name : string
Window name.
parent : PyQt instance
Parent instance to associate to menu. If None, then Qt owns, otherwise associated with parent PyQt instance.
Notes
This class creates the main application interface and creates a menubar for the program.
Methods
Attributes
-
rootMultindex
= ()¶
-