Hello, I have a form and several widgets on it. Say, I have the following code and breakpoint on this line:
ui->labTitle->setMinimumHeight(64);
And I would like to know which height the labTitle has now. Where and how??? If I try to add ui->labTitle into watches list it says it doesn't know what is it. Maybe I need to adjust some debug settings but I don't know what exactly. Thanks