00001 #ifndef SXDLGDESIGNPROPERTY_H_INCLUDED
00002 #define SXDLGDESIGNPROPERTY_H_INCLUDED
00003
00004 #include <QDialog>
00005 #include "ui_DlgDesignProperty.h"
00006 #include "sxGlobal.h"
00007
00008 class sxUiDesign;
00012 class SX_GUISDKEXPORT sxDlgDesignProperty : public QDialog, public Ui::DlgDesignProperty
00013 {
00014 Q_OBJECT
00015
00016 sxUiDesign * xDesign;
00017 public:
00018 sxDlgDesignProperty(sxUiDesign * design, QWidget * parent = 0);
00019 QRectF sceneRect() const;
00020 private slots:
00021 void on_btnRunParam_clicked(bool checked);
00022 void on_btnConnection_clicked(bool checked);
00023 void on_btnPort_clicked(bool checked);
00024 void on_btnComponent_clicked(bool checked);
00025 };
00026
00027 #endif // SXDLGDESIGNPROPERTY_H_INCLUDED