I have the following:
when executing the file
main.py
import sys
from PyQt5.QtWidgets import QApplication, QMainWindow, QDialog
from PyQt5 import uic
import subvent
class Principal(QMainWindow):
def __init__(self):
QMai...
asked by
11.05.2018 / 13:36