QTfrontend/ui/page/pagedrawmap.h
branchios-develop
changeset 13418 ba39a1d396c0
parent 13214 f5d36be88c61
equal deleted inserted replaced
13416:6e8b807bda4b 13418:ba39a1d396c0
    33 
    33 
    34         DrawMapWidget * drawMapWidget;
    34         DrawMapWidget * drawMapWidget;
    35 
    35 
    36     protected:
    36     protected:
    37         QLayout * bodyLayoutDefinition();
    37         QLayout * bodyLayoutDefinition();
       
    38         QLayout * footerLayoutDefinition();
    38         void connectSignals();
    39         void connectSignals();
    39 
    40 
    40     private:
    41     private:
    41         QPushButton * pbUndo;
    42         QPushButton * pbUndo;
    42         QPushButton * pbClear;
    43         QPushButton * pbClear;
    45         QPushButton * pbOptimize;
    46         QPushButton * pbOptimize;
    46         QCheckBox * cbEraser;
    47         QCheckBox * cbEraser;
    47         QRadioButton * rbPolyline;
    48         QRadioButton * rbPolyline;
    48         QRadioButton * rbRectangle;
    49         QRadioButton * rbRectangle;
    49         QRadioButton * rbEllipse;
    50         QRadioButton * rbEllipse;
       
    51         QSpinBox * sbBrushSize;
       
    52 
       
    53     public slots:
       
    54         void brushSizeChanged(int brushSize);
    50 
    55 
    51     private slots:
    56     private slots:
    52         void load();
    57         void load();
    53         void save();
    58         void save();
    54         void pathTypeSwitched(bool b);
    59         void pathTypeSwitched(bool b);