YouTubeDownloader v1.1.2
YouTube content downloader
Loading...
Searching...
No Matches
Model Class Reference

Holds the data of the application. More...

Public Member Functions

 __init__ (self, "MainWindow" ui)
 

Public Attributes

 c_monitor = monitor.MonitorScale(ui)
 
 ui = ui
 

Detailed Description

Holds the data of the application.

Parameters
ui: main window object

Definition at line 20 of file model.py.

Constructor & Destructor Documentation

◆ __init__()

__init__ ( self,
"MainWindow" ui )

Definition at line 26 of file model.py.

26 def __init__(self, ui: "MainWindow"):
27 self.ui = ui
28 self.c_monitor = monitor.MonitorScale(ui)

Member Data Documentation

◆ c_monitor

c_monitor = monitor.MonitorScale(ui)

Definition at line 28 of file model.py.

◆ ui

ui = ui

Definition at line 27 of file model.py.


The documentation for this class was generated from the following file: