Qt spinner (#2494)
* move android spinner * qt spinner * rotation * nothing by default * spin spin * fix rotate * style * spinner for all * -2 * unused old-commit-hash: 6c86afee16c706a3c8e787d576ead509373e6b55
This commit is contained in:
@@ -7,8 +7,6 @@ from common.basedir import BASEDIR
|
||||
|
||||
class TextWindow:
|
||||
def __init__(self, text):
|
||||
# text window is only implemented for android currently
|
||||
self.text_proc = None
|
||||
try:
|
||||
self.text_proc = subprocess.Popen(["./text", text],
|
||||
stdin=subprocess.PIPE,
|
||||
|
||||
Reference in New Issue
Block a user