@symbolsoden: This is a 19 year old thread. If your only purpose for replying to it was to post a spam link to a games website, then don't do that again or you'll be banned.
d_stranz Yesterday, 18:24The best practice is to subclass each QTableView and implement contextMenuEvent locally (scenario 1). To access model data, use model()->data(index) from the valid QModelIndex. This keeps context...
symbolsoden Yesterday, 09:25edit: removed old stuff that did not answer question
You can use QString::toInt or QString::toUInt to convert the hex string to a number, and then QString::number to get back to a string.
...
Hello,
How to convert decimal to hexadecimal with Qt programming? Such as 69 switch to 45, 56 switch to 38 and so on... I try like this:
QString str = QString::number(s.at(i).unicode());
bool...
Qt Centre is a community site devoted to programming in C++ using the Qt framework developed at The Qt Company.
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.
Android + MANAGE_EXTERNAL_STORAGE permissions problem.
24th June 2025 23:07 by Carlos Azure