您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

12345678910111213
  1. #ifndef X11HELPER_H
  2. #define X11HELPER_H
  3. #include <QMap>
  4. #include <QWidget>
  5. class X11Helper
  6. {
  7. public:
  8. static QMap<WId, QString> getRootWindows();
  9. };
  10. #endif // X11HELPER_H