Add instance view up/down keyboard navigation, fix some layout glitches (not all)
This commit is contained in:
parent
af046ff6fc
commit
65dc5d44f1
4 changed files with 131 additions and 104 deletions
|
@ -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 );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue