| Welcome, Guest |
You have to register before you can post on our site.
|
| Forum Statistics |
» Members: 20,256
» Latest member: TomTMH
» Forum threads: 38,782
» Forum posts: 175,833
Full Statistics
|
| Online Users |
There are currently 36 online users. » 1 Member(s) | 31 Guest(s) Mojeek, Bing, Google, AOL
|
|
|
| My WIndow isnt opening at all. |
|
Posted by: SovietMilkerGenerak - Apr-24-2021, 09:48 AM - Forum: GUI
- Replies (1)
|
 |
[python]import sys
from PyQt5.QtWidgets import *
class MainWindow(QMainWindow):
def __init__(self):
super(MainWindow, self).__init..... More
|
|
|
| Importing vars from another file |
|
Posted by: vulturas - Apr-22-2021, 10:35 AM - Forum: Homework
- No Replies
|
 |
Hello everyone :)
While doing my homework I came across the following problem:
We have to develop a GUI with PyQt - this task was not a problem.
..... More
|
|
|
| how would you feel if ... |
|
Posted by: Skaperen - Apr-22-2021, 12:22 AM - Forum: Bar
- Replies (15)
|
 |
how would you feel if Python's assignment operator was := instead of just = ?
|
|
|
|