-
Notifications
You must be signed in to change notification settings - Fork 12
/
QtCreator.ini
633 lines (570 loc) · 44.3 KB
/
QtCreator.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
[General]
Analyzer.Plugin.LastActiveTool=QmlProfiler.Local
DesignerActionEditorViewMode=0
DesignerFormTemplate=Widget
DesignerdefaultGrid=@Variant(\0\0\0\b\0\0\0\0)
Designerzoom=100
DesignerzoomEnabled=false
LastDisplayedMaemoDeviceConfig=0
LastSelectedKit=0
Outline.0.SyncWithEditor=true
Outline.1.SyncWithEditor=true
ProjectTreeWidget.0.GeneratedFilter=true
ProjectTreeWidget.0.ProjectFilter=false
ProjectTreeWidget.0.SyncWithEditor=true
ProjectTreeWidget.1.GeneratedFilter=true
ProjectTreeWidget.1.ProjectFilter=false
ProjectTreeWidget.1.SyncWithEditor=true
QmlJSOutline.1.ShowBindings=true
SuppressedWarnings=TextEditor.InfoSyntaxDefinition
WelcomePageQtVersionFilter=3
WelcomeTab=0
[Analyzer]
Analyzer.Valgrind.Callgrind.CollectBusEvents=false
Analyzer.Valgrind.Callgrind.CollectSystime=false
Analyzer.Valgrind.Callgrind.CostFormat=0
Analyzer.Valgrind.Callgrind.CycleDetection=true
Analyzer.Valgrind.Callgrind.EnableBranchSim=false
Analyzer.Valgrind.Callgrind.EnableCacheSim=false
Analyzer.Valgrind.Callgrind.EnableEventToolTips=true
Analyzer.Valgrind.Callgrind.MinimumCostRatio=0.01
Analyzer.Valgrind.Callgrind.ShortenTemplates=false
Analyzer.Valgrind.Callgrind.VisualisationMinimumCostRatio=10
Analyzer.Valgrind.FilterExternalIssues=true
Analyzer.Valgrind.LastSuppressionDirectory=
Analyzer.Valgrind.LastSuppressionHistory=@Invalid()
Analyzer.Valgrind.LeakCheckOnFinish=1
Analyzer.Valgrind.NumCallers=25
Analyzer.Valgrind.SelfModifyingCodeDetection=0
Analyzer.Valgrind.ShowReachable=false
Analyzer.Valgrind.SupressionFiles=@Invalid()
Analyzer.Valgrind.TrackOrigins=true
Analyzer.Valgrind.ValgrindExecutable=/usr/local/bin/valgrind
Analyzer.Valgrind.VisibleErrorKinds=0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14
[AnalyzerStartRemoteDialog]
LastSelectedKit=0
arguments=
executable=thx6
profile=qt.521.clang_64.essentials_kit
workingDirectory=
[AnalyzerViewSettings_Callgrind]
Analyzer%20Toolbar=@Invalid()
Locked=false
State="@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x2\0\0\0\x1\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0\\\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0V\0i\0s\0u\0\x61\0l\0i\0s\0\x61\0t\0i\0o\0n\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x62\0\xff\xff\xff\0\0\0\x3\0\0\x6\x35\0\0\0\x17\xfc\x1\0\0\0\x1\xfc\0\0\0\0\0\0\x6\x35\0\0\x1\xd5\0\xff\xff\xff\xfc\x2\0\0\0\x5\xfb\0\0\0 \0\x41\0n\0\x61\0l\0y\0z\0\x65\0r\0 \0T\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x2\xdb\0\0\0\x17\0\0\0\x17\0\0\0\x17\xfc\0\0\x2-\0\0\0\x62\0\0\0\0\0\xff\xff\xff\xfc\x1\0\0\0\x2\xfb\0\0\0X\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0\x43\0\x61\0l\0l\0\x65\0\x65\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\0\0\x6\x35\0\0\0L\0\xff\xff\xff\xfb\0\0\0X\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0\x43\0\x61\0l\0l\0\x65\0r\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x3\x1b\0\0\x3\x1a\0\0\0L\0\xff\xff\xff\xfb\0\0\0R\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0\x46\0l\0\x61\0t\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x2-\0\0\0\xc5\0\0\0\x62\0\xff\xff\xff\xfb\0\0\0R\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0M\0\x65\0m\0\x63\0h\0\x65\0\x63\0k\0T\0o\0o\0l\0.\0\x45\0r\0r\0o\0r\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x1\xbf\0\0\0K\0\0\0\0\0\0\0\0\xfc\0\0\x2X\0\0\x1\x96\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\0\x2\0\0\0\x3\xfb\0\0\0,\0Q\0M\0L\0 \0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0>\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x45\0v\0\x65\0n\0t\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x44\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0V\0\x38\0P\0r\0o\0\x66\0i\0l\0\x65\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\x6\x35\0\0\x2\xda\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)"
ToolSettingsSaved=true
Valgrind.CallgrindTool.CalleesViewDockWidget=false
Valgrind.CallgrindTool.CallersViewDockWidget=false
Valgrind.CallgrindTool.FlatViewDockWidget=false
Valgrind.CallgrindTool.VisualisationDockWidget=true
[AnalyzerViewSettings_Callgrind.Local]
Analyzer%20Toolbar=@Invalid()
Locked=false
State="@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x2\0\0\0\x1\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0\\\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0V\0i\0s\0u\0\x61\0l\0i\0s\0\x61\0t\0i\0o\0n\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x62\0\xff\xff\xff\0\0\0\x3\0\0\x6\x14\0\0\0\x17\xfc\x1\0\0\0\x1\xfc\0\0\0\0\0\0\x6\x14\0\0\x1\xf8\0\xff\xff\xff\xfc\x2\0\0\0\x5\xfb\0\0\0 \0\x41\0n\0\x61\0l\0y\0z\0\x65\0r\0 \0T\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x3\xd7\0\0\0\x17\0\0\0\x17\0\0\0\x17\xfc\0\0\x3\x13\0\0\0\xdb\0\0\0\0\0\xff\xff\xff\xfc\x1\0\0\0\x2\xfb\0\0\0X\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0\x43\0\x61\0l\0l\0\x65\0\x65\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\0\0\x5\xef\0\0\0L\0\xff\xff\xff\xfb\0\0\0X\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0\x43\0\x61\0l\0l\0\x65\0r\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x2\xf8\0\0\x2\xf7\0\0\0L\0\xff\xff\xff\xfb\0\0\0R\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0\x46\0l\0\x61\0t\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x2\xfe\0\0\0\xf0\0\0\0\x62\0\xff\xff\xff\xfb\0\0\0R\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0M\0\x65\0m\0\x63\0h\0\x65\0\x63\0k\0T\0o\0o\0l\0.\0\x45\0r\0r\0o\0r\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\x3\x8c\0\0\0\x62\0\0\0\0\0\0\0\0\xfc\0\0\x2\xfb\0\0\0\xf3\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\0\x2\0\0\0\x3\xfb\0\0\0,\0Q\0M\0L\0 \0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x2\0\0\x1\x65\0\0\x3'\0\0\x6\x1b\0\0\0\xf3\xfb\0\0\0>\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x45\0v\0\x65\0n\0t\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x44\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0V\0\x38\0P\0r\0o\0\x66\0i\0l\0\x65\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\x6\x14\0\0\x3\xd6\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)"
ToolSettingsSaved=true
Valgrind.CallgrindTool.CalleesViewDockWidget=false
Valgrind.CallgrindTool.CallersViewDockWidget=false
Valgrind.CallgrindTool.FlatViewDockWidget=false
Valgrind.CallgrindTool.VisualisationDockWidget=true
[AnalyzerViewSettings_Callgrind.Remote]
Analyzer%20Toolbar=@Invalid()
Locked=false
State="@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x2\0\0\0\x1\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0\\\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0V\0i\0s\0u\0\x61\0l\0i\0s\0\x61\0t\0i\0o\0n\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\x62\0\xff\xff\xff\0\0\0\x3\0\0\x5\xef\0\0\0\xdd\xfc\x1\0\0\0\x1\xfc\0\0\0\0\0\0\x5\xef\0\0\x1\xf8\0\xff\xff\xff\xfc\x2\0\0\0\x5\xfb\0\0\0 \0\x41\0n\0\x61\0l\0y\0z\0\x65\0r\0 \0T\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x3\x11\0\0\0\x17\0\0\0\x17\0\0\0\x17\xfc\0\0\x3)\0\0\0\x62\0\0\0\x62\0\xff\xff\xff\xfc\x1\0\0\0\x2\xfb\0\0\0X\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0\x43\0\x61\0l\0l\0\x65\0\x65\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\0\0\x2\xf7\0\0\0L\0\xff\xff\xff\xfb\0\0\0X\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0\x43\0\x61\0l\0l\0\x65\0r\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\x2\xf8\0\0\x2\xf7\0\0\0L\0\xff\xff\xff\xfb\0\0\0R\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0\x43\0\x61\0l\0l\0g\0r\0i\0n\0\x64\0T\0o\0o\0l\0.\0\x46\0l\0\x61\0t\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\x3\x8c\0\0\0\x62\0\0\0\x62\0\xff\xff\xff\xfb\0\0\0R\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0M\0\x65\0m\0\x63\0h\0\x65\0\x63\0k\0T\0o\0o\0l\0.\0\x45\0r\0r\0o\0r\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\x3\x8c\0\0\0\x62\0\0\0\0\0\0\0\0\xfc\0\0\x2\xfb\0\0\0\xf3\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\0\x2\0\0\0\x3\xfb\0\0\0,\0Q\0M\0L\0 \0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x2\0\0\x1\x65\0\0\x3'\0\0\x6\x1b\0\0\0\xf3\xfb\0\0\0>\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x45\0v\0\x65\0n\0t\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x44\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0V\0\x38\0P\0r\0o\0\x66\0i\0l\0\x65\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\x5\xef\0\0\x3\x10\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)"
ToolSettingsSaved=true
Valgrind.CallgrindTool.CalleesViewDockWidget=true
Valgrind.CallgrindTool.CallersViewDockWidget=true
Valgrind.CallgrindTool.FlatViewDockWidget=true
Valgrind.CallgrindTool.VisualisationDockWidget=true
[AnalyzerViewSettings_Memcheck]
Analyzer%20Toolbar=@Invalid()
Locked=true
State=@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x1\0\0\0\x3\0\0\x6\x35\0\0\0z\xfc\x1\0\0\0\x1\xfc\0\0\0\0\0\0\x6\x35\0\0\x1\xd5\0\xff\xff\xff\xfc\x2\0\0\0\x2\xfb\0\0\0 \0\x41\0n\0\x61\0l\0y\0z\0\x65\0r\0 \0T\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x2x\0\0\0\x17\0\0\0\x17\0\0\0\x17\xfb\0\0\0R\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0M\0\x65\0m\0\x63\0h\0\x65\0\x63\0k\0T\0o\0o\0l\0.\0\x45\0r\0r\0o\0r\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\x2\x90\0\0\0\x62\0\0\0K\0\xff\xff\xfe\0\0\x6\x35\0\0\x2w\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
ToolSettingsSaved=true
Valgrind.MemcheckTool.ErrorViewDockWidget=false
[AnalyzerViewSettings_Memcheck.Local]
Analyzer%20Toolbar=@Invalid()
Locked=false
State="@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x1\0\0\0\x3\0\0\x6\x14\0\0\0\x17\xfc\x1\0\0\0\x1\xfc\0\0\0\0\0\0\x6\x14\0\0\x1\xf8\0\xff\xff\xff\xfc\x2\0\0\0\x3\xfb\0\0\0 \0\x41\0n\0\x61\0l\0y\0z\0\x65\0r\0 \0T\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x2\xbe\0\0\0\x17\0\0\0\x17\0\0\0\x17\xfb\0\0\0R\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0M\0\x65\0m\0\x63\0h\0\x65\0\x63\0k\0T\0o\0o\0l\0.\0\x45\0r\0r\0o\0r\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x2s\0\0\0\x62\0\0\0\x62\0\xff\xff\xff\xfc\0\0\x2\xfb\0\0\0\xf3\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\0\x2\0\0\0\x3\xfb\0\0\0,\0Q\0M\0L\0 \0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x2\0\0\x1\x65\0\0\x3'\0\0\x6\x1b\0\0\0\xf3\xfb\0\0\0>\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x45\0v\0\x65\0n\0t\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x44\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0V\0\x38\0P\0r\0o\0\x66\0i\0l\0\x65\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\x6\x14\0\0\x2\xbd\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)"
ToolSettingsSaved=true
Valgrind.MemcheckTool.ErrorViewDockWidget=false
[AnalyzerViewSettings_Memcheck.Remote]
Analyzer%20Toolbar=@Invalid()
Locked=false
State="@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x1\0\0\0\x3\0\0\x5\xef\0\0\0z\xfc\x1\0\0\0\x1\xfc\0\0\0\0\0\0\x5\xef\0\0\x1\xf8\0\xff\xff\xff\xfc\x2\0\0\0\x3\xfb\0\0\0 \0\x41\0n\0\x61\0l\0y\0z\0\x65\0r\0 \0T\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x2X\0\0\0\x17\0\0\0\x17\0\0\0\x17\xfb\0\0\0R\0V\0\x61\0l\0g\0r\0i\0n\0\x64\0.\0M\0\x65\0m\0\x63\0h\0\x65\0\x63\0k\0T\0o\0o\0l\0.\0\x45\0r\0r\0o\0r\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\x2p\0\0\0\x62\0\0\0\x62\0\xff\xff\xff\xfc\0\0\x2\xfb\0\0\0\xf3\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\0\x2\0\0\0\x3\xfb\0\0\0,\0Q\0M\0L\0 \0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x2\0\0\x1\x65\0\0\x3'\0\0\x6\x1b\0\0\0\xf3\xfb\0\0\0>\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x45\0v\0\x65\0n\0t\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\xfb\0\0\0\x44\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0V\0\x38\0P\0r\0o\0\x66\0i\0l\0\x65\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\x5\xef\0\0\x2W\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)"
ToolSettingsSaved=true
Valgrind.MemcheckTool.ErrorViewDockWidget=false
[AnalyzerViewSettings_QmlProfiler]
Analyzer%20Toolbar=@Invalid()
Locked=true
QML%20ProfilerDockWidget=false
QmlProfilerEventsViewDockWidget=false
QmlProfilerV8ProfileViewDockWidget=false
State="@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x1\0\0\0\x3\0\0\x6\0\0\0\x1\xae\xfc\x1\0\0\0\x1\xfc\0\0\0\0\0\0\x6\0\0\0\x1u\0\xff\xff\xff\xfc\x2\0\0\0\x2\xfb\0\0\0 \0\x41\0n\0\x61\0l\0y\0z\0\x65\0r\0 \0T\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x2@\0\0\0\x17\0\0\0\x17\0\0\0\x17\xfc\0\0\x2X\0\0\x1\x96\0\0\0\xc0\x1\0\0\x15\xfa\0\0\0\x2\x2\0\0\0\x3\xfb\0\0\0,\0Q\0M\0L\0 \0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\xa9\0\xff\xff\xfe\xfb\0\0\0>\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x45\0v\0\x65\0n\0t\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\x98\0\xff\xff\xfe\xfb\0\0\0\x44\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0V\0\x38\0P\0r\0o\0\x66\0i\0l\0\x65\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\x98\0\xff\xff\xfe\0\0\x6\0\0\0\x2?\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)"
ToolSettingsSaved=true
[AnalyzerViewSettings_QmlProfiler.Local]
Analyzer%20Toolbar=@Invalid()
Locked=false
QML%20ProfilerDockWidget=false
QmlProfilerEventsViewDockWidget=false
QmlProfilerV8ProfileViewDockWidget=false
State="@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x1\0\0\0\x3\0\0\x6+\0\0\0\x17\xfc\x1\0\0\0\x1\xfc\0\0\0\0\0\0\x6+\0\0\x1|\0\xff\xff\xff\xfc\x2\0\0\0\x2\xfb\0\0\0 \0\x41\0n\0\x61\0l\0y\0z\0\x65\0r\0 \0T\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x3\xd7\0\0\0\x17\0\0\0\x17\0\0\0\x17\xfc\0\0\x3\x17\0\0\0\xd7\0\0\0\0\0\xff\xff\xff\xfa\xff\xff\xff\xff\x2\0\0\0\x3\xfb\0\0\0,\0Q\0M\0L\0 \0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\xc0\0\xff\xff\xff\xfb\0\0\0>\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0\x45\0v\0\x65\0n\0t\0s\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\xaf\0\xff\xff\xff\xfb\0\0\0\x44\0Q\0m\0l\0P\0r\0o\0\x66\0i\0l\0\x65\0r\0V\0\x38\0P\0r\0o\0\x66\0i\0l\0\x65\0V\0i\0\x65\0w\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0\xaf\0\xff\xff\xff\0\0\x6+\0\0\x3\xd6\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)"
ToolSettingsSaved=true
[AndroidConfigurations]
AntLocation=/usr/bin/ant
AutomatiKitCreation=true
KeystoreLocation=
MakeExtraSearchDirectory=
NDKLocation=
OpenJDKLocation=/System/Library/Frameworks/JavaVM.framework/Versions/A
PartitionSize=1024
SDKLocation=
ToolchainHost=
[Bauhaus]
LeftSideBar\VerticalPosition=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xd8\0\0\x1\xf\0\0\0\0\x1\x1\0\0\0\x2\0)
LeftSideBar\Views=Navigator, Library
LeftSideBar\Visible=true
LeftSideBar\Width=270
MainSplitter=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x3\0\0\x1\xe\0\0\x4\xe9\0\0\x1@\0\0\0\0\x1\x1\0\0\0\x1\x1)
RightSideBar\VerticalPosition=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x1\0\0\0\x18\0\0\0\0\x1\x1\0\0\0\x2\0)
RightSideBar\Views=Properties
RightSideBar\Visible=true
RightSideBar\Width=320
[CDB2]
AdditionalArguments=
BreakEvent=@Invalid()
BreakOnCrtDbgReport=false
BreakpointCorrection=true
CDB_Console=false
IgnoreFirstChanceAccessViolation=false
SourcePaths=@Invalid()
SymbolPaths=@Invalid()
[CMakeSettings]
cmakeExecutable=
preferNinja=false
[ClassView]
Treewidget.0\FlatMode=false
[CompleterHistory]
DebuggerInput=
LocalExecutable=
PE.AddToProjectDir.History=/Users/ricardo/Thorx/workspace/thx6/2/src/app/qml/device
TargetSetup.BuildDir.History=/Users/ricardo/Thorx/workspace/thx6/build-thx6-2-Desktop-Release, /Users/ricardo/Thorx/workspace/build-thx6-Desktop-Release
[Console]
showError=true
showLog=true
showWarning=true
[CppCodeStyleSettings]
LegacyTransformed=true
[CppTools]
SortedMethodOverview=false
[DebugMode]
AdjustBreakpointLocations=true
AllPluginBreakpoints=true
AlwaysAdjustBreakpointsColumnWidths=false
AlwaysAdjustLocalsColumnWidths=false
AlwaysAdjustModulesColumnWidths=false
AlwaysAdjustRegistersColumnWidths=false
AlwaysAdjustSnapshotsColumnWidths=false
AlwaysAdjustStackColumnWidths=false
AlwaysAdjustThreadsColumnWidths=false
AttemptQuickStart=false
AutoDerefPointers=true
AutoEnrichParameters=true
AutoQuit=false
BreakOnAbort=false
BreakOnCatch=false
BreakOnFatal=false
BreakOnThrow=false
BreakOnWarning=false
BreakpointsFullPath=false
CloseBuffersOnExit=false
EnableReverseDebugging=false
FontSizeFollowsEditor=false
GdbCustomDumperCommands=
GdbPostAttachCommands=
GdbStartupCommands=
IdentifyDebugInfoPackages=false
IntelFlavor=false
ListSourceFiles=false
LoadGdbDumpers=true
LoadGdbInit=true
LogTimeStamps=false
MaximalStackDepth=20
MaximalStringLength=10000
MultiInferior=false
NoPluginBreakpoints=false
RaiseOnInterrupt=true
SelectedPluginBreakpoints=false
SelectedPluginBreakpointsPattern=.*
ShowQmlObjectTree=true
ShowQtNamespace=true
ShowStandardNamespace=true
ShowThreadNames=false
SkipKnownFrames=false
SortStructMembers=true
SwitchModeOnExit=false
TargetAsync=false
UseAddressInBreakpointsView=false
UseAddressInStackView=false
UseAlternatingRowColours=false
UseCodeModel=true
UseDebuggingHelper=true
UseDynamicType=true
UseMessageBoxForSignals=true
UseToolTips=false
UseToolTipsInBreakpointsView=false
UseToolTipsInLocalsView=false
VerboseLog=false
WarnOnReleaseBuilds=true
WatchdogTimeout=20
[DebugMode.CppMode]
Debugger%20Toolbar=true
Debugger.Docks.Break=false
Debugger.Docks.LocalsAndWatchers=false
Debugger.Docks.Modules=false
Debugger.Docks.Output=false
Debugger.Docks.Register=false
Debugger.Docks.ScriptConsole=true
Debugger.Docks.Snapshots=false
Debugger.Docks.SourceFiles=false
Debugger.Docks.Stack=false
Debugger.Docks.Threads=false
Locked=false
State="@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x3\0\0\0\x1\0\0\x1\x89\0\0\x2j\xfc\x2\0\0\0\x1\xfb\0\0\0@\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0L\0o\0\x63\0\x61\0l\0s\0\x41\0n\0\x64\0W\0\x61\0t\0\x63\0h\0\x65\0r\0s\0\0\0\0\0\0\0\x2j\0\0\0\xff\0\xff\xff\xff\0\0\0\x2\0\0\x5\xda\0\0\0\xd8\xfc\x1\0\0\0\x1\xfb\0\0\0*\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0O\0u\0t\0p\0u\0t\0\0\0\0\0\0\0\x5\xda\0\0\x2\x1\0\xff\xff\xff\0\0\0\x3\0\0\x6$\0\0\0\x17\xfc\x1\0\0\0\x1\xfc\0\0\0\0\0\0\x6$\0\0\x1\xcf\0\xff\xff\xff\xfc\x2\0\0\0\x2\xfb\0\0\0 \0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0 \0T\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x2\xbe\0\0\0\x17\0\0\0\x17\0\0\0\x17\xfc\0\0\x3\x80\0\0\0n\0\0\0\0\0\xff\xff\xff\xfc\x1\0\0\0\x2\xfb\0\0\0(\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0S\0t\0\x61\0\x63\0k\0\0\0\0\0\0\0\x6T\0\0\0M\0\xff\xff\xff\xfc\0\0\x4\x42\0\0\x2\x1f\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\x6\x1\0\0\0\a\xfb\0\0\0(\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0\x42\0r\0\x65\0\x61\0k\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0,\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0M\0o\0\x64\0u\0l\0\x65\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0.\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0R\0\x65\0g\0i\0s\0t\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0,\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0T\0h\0r\0\x65\0\x61\0\x64\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0\x34\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0S\0o\0u\0r\0\x63\0\x65\0\x46\0i\0l\0\x65\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0\x30\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0S\0n\0\x61\0p\0s\0h\0o\0t\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0\x38\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0S\0\x63\0r\0i\0p\0t\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\x6$\0\0\x2\xbd\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)"
[DebugMode.CppQmlMode]
Debugger%20Toolbar=@Invalid()
Debugger.Docks.Break=false
Debugger.Docks.LocalsAndWatchers=false
Debugger.Docks.Modules=true
Debugger.Docks.Output=true
Debugger.Docks.Register=true
Debugger.Docks.ScriptConsole=true
Debugger.Docks.Snapshots=true
Debugger.Docks.SourceFiles=true
Debugger.Docks.Stack=false
Debugger.Docks.Threads=true
Locked=true
State="@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x3\0\0\0\x1\0\0\x1\0\0\0\x3\xd6\xfc\x2\0\0\0\x1\xfb\0\0\0@\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0L\0o\0\x63\0\x61\0l\0s\0\x41\0n\0\x64\0W\0\x61\0t\0\x63\0h\0\x65\0r\0s\0\0\0\0\0\0\0\x3\xd6\0\0\0\xe8\0\xff\xff\xfe\0\0\0\x2\0\0\0\0\0\0\0\0\xfc\x1\0\0\0\x1\xfb\0\0\0*\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0O\0u\0t\0p\0u\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\x2\x1\0\xff\xff\xff\0\0\0\x3\0\0\x5\xf2\0\0\0\x17\xfc\x1\0\0\0\x1\xfc\0\0\0\0\0\0\x5\xf2\0\0\x2K\0\xff\xff\xff\xfc\x2\0\0\0\x2\xfb\0\0\0 \0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0 \0T\0o\0o\0l\0\x62\0\x61\0r\x1\0\0\x2\xdd\0\0\0\x17\0\0\0\x17\0\0\0\x17\xfc\0\0\x2\x8a\0\0\0K\0\0\0\0\0\xff\xff\xff\xfc\x1\0\0\0\x2\xfb\0\0\0(\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0S\0t\0\x61\0\x63\0k\0\0\0\0\0\0\0\x3\x18\0\0\0M\0\xff\xff\xff\xfc\0\0\0\0\0\0\x6/\0\0\0\0\0\xff\xff\xff\xfa\0\0\0\x6\x1\0\0\0\a\xfb\0\0\0(\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0\x42\0r\0\x65\0\x61\0k\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0,\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0M\0o\0\x64\0u\0l\0\x65\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0.\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0R\0\x65\0g\0i\0s\0t\0\x65\0r\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0,\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0T\0h\0r\0\x65\0\x61\0\x64\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0\x34\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0S\0o\0u\0r\0\x63\0\x65\0\x46\0i\0l\0\x65\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0\x30\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0S\0n\0\x61\0p\0s\0h\0o\0t\0s\0\0\0\0\0\xff\xff\xff\xff\0\0\0M\0\xff\xff\xff\xfb\0\0\0\x38\0\x44\0\x65\0\x62\0u\0g\0g\0\x65\0r\0.\0\x44\0o\0\x63\0k\0s\0.\0S\0\x63\0r\0i\0p\0t\0\x43\0o\0n\0s\0o\0l\0\x65\x1\0\0\0\0\xff\xff\xff\xff\0\0\0\0\0\0\0\0\0\0\x5\xf2\0\0\x2\xdc\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)"
[Designer]
ActionEditorDockWidget=false
Locked=true
ObjectInspectorDockWidget=false
PropertyEditorDockWidget=false
SignalsAndSlotsEditorDockWidget=true
State="@ByteArray(\0\0\0\xff\0\0\0\x2\xfd\0\0\0\x3\0\0\0\0\0\0\0\x9c\0\0\x1\xc8\xfc\x2\0\0\0\x1\xfb\0\0\0&\0W\0i\0\x64\0g\0\x65\0t\0\x42\0o\0x\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\0\0\x1\xc8\0\0\0\x62\0\xff\xff\xfe\0\0\0\x1\0\0\x1\x86\0\0\x1\xc8\xfc\x2\0\0\0\x2\xfb\0\0\0\x32\0O\0\x62\0j\0\x65\0\x63\0t\0I\0n\0s\0p\0\x65\0\x63\0t\0o\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\0\0\x1\x4\0\0\0K\0\xff\xff\xfe\xfb\0\0\0\x30\0P\0r\0o\0p\0\x65\0r\0t\0y\0\x45\0\x64\0i\0t\0o\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\x1\x5\0\0\0\xc3\0\0\0\x66\0\xff\xff\xfe\0\0\0\x3\0\0\0\\\0\0\0\x93\xfc\x1\0\0\0\x1\xfc\0\0\0\x9d\0\0\0\\\0\0\0\\\0\xff\xff\xff\xfa\0\0\0\x1\x1\0\0\0\x2\xfb\0\0\0,\0\x41\0\x63\0t\0i\0o\0n\0\x45\0\x64\0i\0t\0o\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\xff\xff\xff\xff\0\0\0N\0\xff\xff\xff\xfb\0\0\0>\0S\0i\0g\0n\0\x61\0l\0s\0\x41\0n\0\x64\0S\0l\0o\0t\0s\0\x45\0\x64\0i\0t\0o\0r\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\x1\0\0\0\0\xff\xff\xff\xff\0\0\0L\0\xff\xff\xff\0\0\0\\\0\0\x1\x34\0\0\0\x4\0\0\0\x4\0\0\0\x1\0\0\0\x2\xfc\0\0\0\0)"
WidgetBoxDockWidget=false
[DesignerPlainTextDialog]
Geometry="@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\0\0\x3,\0\0\0\xd4\0\0\x4S\0\0\x1\xf9\0\0\x3,\0\0\0\xea\0\0\x4S\0\0\x1\xf9\0\0\0\0\0\0)"
[DesignerPreview]
AppStyleSheet=
Enabled=false
Skin=
Style=
UserDeviceSkins=@Invalid()
[DesignerPropertyEditor]
Colored=true
ExpandedItems="@Variant(\0\0\0\b\0\0\0|\0\0\0\x1e\0S\0p\0\x61\0\x63\0\x65\0r\0|\0s\0i\0z\0\x65\0H\0i\0n\0t\0\0\0\x1\x1\0\0\0\f\0S\0p\0\x61\0\x63\0\x65\0r\0\0\0\x1\x1\0\0\0&\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0w\0i\0n\0\x64\0o\0w\0T\0i\0t\0l\0\x65\0\0\0\x1\0\0\0\0$\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0w\0i\0n\0\x64\0o\0w\0I\0\x63\0o\0n\0\0\0\x1\0\0\0\0,\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0w\0i\0n\0\x64\0o\0w\0\x46\0i\0l\0\x65\0P\0\x61\0t\0h\0\0\0\x1\0\0\0\0\"\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0w\0h\0\x61\0t\0s\0T\0h\0i\0s\0\0\0\x1\x1\0\0\0\x1e\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0t\0o\0o\0l\0T\0i\0p\0\0\0\x1\x1\0\0\0\"\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0s\0t\0\x61\0t\0u\0s\0T\0i\0p\0\0\0\x1\x1\0\0\0$\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0s\0i\0z\0\x65\0P\0o\0l\0i\0\x63\0y\0\0\0\x1\x1\0\0\0*\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0s\0i\0z\0\x65\0I\0n\0\x63\0r\0\x65\0m\0\x65\0n\0t\0\0\0\x1\0\0\0\0&\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0m\0i\0n\0i\0m\0u\0m\0S\0i\0z\0\x65\0\0\0\x1\x1\0\0\0&\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0m\0\x61\0x\0i\0m\0u\0m\0S\0i\0z\0\x65\0\0\0\x1\x1\0\0\0\x1c\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0l\0o\0\x63\0\x61\0l\0\x65\0\0\0\x1\x1\0\0\0\x30\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0i\0n\0p\0u\0t\0M\0\x65\0t\0h\0o\0\x64\0H\0i\0n\0t\0s\0\0\0\x1\x1\0\0\0 \0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0g\0\x65\0o\0m\0\x65\0t\0r\0y\0\0\0\x1\0\0\0\0\x18\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0\x66\0o\0n\0t\0\0\0\x1\0\0\0\0 \0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0\x62\0\x61\0s\0\x65\0S\0i\0z\0\x65\0\0\0\x1\0\0\0\0,\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0\x61\0\x63\0\x63\0\x65\0s\0s\0i\0\x62\0l\0\x65\0N\0\x61\0m\0\x65\0\0\0\x1\x1\0\0\0:\0Q\0W\0i\0\x64\0g\0\x65\0t\0|\0\x61\0\x63\0\x63\0\x65\0s\0s\0i\0\x62\0l\0\x65\0\x44\0\x65\0s\0\x63\0r\0i\0p\0t\0i\0o\0n\0\0\0\x1\x1\0\0\0\xe\0Q\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x1\x1\0\0\0(\0Q\0W\0\x65\0\x62\0V\0i\0\x65\0w\0|\0r\0\x65\0n\0\x64\0\x65\0r\0H\0i\0n\0t\0s\0\0\0\x1\0\0\0\0\x10\0Q\0W\0\x65\0\x62\0V\0i\0\x65\0w\0\0\0\x1\x1\0\0\0\x16\0Q\0T\0r\0\x65\0\x65\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x1\x1\0\0\0\x12\0Q\0T\0r\0\x65\0\x65\0V\0i\0\x65\0w\0\0\0\x1\x1\0\0\0\x16\0Q\0T\0o\0o\0l\0\x42\0u\0t\0t\0o\0n\0\0\0\x1\x1\0\0\0\x36\0Q\0T\0o\0o\0l\0\x42\0o\0x\0|\0\x63\0u\0r\0r\0\x65\0n\0t\0I\0t\0\x65\0m\0T\0o\0o\0l\0T\0i\0p\0\0\0\x1\0\0\0\0\x30\0Q\0T\0o\0o\0l\0\x42\0o\0x\0|\0\x63\0u\0r\0r\0\x65\0n\0t\0I\0t\0\x65\0m\0T\0\x65\0x\0t\0\0\0\x1\0\0\0\0\x30\0Q\0T\0o\0o\0l\0\x42\0o\0x\0|\0\x63\0u\0r\0r\0\x65\0n\0t\0I\0t\0\x65\0m\0I\0\x63\0o\0n\0\0\0\x1\0\0\0\0\x10\0Q\0T\0o\0o\0l\0\x42\0o\0x\0\0\0\x1\x1\0\0\0\"\0Q\0T\0o\0o\0l\0\x42\0\x61\0r\0|\0i\0\x63\0o\0n\0S\0i\0z\0\x65\0\0\0\x1\0\0\0\0*\0Q\0T\0o\0o\0l\0\x42\0\x61\0r\0|\0\x61\0l\0l\0o\0w\0\x65\0\x64\0\x41\0r\0\x65\0\x61\0s\0\0\0\x1\0\0\0\0\x10\0Q\0T\0o\0o\0l\0\x42\0\x61\0r\0\0\0\x1\x1\0\0\0<\0Q\0T\0\x65\0x\0t\0\x45\0\x64\0i\0t\0|\0t\0\x65\0x\0t\0I\0n\0t\0\x65\0r\0\x61\0\x63\0t\0i\0o\0n\0\x46\0l\0\x61\0g\0s\0\0\0\x1\0\0\0\0\x32\0Q\0T\0\x65\0x\0t\0\x45\0\x64\0i\0t\0|\0p\0l\0\x61\0\x63\0\x65\0h\0o\0l\0\x64\0\x65\0r\0T\0\x65\0x\0t\0\0\0\x1\0\0\0\0\x1c\0Q\0T\0\x65\0x\0t\0\x45\0\x64\0i\0t\0|\0h\0t\0m\0l\0\0\0\x1\0\0\0\0.\0Q\0T\0\x65\0x\0t\0\x45\0\x64\0i\0t\0|\0\x64\0o\0\x63\0u\0m\0\x65\0n\0t\0T\0i\0t\0l\0\x65\0\0\0\x1\0\0\0\0\x30\0Q\0T\0\x65\0x\0t\0\x45\0\x64\0i\0t\0|\0\x61\0u\0t\0o\0\x46\0o\0r\0m\0\x61\0t\0t\0i\0n\0g\0\0\0\x1\0\0\0\0\x12\0Q\0T\0\x65\0x\0t\0\x45\0\x64\0i\0t\0\0\0\x1\x1\0\0\0\x30\0Q\0T\0\x65\0x\0t\0\x42\0r\0o\0w\0s\0\x65\0r\0|\0s\0\x65\0\x61\0r\0\x63\0h\0P\0\x61\0t\0h\0s\0\0\0\x1\0\0\0\0\x18\0Q\0T\0\x65\0x\0t\0\x42\0r\0o\0w\0s\0\x65\0r\0\0\0\x1\x1\0\0\0&\0Q\0T\0\x61\0\x62\0W\0i\0\x64\0g\0\x65\0t\0|\0i\0\x63\0o\0n\0S\0i\0z\0\x65\0\0\0\x1\0\0\0\0<\0Q\0T\0\x61\0\x62\0W\0i\0\x64\0g\0\x65\0t\0|\0\x63\0u\0r\0r\0\x65\0n\0t\0T\0\x61\0\x62\0W\0h\0\x61\0t\0s\0T\0h\0i\0s\0\0\0\x1\0\0\0\0\x38\0Q\0T\0\x61\0\x62\0W\0i\0\x64\0g\0\x65\0t\0|\0\x63\0u\0r\0r\0\x65\0n\0t\0T\0\x61\0\x62\0T\0o\0o\0l\0T\0i\0p\0\0\0\x1\0\0\0\0\x32\0Q\0T\0\x61\0\x62\0W\0i\0\x64\0g\0\x65\0t\0|\0\x63\0u\0r\0r\0\x65\0n\0t\0T\0\x61\0\x62\0T\0\x65\0x\0t\0\0\0\x1\0\0\0\0\x32\0Q\0T\0\x61\0\x62\0W\0i\0\x64\0g\0\x65\0t\0|\0\x63\0u\0r\0r\0\x65\0n\0t\0T\0\x61\0\x62\0I\0\x63\0o\0n\0\0\0\x1\0\0\0\0\x14\0Q\0T\0\x61\0\x62\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x1\x1\0\0\0\x14\0Q\0S\0t\0\x61\0t\0u\0s\0\x42\0\x61\0r\0\0\0\x1\x1\0\0\0\x1c\0Q\0S\0t\0\x61\0\x63\0k\0\x65\0\x64\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x1\x1\0\0\0\x12\0Q\0S\0p\0l\0i\0t\0t\0\x65\0r\0\0\0\x1\x1\0\0\0\x1e\0Q\0S\0p\0i\0n\0\x42\0o\0x\0|\0s\0u\0\x66\0\x66\0i\0x\0\0\0\x1\0\0\0\0\x1e\0Q\0S\0p\0i\0n\0\x42\0o\0x\0|\0p\0r\0\x65\0\x66\0i\0x\0\0\0\x1\0\0\0\0\x10\0Q\0S\0p\0i\0n\0\x42\0o\0x\0\0\0\x1\x1\0\0\0*\0Q\0S\0\x63\0r\0o\0l\0l\0\x41\0r\0\x65\0\x61\0|\0\x61\0l\0i\0g\0n\0m\0\x65\0n\0t\0\0\0\x1\0\0\0\0\x16\0Q\0S\0\x63\0r\0o\0l\0l\0\x41\0r\0\x65\0\x61\0\0\0\x1\x1\0\0\0\x16\0Q\0P\0u\0s\0h\0\x42\0u\0t\0t\0o\0n\0\0\0\x1\x1\0\0\0&\0Q\0P\0r\0o\0g\0r\0\x65\0s\0s\0\x42\0\x61\0r\0|\0\x66\0o\0r\0m\0\x61\0t\0\0\0\x1\0\0\0\0,\0Q\0P\0r\0o\0g\0r\0\x65\0s\0s\0\x42\0\x61\0r\0|\0\x61\0l\0i\0g\0n\0m\0\x65\0n\0t\0\0\0\x1\0\0\0\0\x18\0Q\0P\0r\0o\0g\0r\0\x65\0s\0s\0\x42\0\x61\0r\0\0\0\x1\x1\0\0\0\x46\0Q\0P\0l\0\x61\0i\0n\0T\0\x65\0x\0t\0\x45\0\x64\0i\0t\0|\0t\0\x65\0x\0t\0I\0n\0t\0\x65\0r\0\x61\0\x63\0t\0i\0o\0n\0\x46\0l\0\x61\0g\0s\0\0\0\x1\0\0\0\0\x30\0Q\0P\0l\0\x61\0i\0n\0T\0\x65\0x\0t\0\x45\0\x64\0i\0t\0|\0p\0l\0\x61\0i\0n\0T\0\x65\0x\0t\0\0\0\x1\x1\0\0\0\x38\0Q\0P\0l\0\x61\0i\0n\0T\0\x65\0x\0t\0\x45\0\x64\0i\0t\0|\0\x64\0o\0\x63\0u\0m\0\x65\0n\0t\0T\0i\0t\0l\0\x65\0\0\0\x1\0\0\0\0\x1c\0Q\0P\0l\0\x61\0i\0n\0T\0\x65\0x\0t\0\x45\0\x64\0i\0t\0\0\0\x1\x1\0\0\0\xe\0Q\0O\0\x62\0j\0\x65\0\x63\0t\0\0\0\x1\x1\0\0\0\x16\0Q\0M\0\x65\0n\0u\0|\0t\0i\0t\0l\0\x65\0\0\0\x1\0\0\0\0\x14\0Q\0M\0\x65\0n\0u\0|\0i\0\x63\0o\0n\0\0\0\x1\0\0\0\0\x10\0Q\0M\0\x65\0n\0u\0\x42\0\x61\0r\0\0\0\x1\x1\0\0\0\n\0Q\0M\0\x65\0n\0u\0\0\0\x1\x1\0\0\0(\0Q\0M\0\x61\0i\0n\0W\0i\0n\0\x64\0o\0w\0|\0i\0\x63\0o\0n\0S\0i\0z\0\x65\0\0\0\x1\0\0\0\0.\0Q\0M\0\x61\0i\0n\0W\0i\0n\0\x64\0o\0w\0|\0\x64\0o\0\x63\0k\0O\0p\0t\0i\0o\0n\0s\0\0\0\x1\0\0\0\0\x16\0Q\0M\0\x61\0i\0n\0W\0i\0n\0\x64\0o\0w\0\0\0\x1\x1\0\0\0\x1c\0Q\0L\0i\0n\0\x65\0\x45\0\x64\0i\0t\0|\0t\0\x65\0x\0t\0\0\0\x1\x1\0\0\0\x32\0Q\0L\0i\0n\0\x65\0\x45\0\x64\0i\0t\0|\0p\0l\0\x61\0\x63\0\x65\0h\0o\0l\0\x64\0\x65\0r\0T\0\x65\0x\0t\0\0\0\x1\0\0\0\0&\0Q\0L\0i\0n\0\x65\0\x45\0\x64\0i\0t\0|\0i\0n\0p\0u\0t\0M\0\x61\0s\0k\0\0\0\x1\x1\0\0\0&\0Q\0L\0i\0n\0\x65\0\x45\0\x64\0i\0t\0|\0\x61\0l\0i\0g\0n\0m\0\x65\0n\0t\0\0\0\x1\0\0\0\0\x12\0Q\0L\0i\0n\0\x65\0\x45\0\x64\0i\0t\0\0\0\x1\x1\0\0\0\x36\0Q\0L\0\x61\0\x62\0\x65\0l\0|\0t\0\x65\0x\0t\0I\0n\0t\0\x65\0r\0\x61\0\x63\0t\0i\0o\0n\0\x46\0l\0\x61\0g\0s\0\0\0\x1\0\0\0\0\x16\0Q\0L\0\x61\0\x62\0\x65\0l\0|\0t\0\x65\0x\0t\0\0\0\x1\0\0\0\0 \0Q\0L\0\x61\0\x62\0\x65\0l\0|\0\x61\0l\0i\0g\0n\0m\0\x65\0n\0t\0\0\0\x1\x1\0\0\0\f\0Q\0L\0\x61\0\x62\0\x65\0l\0\0\0\x1\x1\0\0\0\x1e\0Q\0G\0r\0o\0u\0p\0\x42\0o\0x\0|\0t\0i\0t\0l\0\x65\0\0\0\x1\0\0\0\0&\0Q\0G\0r\0o\0u\0p\0\x42\0o\0x\0|\0\x61\0l\0i\0g\0n\0m\0\x65\0n\0t\0\0\0\x1\0\0\0\0\x12\0Q\0G\0r\0o\0u\0p\0\x42\0o\0x\0\0\0\x1\x1\0\0\0\f\0Q\0\x46\0r\0\x61\0m\0\x65\0\0\0\x1\x1\0\0\0.\0Q\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0|\0w\0i\0n\0\x64\0o\0w\0T\0i\0t\0l\0\x65\0\0\0\x1\0\0\0\0(\0Q\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0|\0\x66\0\x65\0\x61\0t\0u\0r\0\x65\0s\0\0\0\x1\0\0\0\0\x30\0Q\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0|\0\x61\0l\0l\0o\0w\0\x65\0\x64\0\x41\0r\0\x65\0\x61\0s\0\0\0\x1\0\0\0\0\x16\0Q\0\x44\0o\0\x63\0k\0W\0i\0\x64\0g\0\x65\0t\0\0\0\x1\x1\0\0\0@\0Q\0\x44\0i\0\x61\0l\0o\0g\0\x42\0u\0t\0t\0o\0n\0\x42\0o\0x\0|\0s\0t\0\x61\0n\0\x64\0\x61\0r\0\x64\0\x42\0u\0t\0t\0o\0n\0s\0\0\0\x1\0\0\0\0 \0Q\0\x44\0i\0\x61\0l\0o\0g\0\x42\0u\0t\0t\0o\0n\0\x42\0o\0x\0\0\0\x1\x1\0\0\0\xe\0Q\0\x44\0i\0\x61\0l\0o\0g\0\0\0\x1\x1\0\0\0<\0Q\0\x43\0o\0m\0m\0\x61\0n\0\x64\0L\0i\0n\0k\0\x42\0u\0t\0t\0o\0n\0|\0\x64\0\x65\0s\0\x63\0r\0i\0p\0t\0i\0o\0n\0\0\0\x1\0\0\0\0$\0Q\0\x43\0o\0m\0m\0\x61\0n\0\x64\0L\0i\0n\0k\0\x42\0u\0t\0t\0o\0n\0\0\0\x1\x1\0\0\0$\0Q\0\x43\0o\0m\0\x62\0o\0\x42\0o\0x\0|\0i\0\x63\0o\0n\0S\0i\0z\0\x65\0\0\0\x1\0\0\0\0*\0Q\0\x43\0o\0m\0\x62\0o\0\x42\0o\0x\0|\0\x63\0u\0r\0r\0\x65\0n\0t\0T\0\x65\0x\0t\0\0\0\x1\0\0\0\0\x12\0Q\0\x43\0o\0m\0\x62\0o\0\x42\0o\0x\0\0\0\x1\x1\0\0\0\x16\0Q\0\x43\0o\0l\0u\0m\0n\0V\0i\0\x65\0w\0\0\0\x1\x1\0\0\0\x12\0Q\0\x43\0h\0\x65\0\x63\0k\0\x42\0o\0x\0\0\0\x1\x1\0\0\0\"\0Q\0\x41\0\x63\0t\0i\0o\0n\0|\0w\0h\0\x61\0t\0s\0T\0h\0i\0s\0\0\0\x1\0\0\0\0\x1e\0Q\0\x41\0\x63\0t\0i\0o\0n\0|\0t\0o\0o\0l\0T\0i\0p\0\0\0\x1\0\0\0\0\x18\0Q\0\x41\0\x63\0t\0i\0o\0n\0|\0t\0\x65\0x\0t\0\0\0\x1\0\0\0\0\"\0Q\0\x41\0\x63\0t\0i\0o\0n\0|\0s\0t\0\x61\0t\0u\0s\0T\0i\0p\0\0\0\x1\0\0\0\0 \0Q\0\x41\0\x63\0t\0i\0o\0n\0|\0s\0h\0o\0r\0t\0\x63\0u\0t\0\0\0\x1\0\0\0\0 \0Q\0\x41\0\x63\0t\0i\0o\0n\0|\0i\0\x63\0o\0n\0T\0\x65\0x\0t\0\0\0\x1\0\0\0\0\x18\0Q\0\x41\0\x63\0t\0i\0o\0n\0|\0i\0\x63\0o\0n\0\0\0\x1\0\0\0\0\x18\0Q\0\x41\0\x63\0t\0i\0o\0n\0|\0\x66\0o\0n\0t\0\0\0\x1\0\0\0\0\xe\0Q\0\x41\0\x63\0t\0i\0o\0n\0\0\0\x1\x1\0\0\0\x42\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0S\0p\0i\0n\0\x42\0o\0x\0|\0s\0p\0\x65\0\x63\0i\0\x61\0l\0V\0\x61\0l\0u\0\x65\0T\0\x65\0x\0t\0\0\0\x1\0\0\0\0\x34\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0S\0p\0i\0n\0\x42\0o\0x\0|\0\x61\0l\0i\0g\0n\0m\0\x65\0n\0t\0\0\0\x1\0\0\0\0 \0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0S\0p\0i\0n\0\x42\0o\0x\0\0\0\x1\x1\0\0\0\x1e\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0S\0l\0i\0\x64\0\x65\0r\0\0\0\x1\x1\0\0\0&\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0S\0\x63\0r\0o\0l\0l\0\x41\0r\0\x65\0\x61\0\0\0\x1\x1\0\0\0\x34\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0I\0t\0\x65\0m\0V\0i\0\x65\0w\0|\0i\0\x63\0o\0n\0S\0i\0z\0\x65\0\0\0\x1\0\0\0\0<\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0I\0t\0\x65\0m\0V\0i\0\x65\0w\0|\0\x65\0\x64\0i\0t\0T\0r\0i\0g\0g\0\x65\0r\0s\0\0\0\x1\0\0\0\0\"\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0I\0t\0\x65\0m\0V\0i\0\x65\0w\0\0\0\x1\x1\0\0\0(\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0\x42\0u\0t\0t\0o\0n\0|\0t\0\x65\0x\0t\0\0\0\x1\x1\0\0\0\x30\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0\x42\0u\0t\0t\0o\0n\0|\0s\0h\0o\0r\0t\0\x63\0u\0t\0\0\0\x1\0\0\0\0\x30\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0\x42\0u\0t\0t\0o\0n\0|\0i\0\x63\0o\0n\0S\0i\0z\0\x65\0\0\0\x1\x1\0\0\0(\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0\x42\0u\0t\0t\0o\0n\0|\0i\0\x63\0o\0n\0\0\0\x1\0\0\0\0\x1e\0Q\0\x41\0\x62\0s\0t\0r\0\x61\0\x63\0t\0\x42\0u\0t\0t\0o\0n\0\0\0\x1\x1\0\0\0\b\0L\0i\0n\0\x65\0\0\0\x1\x1\0\0\0\x36\0L\0\x61\0y\0o\0u\0t\0|\0l\0\x61\0y\0o\0u\0t\0L\0\x61\0\x62\0\x65\0l\0\x41\0l\0i\0g\0n\0m\0\x65\0n\0t\0\0\0\x1\0\0\0\0\x34\0L\0\x61\0y\0o\0u\0t\0|\0l\0\x61\0y\0o\0u\0t\0\x46\0o\0r\0m\0\x41\0l\0i\0g\0n\0m\0\x65\0n\0t\0\0\0\x1\0\0\0\0\f\0L\0\x61\0y\0o\0u\0t\0\0\0\x1\x1\0\0\0\f\0H\0\x65\0\x61\0\x64\0\x65\0r\0\0\0\x1\x1)"
Sorted=false
SplitterPosition=150
View=0
[DesignerResourceDialog]
Geometry=@Rect(522 198 876 418)
SplitterPosition=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xf0\0\0\x2M\0\0\0\0\a\x1\0\0\0\x1\x1)
[DesignerRichTextDialog]
Geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\0\0\x2\xaa\0\0\0\xbe\0\0\x4\xd4\0\0\x2>\0\0\x2\xaa\0\0\0\xd4\0\0\x4\xd4\0\0\x2>\0\0\0\0\0\0)
Tab=0
[DesignerStyleSheetDialog]
Geometry=@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\0\0\x2\x94\0\0\0\x88\0\0\x4\xea\0\0\x2\xdf\0\0\x2\x94\0\0\0\x9e\0\0\x4\xea\0\0\x2\xdf\0\0\0\0\0\0)
[Designerwidgetbox]
Closed%20categories=@Invalid()
View%20mode=false
[Directories]
BuildDirectory.Template=../build-%{CurrentProject:Name}-%{CurrentKit:FileSystemName}-%{CurrentBuild:Name}
Projects=/Users/ricardo/Workspace/qt/qml
UseProjectsDirectory=true
[Doxygen]
AutomaticAddReturnType=true
Command=/usr/local/bin/doxygen
CustomBegin=
CustomBrief=
CustomEmptyLine=
CustomEnding=
CustomNewLine=
CustomShortDoc=
CustomShortDocEnd=
DoxyConfigFile=Doxyfile
FileComment=
FileCommentHeaders=true
FileCommentImplementations=false
FileComments=true
Files2Comment=1
PrintBrief=true
PrintShortVarDoc=true
Style=1
VerbosePrinting=true
Wizard=/Applications/Doxygen.app/Contents/MacOS/Doxywizard
[EditorManager]
Utf8BomBehavior=2
[ExternalTools]
OverrideCategories\Linguist\1\Tool=lupdate
OverrideCategories\Linguist\2\Tool=lrelease
OverrideCategories\Linguist\size=2
OverrideCategories\Qt%20Quick\1\Tool=qmlviewer
OverrideCategories\Qt%20Quick\2\Tool=qmlscene
OverrideCategories\Qt%20Quick\size=2
OverrideCategories\SpecialEmptyCategoryForUncategorizedTools\1\Tool=Astyle
OverrideCategories\SpecialEmptyCategoryForUncategorizedTools\2\Tool=ST_Link
OverrideCategories\SpecialEmptyCategoryForUncategorizedTools\size=2
OverrideCategories\Text\1\Tool=vi
OverrideCategories\Text\2\Tool=sort
OverrideCategories\Text\size=2
[FakeVim]
AutoIndent=true
Backspace="indent,eol,start"
Clipboard=
ConfigBackspace="indent,eol,start"
ExpandTab=true
HlSearch=true
IgnoreCase=false
IncSearch=true
IsKeyword="@@,48-57,_,192-255,a-z,A-Z"
PassControlKey=false
PassKeys=true
ReadVimRc=false
RelativeNumber=false
ScrollOff=0
ShiftWidth=4
ShowCmd=true
ShowMarks=false
SmartCase=false
SmartIndent=true
SmartTab=true
StartOfLine=true
TabStop=4
TildeOp=false
UseCoreSearch=false
UseFakeVim=false
VimRcPath=
WrapScan=true
[FakeVimExCommand]
size=0
[FakeVimUserCommand]
size=0
[Find]
AllProjectsFind\currentFilter=*
AllProjectsFind\filters=*
Backward=false
CaseSensitively=true
CppSymbols\SearchScope=0
CppSymbols\SymbolsToSearchFor=15
CurrentFilter=Current Project
CurrentProjectFind\currentFilter=*
CurrentProjectFind\filters=*, *.qml
FindInCurrentFile\filters=*
FindInFiles\currentDirectory=/Users/ricardo/Documents/thorx/workspace/firmware/thx1/0/lib
FindInFiles\currentFilter="*.cpp,*.h"
FindInFiles\directories=/Users/ricardo/Documents/thorx/workspace/firmware/thx1/0/lib/
FindInFiles\filters="*.cpp,*.h"
FindInOpenFiles\filters=*
FindStrings=onBe, setAddress, setInstant, qDe, length equal, validated, alert, refresh(, refresh, err, loading, margin, marg, flatColor, startButton, actionButtons, flatC, opacitypopup, "Style.Blockquote ", type_user, isEmpty, .isEmpty, toJson, Blockquote, Title1, PageTitle, ID_WRITE, EnumString, flat, fla, verify, onIni, MACHINE_MACHINE_ID_H, choices, onInit, onEnd, qDeleteAll, Hardware, "void retry();", valid, m_error, onErr, irregular(), irregularAlert, onver, onVeri, onut, sentChanged, Progress, onIn
FindToolBar\Backward=false
FindToolBar\CaseSensitively=false
FindToolBar\PreserveCase=false
FindToolBar\RegularExpression=false
FindToolBar\WholeWords=false
PreserveCase=true
RegularExpression=false
ReplaceStrings=Proxy, app, m_port->, port., device, port->, color, string, QString, m_configs, firework, Pusher, Api, V1::Controller::Sessions::
WholeWords=false
[%General]
DefaultFileEncoding=@ByteArray(UTF-8)
LastPreferenceCategory=C.TextEditor
LastPreferencePage=A.FontSettings
OverrideLanguage=C
TerminalEmulator=/usr/X11/bin/xterm -e
[GenericProject]
FileFilter="Makefile*; *.o; *.obj; *~; *.files; *.config; *.creator; *.user; *.includes"
ShowFileFilter="*.c; *.cc; *.cpp; *.cp; *.cxx; *.c++; *.h; *.hh; *.hpp; *.hxx; *.qml;"
[Git]
BinaryPath=git
DiffPatience=true
DiffPrettyFormat=2
GitKOptions=
GraphLog=false
LastResetIndex=0
LogCount=100
LogDiff=false
OmitAnnotationDate=false
Path=/usr/local/bin/git
PromptOnSubmit=true
PullRebase=false
RepositoryBrowserCmd=
ShowTags=false
SpaceIgnorantBlame=true
SpaceIgnorantDiff=true
Timeout=30
UseDiffEditor=true
UserEmail=
Username=
WinSetHomeEnvironment=false
[HelpSideBar]
VerticalPosition=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x2\0\0\0\xd8\0\0\0\xd8\0\0\0\0\x1\x1\0\0\0\x2\x1)
Views=Contents, OpenPages
Visible=true
Width=212
[IosConfigurations]
IgnoreAllDevices=false
[KeyboardShortcuts]
CppTools.SwitchHeaderSource=Ctrl+'
ImageViewer.Background=
ImageViewer.Outline=
OldSettingsTransferred=true
QtCreator.GotoOtherSplit=Ctrl+]
QtCreator.Locate=Ctrl+P
QtCreator.Print=
TextEditor.GotoBlockEnd="Ctrl+], PgDown"
TextEditor.GotoBlockStart="Ctrl+[, PgUp"
TextEditor.GotoLineEnd=End
TextEditor.GotoLineEndWithSelection=Shift+End
TextEditor.GotoLineStart=Home
TextEditor.GotoLineStartWithSelection=Shift+Home
[MainWindow]
Color=@Variant(\0\0\0\x43\x1\xff\xff\x66\x66\x66\x66\x66\x66\0\0)
ModeSelectorVisible=true
WindowGeometry="@ByteArray(\x1\xd9\xd0\xcb\0\x1\0\0\0\0\0\0\0\0\0\x16\0\0\a\x7f\0\0\x4\x33\0\0\0\0\0\0\0,\0\0\a\x7f\0\0\x3\x1f\0\0\0\0\x2\0)"
WindowState=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\0\0\0\a\x80\0\0\x4\b\0\0\0\x4\0\0\0\x4\0\0\0\x1\0\0\0\b\xfc\0\0\0\0)
[Mercurial]
BinaryPath=/usr/local/bin/hg
LogCount=100
Path=
PromptOnSubmit=true
Timeout=30
Username=Ricardo
diffIgnoreBlankLines=false
diffIgnoreWhiteSpace=false
[Navigation]
Version=2
VerticalPosition=@ByteArray(\0\0\0\xff\0\0\0\x1\0\0\0\x1\0\0\x2Q\0\0\0\0\x1\x1\0\0\0\x2\x1)
Views=Projects
Visible=true
Width=323
[OutputPanePlaceHolder]
Height=280
[OutputPaneVisibility]
1\id=QtCreator.Pane.Issues
1\visible=true
2\id=QtCreator.Pane.SearchResults
2\visible=true
3\id=QtCreator.Pane.ApplicationOutput
3\visible=true
4\id=QtCreator.Pane.CompileOutput
4\visible=true
5\id=QtCreator.Pane.QML/JSConsole
5\visible=false
6\id=QtCreator.Pane.To-DoEntries
6\visible=false
7\id=QtCreator.Pane.VersionControl
7\visible=false
8\id=QtCreator.Pane.GeneralMessages
8\visible=true
size=8
[Plugins]
ForceEnabled=Todo
Ignored=Android, Bazaar, CMakeProjectManager, CVS, GLSLEditor, GenericProjectManager, Perforce, PythonEditor, Qnx, Subversion, Welcome
[Progress]
DetailsPinned=true
[ProjectExplorer]
RecentProjects\DisplayNames=thx6, examples, cmdserial, untitled, teste, thx6
RecentProjects\FileNames=/Users/ricardo/Thorx/workspace/thx6/2/thx6.pro, /Users/ricardo/Developer/Qt/Qt5.2.1/5.2.1/Src/qtquickcontrols/examples/examples.pro, /Users/ricardo/Thorx/workspace/thx1/tools/cmdserial/src/cmdserial.pro, /Users/ricardo/Workspace/qt/qml/untitled/untitled.pro, /Users/ricardo/Workspace/qt/qml/teste/teste.pro, /Users/ricardo/Thorx/workspace/thx6/quick/src/thx6.pro
Settings\AutoRestoreLastSession=false
Settings\BuildBeforeDeploy=true
Settings\CleanOldAppOutput=true
Settings\DeployBeforeRun=true
Settings\EnvironmentId=@ByteArray({469898f8-b5ed-4959-9aeb-2da7640a633d})
Settings\MaxAppOutputLines=100000
Settings\MergeStdErrAndStdOut=false
Settings\PromptToStopRunControl=false
Settings\SaveBeforeBuild=true
Settings\ShowCompilerOutput=true
Settings\ShowDebugOutput=true
Settings\ShowRunOutput=true
Settings\UseJom=true
Settings\WrapAppOutput=true
StartupSession=default
[QML.Inspector]
QmlInspector.FromQml=false
QmlInspector.ShowAppOnTop=false
[QmlJSTabPreferences]
LegacyTransformed=true
[RecentFiles]
EditorIds=CppEditor.C++Editor, CppEditor.C++Editor, CppEditor.C++Editor, CppEditor.C++Editor, QMLProjectManager.QMLJSEditor, CppEditor.C++Editor, CppEditor.C++Editor, QMLProjectManager.QMLJSEditor
Files=/Users/ricardo/Thorx/workspace/thx6/2/src/app/api/api_device.h, /Users/ricardo/Thorx/workspace/thx6/2/src/app/api/api_device.cpp, /Users/ricardo/Thorx/workspace/thx6/2/src/app/api/api_card.cpp, /Users/ricardo/Thorx/workspace/thx6/2/src/app/main.cpp, /Users/ricardo/Thorx/workspace/thx6/2/src/app/qml/devices/DevicesDelegate.qml, /Users/ricardo/Thorx/workspace/thx6/2/src/app/machine/machine_configs.cpp, /Users/ricardo/Thorx/workspace/thx6/2/src/app/device/command/command_control.h, /Users/ricardo/Thorx/workspace/thx6/2/src/app/qml/style/Lead.qml
[SearchResults]
ExpandResults=false
[TextEditor]
ColorScheme=/Users/ricardo/.config/QtProject/qtcreator/styles/base16-default.dark.xml
FontAntialias=true
FontFamily=Source Code Pro
FontSize=12
FontZoom=100
[TextSnippetsSettings]
LastUsedSnippetGroup=Text
[TodoPlugin]
Keywords\1\color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xcc\xcc\xcc\xcc\0\0)
Keywords\1\iconResource=:/projectexplorer/images/compile_error.png
Keywords\1\name=BUG
Keywords\2\color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xcc\xcc\xcc\xcc\0\0)
Keywords\2\iconResource=:/projectexplorer/images/compile_error.png
Keywords\2\name=FIXME
Keywords\3\color=@Variant(\0\0\0\x43\x1\xff\xff\xe0\xe0\xeb\xeb\xff\xff\0\0)
Keywords\3\iconResource=:/todoplugin/images/info.png
Keywords\3\name=NOTE
Keywords\4\color=@Variant(\0\0\0\x43\x1\xff\xff\xcc\xcc\xff\xff\xcc\xcc\0\0)
Keywords\4\iconResource=:/projectexplorer/images/compile_warning.png
Keywords\4\name=TODO
Keywords\5\color=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xff\xff\xcc\xcc\0\0)
Keywords\5\iconResource=:/projectexplorer/images/compile_warning.png
Keywords\5\name=WARNING
Keywords\size=5
OutputPaneFileColumnWidth=100
OutputPaneTextColumnWidth=100
ScanningScope=1
[VCS]
LineWrap=true
LineWrapWidth=72
NickNameFieldListFile=
NickNameMailMap=
PatchCommand=/usr/bin/patch
SubmitMessageCheckScript=
[bazaar]
BinaryPath=bzr
LogCount=100
Path=
PromptOnSubmit=true
Timeout=30
UserEmail=
Username=
diffIgnoreBlankLines=false
diffIgnoreWhiteSpace=false
logFormat=long
logForward=false
logIncludeMerges=false
logVerbose=false
[textDisplaySettings]
AnimateMatchingParenthesesKey=true
AutoFoldFirstComment=true
CenterCursorOnScroll=false
DisplayFileEncoding=false
DisplayFoldingMarkers=true
DisplayLineNumbers=true
HighlightBlocksKey=false
HighlightCurrentLine2Key=false
HightlightMatchingParenthesesKey=true
MarkTextChanges=true
OpenLinksInNextSplitKey=false
ShowWrapColumn=true
TextWrapping=false
VisualizeWhitespace=false
WrapColumn=80
[textMarginSettings]
MarginColumn=99
ShowMargin=true