trefoil_builder.h

00001 #include <qgroupbox.h>
00002 #include <qslider.h>
00003 #include <qlabel.h>
00004 
00005 class ControlPanel : public QGroupBox {
00006   Q_OBJECT
00007   public slots:
00008     void updateRad(int Val);
00009     void updateSweep(int Val);
00010     void updateTS(int Val);
00011     void updateAng(int Val);
00012   public:
00013     QSlider* sliders[5];
00014     QLabel* slidertext[5];
00015     ControlPanel(QWidget *parent=0, const char *name=0,int wFlags=0);
00016     ~ControlPanel();
00017 };

Generated on Mon Feb 8 17:22:35 2010 for libbiarc by  doxygen 1.5.6