3C-SCSU / Avatar

MIT License
9 stars 130 forks source link

GUI: QML Tabs #87

Closed 3C-SCSU closed 6 months ago

3C-SCSU commented 7 months ago

Using the Qt Creator / QML Python:

  1. Create the TAB that will hold all content/pages for the new Avatar GUI (version 3.0);
  2. Test it and check making the program works as expected;
  3. Submit for review: short presentation going over the code, and demo showing the program working;
  4. After (3); check if your code is approved to enter the Avatar code repo; if so, do pull request on GitHub to have your code merged;

Note: for the new GUI using Qt QML, the name for the main program should be GUI3.py -- e.g. C:\Avatar\Avatar>python brainwave-prediction-app\GUI3.py

3C-SCSU commented 6 months ago

The new GUI3.py is now approved and merged. Good job!