Implemented a basic configuration system for the Aesalon GUI.
commit954fb66dd80e3b07e633dc90b71afd1553bb255f
authorstrange <kawk256@gmail.com>
Wed, 27 Jan 2010 04:26:09 +0000 (26 21:26 -0700)
committerstrange <kawk256@gmail.com>
Wed, 27 Jan 2010 04:26:09 +0000 (26 21:26 -0700)
treec4352b9c4b6d8e59bb5a06ca20be631a5e8810a1
parent582e0715333c823300560bdc6cf93ac6b7de098f
Implemented a basic configuration system for the Aesalon GUI.

Now it is possible to actually set the path to aesalon, making the GUI
functional without manual editing of configuration files.
src/gui/Configuration.cpp [new file with mode: 0644]
src/gui/Configuration.h [new file with mode: 0644]
src/gui/MainWindow.cpp
src/gui/MainWindow.h