Хранилища Subversion OpenInventory

Сравнить редакции

Не учитывать пробелы Редакция 77 → Редакция 78

/trunk/ClassEditor/classeditor.cpp
756,6 → 756,7
tableForInstance = new QTableView();
model->setTable(Inctance_str);
model->setEditStrategy(QSqlTableModel::OnManualSubmit);
model->select();
tableForInstance->setModel(model);
tableForInstance->setWindowTitle(Inctance_str);
tableForInstance->resizeRowsToContents();