QTfrontend/mapContainer.cpp
changeset 788 00720357601f
parent 682 a37b6966de84
child 883 07a568ba44e0
equal deleted inserted replaced
787:5064d72fa0e2 788:00720357601f
    14  * You should have received a copy of the GNU General Public License
    14  * You should have received a copy of the GNU General Public License
    15  * along with this program; if not, write to the Free Software
    15  * along with this program; if not, write to the Free Software
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    16  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA
    17  */
    17  */
    18 
    18 
    19 #include "mapContainer.h"
       
    20 
       
    21 #include <QPushButton>
    19 #include <QPushButton>
    22 #include <QBuffer>
    20 #include <QBuffer>
    23 #include <QUuid>
    21 #include <QUuid>
    24 #include <QBitmap>
    22 #include <QBitmap>
    25 #include <QPainter>
    23 #include <QPainter>
    27 #include <QColor>
    25 #include <QColor>
    28 #include <QTextStream>
    26 #include <QTextStream>
    29 #include <QApplication>
    27 #include <QApplication>
    30 
    28 
    31 #include "hwconsts.h"
    29 #include "hwconsts.h"
       
    30 #include "mapContainer.h"
    32 
    31 
    33 HWMapContainer::HWMapContainer(QWidget * parent) :
    32 HWMapContainer::HWMapContainer(QWidget * parent) :
    34   QWidget(parent), mainLayout(this)
    33   QWidget(parent), mainLayout(this)
    35 {
    34 {
    36 #if QT_VERSION >= 0x040300
    35 #if QT_VERSION >= 0x040300