Okay, here goes.

Uses QT - 1.3
     KDE - some fairly recent version

###############
To create it all:
	./configure
	make
	make install
###############

To create a widget, simply select the widget type from the 
toolbar along the top, then click on the canvas you are currently
working with the left button. RMB brings up a menu.

Note 1: The widget type will revert back to 'edit' when you
        have created the first widget. To stop this happening
        hold shift when you select the widget type to use from
        the toolbar.

Note 2: The widgets will only be created by default as a child
        of a widget which naturally has children (i.e. QWidget,
        QFrame in the current version). 

Note 3: Holding down ALT when clicking on a widget will toggle
        whether the widget can accept children. (i.e. if you have
        selected QPushButton from the toolbar and click in a
        QFrame it will create a QPushButton as a child of the
        frame, however if you hold down the ALT key while clicking
        it merely selects it. If you hold down alt while clicking
        a QLineEdit, it will create the button as a child of the 
        edit).

Note 4: Clicking on a widget with no type to create will select it, 
        As will clicking on a widget which does not accept children
        
Note 5: Holding down CTRL while clicking will toggle the selected
        state of the widget. If there is more than one item selected
        the first will have green handles, the last red and the
        rest wil have yellow.

Note 6: Alignment tools work, based on the first item selected
        (the one with green handles)

Note 7: The properties list only works on the last item selected
        (at the moment, in the future it will work on all the
        widgets, using the greatest common ancestor to determine
        what options are available.

Note 8: Cut, copy and paste have become very flaky over the past 
        week, expect SEGV.

Note 9: The last used paths for opening and saving files, as well
        as the positions of the main and property windows  are
        stored in the config file ~/.kde/config/mawcrc.

Note 10: There is an example dialog in tests/layout1.dlg


Note 11: IMPORTANT: For users who are upgrading from 0.1 or 0.1.1 the format 
        of the libraries has changed, you will need to delete all the
        files in $KDEDIR/lib/mawc/ before doing a 'make install'
        MAWC has also moved from Utilities to Applications.
