boris-behav-obs 8.27.10__py2.py3-none-any.whl → 9.0.1__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/about.py +7 -5
- boris/add_modifier.py +35 -35
- boris/add_modifier_ui.py +229 -129
- boris/advanced_event_filtering.py +3 -3
- boris/analysis_plugins/__init__.py +0 -0
- boris/analysis_plugins/number_of_occurences.py +60 -0
- boris/analysis_plugins/number_of_occurences_by_independent_variable.py +72 -0
- boris/analysis_plugins/time_budget.py +95 -0
- boris/behav_coding_map_creator.py +103 -108
- boris/behavior_binary_table.py +1 -1
- boris/behaviors_coding_map.py +8 -8
- boris/coding_pad.py +6 -6
- boris/config.py +6 -0
- boris/config_file.py +1 -1
- boris/connections.py +4 -2
- boris/converters.py +2 -3
- boris/converters_ui.py +187 -110
- boris/cooccurence.py +2 -2
- boris/core.py +340 -94
- boris/core_qrc.py +16088 -13246
- boris/core_ui.py +922 -812
- boris/dialog.py +14 -13
- boris/duration_widget.py +5 -5
- boris/edit_event.py +1 -1
- boris/edit_event_ui.py +162 -88
- boris/event_operations.py +4 -25
- boris/events_cursor.py +17 -9
- boris/events_snapshots.py +5 -5
- boris/exclusion_matrix.py +1 -1
- boris/export_events.py +38 -28
- boris/export_observation.py +1 -1
- boris/external_processes.py +3 -5
- boris/geometric_measurement.py +49 -26
- boris/gui_utilities.py +31 -30
- boris/import_observations.py +2 -4
- boris/irr.py +1 -1
- boris/latency.py +1 -1
- boris/map_creator.py +77 -89
- boris/measurement_widget.py +4 -4
- boris/media_file.py +2 -4
- boris/menu_options.py +1 -3
- boris/modifiers_coding_map.py +4 -4
- boris/mpv2.py +0 -2
- boris/observation.py +124 -29
- boris/observation_operations.py +18 -40
- boris/observation_ui.py +566 -374
- boris/observations_list.py +6 -6
- boris/param_panel.py +2 -2
- boris/param_panel_ui.py +246 -141
- boris/player_dock_widget.py +16 -21
- boris/plot_data_module.py +6 -6
- boris/plot_events_rt.py +7 -8
- boris/plot_spectrogram_rt.py +7 -8
- boris/plot_waveform_rt.py +6 -7
- boris/plugins.py +79 -0
- boris/preferences.py +127 -17
- boris/preferences_ui.py +464 -240
- boris/project.py +69 -72
- boris/project_functions.py +233 -31
- boris/project_import_export.py +59 -67
- boris/project_ui.py +672 -440
- boris/qrc_boris.py +6 -3
- boris/qrc_boris5.py +6 -3
- boris/select_modifiers.py +2 -2
- boris/select_observations.py +2 -2
- boris/select_subj_behav.py +3 -3
- boris/state_events.py +1 -1
- boris/subjects_pad.py +5 -5
- boris/synthetic_time_budget.py +2 -2
- boris/time_budget_functions.py +15 -0
- boris/time_budget_widget.py +4 -4
- boris/transitions.py +34 -25
- boris/utilities.py +95 -2
- boris/version.py +2 -2
- boris/video_equalizer.py +4 -4
- boris/video_equalizer_ui.py +199 -130
- boris/video_operations.py +1 -1
- boris/view_df.py +106 -0
- boris/view_df_ui.py +75 -0
- boris/write_event.py +9 -1
- {boris_behav_obs-8.27.10.dist-info → boris_behav_obs-9.0.1.dist-info}/METADATA +5 -5
- boris_behav_obs-9.0.1.dist-info/RECORD +103 -0
- {boris_behav_obs-8.27.10.dist-info → boris_behav_obs-9.0.1.dist-info}/WHEEL +1 -1
- boris/qdarkstyle/__init__.py +0 -479
- boris/qdarkstyle/__main__.py +0 -66
- boris/qdarkstyle/colorsystem.py +0 -38
- boris/qdarkstyle/dark/__init__.py +0 -1
- boris/qdarkstyle/dark/darkstyle_rc.py +0 -11379
- boris/qdarkstyle/dark/palette.py +0 -38
- boris/qdarkstyle/example/__init__.py +0 -4
- boris/qdarkstyle/example/__main__.py +0 -386
- boris/qdarkstyle/example/ui/__init__.py +0 -4
- boris/qdarkstyle/light/__init__.py +0 -1
- boris/qdarkstyle/light/lightstyle_rc.py +0 -11305
- boris/qdarkstyle/light/palette.py +0 -37
- boris/qdarkstyle/palette.py +0 -102
- boris/qdarkstyle/utils/__init__.py +0 -73
- boris/qdarkstyle/utils/__main__.py +0 -96
- boris/qdarkstyle/utils/images.py +0 -449
- boris/qdarkstyle/utils/scss.py +0 -318
- boris/vlc_local.py +0 -83
- boris_behav_obs-8.27.10.dist-info/RECORD +0 -114
- {boris_behav_obs-8.27.10.dist-info → boris_behav_obs-9.0.1.dist-info}/LICENSE.TXT +0 -0
- {boris_behav_obs-8.27.10.dist-info → boris_behav_obs-9.0.1.dist-info}/entry_points.txt +0 -0
- {boris_behav_obs-8.27.10.dist-info → boris_behav_obs-9.0.1.dist-info}/top_level.txt +0 -0
boris/preferences_ui.py
CHANGED
|
@@ -1,338 +1,562 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
from PyQt5 import QtCore, QtGui, QtWidgets
|
|
3
|
+
################################################################################
|
|
4
|
+
## Form generated from reading UI file 'preferences.ui'
|
|
5
|
+
##
|
|
6
|
+
## Created by: Qt User Interface Compiler version 6.8.0
|
|
7
|
+
##
|
|
8
|
+
## WARNING! All changes made in this file will be lost when recompiling UI file!
|
|
9
|
+
################################################################################
|
|
12
10
|
|
|
11
|
+
from PySide6.QtCore import (QCoreApplication, QDate, QDateTime, QLocale,
|
|
12
|
+
QMetaObject, QObject, QPoint, QRect,
|
|
13
|
+
QSize, QTime, QUrl, Qt)
|
|
14
|
+
from PySide6.QtGui import (QBrush, QColor, QConicalGradient, QCursor,
|
|
15
|
+
QFont, QFontDatabase, QGradient, QIcon,
|
|
16
|
+
QImage, QKeySequence, QLinearGradient, QPainter,
|
|
17
|
+
QPalette, QPixmap, QRadialGradient, QTransform)
|
|
18
|
+
from PySide6.QtWidgets import (QApplication, QCheckBox, QComboBox, QDialog,
|
|
19
|
+
QDoubleSpinBox, QFormLayout, QGridLayout, QHBoxLayout,
|
|
20
|
+
QLabel, QLineEdit, QListWidget, QListWidgetItem,
|
|
21
|
+
QPlainTextEdit, QPushButton, QSizePolicy, QSpacerItem,
|
|
22
|
+
QSpinBox, QTabWidget, QVBoxLayout, QWidget)
|
|
13
23
|
|
|
14
24
|
class Ui_prefDialog(object):
|
|
15
25
|
def setupUi(self, prefDialog):
|
|
16
|
-
prefDialog.
|
|
17
|
-
|
|
18
|
-
prefDialog.
|
|
19
|
-
|
|
20
|
-
self.gridLayout
|
|
21
|
-
self.
|
|
22
|
-
self.verticalLayout_2
|
|
23
|
-
self.
|
|
26
|
+
if not prefDialog.objectName():
|
|
27
|
+
prefDialog.setObjectName(u"prefDialog")
|
|
28
|
+
prefDialog.setWindowModality(Qt.WindowModality.WindowModal)
|
|
29
|
+
prefDialog.resize(904, 554)
|
|
30
|
+
self.gridLayout = QGridLayout(prefDialog)
|
|
31
|
+
self.gridLayout.setObjectName(u"gridLayout")
|
|
32
|
+
self.verticalLayout_2 = QVBoxLayout()
|
|
33
|
+
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
34
|
+
self.tabWidget = QTabWidget(prefDialog)
|
|
35
|
+
self.tabWidget.setObjectName(u"tabWidget")
|
|
24
36
|
self.tabWidget.setEnabled(True)
|
|
25
|
-
self.
|
|
26
|
-
self.tab_project
|
|
27
|
-
self.
|
|
28
|
-
self.verticalLayout_5
|
|
29
|
-
self.
|
|
30
|
-
self.horizontalLayout_14
|
|
31
|
-
self.
|
|
32
|
-
self.label
|
|
33
|
-
|
|
37
|
+
self.tab_project = QWidget()
|
|
38
|
+
self.tab_project.setObjectName(u"tab_project")
|
|
39
|
+
self.verticalLayout_5 = QVBoxLayout(self.tab_project)
|
|
40
|
+
self.verticalLayout_5.setObjectName(u"verticalLayout_5")
|
|
41
|
+
self.horizontalLayout_14 = QHBoxLayout()
|
|
42
|
+
self.horizontalLayout_14.setObjectName(u"horizontalLayout_14")
|
|
43
|
+
self.label = QLabel(self.tab_project)
|
|
44
|
+
self.label.setObjectName(u"label")
|
|
45
|
+
|
|
34
46
|
self.horizontalLayout_14.addWidget(self.label)
|
|
35
|
-
|
|
36
|
-
self.cbTimeFormat.
|
|
47
|
+
|
|
48
|
+
self.cbTimeFormat = QComboBox(self.tab_project)
|
|
37
49
|
self.cbTimeFormat.addItem("")
|
|
38
50
|
self.cbTimeFormat.addItem("")
|
|
51
|
+
self.cbTimeFormat.setObjectName(u"cbTimeFormat")
|
|
52
|
+
|
|
39
53
|
self.horizontalLayout_14.addWidget(self.cbTimeFormat)
|
|
54
|
+
|
|
55
|
+
|
|
40
56
|
self.verticalLayout_5.addLayout(self.horizontalLayout_14)
|
|
41
|
-
|
|
42
|
-
self.horizontalLayout_15
|
|
43
|
-
self.
|
|
44
|
-
self.label_6.
|
|
57
|
+
|
|
58
|
+
self.horizontalLayout_15 = QHBoxLayout()
|
|
59
|
+
self.horizontalLayout_15.setObjectName(u"horizontalLayout_15")
|
|
60
|
+
self.label_6 = QLabel(self.tab_project)
|
|
61
|
+
self.label_6.setObjectName(u"label_6")
|
|
62
|
+
|
|
45
63
|
self.horizontalLayout_15.addWidget(self.label_6)
|
|
46
|
-
|
|
64
|
+
|
|
65
|
+
self.sbAutomaticBackup = QSpinBox(self.tab_project)
|
|
66
|
+
self.sbAutomaticBackup.setObjectName(u"sbAutomaticBackup")
|
|
47
67
|
self.sbAutomaticBackup.setMinimum(-10000)
|
|
48
68
|
self.sbAutomaticBackup.setMaximum(10000)
|
|
49
|
-
self.sbAutomaticBackup.
|
|
50
|
-
|
|
69
|
+
self.sbAutomaticBackup.setValue(10)
|
|
70
|
+
|
|
51
71
|
self.horizontalLayout_15.addWidget(self.sbAutomaticBackup)
|
|
72
|
+
|
|
73
|
+
|
|
52
74
|
self.verticalLayout_5.addLayout(self.horizontalLayout_15)
|
|
53
|
-
|
|
54
|
-
self.horizontalLayout_13
|
|
55
|
-
self.
|
|
56
|
-
self.label_3.
|
|
75
|
+
|
|
76
|
+
self.horizontalLayout_13 = QHBoxLayout()
|
|
77
|
+
self.horizontalLayout_13.setObjectName(u"horizontalLayout_13")
|
|
78
|
+
self.label_3 = QLabel(self.tab_project)
|
|
79
|
+
self.label_3.setObjectName(u"label_3")
|
|
80
|
+
|
|
57
81
|
self.horizontalLayout_13.addWidget(self.label_3)
|
|
58
|
-
|
|
59
|
-
self.leSeparator.
|
|
82
|
+
|
|
83
|
+
self.leSeparator = QLineEdit(self.tab_project)
|
|
84
|
+
self.leSeparator.setObjectName(u"leSeparator")
|
|
85
|
+
|
|
60
86
|
self.horizontalLayout_13.addWidget(self.leSeparator)
|
|
87
|
+
|
|
88
|
+
|
|
61
89
|
self.verticalLayout_5.addLayout(self.horizontalLayout_13)
|
|
62
|
-
|
|
63
|
-
self.cbCheckForNewVersion.
|
|
90
|
+
|
|
91
|
+
self.cbCheckForNewVersion = QCheckBox(self.tab_project)
|
|
92
|
+
self.cbCheckForNewVersion.setObjectName(u"cbCheckForNewVersion")
|
|
93
|
+
|
|
64
94
|
self.verticalLayout_5.addWidget(self.cbCheckForNewVersion)
|
|
65
|
-
|
|
66
|
-
self.horizontalLayout_11
|
|
67
|
-
self.
|
|
68
|
-
self.lb_hwdec.
|
|
95
|
+
|
|
96
|
+
self.horizontalLayout_11 = QHBoxLayout()
|
|
97
|
+
self.horizontalLayout_11.setObjectName(u"horizontalLayout_11")
|
|
98
|
+
self.lb_hwdec = QLabel(self.tab_project)
|
|
99
|
+
self.lb_hwdec.setObjectName(u"lb_hwdec")
|
|
100
|
+
|
|
69
101
|
self.horizontalLayout_11.addWidget(self.lb_hwdec)
|
|
70
|
-
|
|
71
|
-
self.cb_hwdec.
|
|
102
|
+
|
|
103
|
+
self.cb_hwdec = QComboBox(self.tab_project)
|
|
104
|
+
self.cb_hwdec.setObjectName(u"cb_hwdec")
|
|
105
|
+
|
|
72
106
|
self.horizontalLayout_11.addWidget(self.cb_hwdec)
|
|
107
|
+
|
|
108
|
+
|
|
73
109
|
self.verticalLayout_5.addLayout(self.horizontalLayout_11)
|
|
74
|
-
|
|
75
|
-
self.horizontalLayout_9
|
|
76
|
-
self.
|
|
77
|
-
self.lb_project_file_indent.
|
|
110
|
+
|
|
111
|
+
self.horizontalLayout_9 = QHBoxLayout()
|
|
112
|
+
self.horizontalLayout_9.setObjectName(u"horizontalLayout_9")
|
|
113
|
+
self.lb_project_file_indent = QLabel(self.tab_project)
|
|
114
|
+
self.lb_project_file_indent.setObjectName(u"lb_project_file_indent")
|
|
115
|
+
|
|
78
116
|
self.horizontalLayout_9.addWidget(self.lb_project_file_indent)
|
|
79
|
-
|
|
80
|
-
self.combo_project_file_indentation.
|
|
117
|
+
|
|
118
|
+
self.combo_project_file_indentation = QComboBox(self.tab_project)
|
|
119
|
+
self.combo_project_file_indentation.setObjectName(u"combo_project_file_indentation")
|
|
120
|
+
|
|
81
121
|
self.horizontalLayout_9.addWidget(self.combo_project_file_indentation)
|
|
122
|
+
|
|
123
|
+
|
|
82
124
|
self.verticalLayout_5.addLayout(self.horizontalLayout_9)
|
|
83
|
-
|
|
84
|
-
self.
|
|
125
|
+
|
|
126
|
+
self.verticalSpacer_2 = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
127
|
+
|
|
128
|
+
self.verticalLayout_5.addItem(self.verticalSpacer_2)
|
|
129
|
+
|
|
85
130
|
self.tabWidget.addTab(self.tab_project, "")
|
|
86
|
-
self.tab_observations =
|
|
87
|
-
self.tab_observations.setObjectName("tab_observations")
|
|
88
|
-
self.verticalLayout =
|
|
89
|
-
self.verticalLayout.setObjectName("verticalLayout")
|
|
90
|
-
self.horizontalLayout_4 =
|
|
91
|
-
self.horizontalLayout_4.setObjectName("horizontalLayout_4")
|
|
92
|
-
self.label_4 =
|
|
93
|
-
self.label_4.setObjectName("label_4")
|
|
131
|
+
self.tab_observations = QWidget()
|
|
132
|
+
self.tab_observations.setObjectName(u"tab_observations")
|
|
133
|
+
self.verticalLayout = QVBoxLayout(self.tab_observations)
|
|
134
|
+
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
135
|
+
self.horizontalLayout_4 = QHBoxLayout()
|
|
136
|
+
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
137
|
+
self.label_4 = QLabel(self.tab_observations)
|
|
138
|
+
self.label_4.setObjectName(u"label_4")
|
|
139
|
+
|
|
94
140
|
self.horizontalLayout_4.addWidget(self.label_4)
|
|
95
|
-
|
|
141
|
+
|
|
142
|
+
self.sbffSpeed = QSpinBox(self.tab_observations)
|
|
143
|
+
self.sbffSpeed.setObjectName(u"sbffSpeed")
|
|
96
144
|
self.sbffSpeed.setMinimum(0)
|
|
97
145
|
self.sbffSpeed.setMaximum(10000)
|
|
98
|
-
self.sbffSpeed.
|
|
99
|
-
|
|
146
|
+
self.sbffSpeed.setValue(10)
|
|
147
|
+
|
|
100
148
|
self.horizontalLayout_4.addWidget(self.sbffSpeed)
|
|
149
|
+
|
|
150
|
+
|
|
101
151
|
self.verticalLayout.addLayout(self.horizontalLayout_4)
|
|
102
|
-
|
|
103
|
-
self.cb_adapt_fast_jump.
|
|
152
|
+
|
|
153
|
+
self.cb_adapt_fast_jump = QCheckBox(self.tab_observations)
|
|
154
|
+
self.cb_adapt_fast_jump.setObjectName(u"cb_adapt_fast_jump")
|
|
155
|
+
|
|
104
156
|
self.verticalLayout.addWidget(self.cb_adapt_fast_jump)
|
|
105
|
-
|
|
106
|
-
self.horizontalLayout_5
|
|
107
|
-
self.
|
|
108
|
-
self.label_5.
|
|
157
|
+
|
|
158
|
+
self.horizontalLayout_5 = QHBoxLayout()
|
|
159
|
+
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
160
|
+
self.label_5 = QLabel(self.tab_observations)
|
|
161
|
+
self.label_5.setObjectName(u"label_5")
|
|
162
|
+
|
|
109
163
|
self.horizontalLayout_5.addWidget(self.label_5)
|
|
110
|
-
|
|
164
|
+
|
|
165
|
+
self.sbSpeedStep = QDoubleSpinBox(self.tab_observations)
|
|
166
|
+
self.sbSpeedStep.setObjectName(u"sbSpeedStep")
|
|
111
167
|
self.sbSpeedStep.setDecimals(1)
|
|
112
|
-
self.sbSpeedStep.setMinimum(0.
|
|
113
|
-
self.sbSpeedStep.setMaximum(10.
|
|
114
|
-
self.sbSpeedStep.setSingleStep(0.
|
|
115
|
-
self.sbSpeedStep.
|
|
116
|
-
|
|
168
|
+
self.sbSpeedStep.setMinimum(0.100000000000000)
|
|
169
|
+
self.sbSpeedStep.setMaximum(10.000000000000000)
|
|
170
|
+
self.sbSpeedStep.setSingleStep(0.100000000000000)
|
|
171
|
+
self.sbSpeedStep.setValue(0.100000000000000)
|
|
172
|
+
|
|
117
173
|
self.horizontalLayout_5.addWidget(self.sbSpeedStep)
|
|
174
|
+
|
|
175
|
+
|
|
118
176
|
self.verticalLayout.addLayout(self.horizontalLayout_5)
|
|
119
|
-
|
|
120
|
-
self.horizontalLayout_6
|
|
121
|
-
self.
|
|
122
|
-
self.label_2.
|
|
177
|
+
|
|
178
|
+
self.horizontalLayout_6 = QHBoxLayout()
|
|
179
|
+
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
180
|
+
self.label_2 = QLabel(self.tab_observations)
|
|
181
|
+
self.label_2.setObjectName(u"label_2")
|
|
182
|
+
|
|
123
183
|
self.horizontalLayout_6.addWidget(self.label_2)
|
|
124
|
-
|
|
184
|
+
|
|
185
|
+
self.sbRepositionTimeOffset = QSpinBox(self.tab_observations)
|
|
186
|
+
self.sbRepositionTimeOffset.setObjectName(u"sbRepositionTimeOffset")
|
|
125
187
|
self.sbRepositionTimeOffset.setMinimum(-10000)
|
|
126
188
|
self.sbRepositionTimeOffset.setMaximum(10000)
|
|
127
|
-
self.sbRepositionTimeOffset.
|
|
128
|
-
|
|
189
|
+
self.sbRepositionTimeOffset.setValue(-3)
|
|
190
|
+
|
|
129
191
|
self.horizontalLayout_6.addWidget(self.sbRepositionTimeOffset)
|
|
192
|
+
|
|
193
|
+
|
|
130
194
|
self.verticalLayout.addLayout(self.horizontalLayout_6)
|
|
131
|
-
|
|
132
|
-
self.cbConfirmSound.
|
|
195
|
+
|
|
196
|
+
self.cbConfirmSound = QCheckBox(self.tab_observations)
|
|
197
|
+
self.cbConfirmSound.setObjectName(u"cbConfirmSound")
|
|
198
|
+
|
|
133
199
|
self.verticalLayout.addWidget(self.cbConfirmSound)
|
|
134
|
-
|
|
135
|
-
self.cbCloseSameEvent.
|
|
200
|
+
|
|
201
|
+
self.cbCloseSameEvent = QCheckBox(self.tab_observations)
|
|
202
|
+
self.cbCloseSameEvent.setObjectName(u"cbCloseSameEvent")
|
|
203
|
+
|
|
136
204
|
self.verticalLayout.addWidget(self.cbCloseSameEvent)
|
|
137
|
-
|
|
138
|
-
self.horizontalLayout_8
|
|
139
|
-
self.
|
|
140
|
-
self.label_8.
|
|
205
|
+
|
|
206
|
+
self.horizontalLayout_8 = QHBoxLayout()
|
|
207
|
+
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
208
|
+
self.label_8 = QLabel(self.tab_observations)
|
|
209
|
+
self.label_8.setObjectName(u"label_8")
|
|
210
|
+
|
|
141
211
|
self.horizontalLayout_8.addWidget(self.label_8)
|
|
142
|
-
|
|
143
|
-
self.sbBeepEvery.
|
|
212
|
+
|
|
213
|
+
self.sbBeepEvery = QSpinBox(self.tab_observations)
|
|
214
|
+
self.sbBeepEvery.setObjectName(u"sbBeepEvery")
|
|
215
|
+
|
|
144
216
|
self.horizontalLayout_8.addWidget(self.sbBeepEvery)
|
|
217
|
+
|
|
218
|
+
|
|
145
219
|
self.verticalLayout.addLayout(self.horizontalLayout_8)
|
|
146
|
-
|
|
147
|
-
self.cb_display_subtitles.
|
|
220
|
+
|
|
221
|
+
self.cb_display_subtitles = QCheckBox(self.tab_observations)
|
|
222
|
+
self.cb_display_subtitles.setObjectName(u"cb_display_subtitles")
|
|
223
|
+
|
|
148
224
|
self.verticalLayout.addWidget(self.cb_display_subtitles)
|
|
149
|
-
|
|
150
|
-
self.cbTrackingCursorAboveEvent.
|
|
225
|
+
|
|
226
|
+
self.cbTrackingCursorAboveEvent = QCheckBox(self.tab_observations)
|
|
227
|
+
self.cbTrackingCursorAboveEvent.setObjectName(u"cbTrackingCursorAboveEvent")
|
|
228
|
+
|
|
151
229
|
self.verticalLayout.addWidget(self.cbTrackingCursorAboveEvent)
|
|
152
|
-
|
|
153
|
-
self.cbAlertNoFocalSubject.
|
|
230
|
+
|
|
231
|
+
self.cbAlertNoFocalSubject = QCheckBox(self.tab_observations)
|
|
232
|
+
self.cbAlertNoFocalSubject.setObjectName(u"cbAlertNoFocalSubject")
|
|
233
|
+
|
|
154
234
|
self.verticalLayout.addWidget(self.cbAlertNoFocalSubject)
|
|
155
|
-
|
|
156
|
-
self.cb_pause_before_addevent.
|
|
235
|
+
|
|
236
|
+
self.cb_pause_before_addevent = QCheckBox(self.tab_observations)
|
|
237
|
+
self.cb_pause_before_addevent.setObjectName(u"cb_pause_before_addevent")
|
|
238
|
+
|
|
157
239
|
self.verticalLayout.addWidget(self.cb_pause_before_addevent)
|
|
158
|
-
|
|
159
|
-
self.
|
|
240
|
+
|
|
241
|
+
self.verticalSpacer_4 = QSpacerItem(20, 391, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
242
|
+
|
|
243
|
+
self.verticalLayout.addItem(self.verticalSpacer_4)
|
|
244
|
+
|
|
160
245
|
self.tabWidget.addTab(self.tab_observations, "")
|
|
161
|
-
self.
|
|
162
|
-
self.
|
|
163
|
-
self.
|
|
164
|
-
self.
|
|
165
|
-
self.
|
|
166
|
-
self.
|
|
167
|
-
self.
|
|
246
|
+
self.tab_analysis_plugins = QWidget()
|
|
247
|
+
self.tab_analysis_plugins.setObjectName(u"tab_analysis_plugins")
|
|
248
|
+
self.horizontalLayout_17 = QHBoxLayout(self.tab_analysis_plugins)
|
|
249
|
+
self.horizontalLayout_17.setObjectName(u"horizontalLayout_17")
|
|
250
|
+
self.verticalLayout_11 = QVBoxLayout()
|
|
251
|
+
self.verticalLayout_11.setObjectName(u"verticalLayout_11")
|
|
252
|
+
self.label_13 = QLabel(self.tab_analysis_plugins)
|
|
253
|
+
self.label_13.setObjectName(u"label_13")
|
|
254
|
+
|
|
255
|
+
self.verticalLayout_11.addWidget(self.label_13)
|
|
256
|
+
|
|
257
|
+
self.lv_all_plugins = QListWidget(self.tab_analysis_plugins)
|
|
258
|
+
self.lv_all_plugins.setObjectName(u"lv_all_plugins")
|
|
259
|
+
|
|
260
|
+
self.verticalLayout_11.addWidget(self.lv_all_plugins)
|
|
261
|
+
|
|
262
|
+
self.label_15 = QLabel(self.tab_analysis_plugins)
|
|
263
|
+
self.label_15.setObjectName(u"label_15")
|
|
264
|
+
|
|
265
|
+
self.verticalLayout_11.addWidget(self.label_15)
|
|
266
|
+
|
|
267
|
+
self.horizontalLayout_16 = QHBoxLayout()
|
|
268
|
+
self.horizontalLayout_16.setObjectName(u"horizontalLayout_16")
|
|
269
|
+
self.le_personal_plugins_dir = QLineEdit(self.tab_analysis_plugins)
|
|
270
|
+
self.le_personal_plugins_dir.setObjectName(u"le_personal_plugins_dir")
|
|
271
|
+
self.le_personal_plugins_dir.setReadOnly(True)
|
|
272
|
+
|
|
273
|
+
self.horizontalLayout_16.addWidget(self.le_personal_plugins_dir)
|
|
274
|
+
|
|
275
|
+
self.pb_browse_plugins_dir = QPushButton(self.tab_analysis_plugins)
|
|
276
|
+
self.pb_browse_plugins_dir.setObjectName(u"pb_browse_plugins_dir")
|
|
277
|
+
|
|
278
|
+
self.horizontalLayout_16.addWidget(self.pb_browse_plugins_dir)
|
|
279
|
+
|
|
280
|
+
|
|
281
|
+
self.verticalLayout_11.addLayout(self.horizontalLayout_16)
|
|
282
|
+
|
|
283
|
+
self.lw_personal_plugins = QListWidget(self.tab_analysis_plugins)
|
|
284
|
+
self.lw_personal_plugins.setObjectName(u"lw_personal_plugins")
|
|
285
|
+
|
|
286
|
+
self.verticalLayout_11.addWidget(self.lw_personal_plugins)
|
|
287
|
+
|
|
288
|
+
|
|
289
|
+
self.horizontalLayout_17.addLayout(self.verticalLayout_11)
|
|
290
|
+
|
|
291
|
+
self.verticalLayout_12 = QVBoxLayout()
|
|
292
|
+
self.verticalLayout_12.setObjectName(u"verticalLayout_12")
|
|
293
|
+
self.label_14 = QLabel(self.tab_analysis_plugins)
|
|
294
|
+
self.label_14.setObjectName(u"label_14")
|
|
295
|
+
|
|
296
|
+
self.verticalLayout_12.addWidget(self.label_14)
|
|
297
|
+
|
|
298
|
+
self.pte_plugin_description = QPlainTextEdit(self.tab_analysis_plugins)
|
|
299
|
+
self.pte_plugin_description.setObjectName(u"pte_plugin_description")
|
|
300
|
+
self.pte_plugin_description.setReadOnly(True)
|
|
301
|
+
|
|
302
|
+
self.verticalLayout_12.addWidget(self.pte_plugin_description)
|
|
303
|
+
|
|
304
|
+
|
|
305
|
+
self.horizontalLayout_17.addLayout(self.verticalLayout_12)
|
|
306
|
+
|
|
307
|
+
self.tabWidget.addTab(self.tab_analysis_plugins, "")
|
|
308
|
+
self.tab_ffmpeg = QWidget()
|
|
309
|
+
self.tab_ffmpeg.setObjectName(u"tab_ffmpeg")
|
|
310
|
+
self.verticalLayout_4 = QVBoxLayout(self.tab_ffmpeg)
|
|
311
|
+
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
312
|
+
self.verticalLayout_3 = QVBoxLayout()
|
|
313
|
+
self.verticalLayout_3.setObjectName(u"verticalLayout_3")
|
|
314
|
+
self.lbFFmpegPath = QLabel(self.tab_ffmpeg)
|
|
315
|
+
self.lbFFmpegPath.setObjectName(u"lbFFmpegPath")
|
|
168
316
|
self.lbFFmpegPath.setScaledContents(False)
|
|
169
317
|
self.lbFFmpegPath.setWordWrap(True)
|
|
170
|
-
|
|
318
|
+
|
|
171
319
|
self.verticalLayout_3.addWidget(self.lbFFmpegPath)
|
|
172
|
-
|
|
173
|
-
self.horizontalLayout
|
|
320
|
+
|
|
321
|
+
self.horizontalLayout = QHBoxLayout()
|
|
322
|
+
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
323
|
+
|
|
174
324
|
self.verticalLayout_3.addLayout(self.horizontalLayout)
|
|
175
|
-
|
|
176
|
-
self.horizontalLayout_3
|
|
177
|
-
self.
|
|
178
|
-
self.lbFFmpegCacheDir.
|
|
325
|
+
|
|
326
|
+
self.horizontalLayout_3 = QHBoxLayout()
|
|
327
|
+
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
328
|
+
self.lbFFmpegCacheDir = QLabel(self.tab_ffmpeg)
|
|
329
|
+
self.lbFFmpegCacheDir.setObjectName(u"lbFFmpegCacheDir")
|
|
330
|
+
|
|
179
331
|
self.horizontalLayout_3.addWidget(self.lbFFmpegCacheDir)
|
|
180
|
-
|
|
181
|
-
self.leFFmpegCacheDir.
|
|
332
|
+
|
|
333
|
+
self.leFFmpegCacheDir = QLineEdit(self.tab_ffmpeg)
|
|
334
|
+
self.leFFmpegCacheDir.setObjectName(u"leFFmpegCacheDir")
|
|
335
|
+
|
|
182
336
|
self.horizontalLayout_3.addWidget(self.leFFmpegCacheDir)
|
|
183
|
-
|
|
184
|
-
self.pbBrowseFFmpegCacheDir.
|
|
337
|
+
|
|
338
|
+
self.pbBrowseFFmpegCacheDir = QPushButton(self.tab_ffmpeg)
|
|
339
|
+
self.pbBrowseFFmpegCacheDir.setObjectName(u"pbBrowseFFmpegCacheDir")
|
|
340
|
+
|
|
185
341
|
self.horizontalLayout_3.addWidget(self.pbBrowseFFmpegCacheDir)
|
|
342
|
+
|
|
343
|
+
|
|
186
344
|
self.verticalLayout_3.addLayout(self.horizontalLayout_3)
|
|
187
|
-
|
|
188
|
-
self.
|
|
345
|
+
|
|
346
|
+
self.verticalSpacer = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
347
|
+
|
|
348
|
+
self.verticalLayout_3.addItem(self.verticalSpacer)
|
|
349
|
+
|
|
350
|
+
|
|
189
351
|
self.verticalLayout_4.addLayout(self.verticalLayout_3)
|
|
352
|
+
|
|
190
353
|
self.tabWidget.addTab(self.tab_ffmpeg, "")
|
|
191
|
-
self.tab_spectro =
|
|
192
|
-
self.tab_spectro.setObjectName("tab_spectro")
|
|
193
|
-
self.verticalLayout_8 =
|
|
194
|
-
self.verticalLayout_8.setObjectName("verticalLayout_8")
|
|
195
|
-
self.horizontalLayout_7 =
|
|
196
|
-
self.horizontalLayout_7.setObjectName("horizontalLayout_7")
|
|
197
|
-
self.label_7 =
|
|
198
|
-
self.label_7.setObjectName("label_7")
|
|
354
|
+
self.tab_spectro = QWidget()
|
|
355
|
+
self.tab_spectro.setObjectName(u"tab_spectro")
|
|
356
|
+
self.verticalLayout_8 = QVBoxLayout(self.tab_spectro)
|
|
357
|
+
self.verticalLayout_8.setObjectName(u"verticalLayout_8")
|
|
358
|
+
self.horizontalLayout_7 = QHBoxLayout()
|
|
359
|
+
self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
|
|
360
|
+
self.label_7 = QLabel(self.tab_spectro)
|
|
361
|
+
self.label_7.setObjectName(u"label_7")
|
|
362
|
+
|
|
199
363
|
self.horizontalLayout_7.addWidget(self.label_7)
|
|
200
|
-
|
|
201
|
-
self.cbSpectrogramColorMap.
|
|
364
|
+
|
|
365
|
+
self.cbSpectrogramColorMap = QComboBox(self.tab_spectro)
|
|
366
|
+
self.cbSpectrogramColorMap.setObjectName(u"cbSpectrogramColorMap")
|
|
367
|
+
|
|
202
368
|
self.horizontalLayout_7.addWidget(self.cbSpectrogramColorMap)
|
|
369
|
+
|
|
370
|
+
|
|
203
371
|
self.verticalLayout_8.addLayout(self.horizontalLayout_7)
|
|
204
|
-
|
|
205
|
-
self.horizontalLayout_10
|
|
206
|
-
self.
|
|
207
|
-
self.label_12.
|
|
372
|
+
|
|
373
|
+
self.horizontalLayout_10 = QHBoxLayout()
|
|
374
|
+
self.horizontalLayout_10.setObjectName(u"horizontalLayout_10")
|
|
375
|
+
self.label_12 = QLabel(self.tab_spectro)
|
|
376
|
+
self.label_12.setObjectName(u"label_12")
|
|
377
|
+
|
|
208
378
|
self.horizontalLayout_10.addWidget(self.label_12)
|
|
209
|
-
|
|
379
|
+
|
|
380
|
+
self.sb_time_interval = QSpinBox(self.tab_spectro)
|
|
381
|
+
self.sb_time_interval.setObjectName(u"sb_time_interval")
|
|
210
382
|
self.sb_time_interval.setMinimum(2)
|
|
211
383
|
self.sb_time_interval.setMaximum(360)
|
|
212
|
-
self.sb_time_interval.
|
|
213
|
-
|
|
384
|
+
self.sb_time_interval.setValue(10)
|
|
385
|
+
|
|
214
386
|
self.horizontalLayout_10.addWidget(self.sb_time_interval)
|
|
387
|
+
|
|
388
|
+
|
|
215
389
|
self.verticalLayout_8.addLayout(self.horizontalLayout_10)
|
|
216
|
-
|
|
217
|
-
self.
|
|
390
|
+
|
|
391
|
+
self.verticalSpacer_3 = QSpacerItem(20, 319, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
392
|
+
|
|
393
|
+
self.verticalLayout_8.addItem(self.verticalSpacer_3)
|
|
394
|
+
|
|
218
395
|
self.tabWidget.addTab(self.tab_spectro, "")
|
|
219
|
-
self.tab_colors =
|
|
220
|
-
self.tab_colors.setObjectName("tab_colors")
|
|
221
|
-
self.verticalLayout_10 =
|
|
222
|
-
self.verticalLayout_10.setObjectName("verticalLayout_10")
|
|
223
|
-
self.horizontalLayout_12 =
|
|
224
|
-
self.horizontalLayout_12.setObjectName("horizontalLayout_12")
|
|
225
|
-
self.verticalLayout_6 =
|
|
226
|
-
self.verticalLayout_6.setObjectName("verticalLayout_6")
|
|
227
|
-
self.label_10 =
|
|
396
|
+
self.tab_colors = QWidget()
|
|
397
|
+
self.tab_colors.setObjectName(u"tab_colors")
|
|
398
|
+
self.verticalLayout_10 = QVBoxLayout(self.tab_colors)
|
|
399
|
+
self.verticalLayout_10.setObjectName(u"verticalLayout_10")
|
|
400
|
+
self.horizontalLayout_12 = QHBoxLayout()
|
|
401
|
+
self.horizontalLayout_12.setObjectName(u"horizontalLayout_12")
|
|
402
|
+
self.verticalLayout_6 = QVBoxLayout()
|
|
403
|
+
self.verticalLayout_6.setObjectName(u"verticalLayout_6")
|
|
404
|
+
self.label_10 = QLabel(self.tab_colors)
|
|
405
|
+
self.label_10.setObjectName(u"label_10")
|
|
228
406
|
self.label_10.setOpenExternalLinks(True)
|
|
229
|
-
|
|
407
|
+
|
|
230
408
|
self.verticalLayout_6.addWidget(self.label_10)
|
|
231
|
-
|
|
232
|
-
self.te_behav_colors.
|
|
409
|
+
|
|
410
|
+
self.te_behav_colors = QPlainTextEdit(self.tab_colors)
|
|
411
|
+
self.te_behav_colors.setObjectName(u"te_behav_colors")
|
|
412
|
+
|
|
233
413
|
self.verticalLayout_6.addWidget(self.te_behav_colors)
|
|
234
|
-
|
|
235
|
-
self.pb_reset_behav_colors.
|
|
414
|
+
|
|
415
|
+
self.pb_reset_behav_colors = QPushButton(self.tab_colors)
|
|
416
|
+
self.pb_reset_behav_colors.setObjectName(u"pb_reset_behav_colors")
|
|
417
|
+
|
|
236
418
|
self.verticalLayout_6.addWidget(self.pb_reset_behav_colors)
|
|
419
|
+
|
|
420
|
+
|
|
237
421
|
self.horizontalLayout_12.addLayout(self.verticalLayout_6)
|
|
238
|
-
|
|
239
|
-
self.verticalLayout_9
|
|
240
|
-
self.
|
|
422
|
+
|
|
423
|
+
self.verticalLayout_9 = QVBoxLayout()
|
|
424
|
+
self.verticalLayout_9.setObjectName(u"verticalLayout_9")
|
|
425
|
+
self.label_11 = QLabel(self.tab_colors)
|
|
426
|
+
self.label_11.setObjectName(u"label_11")
|
|
241
427
|
self.label_11.setOpenExternalLinks(True)
|
|
242
|
-
|
|
428
|
+
|
|
243
429
|
self.verticalLayout_9.addWidget(self.label_11)
|
|
244
|
-
|
|
245
|
-
self.te_category_colors.
|
|
430
|
+
|
|
431
|
+
self.te_category_colors = QPlainTextEdit(self.tab_colors)
|
|
432
|
+
self.te_category_colors.setObjectName(u"te_category_colors")
|
|
433
|
+
|
|
246
434
|
self.verticalLayout_9.addWidget(self.te_category_colors)
|
|
247
|
-
|
|
248
|
-
self.pb_reset_category_colors.
|
|
435
|
+
|
|
436
|
+
self.pb_reset_category_colors = QPushButton(self.tab_colors)
|
|
437
|
+
self.pb_reset_category_colors.setObjectName(u"pb_reset_category_colors")
|
|
438
|
+
|
|
249
439
|
self.verticalLayout_9.addWidget(self.pb_reset_category_colors)
|
|
440
|
+
|
|
441
|
+
|
|
250
442
|
self.horizontalLayout_12.addLayout(self.verticalLayout_9)
|
|
443
|
+
|
|
444
|
+
|
|
251
445
|
self.verticalLayout_10.addLayout(self.horizontalLayout_12)
|
|
446
|
+
|
|
252
447
|
self.tabWidget.addTab(self.tab_colors, "")
|
|
253
|
-
self.tab_interface =
|
|
254
|
-
self.tab_interface.setObjectName("tab_interface")
|
|
255
|
-
self.verticalLayout_7 =
|
|
256
|
-
self.verticalLayout_7.setObjectName("verticalLayout_7")
|
|
257
|
-
self.formLayout =
|
|
258
|
-
self.formLayout.setObjectName("formLayout")
|
|
259
|
-
self.label_9 =
|
|
260
|
-
self.label_9.setObjectName("label_9")
|
|
261
|
-
|
|
262
|
-
self.
|
|
448
|
+
self.tab_interface = QWidget()
|
|
449
|
+
self.tab_interface.setObjectName(u"tab_interface")
|
|
450
|
+
self.verticalLayout_7 = QVBoxLayout(self.tab_interface)
|
|
451
|
+
self.verticalLayout_7.setObjectName(u"verticalLayout_7")
|
|
452
|
+
self.formLayout = QFormLayout()
|
|
453
|
+
self.formLayout.setObjectName(u"formLayout")
|
|
454
|
+
self.label_9 = QLabel(self.tab_interface)
|
|
455
|
+
self.label_9.setObjectName(u"label_9")
|
|
456
|
+
|
|
457
|
+
self.formLayout.setWidget(0, QFormLayout.LabelRole, self.label_9)
|
|
458
|
+
|
|
459
|
+
self.sb_toolbar_icon_size = QSpinBox(self.tab_interface)
|
|
460
|
+
self.sb_toolbar_icon_size.setObjectName(u"sb_toolbar_icon_size")
|
|
263
461
|
self.sb_toolbar_icon_size.setMinimum(12)
|
|
264
462
|
self.sb_toolbar_icon_size.setMaximum(128)
|
|
265
|
-
self.sb_toolbar_icon_size.
|
|
266
|
-
|
|
267
|
-
self.formLayout.setWidget(0,
|
|
463
|
+
self.sb_toolbar_icon_size.setValue(24)
|
|
464
|
+
|
|
465
|
+
self.formLayout.setWidget(0, QFormLayout.FieldRole, self.sb_toolbar_icon_size)
|
|
466
|
+
|
|
467
|
+
|
|
268
468
|
self.verticalLayout_7.addLayout(self.formLayout)
|
|
269
|
-
|
|
270
|
-
self.
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
469
|
+
|
|
470
|
+
self.verticalSpacer_5 = QSpacerItem(20, 386, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
471
|
+
|
|
472
|
+
self.verticalLayout_7.addItem(self.verticalSpacer_5)
|
|
473
|
+
|
|
274
474
|
self.tabWidget.addTab(self.tab_interface, "")
|
|
475
|
+
|
|
275
476
|
self.verticalLayout_2.addWidget(self.tabWidget)
|
|
276
|
-
|
|
277
|
-
self.horizontalLayout_2
|
|
278
|
-
|
|
279
|
-
self.
|
|
280
|
-
|
|
281
|
-
self.
|
|
477
|
+
|
|
478
|
+
self.horizontalLayout_2 = QHBoxLayout()
|
|
479
|
+
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
480
|
+
self.horizontalSpacer = QSpacerItem(241, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
481
|
+
|
|
482
|
+
self.horizontalLayout_2.addItem(self.horizontalSpacer)
|
|
483
|
+
|
|
484
|
+
self.pb_refresh = QPushButton(prefDialog)
|
|
485
|
+
self.pb_refresh.setObjectName(u"pb_refresh")
|
|
486
|
+
|
|
282
487
|
self.horizontalLayout_2.addWidget(self.pb_refresh)
|
|
283
|
-
|
|
284
|
-
self.pbCancel
|
|
488
|
+
|
|
489
|
+
self.pbCancel = QPushButton(prefDialog)
|
|
490
|
+
self.pbCancel.setObjectName(u"pbCancel")
|
|
491
|
+
|
|
285
492
|
self.horizontalLayout_2.addWidget(self.pbCancel)
|
|
286
|
-
|
|
287
|
-
self.pbOK
|
|
493
|
+
|
|
494
|
+
self.pbOK = QPushButton(prefDialog)
|
|
495
|
+
self.pbOK.setObjectName(u"pbOK")
|
|
496
|
+
|
|
288
497
|
self.horizontalLayout_2.addWidget(self.pbOK)
|
|
498
|
+
|
|
499
|
+
|
|
289
500
|
self.verticalLayout_2.addLayout(self.horizontalLayout_2)
|
|
501
|
+
|
|
502
|
+
|
|
290
503
|
self.gridLayout.addLayout(self.verticalLayout_2, 0, 0, 1, 1)
|
|
291
504
|
|
|
505
|
+
|
|
292
506
|
self.retranslateUi(prefDialog)
|
|
293
|
-
|
|
294
|
-
|
|
507
|
+
|
|
508
|
+
self.tabWidget.setCurrentIndex(2)
|
|
509
|
+
|
|
510
|
+
|
|
511
|
+
QMetaObject.connectSlotsByName(prefDialog)
|
|
512
|
+
# setupUi
|
|
295
513
|
|
|
296
514
|
def retranslateUi(self, prefDialog):
|
|
297
|
-
|
|
298
|
-
|
|
299
|
-
self.
|
|
300
|
-
self.cbTimeFormat.setItemText(
|
|
301
|
-
|
|
302
|
-
self.label_6.setText(
|
|
303
|
-
self.label_3.setText(
|
|
304
|
-
self.leSeparator.setText(
|
|
305
|
-
self.cbCheckForNewVersion.setText(
|
|
306
|
-
self.lb_hwdec.setText(
|
|
307
|
-
self.lb_project_file_indent.setText(
|
|
308
|
-
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_project),
|
|
309
|
-
self.label_4.setText(
|
|
310
|
-
self.cb_adapt_fast_jump.setText(
|
|
311
|
-
self.label_5.setText(
|
|
312
|
-
self.label_2.setText(
|
|
313
|
-
self.cbConfirmSound.setText(
|
|
314
|
-
self.cbCloseSameEvent.setText(
|
|
315
|
-
self.label_8.setText(
|
|
316
|
-
self.cb_display_subtitles.setText(
|
|
317
|
-
self.cbTrackingCursorAboveEvent.setText(
|
|
318
|
-
self.cbAlertNoFocalSubject.setText(
|
|
319
|
-
self.cb_pause_before_addevent.setText(
|
|
320
|
-
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_observations),
|
|
321
|
-
self.
|
|
322
|
-
self.
|
|
323
|
-
self.
|
|
324
|
-
self.
|
|
325
|
-
self.
|
|
326
|
-
self.
|
|
327
|
-
self.
|
|
328
|
-
self.
|
|
329
|
-
self.
|
|
330
|
-
self.
|
|
331
|
-
self.
|
|
332
|
-
self.tabWidget.setTabText(self.tabWidget.indexOf(self.
|
|
333
|
-
self.
|
|
334
|
-
self.
|
|
335
|
-
self.
|
|
336
|
-
self.
|
|
337
|
-
self.
|
|
338
|
-
self.
|
|
515
|
+
prefDialog.setWindowTitle(QCoreApplication.translate("prefDialog", u"Preferences", None))
|
|
516
|
+
self.label.setText(QCoreApplication.translate("prefDialog", u"Default project time format", None))
|
|
517
|
+
self.cbTimeFormat.setItemText(0, QCoreApplication.translate("prefDialog", u"seconds", None))
|
|
518
|
+
self.cbTimeFormat.setItemText(1, QCoreApplication.translate("prefDialog", u"hh:mm:ss.mss", None))
|
|
519
|
+
|
|
520
|
+
self.label_6.setText(QCoreApplication.translate("prefDialog", u"Auto-save project every (minutes)", None))
|
|
521
|
+
self.label_3.setText(QCoreApplication.translate("prefDialog", u"Separator for behavioural strings (events export)", None))
|
|
522
|
+
self.leSeparator.setText(QCoreApplication.translate("prefDialog", u"|", None))
|
|
523
|
+
self.cbCheckForNewVersion.setText(QCoreApplication.translate("prefDialog", u"Check for new version and news", None))
|
|
524
|
+
self.lb_hwdec.setText(QCoreApplication.translate("prefDialog", u"MPV player hardware video decoding", None))
|
|
525
|
+
self.lb_project_file_indent.setText(QCoreApplication.translate("prefDialog", u"Project file indentation type", None))
|
|
526
|
+
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_project), QCoreApplication.translate("prefDialog", u"Project", None))
|
|
527
|
+
self.label_4.setText(QCoreApplication.translate("prefDialog", u"Fast forward/backward value (seconds)", None))
|
|
528
|
+
self.cb_adapt_fast_jump.setText(QCoreApplication.translate("prefDialog", u"Adapt the fast forward/backward jump to playback speed", None))
|
|
529
|
+
self.label_5.setText(QCoreApplication.translate("prefDialog", u"Playback speed step value", None))
|
|
530
|
+
self.label_2.setText(QCoreApplication.translate("prefDialog", u"Time offset for video/audio reposition (seconds)", None))
|
|
531
|
+
self.cbConfirmSound.setText(QCoreApplication.translate("prefDialog", u"Play sound when a key is pressed", None))
|
|
532
|
+
self.cbCloseSameEvent.setText(QCoreApplication.translate("prefDialog", u"Close the same current event independently of modifiers", None))
|
|
533
|
+
self.label_8.setText(QCoreApplication.translate("prefDialog", u"Beep every (seconds)", None))
|
|
534
|
+
self.cb_display_subtitles.setText(QCoreApplication.translate("prefDialog", u"Display subtitles", None))
|
|
535
|
+
self.cbTrackingCursorAboveEvent.setText(QCoreApplication.translate("prefDialog", u"Tracking cursor above current event", None))
|
|
536
|
+
self.cbAlertNoFocalSubject.setText(QCoreApplication.translate("prefDialog", u"Alert if focal subject is not set", None))
|
|
537
|
+
self.cb_pause_before_addevent.setText(QCoreApplication.translate("prefDialog", u"Pause media before \"Add event\" command", None))
|
|
538
|
+
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_observations), QCoreApplication.translate("prefDialog", u"Observations", None))
|
|
539
|
+
self.label_13.setText(QCoreApplication.translate("prefDialog", u"BORIS plugins", None))
|
|
540
|
+
self.label_15.setText(QCoreApplication.translate("prefDialog", u"Personal plugins", None))
|
|
541
|
+
self.pb_browse_plugins_dir.setText(QCoreApplication.translate("prefDialog", u"Browse", None))
|
|
542
|
+
self.label_14.setText(QCoreApplication.translate("prefDialog", u"Plugin info", None))
|
|
543
|
+
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_analysis_plugins), QCoreApplication.translate("prefDialog", u"Analysis plugins", None))
|
|
544
|
+
self.lbFFmpegPath.setText(QCoreApplication.translate("prefDialog", u"FFmpeg path:", None))
|
|
545
|
+
self.lbFFmpegCacheDir.setText(QCoreApplication.translate("prefDialog", u"FFmpeg cache directory", None))
|
|
546
|
+
self.pbBrowseFFmpegCacheDir.setText(QCoreApplication.translate("prefDialog", u"...", None))
|
|
547
|
+
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_ffmpeg), QCoreApplication.translate("prefDialog", u"FFmpeg framework", None))
|
|
548
|
+
self.label_7.setText(QCoreApplication.translate("prefDialog", u"Spectrogram color map", None))
|
|
549
|
+
self.label_12.setText(QCoreApplication.translate("prefDialog", u"Default time interval (s)", None))
|
|
550
|
+
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_spectro), QCoreApplication.translate("prefDialog", u"Spectrogram/Wave form", None))
|
|
551
|
+
self.label_10.setText(QCoreApplication.translate("prefDialog", u"<html><head/><body><p>List of colors for behaviors. See <a href=\"https://matplotlib.org/api/colors_api.html\"><span style=\" text-decoration: underline; color:#0000ff;\">matplotlib colors</span></a></p></body></html>", None))
|
|
552
|
+
self.pb_reset_behav_colors.setText(QCoreApplication.translate("prefDialog", u"Reset colors to default", None))
|
|
553
|
+
self.label_11.setText(QCoreApplication.translate("prefDialog", u"<html><head/><body><p>List of colors for behavioral categories. See <a href=\"https://matplotlib.org/api/colors_api.html\"><span style=\" text-decoration: underline; color:#0000ff;\">matplotlib colors</span></a></p></body></html>", None))
|
|
554
|
+
self.pb_reset_category_colors.setText(QCoreApplication.translate("prefDialog", u"Reset colors to default", None))
|
|
555
|
+
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_colors), QCoreApplication.translate("prefDialog", u"Plot colors", None))
|
|
556
|
+
self.label_9.setText(QCoreApplication.translate("prefDialog", u"Toolbar icons size", None))
|
|
557
|
+
self.tabWidget.setTabText(self.tabWidget.indexOf(self.tab_interface), QCoreApplication.translate("prefDialog", u"Interface", None))
|
|
558
|
+
self.pb_refresh.setText(QCoreApplication.translate("prefDialog", u"Refresh", None))
|
|
559
|
+
self.pbCancel.setText(QCoreApplication.translate("prefDialog", u"Cancel", None))
|
|
560
|
+
self.pbOK.setText(QCoreApplication.translate("prefDialog", u"OK", None))
|
|
561
|
+
# retranslateUi
|
|
562
|
+
|