mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-17 20:50:34 +01:00
Elements Panel: items are now expanded/collapsed by a double click
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1125 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -60,7 +60,7 @@ ElementsPanel::ElementsPanel(QWidget *parent) :
|
||||
// selection unique
|
||||
setSelectionMode(QAbstractItemView::SingleSelection);
|
||||
setColumnCount(1);
|
||||
setExpandsOnDoubleClick(false);
|
||||
setExpandsOnDoubleClick(true);
|
||||
header() -> hide();
|
||||
|
||||
// drag'n drop autorise
|
||||
|
||||
Reference in New Issue
Block a user