Хранилища Subversion OpenInventory

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

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

/trunk/ClassEditor/classeditor.cpp
8,7 → 8,7
{
ui->setupUi(this);
 
// iconFrm.show();
iconFrm.show();
 
 
806,7 → 806,6
ok = mymodel->setData(mymodel->index(currIndexOfClassesTable.row(), 5), QVariant (bytes), Qt::EditRole);
mymodel->submitAll();
 
 
}
 
 
817,11 → 816,11
int i;
i++;
ui->tableView->resizeColumnsToContents();
ui->tableView->resizeRowsToContents();
 
 
 
 
 
}
 
void ClassEditor::on_modelForDescription_dataChanged ( const QModelIndex & topLeft, const QModelIndex & bottomRight ){
1152,8 → 1151,7
pictureDelegate = new CPictureDelegate(this);
pictureDelegate->setTableView(ui->tableView);
ui->tableView->setItemDelegateForColumn(5, pictureDelegate);
ui->tableView->resizeColumnsToContents();
ui->tableView->resizeRowsToContents();
 
/*
for (int i=0; i < mymodel->rowCount(); i++){
ui->tableView->setRowHeight(i, 100);