allow shuffling around of tabs

This commit is contained in:
nemu
2010-09-29 05:25:33 +00:00
parent 937a26d704
commit 6a9d0e0d69

View File

@ -114,6 +114,7 @@ PTextEdit::PTextEdit( QWidget *parent, Qt::WindowFlags f )
setupHelpActions();
fTabWidget = new QTabWidget( this );
fTabWidget->setMovable(true); // allows to shuffle around tabs
setCentralWidget( fTabWidget );
textFamily(fAdmin->getFontName());