mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Skeleton of the new LocationCombobox
This is the bare minimum skeleton of the new completer for the dive site management. Nothing works, yet, nothing is hoocked up, yet. Signed-off-by: Tomaz Canabrava <tomaz.canabrava@intel.com> Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
000a93fb64
commit
be6e190bd2
4 changed files with 180 additions and 1 deletions
|
|
@ -188,7 +188,7 @@
|
|||
<number>2</number>
|
||||
</property>
|
||||
<item>
|
||||
<widget class="QLineEdit" name="location"/>
|
||||
<widget class="DiveLocationLineEdit" name="location"/>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QToolButton" name="editDiveSiteButton">
|
||||
|
|
@ -1131,6 +1131,11 @@
|
|||
<header>qtwaitingspinner.h</header>
|
||||
<container>1</container>
|
||||
</customwidget>
|
||||
<customwidget>
|
||||
<class>DiveLocationLineEdit</class>
|
||||
<extends>QLineEdit</extends>
|
||||
<header>locationinformation.h</header>
|
||||
</customwidget>
|
||||
</customwidgets>
|
||||
<tabstops>
|
||||
<tabstop>dateEdit</tabstop>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue