python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
QT push button to create object
I am trying to create a little game using a pile structure, and im using QT Widget Application, my problem is: i have a class Pile that needs to be initialized with Pile p1(size), and "size"...
Ricardo
Votes: 0
Answers: 1
Override QPushButton to provide additional text
I just want to extend a QPushButton so it would store an additional long string that I need afterwards.
dlewin
Votes: 0
Answers: 1
How to figure out whether button is continuosly pressed or not in PyQt5?
For my application, I need my lift system to go up as long as the button is pressed and it should stop when I don't press the button.
clicked() function is not functional for this purpose. However pre...

user16957928
Votes: 0
Answers: 1
Qt 4.8 how to do get properties of a QPushButton placed in a QList<QWidget *>?
Do someone know a solution to do get properties of a QPushButton placed in a QList<QWidget *> ?
.h
QList<QWidget *> list;
.cpp
QPushButton *button = new QPushButton("Push", this...
zian
Votes: 0
Answers: 1