- Added some debug

- Fix from #178167 for tree view resizing
This commit is contained in:
Christophe Dumez
2008-05-18 12:01:42 +00:00
parent edc04292f7
commit 516f4dad48
3 changed files with 7 additions and 0 deletions

View File

@@ -80,6 +80,7 @@ class torrentAdditionDialog : public QDialog, private Ui_addTorrentDialog{
connect(actionHigh, SIGNAL(triggered()), this, SLOT(highSelection()));
connect(actionMaximum, SIGNAL(triggered()), this, SLOT(maximumSelection()));
torrentContentList->header()->resizeSection(0, 200);
torrentContentList->header()->setResizeMode(0, QHeaderView::Stretch);
QString home = QDir::homePath();
if(home[home.length()-1] != QDir::separator()){
home += QDir::separator();