1 #ifndef __WIDGETPEN_H__
2 #define __WIDGETPEN_H__
4 #include "ui_widgetpen.h"
7 class WidgetPen: public QWidget
12 WidgetPen(QWidget * parent = 0, Qt::WindowFlags flags = 0);
15 bool isColorUnchanged();
16 bool isLineTypeUnchanged();
17 bool isWidthUnchanged();
20 void setPen(Pen pen, bool showByLayer, bool showUnchanged, const QString & title);
27 #endif // __WIDGETPEN_H__