Skip to content

Commit

Permalink
Readded rest of test_gui tests back
Browse files Browse the repository at this point in the history
  • Loading branch information
fedesemeraro committed Mar 11, 2024
1 parent a3cdc37 commit 630f5ce
Show file tree
Hide file tree
Showing 2 changed files with 401 additions and 412 deletions.
1 change: 1 addition & 0 deletions arcjetCV/gui/main_window.py
Original file line number Diff line number Diff line change
Expand Up @@ -479,6 +479,7 @@ def process_all(self):
self.msg_box.setText("The video has been processed.")
self.msg_box.setIcon(QMessageBox.Information)
self.msg_box.exec() # Display the message box
return True

def grab_ui_values(self):
inputdict = {"SEGMENT_METHOD": str(self.ui.comboBox_filterType.currentText())}
Expand Down
Loading

0 comments on commit 630f5ce

Please sign in to comment.