Identification of genes and pathways associated with cytotoxic T-lymphocyte infiltration of serous ovarian cancer is accepted for publication in the British Journal of Cancer.
Finally connected my Iphone with a Flickr account! Photos taken on my Iphone will be shown in the gallary. Why? Because I can.
Today I’ve increased my age again with one year. It is so easy
Just put in the following line to define the default row size in QTableView:
tableView->verticalHeader()->setDefaultSectionSize(20);
You have to put in the line before you set the model!
Example code:
QAbstractItemModel *model = new QAbstractItemModel();
QTableView *tableView = new QTableView(this);
tableView->verticalHeader()->setDefaultSectionSize(20);
tableView->setModel(model);
Started again from scratch. Installed the newest version of wordpress and updated my Curriculum Vitae.
