Add skeleton code for the table view that will accepts drops

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-01-06 15:56:08 -02:00 committed by Dirk Hohndel
parent cedf339e1e
commit aa33ae9526
3 changed files with 44 additions and 2 deletions

View file

@ -118,7 +118,7 @@
</widget>
</item>
<item>
<widget class="QTableView" name="tableView"/>
<widget class="ColumnDropCSVView" name="tableView"/>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
@ -144,6 +144,11 @@
<extends>QListView</extends>
<header>divelogimportdialog.h</header>
</customwidget>
<customwidget>
<class>ColumnDropCSVView</class>
<extends>QTableView</extends>
<header>divelogimportdialog.h</header>
</customwidget>
</customwidgets>
<tabstops>
<tabstop>buttonBox</tabstop>