Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Newbe question about Print() to PyQt
Post: RE: Newbe question about Print() to PyQt

Yes, I have done several tutorials on both PyQt and tkinter but neither are clear on how to put more than one line of text on the screen. For brevity sake they all say things like "self.lbl.setText(t...
TimW GUI 9 14,641 Dec-19-2017, 10:59 PM
    Thread: Newbe question about Print() to PyQt
Post: RE: Newbe question about Print() to PyQt

(Dec-19-2017, 12:06 PM)Larz60+ Wrote: In Gui Programming, you 'print' to widgets in different ways, depending on the type of widget. Almost always passed as an argument. I don't see anywhere in your...
TimW GUI 9 14,641 Dec-19-2017, 05:19 PM
    Thread: Newbe question about Print() to PyQt
Post: RE: Newbe question about Print() to PyQt

class Start_Up_Display(object): def __init__(self): pass def start(self): global message print("\nSWITCH STATUS REPORT") print("-------------") num = 0 while num < len(Sw)-1: s...
TimW GUI 9 14,641 Dec-19-2017, 02:54 AM
    Thread: Newbe question about Print() to PyQt
Post: Newbe question about Print() to PyQt

I am looking to porting my python code to PyQt but I don't understand how to "Print()" to a text window. a print fragment of my code is below and it produces this simple user interface screen that I ...
TimW GUI 9 14,641 Dec-18-2017, 10:32 PM

User Panel Messages

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