Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 221 Bytes

README.dev.md

File metadata and controls

14 lines (9 loc) · 221 Bytes

CPP

Formatting

using clang-format

formatting rules are saved at .clang-format

GUI - Qt5

  • download QtDesigner
  • design something, save as .ui file
  • export .ui to .py pyuic5 -x RGM_gui_ui.ui -o RGM_gui_ui.py