Posts by PhatsAndSmall • 71 points
3 posts
-
2
votes1
answer156
viewsQ: QT: How to prevent changing the content of a Qtablewidget
The title of the question says it all: How can I prevent editing a particular column of a QTableWidget? I have already done some research and I think the solution is to use a few flags, but I…
-
1
votes1
answer38
viewsQ: QT disable Qpushbutton
I created a form with several Qpushbuttons and turned on a SLOT to each of the buttons. At this moment I have, for each button, a SLOT different. Even if each button performs a different function,…
qtasked PhatsAndSmall 71 -
4
votes1
answer2088
viewsQ: How to convert int to Qstring?
I started learning Toolkit today QT and in trying to perform a small test I came across a question: How to convert a whole to QString? Is there a function that receives an integer and returns an…