![]() |
|
The GuiTools Framework - Printable Version +- QB64 Phoenix Edition (https://qb64phoenix.com/forum) +-- Forum: QB64 Rising (https://qb64phoenix.com/forum/forumdisplay.php?fid=1) +--- Forum: Prolific Programmers (https://qb64phoenix.com/forum/forumdisplay.php?fid=26) +---- Forum: RhoSigma (https://qb64phoenix.com/forum/forumdisplay.php?fid=32) +---- Thread: The GuiTools Framework (/showthread.php?tid=88) |
The GuiTools Framework - RhoSigma - 04-20-2022 GuiTools - A graphic UI framework for QB64 GuiTools is a ready to use program template/skeleton to create neat graphic UI applications with QB64, ie. to build your own UI forms you just need to add the desired object definitions into the template and the handler code which shall be called when your objects are triggered, while leaving all other parts of the template as is.
Release v0.20 Below the GuiTools Framework as of Aug/25 (Windows only (Linux/Mac may work with Wine)). For the full list of changes see the docs\ReleaseNotes.txt file in the archive. Using OpenPGP, GnuPG or Gpg4Win you may check the provided archive signature against my GPG-Key to verifiy the authenticity of the archive. Inside the archive you'll also find a *.md5 file which holds the MD5 hashes for all other files in the archive. These can be checked using the md5sum GNU Core Utility or in case of Gpg4Win very easy by right clicking the file and then choose "Validate checksums" from the installed shell extension context menu.
QB64GuiTools.7z (Size: 19.04 MB / Downloads: 89)
QB64GuiTools.7z.sig (Size: 566 bytes / Downloads: 89)
Make sure to move the extracted QB64GuiTools folder with its entire contents into your QB64 installation folder. If you're new to GuiTools, then please also read the GuiTools-Info.html file in the main folder for a short introduction of the project structure. Some examples: ![]() ![]() ![]() And even multi-window apps:
|