00001
00042 #ifndef AIHORIZONTALMARGIN_HPP
00043 #define AIHORIZONTALMARGIN_HPP
00044
00045 #include <QtGui>
00046
00047 namespace AiFractals
00048 {
00055 class AiHorizontalMargin : public QWidget
00056 {
00057 Q_OBJECT
00058
00059 public:
00064 AiHorizontalMargin(QWidget * parent = 0);
00065
00066 protected:
00071 void paintEvent ( QPaintEvent * event );
00072 };
00073 }
00074 #endif // AIHORIZONTALMARGIN_HPP