Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: A Simple PyQt5 Class
Post: RE: A Simple PyQt5 Class

Really you did not read what I just posted? I mean actually NO that article does not cure the troubles because the real trouble with using super() is you are adding additional complexity, additional ...
Denni GUI 15 5,779 Feb-28-2020, 10:47 PM
    Thread: A Simple PyQt5 Class
Post: RE: A Simple PyQt5 Class

Okay @Gribouillis while it is true that super() has been adopted as a go to practice it is kind of like using a spade or perhaps a shovel to dig a post hole rather than using a tool called a post-hole...
Denni GUI 15 5,779 Feb-28-2020, 09:23 PM
    Thread: Making text clickable with binding
Post: RE: Making text clickable with binding

Hmm okay @Larz60+ that is interesting and this is the first I have heard of it -- as it does not seem to be promoted much -- and as such probably many others are not even aware it exists -- so who is ...
Denni GUI 10 5,148 Feb-28-2020, 08:42 PM
    Thread: A Simple PyQt5 Class
Post: RE: A Simple PyQt5 Class

(Feb-28-2020, 05:33 PM)snippsat Wrote: No problem do what you want. Good luck with your teaching,this forum is clearly not for you as it's a "bad forum". So i see no reason why you should stay here...
Denni GUI 15 5,779 Feb-28-2020, 05:43 PM
    Thread: A Simple PyQt5 Class
Post: RE: A Simple PyQt5 Class

Okay @snippsat as stated and I know this because I have already informed @Axel_Erfurt about the issues with using super() so I know he knows. Second not using super() is not a preference it is called...
Denni GUI 15 5,779 Feb-28-2020, 04:25 PM
    Thread: Making text clickable with binding
Post: RE: Making text clickable with binding

Well @Larz60+ the problem with sharing the entirety of MVC Methodology along with how to implement it using sqlite3 and python-qt as well as other quality programming techniques is that it takes a lot...
Denni GUI 10 5,148 Feb-28-2020, 03:51 PM
    Thread: QTableWidget stylesheet error
Post: RE: QTableWidget stylesheet error

Okay while I found out what it is you need to reference I did not find how to reference it but I am sure that if you dig hard enough (and sometimes you need an industrial sized backhoe) you can find t...
Denni GUI 3 6,444 Feb-26-2020, 04:54 PM
    Thread: QTableWidget stylesheet error
Post: RE: QTableWidget stylesheet error

Well had you provided a MRE/MUC (Minimal Reproducible Example/Minimal Usable Code) you would have gotten a much quicker answer since all one, trying to do the favor you are requesting, would have had ...
Denni GUI 3 6,444 Feb-25-2020, 04:16 PM
    Thread: Read Data from Serial port
Post: RE: Read Data from Serial port

@PA3040 I have done this already and what @Larz60+ pointed out is one way to get started on that but once you do get that you are going to discover lots of little oddities and unfriendlinesses with it...
Denni GUI 2 2,977 Feb-25-2020, 04:13 PM
    Thread: Making text clickable with binding
Post: RE: Making text clickable with binding

By the way @DT2000, and sorry I missed this to begin with, if you are directly tying your sqlite3 data to your GUI by any means you are doing it wrong and will only experience issues sooner or later. ...
Denni GUI 10 5,148 Feb-24-2020, 10:43 PM
    Thread: A Simple PyQt5 Class
Post: RE: A Simple PyQt5 Class

@zoro I am not sure why @Axel_Erfurt continues to propagate bad code as he is fully aware by now that using Super() is more dangerous than using explicit declarations. Further it is not easier since ...
Denni GUI 15 5,779 Feb-24-2020, 03:03 PM
    Thread: Making text clickable with binding
Post: RE: Making text clickable with binding

What is the GUI Tinker, PySide, etc.... and an MRE/MUC would be very helpful to us in helping you with your issue.
Denni GUI 10 5,148 Feb-24-2020, 02:39 PM
    Thread: how to pass tablewidget object like argument for function
Post: RE: how to pass tablewidget object like argument f...

Wow this looks similar ;) So what is the value of the Arguments you are passing in? Is it (0, 1, 2, 3) or ('date', 'hour', 'Mo1', 'Mon2') or both or something else that you have out even hinted at?
Denni GUI 2 2,267 Feb-21-2020, 04:23 PM
    Thread: call a function with parametrs from another class
Post: RE: call a function with parametrs from another cl...

Okay here is an example from which you should be able to extrapolate what you are trying to do. If you have any questions about it or how to expand upon it just ask. #from PyQt5.QtCore import * fr...
Denni GUI 3 4,787 Feb-20-2020, 05:10 PM
    Thread: timer makes my qmessagebox crash
Post: RE: timer makes my qmessagebox crash

Okay not exactly what you created but it should give you an idea of the how to -- also as I state in code you could have used a QGridLayout but I figured I would show the more free-form method as folk...
Denni GUI 17 7,763 Feb-19-2020, 06:55 PM
    Thread: Very big font needed
Post: RE: Very big font needed

As a note I know that Qt uses stylesheets to handle some of its formatting so I would venture to guess that Tkinter has a similar mechanism as well along with perhaps having something that handles fon...
Denni GUI 6 2,339 Feb-18-2020, 08:55 PM
    Thread: Very big font needed
Post: RE: Very big font needed

Maybe and maybe not -- but knowing what your base GUI is helps us know what and who can answer your question - I am not a Tkinter aficionado so I definitely cannot say but there are Tkinter folk and m...
Denni GUI 6 2,339 Feb-18-2020, 06:02 PM
    Thread: timer makes my qmessagebox crash
Post: RE: timer makes my qmessagebox crash

Okay so do you want that re-written in PySide2 or is that just an FYI?
Denni GUI 17 7,763 Feb-18-2020, 03:32 PM
    Thread: Very big font needed
Post: RE: Very big font needed

And what GUI software are you using?
Denni GUI 6 2,339 Feb-18-2020, 03:27 PM
    Thread: timer makes my qmessagebox crash
Post: RE: timer makes my qmessagebox crash

Oh sorry I did not realize that -- I was redesigning the solution Axel_Erfurt had put forth just to create a more python-qt-ish example. As for having your GUI design being separate from the App that ...
Denni GUI 17 7,763 Feb-14-2020, 04:49 PM

User Panel Messages

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