Tool/software: Code Composer Studio
Dear Justin
Where can access the (*. ui) UI file of Visualizer GUI ? Because have many demo show for different field customer. Can provide these *ui file for us to reference ?
BR
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software: Code Composer Studio
Dear Justin
Where can access the (*. ui) UI file of Visualizer GUI ? Because have many demo show for different field customer. Can provide these *ui file for us to reference ?
BR
Dear Agate:
The was to get access to the .gui file for the Visualizer GUI is as follows:
1. Go to dev.ti.com/gallery
2. Find the most recent version of the Visualizer, currently version 3.4, and press the Import to GUI composer.
3. Then after signing in to your ti.com account the browser version of GUI Composer will open up.
5. The .gui file is index.gui.
Best regards,
Connor Desmond
Dear Agate:
To find all of the relevant python GUI code use the following path:
<Industrial Toolbox Install Path>\labs\people_counting\visualizer
Everything that you need should be there.
Best regards,
Connor Desmond
Dear Agate:
One way to create a PyQt GUI is to use a .ui file. The other way is to construct the GUI purely in a .py file. This was what was done for the people counting demo. There is no .ui file. Attached is the directory location for the visualizer that will give details about it.
<Industrial Toolbox Install Path>\labs\people_counting\visualize\docs\ba_visualizer_user_guide.html
Best regards,
Connor Desmond