Add instance view up/down keyboard navigation, fix some layout glitches (not all)

This commit is contained in:
Petr Mrázek
2013-03-25 17:39:52 +01:00
parent af046ff6fc
commit 65dc5d44f1
4 changed files with 131 additions and 104 deletions

View File

@@ -97,6 +97,8 @@ MainWindow::MainWindow ( QWidget *parent ) :
auto delegate = new ListViewDelegate();
view->setItemDelegate(delegate);
view->setSpacing(10);
//view->setCategorySpacing(10);
view->setUniformItemWidths(true);
model = new InstanceModel ( instList,this );
proxymodel = new InstanceProxyModel ( this );