Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi! How to change QTableView's cells' font? I want to set Times New Roman.
You can change the cell font with: tableViewObj->setFont(QFont("Times",20));
What about changing only 1 property of the font? Then you need getFont() which does not exist :-(
getFont()
@DrumM8 Hi in Qt the get methods do not start with get. so its simply font()