hdt 3.2.0 → 3.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (94) hide show
  1. package/deps/hdt-it/.cproject +42 -0
  2. package/deps/hdt-it/.project +27 -0
  3. package/deps/hdt-it/Camera.cpp +249 -0
  4. package/deps/hdt-it/Camera.h +77 -0
  5. package/deps/hdt-it/Color.cpp +157 -0
  6. package/deps/hdt-it/Color.h +49 -0
  7. package/deps/hdt-it/Info.plist +58 -0
  8. package/deps/hdt-it/LICENSE +280 -0
  9. package/deps/hdt-it/README.md +73 -0
  10. package/deps/hdt-it/StopWatch.cpp +170 -0
  11. package/deps/hdt-it/StopWatch.hpp +61 -0
  12. package/deps/hdt-it/abouthdt.cpp +14 -0
  13. package/deps/hdt-it/abouthdt.hpp +22 -0
  14. package/deps/hdt-it/abouthdt.ui +173 -0
  15. package/deps/hdt-it/colors.hpp +29 -0
  16. package/deps/hdt-it/constants.h +39 -0
  17. package/deps/hdt-it/createdmg.sh +72 -0
  18. package/deps/hdt-it/dictionarysuggestions.cpp +186 -0
  19. package/deps/hdt-it/dictionarysuggestions.hpp +39 -0
  20. package/deps/hdt-it/doc/hdtit.png +0 -0
  21. package/deps/hdt-it/doc/manual.html +88 -0
  22. package/deps/hdt-it/doc/matrix.png +0 -0
  23. package/deps/hdt-it/editreset.png +0 -0
  24. package/deps/hdt-it/hdt-it.pro +135 -0
  25. package/deps/hdt-it/hdt-it_es.qm +0 -0
  26. package/deps/hdt-it/hdt-it_es.ts +906 -0
  27. package/deps/hdt-it/hdtcachedinfo.cpp +155 -0
  28. package/deps/hdt-it/hdtcachedinfo.hpp +38 -0
  29. package/deps/hdt-it/hdtcontroller.cpp +369 -0
  30. package/deps/hdt-it/hdtcontroller.hpp +103 -0
  31. package/deps/hdt-it/hdtico.icns +0 -0
  32. package/deps/hdt-it/hdtico.rc +1 -0
  33. package/deps/hdt-it/hdtit.cpp +400 -0
  34. package/deps/hdt-it/hdtit.hpp +78 -0
  35. package/deps/hdt-it/hdtit.ui +875 -0
  36. package/deps/hdt-it/hdtoperation.cpp +284 -0
  37. package/deps/hdt-it/hdtoperation.hpp +71 -0
  38. package/deps/hdt-it/hdtresources.qrc +7 -0
  39. package/deps/hdt-it/hdtspecform.cpp +180 -0
  40. package/deps/hdt-it/hdtspecform.hpp +38 -0
  41. package/deps/hdt-it/hdtspecform.ui +361 -0
  42. package/deps/hdt-it/hdtsummarygenerator.cpp +109 -0
  43. package/deps/hdt-it/hdtsummarygenerator.hpp +15 -0
  44. package/deps/hdt-it/hdtwinico.ico +0 -0
  45. package/deps/hdt-it/hdtwinico2.ico +0 -0
  46. package/deps/hdt-it/headermodel.cpp +174 -0
  47. package/deps/hdt-it/headermodel.hpp +38 -0
  48. package/deps/hdt-it/loading.gif +0 -0
  49. package/deps/hdt-it/logo-hdt.png +0 -0
  50. package/deps/hdt-it/logo-hdt2.png +0 -0
  51. package/deps/hdt-it/main.cpp +39 -0
  52. package/deps/hdt-it/matrixviewwidget.cpp +501 -0
  53. package/deps/hdt-it/matrixviewwidget.hpp +81 -0
  54. package/deps/hdt-it/myapplication.cpp +45 -0
  55. package/deps/hdt-it/myapplication.hpp +24 -0
  56. package/deps/hdt-it/predicatestatus.cpp +97 -0
  57. package/deps/hdt-it/predicatestatus.hpp +39 -0
  58. package/deps/hdt-it/qclearlineedit.cpp +48 -0
  59. package/deps/hdt-it/qclearlineedit.hpp +30 -0
  60. package/deps/hdt-it/regexmodel.cpp +132 -0
  61. package/deps/hdt-it/regexmodel.hpp +37 -0
  62. package/deps/hdt-it/resultcounter.cpp +47 -0
  63. package/deps/hdt-it/resultcounter.hpp +30 -0
  64. package/deps/hdt-it/searchresultsmodel.cpp +179 -0
  65. package/deps/hdt-it/searchresultsmodel.hpp +39 -0
  66. package/deps/hdt-it/sparqlform.cpp +27 -0
  67. package/deps/hdt-it/sparqlform.hpp +28 -0
  68. package/deps/hdt-it/sparqlform.ui +112 -0
  69. package/deps/hdt-it/sparqlmodel.cpp +155 -0
  70. package/deps/hdt-it/sparqlmodel.hpp +32 -0
  71. package/deps/hdt-it/stringutils.cpp +48 -0
  72. package/deps/hdt-it/stringutils.hpp +18 -0
  73. package/deps/hdt-it/triplecomponentmodel.cpp +146 -0
  74. package/deps/hdt-it/triplecomponentmodel.hpp +33 -0
  75. package/deps/libcds/Doxyfile +307 -0
  76. package/deps/libcds/tutorial/tutorial.pdf +0 -0
  77. package/deps/libhdt/.cproject +304 -0
  78. package/deps/libhdt/Doxyfile +1630 -0
  79. package/lib/hdt.d.ts +8 -0
  80. package/package.json +7 -1
  81. package/.eslintrc +0 -178
  82. package/.github/workflows/ci.yml +0 -73
  83. package/.gitmodules +0 -4
  84. package/.idea/codeStyles/Project.xml +0 -38
  85. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  86. package/.idea/hdt.iml +0 -12
  87. package/.idea/inspectionProfiles/Project_Default.xml +0 -7
  88. package/.idea/jsLinters/jshint.xml +0 -16
  89. package/.idea/modules.xml +0 -8
  90. package/.idea/vcs.xml +0 -7
  91. package/.jshintignore +0 -1
  92. package/.jshintrc +0 -10
  93. package/perf/run.js +0 -43
  94. package/replace-in-file.json +0 -5
@@ -0,0 +1,875 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <ui version="4.0">
3
+ <class>HDTit</class>
4
+ <widget class="QMainWindow" name="HDTit">
5
+ <property name="geometry">
6
+ <rect>
7
+ <x>0</x>
8
+ <y>0</y>
9
+ <width>845</width>
10
+ <height>514</height>
11
+ </rect>
12
+ </property>
13
+ <property name="windowTitle">
14
+ <string>HDT-it !</string>
15
+ </property>
16
+ <property name="windowIcon">
17
+ <iconset resource="hdtresources.qrc">
18
+ <normaloff>:/images/logo-hdt.png</normaloff>:/images/logo-hdt.png</iconset>
19
+ </property>
20
+ <widget class="QWidget" name="centralWidget">
21
+ <property name="sizePolicy">
22
+ <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
23
+ <horstretch>0</horstretch>
24
+ <verstretch>0</verstretch>
25
+ </sizepolicy>
26
+ </property>
27
+ <layout class="QVBoxLayout" name="verticalLayout_3">
28
+ <item>
29
+ <widget class="QSplitter" name="splitter">
30
+ <property name="orientation">
31
+ <enum>Qt::Horizontal</enum>
32
+ </property>
33
+ <widget class="QWidget" name="verticalLayoutWidget">
34
+ <layout class="QVBoxLayout" name="verticalLayout_2">
35
+ <item>
36
+ <widget class="QGroupBox" name="groupBox">
37
+ <property name="title">
38
+ <string>Triple Search Pattern</string>
39
+ </property>
40
+ <layout class="QGridLayout" name="gridLayout">
41
+ <item row="0" column="0">
42
+ <layout class="QGridLayout" name="gridLayout_2" rowstretch="0,0,0,0,0">
43
+ <item row="1" column="1">
44
+ <widget class="QClearLineEdit" name="subjectPatternEdit">
45
+ <property name="enabled">
46
+ <bool>false</bool>
47
+ </property>
48
+ <property name="toolTip">
49
+ <string>Insert a Subject Search Pattern</string>
50
+ </property>
51
+ <property name="whatsThis">
52
+ <string/>
53
+ </property>
54
+ </widget>
55
+ </item>
56
+ <item row="2" column="1">
57
+ <widget class="QClearLineEdit" name="predicatePatternEdit">
58
+ <property name="enabled">
59
+ <bool>false</bool>
60
+ </property>
61
+ <property name="toolTip">
62
+ <string>Insert a Predicate Search Pattern</string>
63
+ </property>
64
+ </widget>
65
+ </item>
66
+ <item row="1" column="0">
67
+ <widget class="QLabel" name="subjectLabel">
68
+ <property name="text">
69
+ <string>S</string>
70
+ </property>
71
+ </widget>
72
+ </item>
73
+ <item row="2" column="0">
74
+ <widget class="QLabel" name="predicateLabel">
75
+ <property name="text">
76
+ <string>P</string>
77
+ </property>
78
+ </widget>
79
+ </item>
80
+ <item row="3" column="1">
81
+ <widget class="QClearLineEdit" name="objectPatternEdit">
82
+ <property name="enabled">
83
+ <bool>false</bool>
84
+ </property>
85
+ <property name="toolTip">
86
+ <string>Insert an Object Search Pattern</string>
87
+ </property>
88
+ </widget>
89
+ </item>
90
+ <item row="3" column="0">
91
+ <widget class="QLabel" name="objectLabel">
92
+ <property name="text">
93
+ <string>O</string>
94
+ </property>
95
+ </widget>
96
+ </item>
97
+ <item row="4" column="1">
98
+ <layout class="QHBoxLayout" name="horizontalLayout"/>
99
+ </item>
100
+ </layout>
101
+ </item>
102
+ <item row="1" column="0">
103
+ <widget class="QLabel" name="numResultsLabel">
104
+ <property name="text">
105
+ <string>No results.</string>
106
+ </property>
107
+ </widget>
108
+ </item>
109
+ </layout>
110
+ </widget>
111
+ </item>
112
+ <item>
113
+ <widget class="QTabWidget" name="tabWidget">
114
+ <property name="minimumSize">
115
+ <size>
116
+ <width>300</width>
117
+ <height>0</height>
118
+ </size>
119
+ </property>
120
+ <property name="currentIndex">
121
+ <number>0</number>
122
+ </property>
123
+ <widget class="QWidget" name="tab_2">
124
+ <attribute name="title">
125
+ <string>Info</string>
126
+ </attribute>
127
+ <layout class="QHBoxLayout" name="horizontalLayout_3">
128
+ <item>
129
+ <widget class="QTextBrowser" name="statsLabel">
130
+ <property name="frameShape">
131
+ <enum>QFrame::Panel</enum>
132
+ </property>
133
+ <property name="frameShadow">
134
+ <enum>QFrame::Sunken</enum>
135
+ </property>
136
+ <property name="lineWidth">
137
+ <number>1</number>
138
+ </property>
139
+ <property name="documentTitle">
140
+ <string/>
141
+ </property>
142
+ <property name="html">
143
+ <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
144
+ &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
145
+ p, li { white-space: pre-wrap; }
146
+ &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Lucida Grande'; font-size:13pt; font-weight:400; font-style:normal;&quot;&gt;
147
+ &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;No dataset.&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
148
+ </property>
149
+ </widget>
150
+ </item>
151
+ </layout>
152
+ </widget>
153
+ <widget class="QWidget" name="tab_3">
154
+ <attribute name="title">
155
+ <string>Subjects</string>
156
+ </attribute>
157
+ <layout class="QVBoxLayout" name="verticalLayout_5">
158
+ <item>
159
+ <widget class="QTableView" name="subjectView">
160
+ <property name="contextMenuPolicy">
161
+ <enum>Qt::CustomContextMenu</enum>
162
+ </property>
163
+ <property name="alternatingRowColors">
164
+ <bool>true</bool>
165
+ </property>
166
+ <property name="textElideMode">
167
+ <enum>Qt::ElideMiddle</enum>
168
+ </property>
169
+ <property name="horizontalScrollMode">
170
+ <enum>QAbstractItemView::ScrollPerPixel</enum>
171
+ </property>
172
+ <attribute name="horizontalHeaderDefaultSectionSize">
173
+ <number>400</number>
174
+ </attribute>
175
+ <attribute name="horizontalHeaderMinimumSectionSize">
176
+ <number>200</number>
177
+ </attribute>
178
+ <attribute name="horizontalHeaderStretchLastSection">
179
+ <bool>true</bool>
180
+ </attribute>
181
+ <attribute name="verticalHeaderDefaultSectionSize">
182
+ <number>20</number>
183
+ </attribute>
184
+ <attribute name="verticalHeaderStretchLastSection">
185
+ <bool>false</bool>
186
+ </attribute>
187
+ </widget>
188
+ </item>
189
+ </layout>
190
+ </widget>
191
+ <widget class="QWidget" name="tab">
192
+ <attribute name="title">
193
+ <string>Predicates</string>
194
+ </attribute>
195
+ <layout class="QVBoxLayout" name="verticalLayout">
196
+ <item>
197
+ <layout class="QHBoxLayout" name="horizontalLayout_4">
198
+ <item>
199
+ <widget class="QLabel" name="label">
200
+ <property name="toolTip">
201
+ <string>Show only triples from most used predicates.</string>
202
+ </property>
203
+ <property name="text">
204
+ <string>Filter least used predicates:</string>
205
+ </property>
206
+ </widget>
207
+ </item>
208
+ <item>
209
+ <widget class="QLabel" name="numPredicateCount">
210
+ <property name="text">
211
+ <string>0</string>
212
+ </property>
213
+ </widget>
214
+ </item>
215
+ </layout>
216
+ </item>
217
+ <item>
218
+ <widget class="QSlider" name="predicateCountSlider">
219
+ <property name="sliderPosition">
220
+ <number>0</number>
221
+ </property>
222
+ <property name="tracking">
223
+ <bool>true</bool>
224
+ </property>
225
+ <property name="orientation">
226
+ <enum>Qt::Horizontal</enum>
227
+ </property>
228
+ <property name="invertedAppearance">
229
+ <bool>false</bool>
230
+ </property>
231
+ <property name="invertedControls">
232
+ <bool>false</bool>
233
+ </property>
234
+ <property name="tickPosition">
235
+ <enum>QSlider::NoTicks</enum>
236
+ </property>
237
+ </widget>
238
+ </item>
239
+ <item>
240
+ <layout class="QHBoxLayout" name="horizontalLayout_2">
241
+ <item>
242
+ <widget class="QPushButton" name="selectAllPredicatesButton">
243
+ <property name="text">
244
+ <string>All</string>
245
+ </property>
246
+ </widget>
247
+ </item>
248
+ <item>
249
+ <widget class="QPushButton" name="selectNoneButton">
250
+ <property name="text">
251
+ <string>None</string>
252
+ </property>
253
+ </widget>
254
+ </item>
255
+ </layout>
256
+ </item>
257
+ <item>
258
+ <widget class="QTableView" name="predicateView">
259
+ <property name="contextMenuPolicy">
260
+ <enum>Qt::CustomContextMenu</enum>
261
+ </property>
262
+ <property name="alternatingRowColors">
263
+ <bool>true</bool>
264
+ </property>
265
+ <property name="textElideMode">
266
+ <enum>Qt::ElideMiddle</enum>
267
+ </property>
268
+ <property name="horizontalScrollMode">
269
+ <enum>QAbstractItemView::ScrollPerPixel</enum>
270
+ </property>
271
+ <attribute name="horizontalHeaderDefaultSectionSize">
272
+ <number>400</number>
273
+ </attribute>
274
+ <attribute name="horizontalHeaderMinimumSectionSize">
275
+ <number>200</number>
276
+ </attribute>
277
+ <attribute name="horizontalHeaderStretchLastSection">
278
+ <bool>true</bool>
279
+ </attribute>
280
+ <attribute name="verticalHeaderDefaultSectionSize">
281
+ <number>20</number>
282
+ </attribute>
283
+ <attribute name="verticalHeaderStretchLastSection">
284
+ <bool>false</bool>
285
+ </attribute>
286
+ </widget>
287
+ </item>
288
+ </layout>
289
+ </widget>
290
+ <widget class="QWidget" name="tab_4">
291
+ <attribute name="title">
292
+ <string>Objects</string>
293
+ </attribute>
294
+ <layout class="QVBoxLayout" name="verticalLayout_6">
295
+ <item>
296
+ <widget class="QTableView" name="objectView">
297
+ <property name="contextMenuPolicy">
298
+ <enum>Qt::CustomContextMenu</enum>
299
+ </property>
300
+ <property name="alternatingRowColors">
301
+ <bool>true</bool>
302
+ </property>
303
+ <property name="textElideMode">
304
+ <enum>Qt::ElideMiddle</enum>
305
+ </property>
306
+ <property name="horizontalScrollMode">
307
+ <enum>QAbstractItemView::ScrollPerPixel</enum>
308
+ </property>
309
+ <attribute name="horizontalHeaderDefaultSectionSize">
310
+ <number>400</number>
311
+ </attribute>
312
+ <attribute name="horizontalHeaderMinimumSectionSize">
313
+ <number>200</number>
314
+ </attribute>
315
+ <attribute name="horizontalHeaderStretchLastSection">
316
+ <bool>true</bool>
317
+ </attribute>
318
+ <attribute name="verticalHeaderDefaultSectionSize">
319
+ <number>20</number>
320
+ </attribute>
321
+ </widget>
322
+ </item>
323
+ </layout>
324
+ </widget>
325
+ </widget>
326
+ </item>
327
+ </layout>
328
+ </widget>
329
+ <widget class="QTabWidget" name="resultTabs">
330
+ <property name="currentIndex">
331
+ <number>2</number>
332
+ </property>
333
+ <widget class="QWidget" name="tabMetadata">
334
+ <attribute name="title">
335
+ <string>Metadata</string>
336
+ </attribute>
337
+ <layout class="QVBoxLayout" name="verticalLayout_7">
338
+ <item>
339
+ <widget class="QTableView" name="headerView">
340
+ <property name="alternatingRowColors">
341
+ <bool>true</bool>
342
+ </property>
343
+ <property name="textElideMode">
344
+ <enum>Qt::ElideMiddle</enum>
345
+ </property>
346
+ <property name="horizontalScrollMode">
347
+ <enum>QAbstractItemView::ScrollPerPixel</enum>
348
+ </property>
349
+ <attribute name="horizontalHeaderDefaultSectionSize">
350
+ <number>300</number>
351
+ </attribute>
352
+ <attribute name="horizontalHeaderMinimumSectionSize">
353
+ <number>200</number>
354
+ </attribute>
355
+ <attribute name="verticalHeaderDefaultSectionSize">
356
+ <number>20</number>
357
+ </attribute>
358
+ </widget>
359
+ </item>
360
+ </layout>
361
+ </widget>
362
+ <widget class="QWidget" name="tabSearchResults">
363
+ <attribute name="title">
364
+ <string>Search Results</string>
365
+ </attribute>
366
+ <layout class="QVBoxLayout" name="verticalLayout_4">
367
+ <item>
368
+ <widget class="QTableView" name="resultsTable">
369
+ <property name="contextMenuPolicy">
370
+ <enum>Qt::CustomContextMenu</enum>
371
+ </property>
372
+ <property name="alternatingRowColors">
373
+ <bool>true</bool>
374
+ </property>
375
+ <property name="textElideMode">
376
+ <enum>Qt::ElideMiddle</enum>
377
+ </property>
378
+ <property name="horizontalScrollMode">
379
+ <enum>QAbstractItemView::ScrollPerPixel</enum>
380
+ </property>
381
+ <attribute name="horizontalHeaderDefaultSectionSize">
382
+ <number>300</number>
383
+ </attribute>
384
+ <attribute name="horizontalHeaderMinimumSectionSize">
385
+ <number>50</number>
386
+ </attribute>
387
+ <attribute name="horizontalHeaderStretchLastSection">
388
+ <bool>true</bool>
389
+ </attribute>
390
+ <attribute name="verticalHeaderDefaultSectionSize">
391
+ <number>20</number>
392
+ </attribute>
393
+ </widget>
394
+ </item>
395
+ </layout>
396
+ </widget>
397
+ <widget class="MatrixViewWidget" name="matrixView">
398
+ <attribute name="title">
399
+ <string>Matrix View</string>
400
+ </attribute>
401
+ </widget>
402
+ <widget class="QWidget" name="tabRegex">
403
+ <property name="enabled">
404
+ <bool>false</bool>
405
+ </property>
406
+ <attribute name="title">
407
+ <string>Substring Search</string>
408
+ </attribute>
409
+ <layout class="QVBoxLayout" name="verticalLayout_8">
410
+ <item>
411
+ <widget class="QLabel" name="label_enterRegex">
412
+ <property name="text">
413
+ <string>Search Literal:</string>
414
+ </property>
415
+ </widget>
416
+ </item>
417
+ <item>
418
+ <layout class="QGridLayout" name="gridLayout_3">
419
+ <item row="0" column="0">
420
+ <widget class="QLineEdit" name="regexEdit"/>
421
+ </item>
422
+ <item row="0" column="1">
423
+ <widget class="QPushButton" name="regexSearchButton">
424
+ <property name="text">
425
+ <string>Search</string>
426
+ </property>
427
+ </widget>
428
+ </item>
429
+ </layout>
430
+ </item>
431
+ <item>
432
+ <widget class="QTableView" name="regexResultsView">
433
+ <property name="contextMenuPolicy">
434
+ <enum>Qt::CustomContextMenu</enum>
435
+ </property>
436
+ <property name="alternatingRowColors">
437
+ <bool>true</bool>
438
+ </property>
439
+ <property name="textElideMode">
440
+ <enum>Qt::ElideMiddle</enum>
441
+ </property>
442
+ <property name="horizontalScrollMode">
443
+ <enum>QAbstractItemView::ScrollPerPixel</enum>
444
+ </property>
445
+ <attribute name="horizontalHeaderDefaultSectionSize">
446
+ <number>100</number>
447
+ </attribute>
448
+ <attribute name="horizontalHeaderMinimumSectionSize">
449
+ <number>100</number>
450
+ </attribute>
451
+ <attribute name="horizontalHeaderStretchLastSection">
452
+ <bool>true</bool>
453
+ </attribute>
454
+ <attribute name="verticalHeaderDefaultSectionSize">
455
+ <number>20</number>
456
+ </attribute>
457
+ <attribute name="verticalHeaderStretchLastSection">
458
+ <bool>false</bool>
459
+ </attribute>
460
+ </widget>
461
+ </item>
462
+ </layout>
463
+ </widget>
464
+ </widget>
465
+ </widget>
466
+ </item>
467
+ </layout>
468
+ </widget>
469
+ <widget class="QMenuBar" name="menuBar">
470
+ <property name="geometry">
471
+ <rect>
472
+ <x>0</x>
473
+ <y>0</y>
474
+ <width>845</width>
475
+ <height>22</height>
476
+ </rect>
477
+ </property>
478
+ <widget class="QMenu" name="menuFile">
479
+ <property name="title">
480
+ <string>File</string>
481
+ </property>
482
+ <addaction name="actionOpenHDT"/>
483
+ <addaction name="actionSaveHDT"/>
484
+ <addaction name="separator"/>
485
+ <addaction name="actionImportRDF"/>
486
+ <addaction name="actionExportRDF"/>
487
+ <addaction name="separator"/>
488
+ <addaction name="actionAbout"/>
489
+ <addaction name="actionQuit"/>
490
+ </widget>
491
+ <widget class="QMenu" name="menuViews">
492
+ <property name="title">
493
+ <string>Views</string>
494
+ </property>
495
+ <addaction name="actionFrontView"/>
496
+ <addaction name="actionLeftView"/>
497
+ <addaction name="actionTopView"/>
498
+ <addaction name="action3Dview"/>
499
+ <addaction name="actionReset"/>
500
+ </widget>
501
+ <addaction name="menuFile"/>
502
+ <addaction name="menuViews"/>
503
+ </widget>
504
+ <widget class="QToolBar" name="mainToolBar">
505
+ <attribute name="toolBarArea">
506
+ <enum>TopToolBarArea</enum>
507
+ </attribute>
508
+ <attribute name="toolBarBreak">
509
+ <bool>false</bool>
510
+ </attribute>
511
+ <addaction name="actionOpenHDT"/>
512
+ <addaction name="actionSaveHDT"/>
513
+ <addaction name="separator"/>
514
+ <addaction name="actionImportRDF"/>
515
+ <addaction name="actionExportRDF"/>
516
+ <addaction name="separator"/>
517
+ <addaction name="actionViews"/>
518
+ <addaction name="actionFrontView"/>
519
+ <addaction name="actionLeftView"/>
520
+ <addaction name="actionTopView"/>
521
+ <addaction name="action3Dview"/>
522
+ <addaction name="actionReset"/>
523
+ <addaction name="separator"/>
524
+ <addaction name="actionFull_Screen"/>
525
+ <addaction name="separator"/>
526
+ <addaction name="actionAbout"/>
527
+ <addaction name="separator"/>
528
+ </widget>
529
+ <widget class="QStatusBar" name="statusBar">
530
+ <property name="enabled">
531
+ <bool>false</bool>
532
+ </property>
533
+ </widget>
534
+ <action name="actionOpenHDT">
535
+ <property name="text">
536
+ <string>Open HDT</string>
537
+ </property>
538
+ <property name="shortcut">
539
+ <string>Ctrl+O</string>
540
+ </property>
541
+ </action>
542
+ <action name="actionImportRDF">
543
+ <property name="text">
544
+ <string>Import RDF</string>
545
+ </property>
546
+ <property name="shortcut">
547
+ <string>Ctrl+I</string>
548
+ </property>
549
+ </action>
550
+ <action name="actionSaveHDT">
551
+ <property name="enabled">
552
+ <bool>false</bool>
553
+ </property>
554
+ <property name="text">
555
+ <string>Save HDT</string>
556
+ </property>
557
+ <property name="shortcut">
558
+ <string>Ctrl+S</string>
559
+ </property>
560
+ </action>
561
+ <action name="actionExportRDF">
562
+ <property name="enabled">
563
+ <bool>false</bool>
564
+ </property>
565
+ <property name="text">
566
+ <string>Export RDF</string>
567
+ </property>
568
+ <property name="shortcut">
569
+ <string>Ctrl+E</string>
570
+ </property>
571
+ </action>
572
+ <action name="actionViews">
573
+ <property name="checkable">
574
+ <bool>false</bool>
575
+ </property>
576
+ <property name="enabled">
577
+ <bool>false</bool>
578
+ </property>
579
+ <property name="text">
580
+ <string>Views:</string>
581
+ </property>
582
+ </action>
583
+ <action name="actionFrontView">
584
+ <property name="checkable">
585
+ <bool>true</bool>
586
+ </property>
587
+ <property name="checked">
588
+ <bool>true</bool>
589
+ </property>
590
+ <property name="text">
591
+ <string>Front</string>
592
+ </property>
593
+ <property name="toolTip">
594
+ <string>Front View</string>
595
+ </property>
596
+ <property name="shortcut">
597
+ <string>Ctrl+1</string>
598
+ </property>
599
+ </action>
600
+ <action name="actionLeftView">
601
+ <property name="checkable">
602
+ <bool>true</bool>
603
+ </property>
604
+ <property name="text">
605
+ <string>Left</string>
606
+ </property>
607
+ <property name="toolTip">
608
+ <string>Left View</string>
609
+ </property>
610
+ <property name="shortcut">
611
+ <string>Ctrl+2</string>
612
+ </property>
613
+ </action>
614
+ <action name="actionTopView">
615
+ <property name="checkable">
616
+ <bool>true</bool>
617
+ </property>
618
+ <property name="text">
619
+ <string>Top</string>
620
+ </property>
621
+ <property name="toolTip">
622
+ <string>Top View</string>
623
+ </property>
624
+ <property name="shortcut">
625
+ <string>Ctrl+3</string>
626
+ </property>
627
+ </action>
628
+ <action name="action3Dview">
629
+ <property name="checkable">
630
+ <bool>true</bool>
631
+ </property>
632
+ <property name="text">
633
+ <string>3D</string>
634
+ </property>
635
+ <property name="toolTip">
636
+ <string>3D View</string>
637
+ </property>
638
+ <property name="shortcut">
639
+ <string>Ctrl+4</string>
640
+ </property>
641
+ </action>
642
+ <action name="actionAbout">
643
+ <property name="text">
644
+ <string>About</string>
645
+ </property>
646
+ <property name="toolTip">
647
+ <string>About HDT-it!</string>
648
+ </property>
649
+ <property name="shortcut">
650
+ <string>Ctrl+A</string>
651
+ </property>
652
+ </action>
653
+ <action name="actionQuit">
654
+ <property name="text">
655
+ <string>Quit</string>
656
+ </property>
657
+ <property name="toolTip">
658
+ <string>Quit HDT-it!</string>
659
+ </property>
660
+ <property name="shortcut">
661
+ <string>Ctrl+Q</string>
662
+ </property>
663
+ </action>
664
+ <action name="actionFull_Screen">
665
+ <property name="checkable">
666
+ <bool>true</bool>
667
+ </property>
668
+ <property name="text">
669
+ <string>Full Screen</string>
670
+ </property>
671
+ <property name="toolTip">
672
+ <string>Switch Full Screen</string>
673
+ </property>
674
+ <property name="shortcut">
675
+ <string>Ctrl+F</string>
676
+ </property>
677
+ </action>
678
+ <action name="actionReset">
679
+ <property name="text">
680
+ <string>Reset</string>
681
+ </property>
682
+ <property name="toolTip">
683
+ <string>Reset to Initial view</string>
684
+ </property>
685
+ <property name="shortcut">
686
+ <string>Ctrl+R</string>
687
+ </property>
688
+ </action>
689
+ <action name="actionClose">
690
+ <property name="text">
691
+ <string>Close</string>
692
+ </property>
693
+ <property name="shortcut">
694
+ <string>Ctrl+W</string>
695
+ </property>
696
+ </action>
697
+ <action name="actionSparql">
698
+ <property name="text">
699
+ <string>SPARQL</string>
700
+ </property>
701
+ </action>
702
+ </widget>
703
+ <layoutdefault spacing="6" margin="11"/>
704
+ <customwidgets>
705
+ <customwidget>
706
+ <class>MatrixViewWidget</class>
707
+ <extends>QWidget</extends>
708
+ <header>matrixviewwidget.hpp</header>
709
+ <slots>
710
+ <signal>numMaxPredicateCountChanged(int)</signal>
711
+ <signal>predicateRangeChanged(int,int)</signal>
712
+ <signal>maxPredicateCountChanged(int)</signal>
713
+ <slot>updateGL()</slot>
714
+ <slot>selectAllPredicates()</slot>
715
+ <slot>selectNonePredicates()</slot>
716
+ <slot>setMinimumPredicateCount(int)</slot>
717
+ <slot>set3Dview()</slot>
718
+ </slots>
719
+ </customwidget>
720
+ <customwidget>
721
+ <class>QClearLineEdit</class>
722
+ <extends>QLineEdit</extends>
723
+ <header>qclearlineedit.hpp</header>
724
+ </customwidget>
725
+ </customwidgets>
726
+ <resources>
727
+ <include location="hdtresources.qrc"/>
728
+ </resources>
729
+ <connections>
730
+ <connection>
731
+ <sender>subjectPatternEdit</sender>
732
+ <signal>textChanged(QString)</signal>
733
+ <receiver>HDTit</receiver>
734
+ <slot>searchPatternEdited()</slot>
735
+ <hints>
736
+ <hint type="sourcelabel">
737
+ <x>170</x>
738
+ <y>106</y>
739
+ </hint>
740
+ <hint type="destinationlabel">
741
+ <x>354</x>
742
+ <y>261</y>
743
+ </hint>
744
+ </hints>
745
+ </connection>
746
+ <connection>
747
+ <sender>predicatePatternEdit</sender>
748
+ <signal>textChanged(QString)</signal>
749
+ <receiver>HDTit</receiver>
750
+ <slot>searchPatternEdited()</slot>
751
+ <hints>
752
+ <hint type="sourcelabel">
753
+ <x>170</x>
754
+ <y>142</y>
755
+ </hint>
756
+ <hint type="destinationlabel">
757
+ <x>354</x>
758
+ <y>261</y>
759
+ </hint>
760
+ </hints>
761
+ </connection>
762
+ <connection>
763
+ <sender>objectPatternEdit</sender>
764
+ <signal>textChanged(QString)</signal>
765
+ <receiver>HDTit</receiver>
766
+ <slot>searchPatternEdited()</slot>
767
+ <hints>
768
+ <hint type="sourcelabel">
769
+ <x>170</x>
770
+ <y>178</y>
771
+ </hint>
772
+ <hint type="destinationlabel">
773
+ <x>354</x>
774
+ <y>261</y>
775
+ </hint>
776
+ </hints>
777
+ </connection>
778
+ <connection>
779
+ <sender>objectView</sender>
780
+ <signal>activated(QModelIndex)</signal>
781
+ <receiver>HDTit</receiver>
782
+ <slot>setPatternObject(QModelIndex)</slot>
783
+ <hints>
784
+ <hint type="sourcelabel">
785
+ <x>95</x>
786
+ <y>280</y>
787
+ </hint>
788
+ <hint type="destinationlabel">
789
+ <x>354</x>
790
+ <y>261</y>
791
+ </hint>
792
+ </hints>
793
+ </connection>
794
+ <connection>
795
+ <sender>subjectView</sender>
796
+ <signal>activated(QModelIndex)</signal>
797
+ <receiver>HDTit</receiver>
798
+ <slot>setPatternSubject(QModelIndex)</slot>
799
+ <hints>
800
+ <hint type="sourcelabel">
801
+ <x>111</x>
802
+ <y>453</y>
803
+ </hint>
804
+ <hint type="destinationlabel">
805
+ <x>354</x>
806
+ <y>261</y>
807
+ </hint>
808
+ </hints>
809
+ </connection>
810
+ <connection>
811
+ <sender>actionQuit</sender>
812
+ <signal>triggered()</signal>
813
+ <receiver>HDTit</receiver>
814
+ <slot>close()</slot>
815
+ <hints>
816
+ <hint type="sourcelabel">
817
+ <x>-1</x>
818
+ <y>-1</y>
819
+ </hint>
820
+ <hint type="destinationlabel">
821
+ <x>354</x>
822
+ <y>261</y>
823
+ </hint>
824
+ </hints>
825
+ </connection>
826
+ <connection>
827
+ <sender>predicateCountSlider</sender>
828
+ <signal>valueChanged(int)</signal>
829
+ <receiver>numPredicateCount</receiver>
830
+ <slot>setNum(int)</slot>
831
+ <hints>
832
+ <hint type="sourcelabel">
833
+ <x>95</x>
834
+ <y>282</y>
835
+ </hint>
836
+ <hint type="destinationlabel">
837
+ <x>135</x>
838
+ <y>310</y>
839
+ </hint>
840
+ </hints>
841
+ </connection>
842
+ <connection>
843
+ <sender>resultsTable</sender>
844
+ <signal>doubleClicked(QModelIndex)</signal>
845
+ <receiver>HDTit</receiver>
846
+ <slot>setPatternGlobal(QModelIndex)</slot>
847
+ <hints>
848
+ <hint type="sourcelabel">
849
+ <x>483</x>
850
+ <y>96</y>
851
+ </hint>
852
+ <hint type="destinationlabel">
853
+ <x>354</x>
854
+ <y>261</y>
855
+ </hint>
856
+ </hints>
857
+ </connection>
858
+ <connection>
859
+ <sender>predicateView</sender>
860
+ <signal>activated(QModelIndex)</signal>
861
+ <receiver>HDTit</receiver>
862
+ <slot>setPatternPredicate(QModelIndex)</slot>
863
+ <hints>
864
+ <hint type="sourcelabel">
865
+ <x>65</x>
866
+ <y>293</y>
867
+ </hint>
868
+ <hint type="destinationlabel">
869
+ <x>395</x>
870
+ <y>255</y>
871
+ </hint>
872
+ </hints>
873
+ </connection>
874
+ </connections>
875
+ </ui>