選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

x11helper.h 177B

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