您最多选择25个主题
主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
|
- #ifndef CREATITEM_H
- #define CREATITEM_H
- #include "item.h"
- #include "coil.h"
- #include "contact.h"
- #include "comparator.h"
- #include "button.h"
- #include "light.h"
-
- Item* creatItem(const QString& type);
-
- #endif // CREATITEM_H
|