Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: What is your preferred resource for learning PyQt?
Post: RE: What is your preferred resource for learning P...

Thanks @Larz60 !
mfitzp GUI 5 1,884 Aug-16-2022, 12:10 PM
    Thread: Generate Progress Bar while executing a task
Post: RE: Generate Progress Bar while executing a task

(Aug-08-2022, 06:38 PM)deanhystad Wrote: Or you could use a QTimer to periodically call a function to update the progress bar. If you can't measure progress and are using a progress bar as a busy in...
mfitzp GUI 7 8,153 Aug-10-2022, 10:05 AM
    Thread: Generate Progress Bar while executing a task
Post: RE: Generate Progress Bar while executing a task

(Jul-12-2022, 02:27 PM)Axel_Erfurt Wrote: It might be better to show the progress bar when needed, e.g. in the status bar. Here's an example def download(self): self.completed = 0 ...
mfitzp GUI 7 8,153 Aug-08-2022, 05:39 PM
    Thread: What is your preferred resource for learning PyQt?
Post: RE: What is your preferred resource for learning P...

I have a website dedicated to PyQt (& PySide) development at pythonguis.com with tutorials starting from basic stuff, getting going up to more advanced topics (model views, threading, graphics sce...
mfitzp GUI 5 1,884 Aug-08-2022, 04:09 PM
    Thread: How to generically set the Header Item Data
Post: RE: How to generically set the Header Item Data

Here's a screenshot of your app running on my computer (MacOS) [Image: https://i.imgur.com/gKUCb9D.png] ...and of mine... [Image: https://i.imgur.com/TN66ncz.png] Googling a bit I read that on Wi...
mfitzp GUI 8 9,208 Jun-04-2019, 08:49 PM
    Thread: Creating Python GUI applications with PyQt5
Post: Creating Python GUI applications with PyQt5

I've been using PyQt5 for about 8 years and have written a number of tutorials on various things. This month I finally moved them all onto a single site at https://www.learnpyqt.com to make it easier ...
mfitzp Tutorial Requests and Submissions 0 1,680 Jun-04-2019, 05:32 PM
    Thread: Is there a better way of laying out my GUI?
Post: RE: Is there a better way of laying out my GUI?

Can you post a sketch of how you would like your UI to look when it's "finished"? We can then show you how we would go about laying it out, and you can pick which you like :)
mfitzp GUI 4 3,013 Jun-04-2019, 05:20 PM
    Thread: How to generically set the Header Item Data
Post: RE: How to generically set the Header Item Data

Hey Denni, I think overridding your model is right way to go here: what you're looking to do is change the presentation of your data, which is exactly what the model in model-view is for. This avoids ...
mfitzp GUI 8 9,208 Jun-04-2019, 05:14 PM

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020