16 #ifndef QGSDASHSPACEDIALOG_H
17 #define QGSDASHSPACEDIALOG_H
19 #include "ui_qgsdashspacedialogbase.h"
26 QgsDashSpaceDialog(
const QVector<qreal>& v, QWidget * parent = 0, Qt::WindowFlags f = 0 );
29 QVector<qreal> dashDotVector()
const;
32 void on_mAddButton_clicked();
33 void on_mRemoveButton_clicked();
36 #endif // QGSDASHSPACEDIALOG_H