Forum Discussion

sameerjade's avatar
sameerjade
Frequent Contributor
7 years ago
Solved

Verifying cell values of Qt table widgets

Hello,   I am trying to verify the cell values of a Qt table widget. When I hover the object spy over the table, it only highlights the table but not the individual cells and shows the ChildCount =...
  • karkadil's avatar
    7 years ago

    Try using wValue property.

     

    As for the ChildCount property, it is a standard property for all controls, not just Qt ones, so it will not always show exact child count for Qt controls.