mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
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:
parent
cedf339e1e
commit
aa33ae9526
3 changed files with 44 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue