mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-08 16:43:40 +02:00
...
This commit is contained in:
parent
d6c36c0bbb
commit
1addaff034
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,7 @@ def set_msg(self, msg):
|
|||
|
||||
@property
|
||||
def text(self):
|
||||
return unicode(self.edit.currentText())
|
||||
return unicode(self.edit.text())
|
||||
|
||||
@property
|
||||
def xpath(self):
|
||||
|
|
@ -107,3 +107,4 @@ def check(self):
|
|||
w.setObjectName('test')
|
||||
w.show()
|
||||
app.exec_()
|
||||
print w.xpath
|
||||
|
|
|
|||
Loading…
Reference in a new issue