I’ve created a tool to view the Library File property of a *.qsym file. While it addresses an annoyance – it’s difficult to view the actual netlist in the Library File property of a symbol in QSpice – the primary purpose is demonstrating how to use the Qt GUI framework with the QParser2 shared libraries using MSVS as the IDE. So, QtDemo is just a first step, a proof of concept.
Note that I’m not providing pre-compiled binaries at this point. You will need to compile the MSVS 2026 project (with Qt extensions installed) to try it out. If you are not already a Qt programmer and MSVS user, you’ll probably want to skip this.
I’ve added binaries (QtDemo.x64.zip). Unzip into an empty folder and run QtDemo.exe.
[Note for Qt developers: See the “QtDeploy” configuration in the QtDemo project files for a simple way to have MSVS generate the required binaries. It’s much easier than using windeployqt.exe.]
You can find the QtDemo code and complete QParser2 project code in the WIP (work in progress) folder on the dev branch of my GitHub QSpice repository.
Please let me know if you find issues or have suggestions for improvements.
–robert