3 questions from the last 7 days
1
vote
0
answers
29
views
How to make Grid items stretch instead of resizing? Flutter
how could I make it so that whenever the user resizes the window the items in the grid(GridView or SliverGrid) stretch instead of changing height? is this possible?
let me show an example of the ...
-2
votes
0
answers
21
views
Packaging a desktop application using python pyqt6 for windows [closed]
I'm trying to build the installer file of my desktop application which is built using python pyqt6. I followed their official documents but it is not working for me. How can I successfully make the ...
-3
votes
1
answer
26
views
AttributeError: 'MainWindow' object has no attribute 'checkButtonGroup' [closed]
While im doing my project to create a Desktop App using QT Design and PySide6, and run a python main.py, this error show up
PS D:\Marleen\App Dev 2.0> python main.py
Traceback (most recent call ...