boris-behav-obs 8.25.4__py2.py3-none-any.whl → 8.26__py2.py3-none-any.whl

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.
boris/add_modifier.ui DELETED
@@ -1,323 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <ui version="4.0">
3
- <class>Dialog</class>
4
- <widget class="QDialog" name="Dialog">
5
- <property name="geometry">
6
- <rect>
7
- <x>0</x>
8
- <y>0</y>
9
- <width>638</width>
10
- <height>636</height>
11
- </rect>
12
- </property>
13
- <property name="windowTitle">
14
- <string>Set modifiers</string>
15
- </property>
16
- <layout class="QVBoxLayout" name="verticalLayout_5">
17
- <item>
18
- <layout class="QVBoxLayout" name="verticalLayout_4">
19
- <item>
20
- <layout class="QHBoxLayout" name="horizontalLayout_5">
21
- <item>
22
- <layout class="QVBoxLayout" name="verticalLayout_2">
23
- <item>
24
- <widget class="QLabel" name="lbModifier">
25
- <property name="text">
26
- <string>Modifier</string>
27
- </property>
28
- </widget>
29
- </item>
30
- <item>
31
- <widget class="QLineEdit" name="leModifier"/>
32
- </item>
33
- <item>
34
- <widget class="QLabel" name="lbCode">
35
- <property name="text">
36
- <string>Key code</string>
37
- </property>
38
- </widget>
39
- </item>
40
- <item>
41
- <widget class="QLineEdit" name="leCode"/>
42
- </item>
43
- <item>
44
- <widget class="QLabel" name="lbCodeHelp">
45
- <property name="text">
46
- <string>Key code is case sensitive. Type one character or a function key (F1, F2... F12)</string>
47
- </property>
48
- <property name="wordWrap">
49
- <bool>true</bool>
50
- </property>
51
- </widget>
52
- </item>
53
- <item>
54
- <spacer name="verticalSpacer">
55
- <property name="orientation">
56
- <enum>Qt::Vertical</enum>
57
- </property>
58
- <property name="sizeHint" stdset="0">
59
- <size>
60
- <width>20</width>
61
- <height>40</height>
62
- </size>
63
- </property>
64
- </spacer>
65
- </item>
66
- </layout>
67
- </item>
68
- <item>
69
- <layout class="QVBoxLayout" name="verticalLayout_3">
70
- <item>
71
- <widget class="QPushButton" name="pbAddModifier">
72
- <property name="text">
73
- <string/>
74
- </property>
75
- </widget>
76
- </item>
77
- <item>
78
- <widget class="QPushButton" name="pbModifyModifier">
79
- <property name="text">
80
- <string/>
81
- </property>
82
- </widget>
83
- </item>
84
- <item>
85
- <spacer name="verticalSpacer_2">
86
- <property name="orientation">
87
- <enum>Qt::Vertical</enum>
88
- </property>
89
- <property name="sizeHint" stdset="0">
90
- <size>
91
- <width>20</width>
92
- <height>40</height>
93
- </size>
94
- </property>
95
- </spacer>
96
- </item>
97
- </layout>
98
- </item>
99
- <item>
100
- <layout class="QVBoxLayout" name="verticalLayout">
101
- <item>
102
- <widget class="QTabWidget" name="tabWidgetModifiersSets">
103
- <property name="maximumSize">
104
- <size>
105
- <width>16777215</width>
106
- <height>30</height>
107
- </size>
108
- </property>
109
- <property name="tabPosition">
110
- <enum>QTabWidget::North</enum>
111
- </property>
112
- <property name="tabShape">
113
- <enum>QTabWidget::Rounded</enum>
114
- </property>
115
- <property name="currentIndex">
116
- <number>-1</number>
117
- </property>
118
- <property name="elideMode">
119
- <enum>Qt::ElideNone</enum>
120
- </property>
121
- <property name="documentMode">
122
- <bool>true</bool>
123
- </property>
124
- </widget>
125
- </item>
126
- <item>
127
- <widget class="QLabel" name="lb_name">
128
- <property name="text">
129
- <string>Set name</string>
130
- </property>
131
- </widget>
132
- </item>
133
- <item>
134
- <widget class="QLineEdit" name="le_name"/>
135
- </item>
136
- <item>
137
- <widget class="QLabel" name="lb_description">
138
- <property name="text">
139
- <string>Description</string>
140
- </property>
141
- </widget>
142
- </item>
143
- <item>
144
- <widget class="QLineEdit" name="le_description"/>
145
- </item>
146
- <item>
147
- <widget class="QLabel" name="lbType">
148
- <property name="text">
149
- <string>Modifier type</string>
150
- </property>
151
- </widget>
152
- </item>
153
- <item>
154
- <widget class="QComboBox" name="cbType">
155
- <item>
156
- <property name="text">
157
- <string>Single selection</string>
158
- </property>
159
- </item>
160
- <item>
161
- <property name="text">
162
- <string>Multiple selection</string>
163
- </property>
164
- </item>
165
- <item>
166
- <property name="text">
167
- <string>Numeric</string>
168
- </property>
169
- </item>
170
- <item>
171
- <property name="text">
172
- <string>Value from external data file</string>
173
- </property>
174
- </item>
175
- </widget>
176
- </item>
177
- <item>
178
- <widget class="QLabel" name="lbValues">
179
- <property name="text">
180
- <string>Values</string>
181
- </property>
182
- </widget>
183
- </item>
184
- <item>
185
- <widget class="QListWidget" name="lwModifiers"/>
186
- </item>
187
- <item>
188
- <layout class="QHBoxLayout" name="horizontalLayout">
189
- <item>
190
- <widget class="QPushButton" name="pbMoveUp">
191
- <property name="text">
192
- <string>Move modifier up</string>
193
- </property>
194
- </widget>
195
- </item>
196
- <item>
197
- <widget class="QPushButton" name="pbMoveDown">
198
- <property name="text">
199
- <string>Move modifier down</string>
200
- </property>
201
- </widget>
202
- </item>
203
- </layout>
204
- </item>
205
- <item>
206
- <widget class="QPushButton" name="pbRemoveModifier">
207
- <property name="text">
208
- <string>Remove modifier</string>
209
- </property>
210
- </widget>
211
- </item>
212
- <item>
213
- <widget class="QPushButton" name="pb_sort_modifiers">
214
- <property name="text">
215
- <string>Sort modifiers</string>
216
- </property>
217
- </widget>
218
- </item>
219
- <item>
220
- <layout class="QHBoxLayout" name="horizontalLayout_3">
221
- <item>
222
- <widget class="QPushButton" name="pbAddSet">
223
- <property name="text">
224
- <string>Add set of modifiers</string>
225
- </property>
226
- </widget>
227
- </item>
228
- <item>
229
- <widget class="QPushButton" name="pbRemoveSet">
230
- <property name="text">
231
- <string>Remove set of modifiers</string>
232
- </property>
233
- </widget>
234
- </item>
235
- </layout>
236
- </item>
237
- <item>
238
- <layout class="QHBoxLayout" name="horizontalLayout_4">
239
- <item>
240
- <widget class="QPushButton" name="pbMoveSetLeft">
241
- <property name="text">
242
- <string>Move set left</string>
243
- </property>
244
- </widget>
245
- </item>
246
- <item>
247
- <widget class="QPushButton" name="pbMoveSetRight">
248
- <property name="text">
249
- <string>Move set right</string>
250
- </property>
251
- </widget>
252
- </item>
253
- </layout>
254
- </item>
255
- <item>
256
- <widget class="QPushButton" name="pb_add_subjects">
257
- <property name="text">
258
- <string>Add subjects as modifiers</string>
259
- </property>
260
- </widget>
261
- </item>
262
- <item>
263
- <widget class="QPushButton" name="pb_load_file">
264
- <property name="text">
265
- <string>Load modifiers from file</string>
266
- </property>
267
- </widget>
268
- </item>
269
- <item>
270
- <spacer name="verticalSpacer_3">
271
- <property name="orientation">
272
- <enum>Qt::Vertical</enum>
273
- </property>
274
- <property name="sizeHint" stdset="0">
275
- <size>
276
- <width>20</width>
277
- <height>40</height>
278
- </size>
279
- </property>
280
- </spacer>
281
- </item>
282
- </layout>
283
- </item>
284
- </layout>
285
- </item>
286
- <item>
287
- <layout class="QHBoxLayout" name="horizontalLayout_2">
288
- <item>
289
- <spacer name="horizontalSpacer">
290
- <property name="orientation">
291
- <enum>Qt::Horizontal</enum>
292
- </property>
293
- <property name="sizeHint" stdset="0">
294
- <size>
295
- <width>40</width>
296
- <height>20</height>
297
- </size>
298
- </property>
299
- </spacer>
300
- </item>
301
- <item>
302
- <widget class="QPushButton" name="pbCancel">
303
- <property name="text">
304
- <string>Cancel</string>
305
- </property>
306
- </widget>
307
- </item>
308
- <item>
309
- <widget class="QPushButton" name="pbOK">
310
- <property name="text">
311
- <string>OK</string>
312
- </property>
313
- </widget>
314
- </item>
315
- </layout>
316
- </item>
317
- </layout>
318
- </item>
319
- </layout>
320
- </widget>
321
- <resources/>
322
- <connections/>
323
- </ui>
boris/converters.ui DELETED
@@ -1,289 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <ui version="4.0">
3
- <class>converters</class>
4
- <widget class="QWidget" name="converters">
5
- <property name="geometry">
6
- <rect>
7
- <x>0</x>
8
- <y>0</y>
9
- <width>1029</width>
10
- <height>530</height>
11
- </rect>
12
- </property>
13
- <property name="windowTitle">
14
- <string>Time converters</string>
15
- </property>
16
- <layout class="QVBoxLayout" name="verticalLayout">
17
- <item>
18
- <widget class="QLabel" name="label_4">
19
- <property name="text">
20
- <string>Converters</string>
21
- </property>
22
- </widget>
23
- </item>
24
- <item>
25
- <widget class="QTableWidget" name="tw_converters">
26
- <property name="editTriggers">
27
- <set>QAbstractItemView::NoEditTriggers</set>
28
- </property>
29
- <property name="selectionMode">
30
- <enum>QAbstractItemView::SingleSelection</enum>
31
- </property>
32
- <property name="selectionBehavior">
33
- <enum>QAbstractItemView::SelectRows</enum>
34
- </property>
35
- <property name="sortingEnabled">
36
- <bool>true</bool>
37
- </property>
38
- <column>
39
- <property name="text">
40
- <string>Name</string>
41
- </property>
42
- </column>
43
- <column>
44
- <property name="text">
45
- <string>Description</string>
46
- </property>
47
- </column>
48
- <column>
49
- <property name="text">
50
- <string>Code</string>
51
- </property>
52
- </column>
53
- </widget>
54
- </item>
55
- <item>
56
- <layout class="QHBoxLayout" name="horizontalLayout">
57
- <item>
58
- <widget class="QPushButton" name="pb_add_converter">
59
- <property name="text">
60
- <string>Add new converter</string>
61
- </property>
62
- </widget>
63
- </item>
64
- <item>
65
- <widget class="QPushButton" name="pb_modify_converter">
66
- <property name="text">
67
- <string>Modify converter</string>
68
- </property>
69
- </widget>
70
- </item>
71
- <item>
72
- <widget class="QPushButton" name="pb_delete_converter">
73
- <property name="text">
74
- <string>Delete converter</string>
75
- </property>
76
- </widget>
77
- </item>
78
- <item>
79
- <widget class="QPushButton" name="pb_load_from_file">
80
- <property name="text">
81
- <string>Load converters from file</string>
82
- </property>
83
- </widget>
84
- </item>
85
- <item>
86
- <widget class="QPushButton" name="pb_load_from_repo">
87
- <property name="text">
88
- <string>Load converters from BORIS repository</string>
89
- </property>
90
- </widget>
91
- </item>
92
- <item>
93
- <spacer name="horizontalSpacer">
94
- <property name="orientation">
95
- <enum>Qt::Horizontal</enum>
96
- </property>
97
- <property name="sizeHint" stdset="0">
98
- <size>
99
- <width>40</width>
100
- <height>20</height>
101
- </size>
102
- </property>
103
- </spacer>
104
- </item>
105
- </layout>
106
- </item>
107
- <item>
108
- <layout class="QHBoxLayout" name="horizontalLayout_3">
109
- <item>
110
- <widget class="QLabel" name="label_2">
111
- <property name="minimumSize">
112
- <size>
113
- <width>120</width>
114
- <height>0</height>
115
- </size>
116
- </property>
117
- <property name="text">
118
- <string>Name</string>
119
- </property>
120
- </widget>
121
- </item>
122
- <item>
123
- <widget class="QLineEdit" name="le_converter_name"/>
124
- </item>
125
- <item>
126
- <spacer name="horizontalSpacer_3">
127
- <property name="orientation">
128
- <enum>Qt::Horizontal</enum>
129
- </property>
130
- <property name="sizeType">
131
- <enum>QSizePolicy::Minimum</enum>
132
- </property>
133
- <property name="sizeHint" stdset="0">
134
- <size>
135
- <width>10</width>
136
- <height>20</height>
137
- </size>
138
- </property>
139
- </spacer>
140
- </item>
141
- </layout>
142
- </item>
143
- <item>
144
- <layout class="QHBoxLayout" name="horizontalLayout_5">
145
- <item>
146
- <widget class="QLabel" name="label_3">
147
- <property name="minimumSize">
148
- <size>
149
- <width>120</width>
150
- <height>0</height>
151
- </size>
152
- </property>
153
- <property name="text">
154
- <string>Description</string>
155
- </property>
156
- </widget>
157
- </item>
158
- <item>
159
- <widget class="QLineEdit" name="le_converter_description"/>
160
- </item>
161
- <item>
162
- <spacer name="horizontalSpacer_4">
163
- <property name="orientation">
164
- <enum>Qt::Horizontal</enum>
165
- </property>
166
- <property name="sizeType">
167
- <enum>QSizePolicy::Minimum</enum>
168
- </property>
169
- <property name="sizeHint" stdset="0">
170
- <size>
171
- <width>10</width>
172
- <height>20</height>
173
- </size>
174
- </property>
175
- </spacer>
176
- </item>
177
- </layout>
178
- </item>
179
- <item>
180
- <layout class="QHBoxLayout" name="horizontalLayout_2">
181
- <item>
182
- <layout class="QVBoxLayout" name="verticalLayout_3">
183
- <item>
184
- <widget class="QLabel" name="label">
185
- <property name="text">
186
- <string>Python code</string>
187
- </property>
188
- </widget>
189
- </item>
190
- <item>
191
- <widget class="QPushButton" name="pb_code_help">
192
- <property name="text">
193
- <string>Help</string>
194
- </property>
195
- </widget>
196
- </item>
197
- <item>
198
- <spacer name="verticalSpacer_2">
199
- <property name="orientation">
200
- <enum>Qt::Vertical</enum>
201
- </property>
202
- <property name="sizeHint" stdset="0">
203
- <size>
204
- <width>20</width>
205
- <height>40</height>
206
- </size>
207
- </property>
208
- </spacer>
209
- </item>
210
- </layout>
211
- </item>
212
- <item>
213
- <widget class="QPlainTextEdit" name="pteCode">
214
- <property name="font">
215
- <font>
216
- <family>Monospace</family>
217
- </font>
218
- </property>
219
- </widget>
220
- </item>
221
- <item>
222
- <layout class="QVBoxLayout" name="verticalLayout_2">
223
- <item>
224
- <widget class="QPushButton" name="pb_save_converter">
225
- <property name="text">
226
- <string>Save converter</string>
227
- </property>
228
- </widget>
229
- </item>
230
- <item>
231
- <widget class="QPushButton" name="pb_cancel_converter">
232
- <property name="text">
233
- <string>Cancel</string>
234
- </property>
235
- </widget>
236
- </item>
237
- <item>
238
- <spacer name="verticalSpacer">
239
- <property name="orientation">
240
- <enum>Qt::Vertical</enum>
241
- </property>
242
- <property name="sizeHint" stdset="0">
243
- <size>
244
- <width>20</width>
245
- <height>40</height>
246
- </size>
247
- </property>
248
- </spacer>
249
- </item>
250
- </layout>
251
- </item>
252
- </layout>
253
- </item>
254
- <item>
255
- <layout class="QHBoxLayout" name="horizontalLayout_4">
256
- <item>
257
- <spacer name="horizontalSpacer_2">
258
- <property name="orientation">
259
- <enum>Qt::Horizontal</enum>
260
- </property>
261
- <property name="sizeHint" stdset="0">
262
- <size>
263
- <width>40</width>
264
- <height>20</height>
265
- </size>
266
- </property>
267
- </spacer>
268
- </item>
269
- <item>
270
- <widget class="QPushButton" name="pb_cancel_widget">
271
- <property name="text">
272
- <string>Cancel</string>
273
- </property>
274
- </widget>
275
- </item>
276
- <item>
277
- <widget class="QPushButton" name="pbOK">
278
- <property name="text">
279
- <string>OK</string>
280
- </property>
281
- </widget>
282
- </item>
283
- </layout>
284
- </item>
285
- </layout>
286
- </widget>
287
- <resources/>
288
- <connections/>
289
- </ui>
boris/core.qrc DELETED
@@ -1,67 +0,0 @@
1
- <!DOCTYPE RCC><RCC version="1.0">
2
- <qresource>
3
- <file alias="small_logo">icons/logo_eye.128px.png</file>
4
- <file alias="logo">icons/logo_boris.png</file>
5
- <file alias="boris_unito">icons/boris_unito.png</file>
6
- <file alias="dbios_unito">icons/dbios_unito.png</file>
7
- <file alias="splash">icons/splash.png</file>
8
-
9
-
10
- <file alias="observations_list">icons/fontawesome_free/list.svg</file>
11
-
12
- <file alias="play">icons/fontawesome_free/play.svg</file>
13
-
14
- <file alias="pause">icons/fontawesome_free/pause.svg</file>
15
-
16
- <file alias="reset">icons/fontawesome_free/backward-step.svg</file>
17
-
18
- <file alias="jump_backward">icons/fontawesome_free/backward.svg</file>
19
-
20
- <file alias="jump_forward">icons/fontawesome_free/forward.svg</file>
21
-
22
- <file alias="faster">icons/fontawesome_free/circle-plus.svg</file>
23
-
24
- <file alias="slower">icons/fontawesome_free/circle-minus.svg</file>
25
-
26
- <file alias="previous">icons/fontawesome_free/backward-fast.svg</file>
27
-
28
- <file alias="next">icons/fontawesome_free/forward-fast.svg</file>
29
-
30
- <file alias="normal_speed">icons/fontawesome_free/circle-pause.svg</file>
31
-
32
- <file alias="snapshot">icons/fontawesome_free/camera.svg</file>
33
-
34
- <file alias="frame_backward">icons/fontawesome_free/arrow-left.svg</file>
35
- <file alias="frame_forward">icons/fontawesome_free/arrow-right.svg</file>
36
-
37
- <file alias="time_budget">icons/fontawesome_free/table-list.svg</file>
38
-
39
- <file alias="close_observation">icons/fontawesome_free/xmark.svg</file>
40
-
41
- <file alias="plot_events">icons/fontawesome_free/chart-gantt.svg</file>
42
-
43
- <file alias="plot_real_time">icons/fontawesome_free/chart-gantt-realtime.svg</file>
44
-
45
- <file alias="find">icons/fontawesome_free/magnifying-glass.svg</file>
46
-
47
- <file alias="export">icons/fontawesome_free/file-export.svg</file>
48
-
49
- <file alias="explore">icons/fontawesome_free/binoculars.svg</file>
50
-
51
- <file alias="plot_time_budget">icons/fontawesome_free/chart-simple.svg</file>
52
-
53
- <file alias="filter">icons/fontawesome_free/filter.svg</file>
54
-
55
- <file alias="measurement">icons/fontawesome_free/compass-drafting.svg</file>
56
-
57
- <file alias="preferences">icons/fontawesome_free/gears.svg</file>
58
-
59
- <file alias="volume_off">icons/fontawesome_free/volume-off.svg</file>
60
- <file alias="volume_xmark">icons/fontawesome_free/volume-xmark.svg</file>
61
-
62
- <file alias="preferences">icons/fontawesome_free/gears.svg</file>
63
-
64
- <file alias="beep">sounds/beep.wav</file>
65
- <file alias="key_sound">sounds/key_sound.wav</file>
66
- </qresource>
67
- </RCC>