forked from Wanderson-Magalhaes/Simple_PySide_Base
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapp_functions.py
More file actions
21 lines (19 loc) · 739 Bytes
/
Copy pathapp_functions.py
File metadata and controls
21 lines (19 loc) · 739 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
################################################################################
##
## BY: WANDERSON M.PIMENTA
## PROJECT MADE WITH: Qt Designer and PySide2
## 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
from main import *
class Functions(MainWindow):
pass