open remote links on cards

This commit is contained in:
Damien Elmes 2011-03-25 10:02:30 +09:00
parent 9d060df04c
commit 5c337aa658

View file

@ -272,6 +272,8 @@ $(".ansbut").focus();
elif url.startswith("typeans:"):
(cmd, arg) = url.split(":")
self.processTypedAns(arg)
else:
QDesktopServices.openUrl(QUrl(url))
# CSS
##########################################################################