grebenuyk / monav

Automatically exported from code.google.com/p/monav
0 stars 0 forks source link

Patch for disabling the need of displaying dialogs (removes QWidget dependancy) #23

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hey,

It's me again with another patch of my changes to Monav. ;-)

Using the preprocessor plugins is really difficult since they contain UI code. 
The workflow is this in the moment: Load settings from QSettings file into UI, 
read settings from UI into own "settings" struct, write settings from UI to 
QSettings file.

Now I like to skip the UI part to be able to just provide a settings file.
That's what this patch is about.

Anyway, there is no need to apply the patch or whatever (the patch a bit clumsy 
anyway), it's just part of the Open Source/GPL/ "share all changes" stuff :-)

Thanks for the good work so far!

Original issue reported on code.google.com by daniel.g...@gmail.com on 15 Dec 2010 at 4:47

Attachments:

GoogleCodeExporter commented 8 years ago
Hi,

Thank you for the suggestions. Of yourse you are right and functionality should 
be better separated from the GUI. I will take a look at this during the next 
days.

Original comment by veaac.fd...@gmail.com on 16 Dec 2010 at 2:47

GoogleCodeExporter commented 8 years ago
r418 should do the trick

Original comment by veaac.fd...@gmail.com on 27 Jan 2011 at 10:08