elemPropertyData.cpp 191 B

12345678
  1. #include "elemPropertyData.h"
  2. ElemPropertyData::ElemPropertyData()
  3. {
  4. //TODO: 把默认图标变成程序内部资源
  5. iconPath = "/Users/menglanluo/菜狗.png";
  6. dropConfig = 0;
  7. }