QGRUBEditor is a system tool to view and edit the GRUB boot loader.
It offers many features and it is the perfect solution for those who
want to change the way GRUB wrks, without messing with GRUB's configuration files.

For installation instructions see the INSTALL file.

See the AUTHORS file for the authors of this project.

If you need help, use the 'What's This?' help system. In the next version a full HTML-based help system will be available.

Library:
In the /src/lib/ subdirectory, you'll find a library you may freely use.
This library reads GRUB's configuration files and returns this input in 
custom classes.

WARNING: This libary relies on Qt4. Transferring it to standard C++ wouldn't
be hard but Qt4 provides some conveniencies (such as case-insensitivity) which
do not exist in standard C++ and thus, writing this extra code it would be tedious.
