Browser.py
Import sys
from pyQt5.Qtwidgets import *
class MaimWindow(QMainwindow):
def --init--(self):
super(main window,self).--init--()
self.showmaxized()
App=QApplication(sys.argv)
QApplication.setApplicationName('My browser')
Window=MainwindowMainwindow()
App.run()
0 comments
Be the first to comment!
This post is waiting for your feedback.
Share your thoughts and join the conversation.