| To: | |
|---|---|
| Subject: | [Yaesu] FT-757GX problems. XE3WR |
| From: | |
| Date: | Fri, 28 May 2004 22:25:05 +0000 |
| List-post: | <> |
if __name__ == '__main__': main() This application creates a simple window with a label that displays the text "Hello, World!".
self.initUI()
def initUI(self): label = QLabel("Hello, World!", self) label.move(100, 100) label.show()
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
if __name__ == '__main__': main() This application creates a simple window with a label that displays the text "Hello, World!".
self.initUI()
def initUI(self): label = QLabel("Hello, World!", self) label.move(100, 100) label.show() pyqt6 tutorial pdf hot