class Ui(QtWidgets.QMainWindow):
def __init__(self):
super(Ui, self).__init__() # Call the inherited classes __init__ method
uic.loadUi('basic.ui', self) # Load the .ui file
self.show() # Show the GUI
from PyQt5 import QtWidgets, uic
import sys
class Ui(QtWidgets.QMainWindow):
def __init__(self):
super(Ui, self).__init__()
uic.loadUi('basic.ui', self)
self.show()
app = QtWidgets.QApplication(sys.argv)
window = Ui()
app.exec_()
Code Example |
---|
:: |
:: |
:: |
:: Function to a button in tkinter |
:: |
:: |
Python :: |
:: |
Python :: |
Python :: |
:: |
:: |
:: How to extract numbers from a string in Python? |
:: |
:: |
:: |
:: |
:: |
:: |
:: |
Python :: |
:: |
Python :: Not getting spanish characters python |
:: |
:: |
Python :: |
Python :: |
Python :: |
:: |
Python :: |