Nets in VeroRoute are just numbers (the things you see in the "Broken Nets" list of the control panel). They are not named, as you might find in the import file. During import, each net in the import file will be mapped to a unique net number within VeroRoute. You can use whatever part types (i.e. package names) you want in the import file so long as you set up appropriate aliases for them within VeroRoute. Unrecognised types in the import file will be listed at the bottom of the "Part Aliases" dialog,...
Force small menu font on Android to try avoid strings with ellipses. Better handle file names for Android.
This is an update to the code to support Qt6. The precompiled versions that can be downloaded here are still built against Qt5, so you will not see any significant difference between V2.40 and V2.39 other than a version number change. There are problems with my Android build of V2.40 since it uses Qt6 (and I no longer have the build tools for Android Qt5) so I will not be providing an Android package for V2.40 at the moment. Basically, the way Android handles file permissions has changed (and seems...
This is an update to the code to support Qt6. The precompiled versions that can be downloaded here are still built against Qt5, so you will not see any significant difference betwwe V2.40 and V2.39 other than a version number change. There are problems with my Android build of V2.40 since it uses Qt6 (and I no longer have the build tools for Android Qt5) so I will not be providing an Android package for V2.40 at the moment. Basically, the way Android handles file permissions has changed (and seems...
V2.40 Mark up
V2.40 Mark up
Take copies of basic types instead of const references
Changes for Qt 6.11