define.h 205 B

1234567891011
  1. #pragma once
  2. #include "yutil/json.h"
  3. #include "ybase/define.h"
  4. #define QtSTD(QSTRING) QSTRING.toStdString()
  5. #define STDtQ(STD) QString::fromStdString(STD)
  6. enum QsMouseType
  7. {
  8. LEFT_BUTTON,
  9. RIGHT_BUTTON
  10. };