Georgia-Tech-Off-Road / GTORDaata

1 stars 1 forks source link

Collect button #2

Closed Jinwoo-1162 closed 2 years ago

Jinwoo-1162 commented 2 years ago

Worked on task "'Start Collecting' button handling"

I just added an extra check in the update_active() function in init.py of DataCollection to first check for the data_import.input_mode. If the mode was an empty string, I called setEnabled(False) on the button to disable it. Check it out and see if it works.

I also changed some stuff with the QtGui vs QtWidgets modules bc they were throwing some errors on my end, so check that out too