Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. General and Desktop
  4. How to check QtableWidgetItem existance
Qt 6.11 is out! See what's new in the release blog

How to check QtableWidgetItem existance

Scheduled Pinned Locked Moved General and Desktop
5 Posts 4 Posters 1.7k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • N Offline
    N Offline
    neeraj2012
    wrote on last edited by
    #1

    how to check QtableWidgetItem existance

    1 Reply Last reply
    0
    • R Offline
      R Offline
      Renatosantos
      wrote on last edited by
      #2

      explain this better.

      Qt Developer.

      "Imagination is more important than knowledge."
      http://twitter.com/Renatos20

      1 Reply Last reply
      0
      • D Offline
        D Offline
        d2uriel
        wrote on last edited by
        #3

        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
        }@

        "Do not judge, and you will never be mistaken." - Jean-Jacques Rousseau

        1 Reply Last reply
        0
        • R Offline
          R Offline
          Renatosantos
          wrote on last edited by
          #4

          look this: http://qt-project.org/doc/qt-4.8/qtablewidget.html#column

          Qt Developer.

          "Imagination is more important than knowledge."
          http://twitter.com/Renatos20

          1 Reply Last reply
          0
          • F Offline
            F Offline
            francomartins
            wrote on last edited by
            #5

            ;p

            1 Reply Last reply
            0

            • Login

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • Users
            • Groups
            • Search
            • Get Qt Extensions
            • Unsolved