Change the Location from a LineEdit to a ComboBox

And hook up every method that was changed.

Signed-off-by: Tomaz Canabrava <tomaz.canabrava@gmail.com>
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Tomaz Canabrava 2015-05-29 21:13:16 -03:00 committed by Dirk Hohndel
parent abb6773490
commit 88549d1874
2 changed files with 12 additions and 10 deletions

View file

@ -186,9 +186,12 @@
<number>2</number>
</property>
<item>
<widget class="QLineEdit" name="location">
<property name="readOnly">
<bool>false</bool>
<widget class="QComboBox" name="location">
<property name="sizePolicy">
<sizepolicy hsizetype="MinimumExpanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
</widget>
</item>
@ -1255,7 +1258,6 @@
<tabstop>timeEdit</tabstop>
<tabstop>airtemp</tabstop>
<tabstop>watertemp</tabstop>
<tabstop>location</tabstop>
<tabstop>divemaster</tabstop>
<tabstop>buddy</tabstop>
<tabstop>rating</tabstop>