Skip to content

Commit

Permalink
Removing some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
WiktorSusfal committed Sep 13, 2022
1 parent 92930de commit 68c3e0b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 497 deletions.
8 changes: 1 addition & 7 deletions FTV_UI_Manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -803,10 +803,4 @@ def createSubscriptions(self):

# Subscription to event handler form 'DLW_List' instance that informs about element selection. Ensures
# synchronization regarding current dataset selected between GUI list object and backed view model.
self.dataset_gui_list.dataset_list.selected_element_changed_handler += self.g_data_manager.setCurrentUuid


if __name__ == '__main__':
app = qtw.QApplication([])
app_main_gui = MainWindow()
app.exec_()
self.dataset_gui_list.dataset_list.selected_element_changed_handler += self.g_data_manager.setCurrentUuid
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import ___FTV_UI_Manager as ftvui
import FTV_UI_Manager as ftvui
from PyQt5 import QtWidgets as pqt

if __name__ == '__main__':
Expand Down
Loading

0 comments on commit 68c3e0b

Please sign in to comment.