Questions tagged [pyside]
PySide is a Python Qt bindings project.
10 questions
7
votes
1
answer
312
views
Connect Four GUI with various board sizes and extra options
I've created a Connect Four game implementation, where I'm mostly interested in improving the GUI design. While not a software engineer by trade, I aim to create practical tools for my colleagues. ...
4
votes
1
answer
105
views
Tutorial mode using PySide6
As a part of bigger project, I want to add tutorial mode after first user login. That mode is simply a QFrame showing description of highlighted element in parent ...
2
votes
1
answer
135
views
Save Game Editor in Python/PySide
I'm developing a Xenoblade Chronicles 3 save data editor in Python with PySide6. My experience in Python has, over the years, been terminal scripts or web applications, so GUI scripting is completely ...
1
vote
1
answer
161
views
QCombobox Case selection - Pyside2 Index via Sqlite
I have a very simple file where I have a Qcombobox Filter. When you select the filter, I run through a case on the index and output results.
So, on selection I trigger:
...
5
votes
1
answer
607
views
Beginning of a GUI Python solution to Andrew Ng's ML week 3 excercises
Coursera has a course for beginning Machine Learning and the code is written in Octave. This is the beginning of a solution to the week 3 exercises but written in python. Instead of a terminal app I'...
2
votes
2
answers
114
views
PySide2 Row and Column Creator
In short, I need help simplifying and optimizing this code because, now that I have switched to a tree widget from 2 list widgets, loading the tables has increased by roughly 3-4 seconds (it used to ...
25
votes
2
answers
3k
views
To do tree application with undo/redo functionality
I am making a to-do tree application (Earlybird) in Python that will show checkable tasks/subtasks in a tree view. It includes higher-level groups of tasks grouped into blocks (e.g., Work block, Home ...
15
votes
2
answers
4k
views
Day planner / logger
This is a simple program I've made using Qt Creator and Pyside:
I made a list of activities that I would like to enforce
Then I made a program that randomly pick them based on chance
It has some ...
5
votes
1
answer
3k
views
Implementing widgets within a main window
I am learning PySide and am trying to implement widgets within a main window. My goal right now is very simple: I want to place a QLabel, with independently defined ...
5
votes
2
answers
3k
views
PySide interface for Autodesk Maya
I have designed a PySide interface for the 3D rendering software package Maya whose purpose is to take a file with animation on a single stream and break it up and export each range of animation. I'm ...