can looking for a rent or a sale
This commit is contained in:
parent
3eddf8e6dd
commit
f5ca33f80e
9 changed files with 79 additions and 29 deletions
|
|
@ -47,6 +47,12 @@ class QueryDialog(QDialog):
|
|||
"""
|
||||
event.ignore()
|
||||
|
||||
def selectComboValue(self, box, value):
|
||||
for i in xrange(box.count()):
|
||||
if box.itemText(i) == str(value):
|
||||
box.setCurrentIndex(i)
|
||||
break
|
||||
|
||||
def searchCity(self):
|
||||
pattern = unicode(self.ui.cityEdit.text())
|
||||
self.ui.resultsList.clear()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue