Hi, there's QAbstractItemView::model() that you can use to get the model, and then use the index() and data() function of the model to get the content of the desired cell.
Ginsengelf
Hello,
I have a Qtableview that's 10 rows, ten columns. I am selecting by rows. How can I have a button that prints out the value of a cell from the row I'm selecting, in a specific column? I know...
There is a Qt Sensors library in Qt5 and Qt6. Have you looked at the Overview to see if that might provide some classes to help?
d_stranz 9th October 2024, 17:19I would like to implement a Qt application that visualizes the orientation in space of a sensor providing accelerometer, gyroscope, and magnetometer values. Do you have any suggestions on where to...
Andrew23 9th October 2024, 14:19I am implementing the "Apple Login" in my deskop app.
Due to the fact that Apple does not allow to set the redirect url to http://localhost:port, I am using (just for testing)...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at Digia.
If you have any problems with Qt or its usage, you can get help from the members of Qt community on our forum.
Don't forget to check out our links section for more Qt resources.
Qt is a cross-platform application and UI framework. Using Qt, you can write web-enabled applications once and deploy them across desktop, mobile and embedded operating systems without rewriting the source code.
QOAuth2AuthorizationCodeFlow::granted is not working with NGROK
9th October 2024 13:42 by franco.amato