Typica is a free program for professional coffee roasters. https://typica.us
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

draglabel.h 305B

1234567891011121314151617181920
  1. /*1053:*/
  2. #line 13 "./scales.w"
  3. #ifndef TypicaDragLabelInclude
  4. #define TypicaDragLabelInclude
  5. #include <QLabel>
  6. class DragLabel:public QLabel
  7. {
  8. Q_OBJECT
  9. public:
  10. explicit DragLabel(const QString&labelText,QWidget*parent= NULL);
  11. protected:
  12. void mousePressEvent(QMouseEvent*event);
  13. };
  14. #endif
  15. /*:1053*/