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, is it possible to get the column index number by a column textual name? I don't find any functionality like this.
You might want to get the underlying model with model() and search that with QAbstractItemModel::match().
If that does not help, you could iterate through the QAbstractItemModel::headerData() results.