UCI-UAVForge / GroundStation

8 stars 20 forks source link

Finish TableWidget #121

Closed JordanD2 closed 7 years ago

JordanD2 commented 7 years ago

As part of transitioning to a module-based GUI library, we need to replace our tables with GUI independent modules. TableWidget needs to be a QWidget based object that can display our lists of waypoints and telemetry data. It can use the existing TableModel class just like the current implementation, or can be done using a different table model. A pull request that adds this completed QWidget-based class to the project is sufficient to close this issue.

JordanD2 commented 7 years ago

Closed by #122