Skip to content

Commit

Permalink
update UI path
Browse files Browse the repository at this point in the history
  • Loading branch information
Suleman-Elahi committed Aug 22, 2022
1 parent 8603c36 commit 16ae211
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MooovR.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Ui(QtWidgets.QMainWindow):
def __init__(self):

super(Ui, self).__init__()
uic.loadUi(r'.\MooovR.ui', self)
uic.loadUi('MooovR.ui', self)
self.show()
self.srcF.setFocus()
self.start_moving.clicked.connect(self.startMooovR)
Expand Down

0 comments on commit 16ae211

Please sign in to comment.