Python Forum
[PyQt] How to clear multiple Qlineedit in a loop
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] How to clear multiple Qlineedit in a loop
#4
Okay I will look it over but my first and foremost suggestion would be to stop using the Designer as it does not produce quality code nor even code that is inline with how pyqt ought to be coded -- in a nutshell it is a fairly useless and poorly designed tool -- kind of like using a sledge hammer to drive a finishing nail it just either creates a big mess and/or requires extreme effort.

So basically what I will have to do is go through and rewrite your Designer code and show you how to proper way to write a pyqt GUI using the Layout system from here you might just be surprised how easy it is to figure out what to do and where to do it. Try to get it up a bit later today. I have done this a few times before, and the biggest time delay is usually deciphering the Designer's garbage code.

Lastly welcome to my classroom ;) -- oh and I have a Discord Message Server where I can be reached to help with python/pyqt if you are interested and/or have Discord available to you
Reply


Messages In This Thread
RE: How to clear multiple Qlineedit in a loop - by Denni - Aug-13-2019, 03:42 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  [PyQt] QLineEdit Caret (Text Cursor) Transparency malonn 5 2,962 Nov-04-2022, 09:04 PM
Last Post: malonn
  How to accept only float number in QLineEdit input ism 5 28,826 Jul-06-2021, 05:23 PM
Last Post: deanhystad
  Simple printing the text for a QLineEdit thewolf 16 8,210 Mar-06-2021, 11:37 PM
Last Post: deanhystad
  PyQt5: How to retrieve a QLineEdit by its name ? arbiel 4 8,089 Oct-21-2020, 02:35 PM
Last Post: arbiel
  Two QlineEdit box, which interrelated GMCobraz 1 2,474 Aug-14-2020, 07:15 PM
Last Post: deanhystad
  [PyQt] Dynamically add and remove QLineEdit's GMCobraz 3 7,275 Jun-23-2020, 07:01 PM
Last Post: Yoriz
  prompt for input in qlineedit GMCobraz 3 3,285 Jun-22-2020, 01:51 PM
Last Post: GMCobraz
  [PyQt] display content from left to right in QComboBox or QLineEdit mart79 2 2,382 May-30-2020, 04:38 PM
Last Post: Axel_Erfurt
  How to loop through all QLineEdit widgets on a form JayCee 6 6,853 Apr-03-2020, 12:15 AM
Last Post: JayCee
  How to validate multiple QLineEdit widgets without addressing them separately? mart79 3 4,347 Aug-08-2019, 12:50 PM
Last Post: Denni

Forum Jump:

User Panel Messages

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