Skip to content

Commit e00583e

Browse files
committed
Matrix interface and functionality is ready.
TODO: - Examples comboBox
1 parent 7a6c082 commit e00583e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

MatrixButtons.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ def __init__(self):
1515
super().__init__()
1616
self.layout = QtWidgets.QGridLayout(self) # Set the layout
1717

18-
# First row
18+
#First row
1919
self.matrix00 = QtWidgets.QLineEdit()
2020
self.matrix10 = QtWidgets.QLineEdit()
2121
self.matrix20 = QtWidgets.QLineEdit()

0 commit comments

Comments
 (0)