Skip to content

Commit 383fc1e

Browse files
committed
qtvcp -allow keyboard entry with the caculator widget
Some people like to use a keyboard too.
1 parent 249301e commit 383fc1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/python/qtvcp/widgets/calculator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ def __init__(self, parent=None):
3030

3131
self.display = QLineEdit('0')
3232
self.display.setMinimumHeight(30)
33-
self.display.setReadOnly(True)
33+
self.display.setReadOnly(False)
3434
self.display.setAlignment(Qt.AlignRight)
3535
self.display.setMaxLength(15)
3636

0 commit comments

Comments
 (0)