All elements in given column will be custom progress bars.
In operator "<" you pass "const QTableWidgetItem&", but I need to access to the custom progress bar's property, it seems that I need to cast "this" and "other" to custom progress bar type, but dynamic_cast or "(ProgressBar*) this" doen't work.




Reply With Quote


Bookmarks