- Updated translation files

- Fixed column width in torrent addition dialog
This commit is contained in:
Christophe Dumez
2007-04-12 20:28:10 +00:00
parent 00afd6b635
commit 9885169baf
49 changed files with 5138 additions and 3319 deletions

View File

@@ -30,6 +30,7 @@
#include <QMenu>
#include <QSettings>
#include <QStandardItemModel>
#include <QHeaderView>
#include <libtorrent/session.hpp>
#include <libtorrent/bencode.hpp>
@@ -70,6 +71,7 @@ class torrentAdditionDialog : public QDialog, private Ui_addTorrentDialog{
PropDelegate = new PropListDelegate();
torrentContentList->setItemDelegate(PropDelegate);
connect(torrentContentList, SIGNAL(clicked(const QModelIndex&)), torrentContentList, SLOT(edit(const QModelIndex&)));
torrentContentList->header()->resizeSection(0, 200);
QString home = QDir::homePath();
if(home[home.length()-1] != QDir::separator()){
home += QDir::separator();