Tow is an app for controlling UNH's tow carriage motion.
To run the app in dev mode, run:
makeTo compile to an executable and create a shortcut, run:
make shortcutThis shortcut can be copied wherever you like, pinned to the taskbar, etc.
To edit the UI interactively with Qt Designer, call:
make edit-uiAfter saving changes, compile the mainwindow.ui file to a Python module
with:
make ui