|
|
|||||||
| About Us | Register | FAQ | Members List | Calendar | Mark Forums Read |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|
#21 (permalink) |
|
....
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2007
Location: not that you need to know....
Posts: 1,580
|
I started a redesign of the main options.
Herein attached is what I done so far... The basic aim is for a unified options dialog, and I always wanted one in VBA-M, since I hate the messiness of it currently. Any criticism, is appreciated. |
|
|
|
|
|
#23 (permalink) |
|
....
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2007
Location: not that you need to know....
Posts: 1,580
|
Its essential you know C++ or another object oriented language when you wire the widgets in, as Qt4 is purely object oriented. But if you want to make mock GUIs and not implement them, you don't need to know C++.
|
|
|
|
|
|
#24 (permalink) |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2005
Location: Germany
Posts: 373
|
I would prefer the tabs on the left side, like on that screenshot DSman posted some time ago:
http://forums.ngemu.com/vba-m/98623-...ml#post1258179 |
|
|
|
|
|
#34 (permalink) |
|
DS Cheat Code Hacker
![]() ![]() ![]() ![]() Join Date: Jun 2007
Location: New Hampshire, USA
Posts: 677
|
This patch adds various shortcuts for menu actions:
Crtl+T now opens the translation file dialog. Crtl+Q now exits VBA-M. One issue, though, is that the "File" menu isn't wide enough, so "Exit" will now appear as "ExitCrtl+Q" |
|
|
|
|
|
#35 (permalink) |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2005
Location: Germany
Posts: 373
|
I made a small update and changed the runtimes to dynamic.
From now on, get the DLL package from http://vba-m.ngemu.com/vbam/vbaother...vba_qt_dlls.7z (2.4 MB, only once). You may then download the current Qt build: http://vba-m.ngemu.com/vbam/vbaother.../vba_qt_369.7z (13kB ^^) @Dualscreenman: I don't think we should add all the shortcuts manually. We'd better re-invent the accelerator manager from the MFC GUI. Edit: The old&fat Qt builds have been erased, btw. Last edited by Spacy; February 20th, 2008 at 21:39. |
|
|
|
|
|
#37 (permalink) |
|
Emu author
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Mar 2005
Location: Germany
Posts: 373
|
I also tried to use mingw with Visual Studio, but it breakes the debugger, the compiler error output and I got strange compiler errors on top.
However, compiling a simple release build from the command line with mingw and the Qt setup works perfectly fine. I wrote a small How-To @ https://vbam.bountysource.com/wiki |
|
|
|
|
|
#40 (permalink) | |
|
....
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Join Date: Feb 2007
Location: not that you need to know....
Posts: 1,580
|
Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|