mirror of
https://github.com/redstrate/Novus.git
synced 2025-05-03 08:27:46 +00:00
exdpart: Make the table read only
This commit is contained in:
parent
e5f0a9cd00
commit
2844380a65
1 changed files with 1 additions and 0 deletions
|
@ -78,6 +78,7 @@ void EXDPart::loadSheet(QString name, physis_Buffer buffer)
|
|||
auto tableWidget = new QTableWidget();
|
||||
|
||||
tableWidget->setColumnCount(exh->column_count);
|
||||
tableWidget->setEditTriggers(QAbstractItemView::NoEditTriggers);
|
||||
|
||||
auto exd = physis_gamedata_read_excel_sheet(data, name.toStdString().c_str(), exh, getSuitableLanguage(exh), i);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue