Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
# -------------------------------------------------
# Project created by QtCreator 2010-11-27T22:18:20
# -------------------------------------------------
TARGET = drawMapTest
TEMPLATE = app
SOURCES += main.cpp \
mainwindow.cpp \
drawmapscene.cpp \
qaspectratiolayout.cpp \
drawmapwidget.cpp
HEADERS += mainwindow.h \
drawmapscene.h \
qaspectratiolayout.h \
drawmapwidget.h
FORMS += mainwindow.ui