Api change in QT 5.3 setSectionResizeMode (solved)
General and Desktop
4
Posts
2
Posters
1.7k
Views
1
Watching
-
I've just installed what I believe is the latest/greatests qt,
qt-opensource-linux-x64-1.6.0-5-online.runNow when I compile my program I'm getting an error:
class QHeaderView' has no member named 'setSectionResizeMode' ui->ValueTable->horizontalHeader()->setSectionResizeMode(0,QHeaderView::Stretch);
Am I being stupid somehow or has a mistake been made. (or something else). -
Hi,
Maybe a silly question but are you sure you are using a Qt 5 kit to build your application and not a Qt 4 ?