github.com/mit-dci/lit@v0.0.0-20221102210550-8c3d3b49f2ce/cmd/lit-qt/README.md (about) 1 ## Developing on QT Applet on Linux 2 3 1. Make sure you have the following dependencies: 4 * `python-qt4` 5 * `pyqt4-dev-tool` 6 * `qt4-designer` 7 8 2. Edit the ui files in `qt_files/` with the `QT Designer` program accordingly 9 3. Run the ui compiler script: `qt_files/compile_ui.sh`