00001
00042 #ifndef AIVERTICALMARGIN_HPP
00043 #define AIVERTICALMARGIN_HPP
00044
00045 #include <QtGui>
00046
00047 namespace AiFractals
00048 {
00055 class AiVerticalMargin : public QWidget
00056 {
00057
00058 public:
00063 AiVerticalMargin(QWidget * parent = 0);
00064
00065 protected:
00069 void paintEvent ( QPaintEvent * event );
00070 };
00071 }
00072 #endif // AIVERTICALMARGIN_HPP