-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
75 changed files
with
540 additions
and
35,681 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
{ | ||
"files": ["main.py","modules/main.ui","modules/resources.qrc","res"] | ||
"files": ["main.py","modules/main.ui","modules/resources.qrc","res","modules/player/player.ui"] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +0,0 @@ | ||
# /////////////////////////////////////////////////////////////// | ||
# | ||
# BY: WANDERSON M.PIMENTA | ||
# PROJECT MADE WITH: Qt Designer and PySide6 | ||
# V: 1.0.0 | ||
# | ||
# This project can be used freely for all uses, as long as they maintain the | ||
# respective credits only in the Python scripts, any information in the visual | ||
# interface (GUI) can be modified without any implication. | ||
# | ||
# There are limitations on Qt licenses if you want to use your products | ||
# commercially, I recommend reading them on the official website: | ||
# https://doc.qt.io/qtforpython/licenses.html | ||
# | ||
# /////////////////////////////////////////////////////////////// | ||
from PySide6.QtCore import * | ||
from PySide6.QtGui import * | ||
from PySide6.QtWidgets import * | ||
|
||
# GUI FILE | ||
from .ui_main import Ui_MainWindow | ||
|
||
# APP SETTINGS | ||
from .app_settings import Settings | ||
|
||
# IMPORT FUNCTIONS | ||
from .ui_functions import * | ||
|
||
# APP FUNCTIONS | ||
from .app_functions import * | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# /////////////////////////////////////////////////////////////// | ||
# | ||
# BY: WANDERSON M.PIMENTA | ||
# PROJECT MADE WITH: Qt Designer and PySide6 | ||
# V: 1.0.0 | ||
# | ||
# This project can be used freely for all uses, as long as they maintain the | ||
# respective credits only in the Python scripts, any information in the visual | ||
# interface (GUI) can be modified without any implication. | ||
# | ||
# There are limitations on Qt licenses if you want to use your products | ||
# commercially, I recommend reading them on the official website: | ||
# https://doc.qt.io/qtforpython/licenses.html | ||
# | ||
# /////////////////////////////////////////////////////////////// | ||
|
||
# GUI FILE | ||
|
||
# APP SETTINGS | ||
from .app_settings import Settings | ||
|
||
# IMPORT FUNCTIONS | ||
from .ui_functions import * | ||
|
||
# APP FUNCTIONS | ||
from .app_functions import * |
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.