QTfrontend/ui/widget/mapContainer.h
changeset 10462 dd3cf0c91cc9
parent 10161 c092f92aee23
child 10471 d968b1ac130c
equal deleted inserted replaced
10457:482c744b272c 10462:dd3cf0c91cc9
    18  */
    18  */
    19 
    19 
    20 #ifndef _HWMAP_CONTAINER_INCLUDED
    20 #ifndef _HWMAP_CONTAINER_INCLUDED
    21 #define _HWMAP_CONTAINER_INCLUDED
    21 #define _HWMAP_CONTAINER_INCLUDED
    22 
    22 
       
    23 #include <QByteArray>
       
    24 #include <QComboBox>
       
    25 #include <QGridLayout>
       
    26 #include <QLabel>
       
    27 #include <QLineEdit>
       
    28 #include <QSlider>
       
    29 #include <QVBoxLayout>
    23 #include <QWidget>
    30 #include <QWidget>
    24 #include <QGridLayout>
       
    25 #include <QVBoxLayout>
       
    26 #include <QComboBox>
       
    27 #include <QLabel>
       
    28 #include <QByteArray>
       
    29 #include <QLineEdit>
       
    30 
    31 
    31 #include "DataManager.h"
    32 #include "DataManager.h"
    32 
    33 
    33 #include "hwmap.h"
    34 #include "hwmap.h"
    34 #include "drawmapscene.h"
    35 #include "drawmapscene.h"
   115         virtual void showEvent ( QShowEvent * event );
   116         virtual void showEvent ( QShowEvent * event );
   116 
   117 
   117     private:
   118     private:
   118         QVBoxLayout mainLayout;
   119         QVBoxLayout mainLayout;
   119         QPushButton* mapPreview;
   120         QPushButton* mapPreview;
       
   121         QSlider* mapFeatureSize;
   120         QComboBox* chooseMap;
   122         QComboBox* chooseMap;
   121         MapModel * m_staticMapModel;
   123         MapModel * m_staticMapModel;
   122         MapModel * m_missionMapModel;
   124         MapModel * m_missionMapModel;
   123         IconedGroupBox* gbThemes;
   125         IconedGroupBox* gbThemes;
   124         QListView* lvThemes;
   126         QListView* lvThemes;