Qt 6.11 is out! See what's new in the release
blog
How to check QtableWidgetItem existance
General and Desktop
5
Posts
4
Posters
1.7k
Views
1
Watching
-
how to check QtableWidgetItem existance
-
explain this better.
-
You may want to share some details about what are you actually trying to achieve. Your question (if it's a question - it doesn't even contain a question mark) cannot be answered.
Well, it can, but an answer could look like this:
@QTableWidgetItem *item = 0;
// some code here
if(item != 0) {
// do something
}@ -
-
;p