mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJClient.git
synced 2026-03-28 05:25:39 +03:00
bugfix: monitor info
This commit is contained in:
13
Data/monitorInfo.h
Normal file
13
Data/monitorInfo.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef MONITORINFO_H
|
||||
#define MONITORINFO_H
|
||||
|
||||
#include <qrect.h>
|
||||
#include <qstring.h>
|
||||
|
||||
struct monitorInfo {
|
||||
QString deviceName;
|
||||
QRect geometry;
|
||||
bool isPrimary;
|
||||
int displayIndex;
|
||||
};
|
||||
#endif // MONITORINFO_H
|
||||
Reference in New Issue
Block a user