Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: pyqt clickable pushbutton problem
Post: RE: pyqt clickable pushbutton problem

Actually, the new button is created. It just didn't show. By adding the line -- self.pushButton.show() -- it now shows. Here's the revised code that works. from PyQt5 import QtCore, QtGui, QtWidge...
pythonck GUI 1 7,729 Dec-12-2017, 03:38 PM
    Thread: pyqt clickable pushbutton problem
Post: pyqt clickable pushbutton problem

When the pushbutton in my program is clicked it runs a function which should produce another pushbutton. The function runs as evidenced by the "clicked" message it produces in the console but it doesn...
pythonck GUI 1 7,729 Dec-09-2017, 06:44 PM
    Thread: Create class instances from list of strings
Post: Create class instances from list of strings

I have a list of strings as follows: somewords = ['apple', 'orange', 'pear'] I want to be able to have attributes for these words. So I create a class as follows: class Word(): ...def __init__(self):...
pythonck General Coding Help 1 3,658 Sep-18-2017, 05:43 PM
    Thread: Debugger Font Size
Post: Debugger Font Size

Can I change the font size in the Python Debugger? If so how?
pythonck General Coding Help 3 4,211 Jul-18-2017, 01:40 PM

User Panel Messages

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