VBA-M Forums

Full Version: VBA2 progress
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
If you need someone to help design the GUI I can help, I have quite a bit of experience with Qt. Also don't use the Designer where ever possible (it adds bloat to the exe you don't need) using the designer for the main window when you're only going to have a menu and a toolbar is absurd. The widget you use to draw to can be a different class inheriting from QWidget and made the central widget in your MainWindow class.
i got sigsev Sad
running on linux x86_64

this is the output:

PHP Code:
VisualBoyAdvance 2(4475)/ KSycocaPrivate::openDatabaseTrying to open ksycoca from  "/var/tmp/kdecache-lithium/ksycoca4"
kfilemodule(4475)/kdecore (servicesKMimeTypeFactory::parseMagicNow parsing  "/usr/share/mime/magic"
kfilemodule(4475)/kdecore (servicesKMimeTypeFactory::parseMagicNow parsing  "/home/lithium/.home/.local/share/mime/magic"
audio buffer size delta = -2588 bytes
resetting sound
...
resuming sound... 
Pages: 1 2
Reference URL's