qi3pc 0.3.1 (Debug GNU 15.1.1)


Directory: ./
File: tests/data/outputs.h
Date: 2025-06-23 04:52:02
Exec Total Coverage
Lines: 0 0 -%
Functions: 0 0 -%
Branches: 0 0 -%

Line Branch Exec Source
1 #pragma once
2
3 #include <QByteArray>
4
5 namespace test_qi3pc{
6 namespace raw {
7 namespace data {
8 inline static auto outputs = QByteArrayLiteral(R"(
9 [
10 {
11 "name": "LVDS1",
12 "active": true,
13 "current_workspace": "4",
14 "rect": {
15 "x": 0,
16 "y": 0,
17 "width": 1280,
18 "height": 800
19 }
20 },
21 {
22 "name": "VGA1",
23 "active": true,
24 "current_workspace": "1",
25 "rect": {
26 "x": 1280,
27 "y": 0,
28 "width": 1280,
29 "height": 1024
30 }
31 }
32 ]
33 )");
34 } // namespace data
35 } // namespace raw
36 } // namespace test_qi3pc
37