Python Forum
[PyQt] Collect entry from textline Widget via UI file
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[PyQt] Collect entry from textline Widget via UI file
#4
Note as I have advised numerous folks already -- it will be best for you not to use the Designer nor UI files when learning PyQt as the Designer and UI files are not how PyQt was actually designed to work and the garbage code that the Designer barfs out is extremely difficult to work with even if you are an experienced PyQt professional. The alternative (once you understand it which actually does not take that long to do even for the inexperienced) is just as fast or faster than using the Designer and has the added benefit of being at least 5 times easier to work with and maybe even 10 times easier because you will have a better understanding of how all the pieces fit together and you can do a lot of copy/paste with minor tweaks from previous projects.

If you need help with this I have a Discord channel where I am tutoring (at no charge but donations always accepted) a few pyqt novices if you are interested I will help you learn to fish -- aka that means you have to do the work because I will not give you the fish just the fishing pole (basic framework), the bait (suggestions), and advice on what bait to use and where best to fish (things to google and/or url links to help you get the information you need -- the actual catching of the fishing (producing finished code) is all up to you.
Reply


Messages In This Thread
RE: Collect entry from textline Widget via UI file - by Denni - Aug-05-2019, 01:40 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  ValueError: could not convert string to float: '' fron Entry Widget russellm44 5 1,152 Mar-06-2024, 08:42 PM
Last Post: russellm44
  [Tkinter] entry widget DPaul 5 1,754 Jul-28-2023, 02:31 PM
Last Post: deanhystad
  [PyQt] [solved] How to display a pdf-file in a PyQt6 widget BigMan 13 16,955 May-06-2023, 09:27 AM
Last Post: Axel_Erfurt
  Tkinter Exit Code based on Entry Widget Nu2Python 6 3,226 Oct-21-2021, 03:01 PM
Last Post: Nu2Python
  [Tkinter] compare entry with value inside file rwahdan 1 2,152 Jun-19-2021, 08:01 AM
Last Post: Yoriz
  method to add entries in multi columns entry frames in self widget sudeshna24 2 2,406 Feb-19-2021, 05:24 PM
Last Post: BashBedlam
  Entry Widget issue PA3040 16 7,212 Jan-20-2021, 02:21 PM
Last Post: pitterbrayn
  Android app to collect data jehoshua 7 4,531 Dec-24-2020, 08:07 AM
Last Post: dejaolsone
  [Tkinter] password with Entry widget TAREKYANGUI 9 6,369 Sep-24-2020, 05:27 PM
Last Post: TAREKYANGUI
  [Tkinter] Get the last entry in my text widget Pedroski55 3 6,630 Jul-13-2020, 10:34 PM
Last Post: Pedroski55

Forum Jump:

User Panel Messages

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