Manuscript accepted

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.

Iphone + Flickr + WordPress

Finally connected my Iphone with a Flickr account! Photos taken on my Iphone will be shown in the gallary. Why? Because I can.

Another year

Today I’ve increased my age again with one year. It is so easy :-)

How to resize rows in QTableView

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);

Back from Cuba

Just back from my vacation in Cuba!

New site up in the air!

Started again from scratch. Installed the newest version of wordpress and updated my Curriculum Vitae.

Tweeter button Facebook button Flickr button