boris-behav-obs 8.12__py3-none-any.whl → 9.7.6__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.
Potentially problematic release.
This version of boris-behav-obs might be problematic. Click here for more details.
- boris/__init__.py +1 -1
- boris/__main__.py +1 -1
- boris/about.py +28 -39
- boris/add_modifier.py +122 -109
- boris/add_modifier_ui.py +239 -135
- boris/advanced_event_filtering.py +81 -45
- boris/analysis_plugins/__init__.py +0 -0
- boris/analysis_plugins/_latency.py +59 -0
- boris/analysis_plugins/irr_cohen_kappa.py +109 -0
- boris/analysis_plugins/irr_cohen_kappa_with_modifiers.py +112 -0
- boris/analysis_plugins/irr_weighted_cohen_kappa.py +157 -0
- boris/analysis_plugins/irr_weighted_cohen_kappa_with_modifiers.py +162 -0
- boris/analysis_plugins/list_of_dataframe_columns.py +22 -0
- boris/analysis_plugins/number_of_occurences.py +22 -0
- boris/analysis_plugins/number_of_occurences_by_independent_variable.py +54 -0
- boris/analysis_plugins/time_budget.py +61 -0
- boris/behav_coding_map_creator.py +228 -229
- boris/behavior_binary_table.py +33 -50
- boris/behaviors_coding_map.py +17 -18
- boris/boris_cli.py +6 -25
- boris/cmd_arguments.py +12 -1
- boris/coding_pad.py +42 -49
- boris/config.py +141 -65
- boris/config_file.py +58 -67
- boris/connections.py +107 -61
- boris/converters.py +13 -37
- boris/converters_ui.py +187 -110
- boris/cooccurence.py +250 -0
- boris/core.py +2373 -1786
- boris/core_qrc.py +15895 -10743
- boris/core_ui.py +943 -798
- boris/db_functions.py +17 -42
- boris/dev.py +109 -8
- boris/dialog.py +482 -236
- boris/duration_widget.py +9 -14
- boris/edit_event.py +61 -31
- boris/edit_event_ui.py +208 -97
- boris/event_operations.py +408 -293
- boris/events_cursor.py +25 -17
- boris/events_snapshots.py +36 -82
- boris/exclusion_matrix.py +4 -9
- boris/export_events.py +184 -223
- boris/export_observation.py +74 -100
- boris/external_processes.py +123 -98
- boris/geometric_measurement.py +644 -290
- boris/gui_utilities.py +91 -14
- boris/image_overlay.py +4 -4
- boris/import_observations.py +190 -98
- boris/ipc_mpv.py +325 -0
- boris/irr.py +20 -57
- boris/latency.py +31 -24
- boris/measurement_widget.py +14 -18
- boris/media_file.py +17 -19
- boris/menu_options.py +17 -6
- boris/modifier_coding_map_creator.py +1013 -0
- boris/modifiers_coding_map.py +7 -9
- boris/mpv.py +1 -0
- boris/mpv2.py +732 -705
- boris/observation.py +533 -221
- boris/observation_operations.py +1025 -390
- boris/observation_ui.py +572 -362
- boris/observations_list.py +71 -53
- boris/otx_parser.py +74 -68
- boris/param_panel.py +31 -16
- boris/param_panel_ui.py +254 -138
- boris/player_dock_widget.py +90 -60
- boris/plot_data_module.py +25 -33
- boris/plot_events.py +127 -90
- boris/plot_events_rt.py +17 -31
- boris/plot_spectrogram_rt.py +95 -30
- boris/plot_waveform_rt.py +32 -21
- boris/plugins.py +431 -0
- boris/portion/__init__.py +18 -8
- boris/portion/const.py +35 -18
- boris/portion/dict.py +5 -5
- boris/portion/func.py +2 -2
- boris/portion/interval.py +21 -41
- boris/portion/io.py +41 -32
- boris/preferences.py +306 -83
- boris/preferences_ui.py +684 -227
- boris/project.py +448 -293
- boris/project_functions.py +671 -238
- boris/project_import_export.py +213 -222
- boris/project_ui.py +674 -438
- boris/qrc_boris.py +6 -3
- boris/qrc_boris5.py +6 -3
- boris/select_modifiers.py +74 -48
- boris/select_observations.py +20 -198
- boris/select_subj_behav.py +67 -39
- boris/state_events.py +52 -35
- boris/subjects_pad.py +6 -9
- boris/synthetic_time_budget.py +45 -28
- boris/time_budget_functions.py +171 -171
- boris/time_budget_widget.py +84 -114
- boris/transitions.py +41 -47
- boris/utilities.py +627 -236
- boris/version.py +3 -3
- boris/video_equalizer.py +16 -14
- boris/video_equalizer_ui.py +199 -130
- boris/video_operations.py +95 -29
- boris/view_df.py +104 -0
- boris/view_df_ui.py +75 -0
- boris/write_event.py +538 -0
- boris_behav_obs-9.7.6.dist-info/METADATA +139 -0
- boris_behav_obs-9.7.6.dist-info/RECORD +109 -0
- {boris_behav_obs-8.12.dist-info → boris_behav_obs-9.7.6.dist-info}/WHEEL +1 -1
- boris_behav_obs-9.7.6.dist-info/entry_points.txt +2 -0
- boris/README.TXT +0 -22
- boris/add_modifier.ui +0 -323
- boris/converters.ui +0 -289
- boris/core.qrc +0 -36
- boris/core.ui +0 -1556
- boris/edit_event.ui +0 -233
- boris/icons/logo_eye.ico +0 -0
- boris/map_creator.py +0 -850
- boris/observation.ui +0 -814
- boris/param_panel.ui +0 -379
- boris/preferences.ui +0 -537
- boris/project.ui +0 -1069
- boris/project_server.py +0 -236
- boris/vlc.py +0 -10343
- boris/vlc_local.py +0 -90
- boris_behav_obs-8.12.dist-info/LICENSE.TXT +0 -674
- boris_behav_obs-8.12.dist-info/METADATA +0 -128
- boris_behav_obs-8.12.dist-info/RECORD +0 -108
- boris_behav_obs-8.12.dist-info/entry_points.txt +0 -3
- {boris → boris_behav_obs-9.7.6.dist-info/licenses}/LICENSE.TXT +0 -0
- {boris_behav_obs-8.12.dist-info → boris_behav_obs-9.7.6.dist-info}/top_level.txt +0 -0
boris/project_ui.py
CHANGED
|
@@ -1,558 +1,794 @@
|
|
|
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 'project.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 (QAbstractItemView, QApplication, QComboBox, QDateTimeEdit,
|
|
19
|
+
QDialog, QFrame, QHBoxLayout, QHeaderView,
|
|
20
|
+
QLabel, QLineEdit, QPlainTextEdit, QPushButton,
|
|
21
|
+
QRadioButton, QSizePolicy, QSpacerItem, QTabWidget,
|
|
22
|
+
QTableWidget, QTableWidgetItem, QVBoxLayout, QWidget)
|
|
13
23
|
|
|
14
24
|
class Ui_dlgProject(object):
|
|
15
25
|
def setupUi(self, dlgProject):
|
|
16
|
-
dlgProject.
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
self.verticalLayout_7
|
|
20
|
-
self.
|
|
21
|
-
self.verticalLayout_6
|
|
22
|
-
self.
|
|
23
|
-
self.tabProject
|
|
24
|
-
self.
|
|
25
|
-
self.tabInformation
|
|
26
|
-
self.
|
|
27
|
-
self.verticalLayout.
|
|
28
|
-
self.
|
|
29
|
-
self.horizontalLayout_15
|
|
30
|
-
self.
|
|
31
|
-
self.label.
|
|
26
|
+
if not dlgProject.objectName():
|
|
27
|
+
dlgProject.setObjectName(u"dlgProject")
|
|
28
|
+
dlgProject.resize(1202, 697)
|
|
29
|
+
self.verticalLayout_7 = QVBoxLayout(dlgProject)
|
|
30
|
+
self.verticalLayout_7.setObjectName(u"verticalLayout_7")
|
|
31
|
+
self.verticalLayout_6 = QVBoxLayout()
|
|
32
|
+
self.verticalLayout_6.setObjectName(u"verticalLayout_6")
|
|
33
|
+
self.tabProject = QTabWidget(dlgProject)
|
|
34
|
+
self.tabProject.setObjectName(u"tabProject")
|
|
35
|
+
self.tabInformation = QWidget()
|
|
36
|
+
self.tabInformation.setObjectName(u"tabInformation")
|
|
37
|
+
self.verticalLayout = QVBoxLayout(self.tabInformation)
|
|
38
|
+
self.verticalLayout.setObjectName(u"verticalLayout")
|
|
39
|
+
self.horizontalLayout_15 = QHBoxLayout()
|
|
40
|
+
self.horizontalLayout_15.setObjectName(u"horizontalLayout_15")
|
|
41
|
+
self.label = QLabel(self.tabInformation)
|
|
42
|
+
self.label.setObjectName(u"label")
|
|
43
|
+
|
|
32
44
|
self.horizontalLayout_15.addWidget(self.label)
|
|
33
|
-
|
|
34
|
-
self.leProjectName.
|
|
45
|
+
|
|
46
|
+
self.leProjectName = QLineEdit(self.tabInformation)
|
|
47
|
+
self.leProjectName.setObjectName(u"leProjectName")
|
|
48
|
+
|
|
35
49
|
self.horizontalLayout_15.addWidget(self.leProjectName)
|
|
50
|
+
|
|
51
|
+
|
|
36
52
|
self.verticalLayout.addLayout(self.horizontalLayout_15)
|
|
37
|
-
|
|
38
|
-
self.lbProjectFilePath.
|
|
53
|
+
|
|
54
|
+
self.lbProjectFilePath = QLabel(self.tabInformation)
|
|
55
|
+
self.lbProjectFilePath.setObjectName(u"lbProjectFilePath")
|
|
56
|
+
|
|
39
57
|
self.verticalLayout.addWidget(self.lbProjectFilePath)
|
|
40
|
-
|
|
41
|
-
self.horizontalLayout_18
|
|
42
|
-
self.
|
|
43
|
-
self.label_7.
|
|
58
|
+
|
|
59
|
+
self.horizontalLayout_18 = QHBoxLayout()
|
|
60
|
+
self.horizontalLayout_18.setObjectName(u"horizontalLayout_18")
|
|
61
|
+
self.label_7 = QLabel(self.tabInformation)
|
|
62
|
+
self.label_7.setObjectName(u"label_7")
|
|
63
|
+
|
|
44
64
|
self.horizontalLayout_18.addWidget(self.label_7)
|
|
45
|
-
|
|
65
|
+
|
|
66
|
+
self.dteDate = QDateTimeEdit(self.tabInformation)
|
|
67
|
+
self.dteDate.setObjectName(u"dteDate")
|
|
46
68
|
self.dteDate.setCalendarPopup(True)
|
|
47
|
-
|
|
69
|
+
|
|
48
70
|
self.horizontalLayout_18.addWidget(self.dteDate)
|
|
49
|
-
|
|
50
|
-
self.
|
|
71
|
+
|
|
72
|
+
self.horizontalSpacer_10 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
73
|
+
|
|
74
|
+
self.horizontalLayout_18.addItem(self.horizontalSpacer_10)
|
|
75
|
+
|
|
76
|
+
|
|
51
77
|
self.verticalLayout.addLayout(self.horizontalLayout_18)
|
|
52
|
-
|
|
53
|
-
self.label_6
|
|
54
|
-
self.label_6.setObjectName("label_6")
|
|
78
|
+
|
|
79
|
+
self.label_6 = QLabel(self.tabInformation)
|
|
80
|
+
self.label_6.setObjectName(u"label_6")
|
|
81
|
+
self.label_6.setAlignment(Qt.AlignLeading|Qt.AlignLeft|Qt.AlignTop)
|
|
82
|
+
|
|
55
83
|
self.verticalLayout.addWidget(self.label_6)
|
|
56
|
-
|
|
57
|
-
self.teDescription.
|
|
84
|
+
|
|
85
|
+
self.teDescription = QPlainTextEdit(self.tabInformation)
|
|
86
|
+
self.teDescription.setObjectName(u"teDescription")
|
|
87
|
+
|
|
58
88
|
self.verticalLayout.addWidget(self.teDescription)
|
|
59
|
-
|
|
60
|
-
self.horizontalLayout_19
|
|
61
|
-
self.
|
|
62
|
-
self.lbTimeFormat.
|
|
89
|
+
|
|
90
|
+
self.horizontalLayout_19 = QHBoxLayout()
|
|
91
|
+
self.horizontalLayout_19.setObjectName(u"horizontalLayout_19")
|
|
92
|
+
self.lbTimeFormat = QLabel(self.tabInformation)
|
|
93
|
+
self.lbTimeFormat.setObjectName(u"lbTimeFormat")
|
|
94
|
+
|
|
63
95
|
self.horizontalLayout_19.addWidget(self.lbTimeFormat)
|
|
64
|
-
|
|
96
|
+
|
|
97
|
+
self.rbSeconds = QRadioButton(self.tabInformation)
|
|
98
|
+
self.rbSeconds.setObjectName(u"rbSeconds")
|
|
65
99
|
self.rbSeconds.setChecked(True)
|
|
66
|
-
|
|
100
|
+
|
|
67
101
|
self.horizontalLayout_19.addWidget(self.rbSeconds)
|
|
68
|
-
|
|
69
|
-
self.rbHMS.
|
|
102
|
+
|
|
103
|
+
self.rbHMS = QRadioButton(self.tabInformation)
|
|
104
|
+
self.rbHMS.setObjectName(u"rbHMS")
|
|
105
|
+
|
|
70
106
|
self.horizontalLayout_19.addWidget(self.rbHMS)
|
|
71
|
-
|
|
72
|
-
self.
|
|
107
|
+
|
|
108
|
+
self.horizontalSpacer_2 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
109
|
+
|
|
110
|
+
self.horizontalLayout_19.addItem(self.horizontalSpacer_2)
|
|
111
|
+
|
|
112
|
+
|
|
73
113
|
self.verticalLayout.addLayout(self.horizontalLayout_19)
|
|
74
|
-
|
|
75
|
-
self.lb_project_format_version.
|
|
114
|
+
|
|
115
|
+
self.lb_project_format_version = QLabel(self.tabInformation)
|
|
116
|
+
self.lb_project_format_version.setObjectName(u"lb_project_format_version")
|
|
117
|
+
|
|
76
118
|
self.verticalLayout.addWidget(self.lb_project_format_version)
|
|
119
|
+
|
|
77
120
|
self.tabProject.addTab(self.tabInformation, "")
|
|
78
|
-
self.tabEthogram =
|
|
79
|
-
self.tabEthogram.setObjectName("tabEthogram")
|
|
80
|
-
self.verticalLayout_10 =
|
|
81
|
-
self.verticalLayout_10.setObjectName("verticalLayout_10")
|
|
82
|
-
self.verticalLayout_5 =
|
|
83
|
-
self.verticalLayout_5.setObjectName("verticalLayout_5")
|
|
84
|
-
self.horizontalLayout_11 =
|
|
85
|
-
self.horizontalLayout_11.setObjectName("horizontalLayout_11")
|
|
86
|
-
self.twBehaviors =
|
|
121
|
+
self.tabEthogram = QWidget()
|
|
122
|
+
self.tabEthogram.setObjectName(u"tabEthogram")
|
|
123
|
+
self.verticalLayout_10 = QVBoxLayout(self.tabEthogram)
|
|
124
|
+
self.verticalLayout_10.setObjectName(u"verticalLayout_10")
|
|
125
|
+
self.verticalLayout_5 = QVBoxLayout()
|
|
126
|
+
self.verticalLayout_5.setObjectName(u"verticalLayout_5")
|
|
127
|
+
self.horizontalLayout_11 = QHBoxLayout()
|
|
128
|
+
self.horizontalLayout_11.setObjectName(u"horizontalLayout_11")
|
|
129
|
+
self.twBehaviors = QTableWidget(self.tabEthogram)
|
|
130
|
+
if (self.twBehaviors.columnCount() < 9):
|
|
131
|
+
self.twBehaviors.setColumnCount(9)
|
|
132
|
+
__qtablewidgetitem = QTableWidgetItem()
|
|
133
|
+
self.twBehaviors.setHorizontalHeaderItem(0, __qtablewidgetitem)
|
|
134
|
+
__qtablewidgetitem1 = QTableWidgetItem()
|
|
135
|
+
self.twBehaviors.setHorizontalHeaderItem(1, __qtablewidgetitem1)
|
|
136
|
+
__qtablewidgetitem2 = QTableWidgetItem()
|
|
137
|
+
self.twBehaviors.setHorizontalHeaderItem(2, __qtablewidgetitem2)
|
|
138
|
+
__qtablewidgetitem3 = QTableWidgetItem()
|
|
139
|
+
self.twBehaviors.setHorizontalHeaderItem(3, __qtablewidgetitem3)
|
|
140
|
+
__qtablewidgetitem4 = QTableWidgetItem()
|
|
141
|
+
self.twBehaviors.setHorizontalHeaderItem(4, __qtablewidgetitem4)
|
|
142
|
+
__qtablewidgetitem5 = QTableWidgetItem()
|
|
143
|
+
self.twBehaviors.setHorizontalHeaderItem(5, __qtablewidgetitem5)
|
|
144
|
+
__qtablewidgetitem6 = QTableWidgetItem()
|
|
145
|
+
self.twBehaviors.setHorizontalHeaderItem(6, __qtablewidgetitem6)
|
|
146
|
+
__qtablewidgetitem7 = QTableWidgetItem()
|
|
147
|
+
self.twBehaviors.setHorizontalHeaderItem(7, __qtablewidgetitem7)
|
|
148
|
+
__qtablewidgetitem8 = QTableWidgetItem()
|
|
149
|
+
self.twBehaviors.setHorizontalHeaderItem(8, __qtablewidgetitem8)
|
|
150
|
+
self.twBehaviors.setObjectName(u"twBehaviors")
|
|
87
151
|
self.twBehaviors.setAutoFillBackground(False)
|
|
88
|
-
self.twBehaviors.setFrameShadow(
|
|
152
|
+
self.twBehaviors.setFrameShadow(QFrame.Sunken)
|
|
89
153
|
self.twBehaviors.setMidLineWidth(0)
|
|
90
154
|
self.twBehaviors.setAlternatingRowColors(True)
|
|
91
|
-
self.twBehaviors.setSelectionMode(
|
|
92
|
-
self.twBehaviors.setSelectionBehavior(
|
|
93
|
-
self.twBehaviors.
|
|
94
|
-
self.twBehaviors.
|
|
95
|
-
self.twBehaviors.
|
|
96
|
-
|
|
97
|
-
self.twBehaviors.setHorizontalHeaderItem(0, item)
|
|
98
|
-
item = QtWidgets.QTableWidgetItem()
|
|
99
|
-
self.twBehaviors.setHorizontalHeaderItem(1, item)
|
|
100
|
-
item = QtWidgets.QTableWidgetItem()
|
|
101
|
-
self.twBehaviors.setHorizontalHeaderItem(2, item)
|
|
102
|
-
item = QtWidgets.QTableWidgetItem()
|
|
103
|
-
self.twBehaviors.setHorizontalHeaderItem(3, item)
|
|
104
|
-
item = QtWidgets.QTableWidgetItem()
|
|
105
|
-
self.twBehaviors.setHorizontalHeaderItem(4, item)
|
|
106
|
-
item = QtWidgets.QTableWidgetItem()
|
|
107
|
-
self.twBehaviors.setHorizontalHeaderItem(5, item)
|
|
108
|
-
item = QtWidgets.QTableWidgetItem()
|
|
109
|
-
self.twBehaviors.setHorizontalHeaderItem(6, item)
|
|
110
|
-
item = QtWidgets.QTableWidgetItem()
|
|
111
|
-
self.twBehaviors.setHorizontalHeaderItem(7, item)
|
|
112
|
-
self.twBehaviors.horizontalHeader().setSortIndicatorShown(False)
|
|
113
|
-
self.twBehaviors.verticalHeader().setSortIndicatorShown(False)
|
|
155
|
+
self.twBehaviors.setSelectionMode(QAbstractItemView.SingleSelection)
|
|
156
|
+
self.twBehaviors.setSelectionBehavior(QAbstractItemView.SelectRows)
|
|
157
|
+
self.twBehaviors.setSortingEnabled(False)
|
|
158
|
+
self.twBehaviors.horizontalHeader().setProperty(u"showSortIndicator", False)
|
|
159
|
+
self.twBehaviors.verticalHeader().setProperty(u"showSortIndicator", False)
|
|
160
|
+
|
|
114
161
|
self.horizontalLayout_11.addWidget(self.twBehaviors)
|
|
115
|
-
|
|
116
|
-
self.verticalLayout_11
|
|
117
|
-
self.
|
|
118
|
-
self.pb_behavior.
|
|
162
|
+
|
|
163
|
+
self.verticalLayout_11 = QVBoxLayout()
|
|
164
|
+
self.verticalLayout_11.setObjectName(u"verticalLayout_11")
|
|
165
|
+
self.pb_behavior = QPushButton(self.tabEthogram)
|
|
166
|
+
self.pb_behavior.setObjectName(u"pb_behavior")
|
|
167
|
+
|
|
119
168
|
self.verticalLayout_11.addWidget(self.pb_behavior)
|
|
120
|
-
|
|
121
|
-
self.pb_import.
|
|
169
|
+
|
|
170
|
+
self.pb_import = QPushButton(self.tabEthogram)
|
|
171
|
+
self.pb_import.setObjectName(u"pb_import")
|
|
172
|
+
|
|
122
173
|
self.verticalLayout_11.addWidget(self.pb_import)
|
|
123
|
-
|
|
124
|
-
self.pbBehaviorsCategories.
|
|
174
|
+
|
|
175
|
+
self.pbBehaviorsCategories = QPushButton(self.tabEthogram)
|
|
176
|
+
self.pbBehaviorsCategories.setObjectName(u"pbBehaviorsCategories")
|
|
177
|
+
|
|
125
178
|
self.verticalLayout_11.addWidget(self.pbBehaviorsCategories)
|
|
126
|
-
|
|
127
|
-
self.
|
|
128
|
-
|
|
129
|
-
self.
|
|
179
|
+
|
|
180
|
+
self.verticalSpacer_3 = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
181
|
+
|
|
182
|
+
self.verticalLayout_11.addItem(self.verticalSpacer_3)
|
|
183
|
+
|
|
184
|
+
self.pb_exclusion_matrix = QPushButton(self.tabEthogram)
|
|
185
|
+
self.pb_exclusion_matrix.setObjectName(u"pb_exclusion_matrix")
|
|
186
|
+
|
|
130
187
|
self.verticalLayout_11.addWidget(self.pb_exclusion_matrix)
|
|
131
|
-
|
|
132
|
-
self.pbExportEthogram.
|
|
188
|
+
|
|
189
|
+
self.pbExportEthogram = QPushButton(self.tabEthogram)
|
|
190
|
+
self.pbExportEthogram.setObjectName(u"pbExportEthogram")
|
|
191
|
+
|
|
133
192
|
self.verticalLayout_11.addWidget(self.pbExportEthogram)
|
|
193
|
+
|
|
194
|
+
|
|
134
195
|
self.horizontalLayout_11.addLayout(self.verticalLayout_11)
|
|
196
|
+
|
|
197
|
+
|
|
135
198
|
self.verticalLayout_5.addLayout(self.horizontalLayout_11)
|
|
136
|
-
|
|
137
|
-
self.lbObservationsState.
|
|
199
|
+
|
|
200
|
+
self.lbObservationsState = QLabel(self.tabEthogram)
|
|
201
|
+
self.lbObservationsState.setObjectName(u"lbObservationsState")
|
|
202
|
+
|
|
138
203
|
self.verticalLayout_5.addWidget(self.lbObservationsState)
|
|
204
|
+
|
|
205
|
+
|
|
139
206
|
self.verticalLayout_10.addLayout(self.verticalLayout_5)
|
|
207
|
+
|
|
140
208
|
self.tabProject.addTab(self.tabEthogram, "")
|
|
141
|
-
self.tabSubjects =
|
|
142
|
-
self.tabSubjects.setObjectName("tabSubjects")
|
|
143
|
-
self.verticalLayout_16 =
|
|
144
|
-
self.verticalLayout_16.setObjectName("verticalLayout_16")
|
|
145
|
-
self.verticalLayout_14 =
|
|
146
|
-
self.verticalLayout_14.setObjectName("verticalLayout_14")
|
|
147
|
-
self.horizontalLayout_12 =
|
|
148
|
-
self.horizontalLayout_12.setObjectName("horizontalLayout_12")
|
|
149
|
-
self.twSubjects =
|
|
209
|
+
self.tabSubjects = QWidget()
|
|
210
|
+
self.tabSubjects.setObjectName(u"tabSubjects")
|
|
211
|
+
self.verticalLayout_16 = QVBoxLayout(self.tabSubjects)
|
|
212
|
+
self.verticalLayout_16.setObjectName(u"verticalLayout_16")
|
|
213
|
+
self.verticalLayout_14 = QVBoxLayout()
|
|
214
|
+
self.verticalLayout_14.setObjectName(u"verticalLayout_14")
|
|
215
|
+
self.horizontalLayout_12 = QHBoxLayout()
|
|
216
|
+
self.horizontalLayout_12.setObjectName(u"horizontalLayout_12")
|
|
217
|
+
self.twSubjects = QTableWidget(self.tabSubjects)
|
|
218
|
+
if (self.twSubjects.columnCount() < 3):
|
|
219
|
+
self.twSubjects.setColumnCount(3)
|
|
220
|
+
__qtablewidgetitem9 = QTableWidgetItem()
|
|
221
|
+
self.twSubjects.setHorizontalHeaderItem(0, __qtablewidgetitem9)
|
|
222
|
+
__qtablewidgetitem10 = QTableWidgetItem()
|
|
223
|
+
self.twSubjects.setHorizontalHeaderItem(1, __qtablewidgetitem10)
|
|
224
|
+
__qtablewidgetitem11 = QTableWidgetItem()
|
|
225
|
+
self.twSubjects.setHorizontalHeaderItem(2, __qtablewidgetitem11)
|
|
226
|
+
self.twSubjects.setObjectName(u"twSubjects")
|
|
150
227
|
self.twSubjects.setAutoFillBackground(False)
|
|
151
|
-
self.twSubjects.setFrameShadow(
|
|
228
|
+
self.twSubjects.setFrameShadow(QFrame.Sunken)
|
|
152
229
|
self.twSubjects.setMidLineWidth(0)
|
|
153
|
-
self.twSubjects.setSelectionMode(
|
|
154
|
-
self.twSubjects.setSelectionBehavior(
|
|
155
|
-
self.twSubjects.
|
|
156
|
-
|
|
157
|
-
self.twSubjects.setRowCount(0)
|
|
158
|
-
item = QtWidgets.QTableWidgetItem()
|
|
159
|
-
self.twSubjects.setHorizontalHeaderItem(0, item)
|
|
160
|
-
item = QtWidgets.QTableWidgetItem()
|
|
161
|
-
self.twSubjects.setHorizontalHeaderItem(1, item)
|
|
162
|
-
item = QtWidgets.QTableWidgetItem()
|
|
163
|
-
self.twSubjects.setHorizontalHeaderItem(2, item)
|
|
230
|
+
self.twSubjects.setSelectionMode(QAbstractItemView.SingleSelection)
|
|
231
|
+
self.twSubjects.setSelectionBehavior(QAbstractItemView.SelectRows)
|
|
232
|
+
self.twSubjects.setSortingEnabled(False)
|
|
233
|
+
|
|
164
234
|
self.horizontalLayout_12.addWidget(self.twSubjects)
|
|
165
|
-
|
|
166
|
-
self.verticalLayout_15
|
|
167
|
-
self.
|
|
168
|
-
self.pb_subjects.
|
|
235
|
+
|
|
236
|
+
self.verticalLayout_15 = QVBoxLayout()
|
|
237
|
+
self.verticalLayout_15.setObjectName(u"verticalLayout_15")
|
|
238
|
+
self.pb_subjects = QPushButton(self.tabSubjects)
|
|
239
|
+
self.pb_subjects.setObjectName(u"pb_subjects")
|
|
240
|
+
|
|
169
241
|
self.verticalLayout_15.addWidget(self.pb_subjects)
|
|
170
|
-
|
|
171
|
-
self.pbImportSubjectsFromProject.
|
|
242
|
+
|
|
243
|
+
self.pbImportSubjectsFromProject = QPushButton(self.tabSubjects)
|
|
244
|
+
self.pbImportSubjectsFromProject.setObjectName(u"pbImportSubjectsFromProject")
|
|
245
|
+
|
|
172
246
|
self.verticalLayout_15.addWidget(self.pbImportSubjectsFromProject)
|
|
173
|
-
|
|
174
|
-
self.
|
|
175
|
-
|
|
176
|
-
self.
|
|
247
|
+
|
|
248
|
+
self.verticalSpacer_2 = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
249
|
+
|
|
250
|
+
self.verticalLayout_15.addItem(self.verticalSpacer_2)
|
|
251
|
+
|
|
252
|
+
self.pb_export_subjects = QPushButton(self.tabSubjects)
|
|
253
|
+
self.pb_export_subjects.setObjectName(u"pb_export_subjects")
|
|
254
|
+
|
|
177
255
|
self.verticalLayout_15.addWidget(self.pb_export_subjects)
|
|
256
|
+
|
|
257
|
+
|
|
178
258
|
self.horizontalLayout_12.addLayout(self.verticalLayout_15)
|
|
259
|
+
|
|
260
|
+
|
|
179
261
|
self.verticalLayout_14.addLayout(self.horizontalLayout_12)
|
|
180
|
-
|
|
181
|
-
self.lbSubjectsState.
|
|
262
|
+
|
|
263
|
+
self.lbSubjectsState = QLabel(self.tabSubjects)
|
|
264
|
+
self.lbSubjectsState.setObjectName(u"lbSubjectsState")
|
|
265
|
+
|
|
182
266
|
self.verticalLayout_14.addWidget(self.lbSubjectsState)
|
|
267
|
+
|
|
268
|
+
|
|
183
269
|
self.verticalLayout_16.addLayout(self.verticalLayout_14)
|
|
270
|
+
|
|
184
271
|
self.tabProject.addTab(self.tabSubjects, "")
|
|
185
|
-
self.tabIndependentVariables =
|
|
186
|
-
self.tabIndependentVariables.setObjectName("tabIndependentVariables")
|
|
187
|
-
self.horizontalLayout_14 =
|
|
188
|
-
self.horizontalLayout_14.setObjectName("horizontalLayout_14")
|
|
189
|
-
self.horizontalLayout_13 =
|
|
190
|
-
self.horizontalLayout_13.setObjectName("horizontalLayout_13")
|
|
191
|
-
self.verticalLayout_2 =
|
|
192
|
-
self.verticalLayout_2.setObjectName("verticalLayout_2")
|
|
193
|
-
self.twVariables =
|
|
272
|
+
self.tabIndependentVariables = QWidget()
|
|
273
|
+
self.tabIndependentVariables.setObjectName(u"tabIndependentVariables")
|
|
274
|
+
self.horizontalLayout_14 = QHBoxLayout(self.tabIndependentVariables)
|
|
275
|
+
self.horizontalLayout_14.setObjectName(u"horizontalLayout_14")
|
|
276
|
+
self.horizontalLayout_13 = QHBoxLayout()
|
|
277
|
+
self.horizontalLayout_13.setObjectName(u"horizontalLayout_13")
|
|
278
|
+
self.verticalLayout_2 = QVBoxLayout()
|
|
279
|
+
self.verticalLayout_2.setObjectName(u"verticalLayout_2")
|
|
280
|
+
self.twVariables = QTableWidget(self.tabIndependentVariables)
|
|
281
|
+
if (self.twVariables.columnCount() < 5):
|
|
282
|
+
self.twVariables.setColumnCount(5)
|
|
283
|
+
__qtablewidgetitem12 = QTableWidgetItem()
|
|
284
|
+
self.twVariables.setHorizontalHeaderItem(0, __qtablewidgetitem12)
|
|
285
|
+
__qtablewidgetitem13 = QTableWidgetItem()
|
|
286
|
+
self.twVariables.setHorizontalHeaderItem(1, __qtablewidgetitem13)
|
|
287
|
+
__qtablewidgetitem14 = QTableWidgetItem()
|
|
288
|
+
self.twVariables.setHorizontalHeaderItem(2, __qtablewidgetitem14)
|
|
289
|
+
__qtablewidgetitem15 = QTableWidgetItem()
|
|
290
|
+
self.twVariables.setHorizontalHeaderItem(3, __qtablewidgetitem15)
|
|
291
|
+
__qtablewidgetitem16 = QTableWidgetItem()
|
|
292
|
+
self.twVariables.setHorizontalHeaderItem(4, __qtablewidgetitem16)
|
|
293
|
+
self.twVariables.setObjectName(u"twVariables")
|
|
194
294
|
self.twVariables.setAutoFillBackground(False)
|
|
195
|
-
self.twVariables.setFrameShadow(
|
|
295
|
+
self.twVariables.setFrameShadow(QFrame.Sunken)
|
|
196
296
|
self.twVariables.setMidLineWidth(0)
|
|
197
|
-
self.twVariables.setEditTriggers(
|
|
297
|
+
self.twVariables.setEditTriggers(QAbstractItemView.NoEditTriggers)
|
|
198
298
|
self.twVariables.setDragDropOverwriteMode(False)
|
|
199
299
|
self.twVariables.setAlternatingRowColors(True)
|
|
200
|
-
self.twVariables.setSelectionMode(
|
|
201
|
-
self.twVariables.setSelectionBehavior(
|
|
202
|
-
self.twVariables.
|
|
203
|
-
self.twVariables.
|
|
204
|
-
|
|
205
|
-
item = QtWidgets.QTableWidgetItem()
|
|
206
|
-
self.twVariables.setHorizontalHeaderItem(0, item)
|
|
207
|
-
item = QtWidgets.QTableWidgetItem()
|
|
208
|
-
self.twVariables.setHorizontalHeaderItem(1, item)
|
|
209
|
-
item = QtWidgets.QTableWidgetItem()
|
|
210
|
-
self.twVariables.setHorizontalHeaderItem(2, item)
|
|
211
|
-
item = QtWidgets.QTableWidgetItem()
|
|
212
|
-
self.twVariables.setHorizontalHeaderItem(3, item)
|
|
213
|
-
item = QtWidgets.QTableWidgetItem()
|
|
214
|
-
self.twVariables.setHorizontalHeaderItem(4, item)
|
|
215
|
-
self.twVariables.horizontalHeader().setSortIndicatorShown(False)
|
|
300
|
+
self.twVariables.setSelectionMode(QAbstractItemView.SingleSelection)
|
|
301
|
+
self.twVariables.setSelectionBehavior(QAbstractItemView.SelectRows)
|
|
302
|
+
self.twVariables.setSortingEnabled(False)
|
|
303
|
+
self.twVariables.horizontalHeader().setProperty(u"showSortIndicator", False)
|
|
304
|
+
|
|
216
305
|
self.verticalLayout_2.addWidget(self.twVariables)
|
|
217
|
-
|
|
218
|
-
self.horizontalLayout_3
|
|
219
|
-
self.
|
|
220
|
-
self.label_2
|
|
221
|
-
self.label_2.setObjectName("label_2")
|
|
306
|
+
|
|
307
|
+
self.horizontalLayout_3 = QHBoxLayout()
|
|
308
|
+
self.horizontalLayout_3.setObjectName(u"horizontalLayout_3")
|
|
309
|
+
self.label_2 = QLabel(self.tabIndependentVariables)
|
|
310
|
+
self.label_2.setObjectName(u"label_2")
|
|
311
|
+
self.label_2.setMinimumSize(QSize(120, 0))
|
|
312
|
+
|
|
222
313
|
self.horizontalLayout_3.addWidget(self.label_2)
|
|
223
|
-
|
|
224
|
-
self.leLabel.
|
|
314
|
+
|
|
315
|
+
self.leLabel = QLineEdit(self.tabIndependentVariables)
|
|
316
|
+
self.leLabel.setObjectName(u"leLabel")
|
|
317
|
+
|
|
225
318
|
self.horizontalLayout_3.addWidget(self.leLabel)
|
|
226
|
-
|
|
227
|
-
self.
|
|
319
|
+
|
|
320
|
+
self.horizontalSpacer_3 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
321
|
+
|
|
322
|
+
self.horizontalLayout_3.addItem(self.horizontalSpacer_3)
|
|
323
|
+
|
|
324
|
+
|
|
228
325
|
self.verticalLayout_2.addLayout(self.horizontalLayout_3)
|
|
229
|
-
|
|
230
|
-
self.horizontalLayout_5
|
|
231
|
-
self.
|
|
232
|
-
self.label_3
|
|
233
|
-
self.label_3.setObjectName("label_3")
|
|
326
|
+
|
|
327
|
+
self.horizontalLayout_5 = QHBoxLayout()
|
|
328
|
+
self.horizontalLayout_5.setObjectName(u"horizontalLayout_5")
|
|
329
|
+
self.label_3 = QLabel(self.tabIndependentVariables)
|
|
330
|
+
self.label_3.setObjectName(u"label_3")
|
|
331
|
+
self.label_3.setMinimumSize(QSize(120, 0))
|
|
332
|
+
|
|
234
333
|
self.horizontalLayout_5.addWidget(self.label_3)
|
|
235
|
-
|
|
236
|
-
self.leDescription.
|
|
334
|
+
|
|
335
|
+
self.leDescription = QLineEdit(self.tabIndependentVariables)
|
|
336
|
+
self.leDescription.setObjectName(u"leDescription")
|
|
337
|
+
|
|
237
338
|
self.horizontalLayout_5.addWidget(self.leDescription)
|
|
238
|
-
|
|
239
|
-
self.
|
|
339
|
+
|
|
340
|
+
self.horizontalSpacer_4 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
341
|
+
|
|
342
|
+
self.horizontalLayout_5.addItem(self.horizontalSpacer_4)
|
|
343
|
+
|
|
344
|
+
|
|
240
345
|
self.verticalLayout_2.addLayout(self.horizontalLayout_5)
|
|
241
|
-
|
|
242
|
-
self.horizontalLayout_6
|
|
243
|
-
self.
|
|
244
|
-
self.label_8
|
|
245
|
-
self.label_8.setObjectName("label_8")
|
|
346
|
+
|
|
347
|
+
self.horizontalLayout_6 = QHBoxLayout()
|
|
348
|
+
self.horizontalLayout_6.setObjectName(u"horizontalLayout_6")
|
|
349
|
+
self.label_8 = QLabel(self.tabIndependentVariables)
|
|
350
|
+
self.label_8.setObjectName(u"label_8")
|
|
351
|
+
self.label_8.setMinimumSize(QSize(120, 0))
|
|
352
|
+
|
|
246
353
|
self.horizontalLayout_6.addWidget(self.label_8)
|
|
247
|
-
|
|
248
|
-
self.cbType
|
|
249
|
-
self.cbType.setObjectName("cbType")
|
|
354
|
+
|
|
355
|
+
self.cbType = QComboBox(self.tabIndependentVariables)
|
|
356
|
+
self.cbType.setObjectName(u"cbType")
|
|
357
|
+
self.cbType.setMinimumSize(QSize(120, 0))
|
|
358
|
+
|
|
250
359
|
self.horizontalLayout_6.addWidget(self.cbType)
|
|
251
|
-
|
|
252
|
-
self.
|
|
360
|
+
|
|
361
|
+
self.horizontalSpacer_5 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
362
|
+
|
|
363
|
+
self.horizontalLayout_6.addItem(self.horizontalSpacer_5)
|
|
364
|
+
|
|
365
|
+
|
|
253
366
|
self.verticalLayout_2.addLayout(self.horizontalLayout_6)
|
|
254
|
-
|
|
255
|
-
self.horizontalLayout_7
|
|
256
|
-
self.
|
|
257
|
-
self.label_4
|
|
258
|
-
self.label_4.setObjectName("label_4")
|
|
367
|
+
|
|
368
|
+
self.horizontalLayout_7 = QHBoxLayout()
|
|
369
|
+
self.horizontalLayout_7.setObjectName(u"horizontalLayout_7")
|
|
370
|
+
self.label_4 = QLabel(self.tabIndependentVariables)
|
|
371
|
+
self.label_4.setObjectName(u"label_4")
|
|
372
|
+
self.label_4.setMinimumSize(QSize(120, 0))
|
|
373
|
+
|
|
259
374
|
self.horizontalLayout_7.addWidget(self.label_4)
|
|
260
|
-
|
|
261
|
-
self.lePredefined.
|
|
375
|
+
|
|
376
|
+
self.lePredefined = QLineEdit(self.tabIndependentVariables)
|
|
377
|
+
self.lePredefined.setObjectName(u"lePredefined")
|
|
378
|
+
|
|
262
379
|
self.horizontalLayout_7.addWidget(self.lePredefined)
|
|
263
|
-
|
|
264
|
-
self.
|
|
380
|
+
|
|
381
|
+
self.horizontalSpacer_6 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
382
|
+
|
|
383
|
+
self.horizontalLayout_7.addItem(self.horizontalSpacer_6)
|
|
384
|
+
|
|
385
|
+
|
|
265
386
|
self.verticalLayout_2.addLayout(self.horizontalLayout_7)
|
|
266
|
-
|
|
267
|
-
self.horizontalLayout_8
|
|
268
|
-
self.
|
|
269
|
-
self.label_9
|
|
270
|
-
self.label_9.setObjectName("label_9")
|
|
387
|
+
|
|
388
|
+
self.horizontalLayout_8 = QHBoxLayout()
|
|
389
|
+
self.horizontalLayout_8.setObjectName(u"horizontalLayout_8")
|
|
390
|
+
self.label_9 = QLabel(self.tabIndependentVariables)
|
|
391
|
+
self.label_9.setObjectName(u"label_9")
|
|
392
|
+
self.label_9.setMinimumSize(QSize(120, 0))
|
|
393
|
+
|
|
271
394
|
self.horizontalLayout_8.addWidget(self.label_9)
|
|
272
|
-
|
|
273
|
-
self.dte_default_date.
|
|
395
|
+
|
|
396
|
+
self.dte_default_date = QDateTimeEdit(self.tabIndependentVariables)
|
|
397
|
+
self.dte_default_date.setObjectName(u"dte_default_date")
|
|
398
|
+
|
|
274
399
|
self.horizontalLayout_8.addWidget(self.dte_default_date)
|
|
275
|
-
|
|
276
|
-
self.
|
|
400
|
+
|
|
401
|
+
self.horizontalSpacer_7 = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
402
|
+
|
|
403
|
+
self.horizontalLayout_8.addItem(self.horizontalSpacer_7)
|
|
404
|
+
|
|
405
|
+
|
|
277
406
|
self.verticalLayout_2.addLayout(self.horizontalLayout_8)
|
|
278
|
-
|
|
279
|
-
self.horizontalLayout_9
|
|
280
|
-
self.
|
|
281
|
-
self.label_5.
|
|
407
|
+
|
|
408
|
+
self.horizontalLayout_9 = QHBoxLayout()
|
|
409
|
+
self.horizontalLayout_9.setObjectName(u"horizontalLayout_9")
|
|
410
|
+
self.label_5 = QLabel(self.tabIndependentVariables)
|
|
411
|
+
self.label_5.setObjectName(u"label_5")
|
|
412
|
+
|
|
282
413
|
self.horizontalLayout_9.addWidget(self.label_5)
|
|
283
|
-
|
|
284
|
-
self.leSetValues.
|
|
414
|
+
|
|
415
|
+
self.leSetValues = QLineEdit(self.tabIndependentVariables)
|
|
416
|
+
self.leSetValues.setObjectName(u"leSetValues")
|
|
417
|
+
|
|
285
418
|
self.horizontalLayout_9.addWidget(self.leSetValues)
|
|
286
|
-
|
|
287
|
-
self.
|
|
419
|
+
|
|
420
|
+
self.horizontalSpacer_8 = QSpacerItem(40, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
421
|
+
|
|
422
|
+
self.horizontalLayout_9.addItem(self.horizontalSpacer_8)
|
|
423
|
+
|
|
424
|
+
|
|
288
425
|
self.verticalLayout_2.addLayout(self.horizontalLayout_9)
|
|
426
|
+
|
|
427
|
+
|
|
289
428
|
self.horizontalLayout_13.addLayout(self.verticalLayout_2)
|
|
290
|
-
|
|
291
|
-
self.verticalLayout_12
|
|
292
|
-
self.
|
|
293
|
-
self.pbAddVariable.
|
|
429
|
+
|
|
430
|
+
self.verticalLayout_12 = QVBoxLayout()
|
|
431
|
+
self.verticalLayout_12.setObjectName(u"verticalLayout_12")
|
|
432
|
+
self.pbAddVariable = QPushButton(self.tabIndependentVariables)
|
|
433
|
+
self.pbAddVariable.setObjectName(u"pbAddVariable")
|
|
434
|
+
|
|
294
435
|
self.verticalLayout_12.addWidget(self.pbAddVariable)
|
|
295
|
-
|
|
296
|
-
self.pbRemoveVariable.
|
|
436
|
+
|
|
437
|
+
self.pbRemoveVariable = QPushButton(self.tabIndependentVariables)
|
|
438
|
+
self.pbRemoveVariable.setObjectName(u"pbRemoveVariable")
|
|
439
|
+
|
|
297
440
|
self.verticalLayout_12.addWidget(self.pbRemoveVariable)
|
|
298
|
-
|
|
299
|
-
self.pbImportVarFromProject.
|
|
441
|
+
|
|
442
|
+
self.pbImportVarFromProject = QPushButton(self.tabIndependentVariables)
|
|
443
|
+
self.pbImportVarFromProject.setObjectName(u"pbImportVarFromProject")
|
|
444
|
+
|
|
300
445
|
self.verticalLayout_12.addWidget(self.pbImportVarFromProject)
|
|
301
|
-
|
|
302
|
-
self.
|
|
446
|
+
|
|
447
|
+
self.verticalSpacer_4 = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
448
|
+
|
|
449
|
+
self.verticalLayout_12.addItem(self.verticalSpacer_4)
|
|
450
|
+
|
|
451
|
+
|
|
303
452
|
self.horizontalLayout_13.addLayout(self.verticalLayout_12)
|
|
453
|
+
|
|
454
|
+
|
|
304
455
|
self.horizontalLayout_14.addLayout(self.horizontalLayout_13)
|
|
456
|
+
|
|
305
457
|
self.tabProject.addTab(self.tabIndependentVariables, "")
|
|
306
|
-
self.tabBehavCodingMap =
|
|
307
|
-
self.tabBehavCodingMap.setObjectName("tabBehavCodingMap")
|
|
308
|
-
self.verticalLayout_8 =
|
|
309
|
-
self.verticalLayout_8.setObjectName("verticalLayout_8")
|
|
310
|
-
self.horizontalLayout =
|
|
311
|
-
self.horizontalLayout.setObjectName("horizontalLayout")
|
|
312
|
-
self.twBehavCodingMap =
|
|
458
|
+
self.tabBehavCodingMap = QWidget()
|
|
459
|
+
self.tabBehavCodingMap.setObjectName(u"tabBehavCodingMap")
|
|
460
|
+
self.verticalLayout_8 = QVBoxLayout(self.tabBehavCodingMap)
|
|
461
|
+
self.verticalLayout_8.setObjectName(u"verticalLayout_8")
|
|
462
|
+
self.horizontalLayout = QHBoxLayout()
|
|
463
|
+
self.horizontalLayout.setObjectName(u"horizontalLayout")
|
|
464
|
+
self.twBehavCodingMap = QTableWidget(self.tabBehavCodingMap)
|
|
465
|
+
if (self.twBehavCodingMap.columnCount() < 2):
|
|
466
|
+
self.twBehavCodingMap.setColumnCount(2)
|
|
467
|
+
__qtablewidgetitem17 = QTableWidgetItem()
|
|
468
|
+
self.twBehavCodingMap.setHorizontalHeaderItem(0, __qtablewidgetitem17)
|
|
469
|
+
__qtablewidgetitem18 = QTableWidgetItem()
|
|
470
|
+
self.twBehavCodingMap.setHorizontalHeaderItem(1, __qtablewidgetitem18)
|
|
471
|
+
self.twBehavCodingMap.setObjectName(u"twBehavCodingMap")
|
|
313
472
|
self.twBehavCodingMap.setAutoFillBackground(False)
|
|
314
|
-
self.twBehavCodingMap.setFrameShadow(
|
|
473
|
+
self.twBehavCodingMap.setFrameShadow(QFrame.Sunken)
|
|
315
474
|
self.twBehavCodingMap.setMidLineWidth(0)
|
|
316
|
-
self.twBehavCodingMap.setSelectionMode(
|
|
317
|
-
self.twBehavCodingMap.setSelectionBehavior(
|
|
318
|
-
self.twBehavCodingMap.
|
|
319
|
-
|
|
320
|
-
self.twBehavCodingMap.setRowCount(0)
|
|
321
|
-
item = QtWidgets.QTableWidgetItem()
|
|
322
|
-
self.twBehavCodingMap.setHorizontalHeaderItem(0, item)
|
|
323
|
-
item = QtWidgets.QTableWidgetItem()
|
|
324
|
-
self.twBehavCodingMap.setHorizontalHeaderItem(1, item)
|
|
475
|
+
self.twBehavCodingMap.setSelectionMode(QAbstractItemView.SingleSelection)
|
|
476
|
+
self.twBehavCodingMap.setSelectionBehavior(QAbstractItemView.SelectRows)
|
|
477
|
+
self.twBehavCodingMap.setSortingEnabled(False)
|
|
478
|
+
|
|
325
479
|
self.horizontalLayout.addWidget(self.twBehavCodingMap)
|
|
326
|
-
|
|
327
|
-
self.verticalLayout_4
|
|
328
|
-
self.
|
|
329
|
-
self.pbAddBehaviorsCodingMap.
|
|
480
|
+
|
|
481
|
+
self.verticalLayout_4 = QVBoxLayout()
|
|
482
|
+
self.verticalLayout_4.setObjectName(u"verticalLayout_4")
|
|
483
|
+
self.pbAddBehaviorsCodingMap = QPushButton(self.tabBehavCodingMap)
|
|
484
|
+
self.pbAddBehaviorsCodingMap.setObjectName(u"pbAddBehaviorsCodingMap")
|
|
485
|
+
|
|
330
486
|
self.verticalLayout_4.addWidget(self.pbAddBehaviorsCodingMap)
|
|
331
|
-
|
|
332
|
-
self.pbRemoveBehaviorsCodingMap.
|
|
487
|
+
|
|
488
|
+
self.pbRemoveBehaviorsCodingMap = QPushButton(self.tabBehavCodingMap)
|
|
489
|
+
self.pbRemoveBehaviorsCodingMap.setObjectName(u"pbRemoveBehaviorsCodingMap")
|
|
490
|
+
|
|
333
491
|
self.verticalLayout_4.addWidget(self.pbRemoveBehaviorsCodingMap)
|
|
334
|
-
|
|
335
|
-
self.
|
|
492
|
+
|
|
493
|
+
self.verticalSpacer = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
494
|
+
|
|
495
|
+
self.verticalLayout_4.addItem(self.verticalSpacer)
|
|
496
|
+
|
|
497
|
+
|
|
336
498
|
self.horizontalLayout.addLayout(self.verticalLayout_4)
|
|
499
|
+
|
|
500
|
+
|
|
337
501
|
self.verticalLayout_8.addLayout(self.horizontalLayout)
|
|
502
|
+
|
|
338
503
|
self.tabProject.addTab(self.tabBehavCodingMap, "")
|
|
339
|
-
self.tab_time_converters =
|
|
340
|
-
self.tab_time_converters.setObjectName("tab_time_converters")
|
|
341
|
-
self.verticalLayout_18 =
|
|
342
|
-
self.verticalLayout_18.setObjectName("verticalLayout_18")
|
|
343
|
-
self.label_11 =
|
|
344
|
-
self.label_11.setObjectName("label_11")
|
|
504
|
+
self.tab_time_converters = QWidget()
|
|
505
|
+
self.tab_time_converters.setObjectName(u"tab_time_converters")
|
|
506
|
+
self.verticalLayout_18 = QVBoxLayout(self.tab_time_converters)
|
|
507
|
+
self.verticalLayout_18.setObjectName(u"verticalLayout_18")
|
|
508
|
+
self.label_11 = QLabel(self.tab_time_converters)
|
|
509
|
+
self.label_11.setObjectName(u"label_11")
|
|
510
|
+
|
|
345
511
|
self.verticalLayout_18.addWidget(self.label_11)
|
|
346
|
-
|
|
347
|
-
self.horizontalLayout_16
|
|
348
|
-
self.
|
|
349
|
-
self.tw_converters
|
|
350
|
-
self.tw_converters.
|
|
351
|
-
|
|
352
|
-
|
|
353
|
-
self.tw_converters.
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
self.tw_converters.
|
|
359
|
-
|
|
360
|
-
self.tw_converters.
|
|
512
|
+
|
|
513
|
+
self.horizontalLayout_16 = QHBoxLayout()
|
|
514
|
+
self.horizontalLayout_16.setObjectName(u"horizontalLayout_16")
|
|
515
|
+
self.tw_converters = QTableWidget(self.tab_time_converters)
|
|
516
|
+
if (self.tw_converters.columnCount() < 3):
|
|
517
|
+
self.tw_converters.setColumnCount(3)
|
|
518
|
+
__qtablewidgetitem19 = QTableWidgetItem()
|
|
519
|
+
self.tw_converters.setHorizontalHeaderItem(0, __qtablewidgetitem19)
|
|
520
|
+
__qtablewidgetitem20 = QTableWidgetItem()
|
|
521
|
+
self.tw_converters.setHorizontalHeaderItem(1, __qtablewidgetitem20)
|
|
522
|
+
__qtablewidgetitem21 = QTableWidgetItem()
|
|
523
|
+
self.tw_converters.setHorizontalHeaderItem(2, __qtablewidgetitem21)
|
|
524
|
+
self.tw_converters.setObjectName(u"tw_converters")
|
|
525
|
+
self.tw_converters.setEditTriggers(QAbstractItemView.NoEditTriggers)
|
|
526
|
+
self.tw_converters.setSelectionMode(QAbstractItemView.SingleSelection)
|
|
527
|
+
self.tw_converters.setSelectionBehavior(QAbstractItemView.SelectRows)
|
|
528
|
+
self.tw_converters.setSortingEnabled(False)
|
|
529
|
+
|
|
361
530
|
self.horizontalLayout_16.addWidget(self.tw_converters)
|
|
362
|
-
|
|
363
|
-
self.verticalLayout_17
|
|
364
|
-
self.
|
|
365
|
-
self.pb_add_converter.
|
|
531
|
+
|
|
532
|
+
self.verticalLayout_17 = QVBoxLayout()
|
|
533
|
+
self.verticalLayout_17.setObjectName(u"verticalLayout_17")
|
|
534
|
+
self.pb_add_converter = QPushButton(self.tab_time_converters)
|
|
535
|
+
self.pb_add_converter.setObjectName(u"pb_add_converter")
|
|
536
|
+
|
|
366
537
|
self.verticalLayout_17.addWidget(self.pb_add_converter)
|
|
367
|
-
|
|
368
|
-
self.pb_modify_converter.
|
|
538
|
+
|
|
539
|
+
self.pb_modify_converter = QPushButton(self.tab_time_converters)
|
|
540
|
+
self.pb_modify_converter.setObjectName(u"pb_modify_converter")
|
|
541
|
+
|
|
369
542
|
self.verticalLayout_17.addWidget(self.pb_modify_converter)
|
|
370
|
-
|
|
371
|
-
self.pb_delete_converter.
|
|
543
|
+
|
|
544
|
+
self.pb_delete_converter = QPushButton(self.tab_time_converters)
|
|
545
|
+
self.pb_delete_converter.setObjectName(u"pb_delete_converter")
|
|
546
|
+
|
|
372
547
|
self.verticalLayout_17.addWidget(self.pb_delete_converter)
|
|
373
|
-
|
|
374
|
-
self.pb_load_from_file.
|
|
548
|
+
|
|
549
|
+
self.pb_load_from_file = QPushButton(self.tab_time_converters)
|
|
550
|
+
self.pb_load_from_file.setObjectName(u"pb_load_from_file")
|
|
551
|
+
|
|
375
552
|
self.verticalLayout_17.addWidget(self.pb_load_from_file)
|
|
376
|
-
|
|
377
|
-
self.pb_load_from_repo.
|
|
553
|
+
|
|
554
|
+
self.pb_load_from_repo = QPushButton(self.tab_time_converters)
|
|
555
|
+
self.pb_load_from_repo.setObjectName(u"pb_load_from_repo")
|
|
556
|
+
|
|
378
557
|
self.verticalLayout_17.addWidget(self.pb_load_from_repo)
|
|
379
|
-
|
|
380
|
-
self.
|
|
558
|
+
|
|
559
|
+
self.verticalSpacer_7 = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
560
|
+
|
|
561
|
+
self.verticalLayout_17.addItem(self.verticalSpacer_7)
|
|
562
|
+
|
|
563
|
+
|
|
381
564
|
self.horizontalLayout_16.addLayout(self.verticalLayout_17)
|
|
565
|
+
|
|
566
|
+
|
|
382
567
|
self.verticalLayout_18.addLayout(self.horizontalLayout_16)
|
|
383
|
-
|
|
384
|
-
self.horizontalLayout_17
|
|
385
|
-
self.
|
|
386
|
-
self.label_13
|
|
387
|
-
self.label_13.setObjectName("label_13")
|
|
568
|
+
|
|
569
|
+
self.horizontalLayout_17 = QHBoxLayout()
|
|
570
|
+
self.horizontalLayout_17.setObjectName(u"horizontalLayout_17")
|
|
571
|
+
self.label_13 = QLabel(self.tab_time_converters)
|
|
572
|
+
self.label_13.setObjectName(u"label_13")
|
|
573
|
+
self.label_13.setMinimumSize(QSize(120, 0))
|
|
574
|
+
|
|
388
575
|
self.horizontalLayout_17.addWidget(self.label_13)
|
|
389
|
-
|
|
390
|
-
self.le_converter_name.
|
|
576
|
+
|
|
577
|
+
self.le_converter_name = QLineEdit(self.tab_time_converters)
|
|
578
|
+
self.le_converter_name.setObjectName(u"le_converter_name")
|
|
579
|
+
|
|
391
580
|
self.horizontalLayout_17.addWidget(self.le_converter_name)
|
|
392
|
-
|
|
393
|
-
self.
|
|
581
|
+
|
|
582
|
+
self.horizontalSpacer_11 = QSpacerItem(10, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
583
|
+
|
|
584
|
+
self.horizontalLayout_17.addItem(self.horizontalSpacer_11)
|
|
585
|
+
|
|
586
|
+
|
|
394
587
|
self.verticalLayout_18.addLayout(self.horizontalLayout_17)
|
|
395
|
-
|
|
396
|
-
self.horizontalLayout_10
|
|
397
|
-
self.
|
|
398
|
-
self.label_10
|
|
399
|
-
self.label_10.setObjectName("label_10")
|
|
588
|
+
|
|
589
|
+
self.horizontalLayout_10 = QHBoxLayout()
|
|
590
|
+
self.horizontalLayout_10.setObjectName(u"horizontalLayout_10")
|
|
591
|
+
self.label_10 = QLabel(self.tab_time_converters)
|
|
592
|
+
self.label_10.setObjectName(u"label_10")
|
|
593
|
+
self.label_10.setMinimumSize(QSize(120, 0))
|
|
594
|
+
|
|
400
595
|
self.horizontalLayout_10.addWidget(self.label_10)
|
|
401
|
-
|
|
402
|
-
self.le_converter_description.
|
|
596
|
+
|
|
597
|
+
self.le_converter_description = QLineEdit(self.tab_time_converters)
|
|
598
|
+
self.le_converter_description.setObjectName(u"le_converter_description")
|
|
599
|
+
|
|
403
600
|
self.horizontalLayout_10.addWidget(self.le_converter_description)
|
|
404
|
-
|
|
405
|
-
self.
|
|
601
|
+
|
|
602
|
+
self.horizontalSpacer_9 = QSpacerItem(10, 20, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Minimum)
|
|
603
|
+
|
|
604
|
+
self.horizontalLayout_10.addItem(self.horizontalSpacer_9)
|
|
605
|
+
|
|
606
|
+
|
|
406
607
|
self.verticalLayout_18.addLayout(self.horizontalLayout_10)
|
|
407
|
-
|
|
408
|
-
self.horizontalLayout_2
|
|
409
|
-
self.
|
|
410
|
-
self.verticalLayout_9
|
|
411
|
-
self.
|
|
412
|
-
self.label_12.
|
|
608
|
+
|
|
609
|
+
self.horizontalLayout_2 = QHBoxLayout()
|
|
610
|
+
self.horizontalLayout_2.setObjectName(u"horizontalLayout_2")
|
|
611
|
+
self.verticalLayout_9 = QVBoxLayout()
|
|
612
|
+
self.verticalLayout_9.setObjectName(u"verticalLayout_9")
|
|
613
|
+
self.label_12 = QLabel(self.tab_time_converters)
|
|
614
|
+
self.label_12.setObjectName(u"label_12")
|
|
615
|
+
|
|
413
616
|
self.verticalLayout_9.addWidget(self.label_12)
|
|
414
|
-
|
|
415
|
-
self.pb_code_help.
|
|
617
|
+
|
|
618
|
+
self.pb_code_help = QPushButton(self.tab_time_converters)
|
|
619
|
+
self.pb_code_help.setObjectName(u"pb_code_help")
|
|
620
|
+
|
|
416
621
|
self.verticalLayout_9.addWidget(self.pb_code_help)
|
|
417
|
-
|
|
418
|
-
self.
|
|
622
|
+
|
|
623
|
+
self.verticalSpacer_5 = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
624
|
+
|
|
625
|
+
self.verticalLayout_9.addItem(self.verticalSpacer_5)
|
|
626
|
+
|
|
627
|
+
|
|
419
628
|
self.horizontalLayout_2.addLayout(self.verticalLayout_9)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
629
|
+
|
|
630
|
+
self.pteCode = QPlainTextEdit(self.tab_time_converters)
|
|
631
|
+
self.pteCode.setObjectName(u"pteCode")
|
|
632
|
+
font = QFont()
|
|
633
|
+
font.setFamilies([u"Monospace"])
|
|
423
634
|
self.pteCode.setFont(font)
|
|
424
|
-
|
|
635
|
+
|
|
425
636
|
self.horizontalLayout_2.addWidget(self.pteCode)
|
|
426
|
-
|
|
427
|
-
self.verticalLayout_13
|
|
428
|
-
self.
|
|
429
|
-
self.pb_save_converter.
|
|
637
|
+
|
|
638
|
+
self.verticalLayout_13 = QVBoxLayout()
|
|
639
|
+
self.verticalLayout_13.setObjectName(u"verticalLayout_13")
|
|
640
|
+
self.pb_save_converter = QPushButton(self.tab_time_converters)
|
|
641
|
+
self.pb_save_converter.setObjectName(u"pb_save_converter")
|
|
642
|
+
|
|
430
643
|
self.verticalLayout_13.addWidget(self.pb_save_converter)
|
|
431
|
-
|
|
432
|
-
self.pb_cancel_converter.
|
|
644
|
+
|
|
645
|
+
self.pb_cancel_converter = QPushButton(self.tab_time_converters)
|
|
646
|
+
self.pb_cancel_converter.setObjectName(u"pb_cancel_converter")
|
|
647
|
+
|
|
433
648
|
self.verticalLayout_13.addWidget(self.pb_cancel_converter)
|
|
434
|
-
|
|
435
|
-
self.
|
|
649
|
+
|
|
650
|
+
self.verticalSpacer_6 = QSpacerItem(20, 40, QSizePolicy.Policy.Minimum, QSizePolicy.Policy.Expanding)
|
|
651
|
+
|
|
652
|
+
self.verticalLayout_13.addItem(self.verticalSpacer_6)
|
|
653
|
+
|
|
654
|
+
|
|
436
655
|
self.horizontalLayout_2.addLayout(self.verticalLayout_13)
|
|
656
|
+
|
|
657
|
+
|
|
437
658
|
self.verticalLayout_18.addLayout(self.horizontalLayout_2)
|
|
659
|
+
|
|
438
660
|
self.tabProject.addTab(self.tab_time_converters, "")
|
|
661
|
+
|
|
439
662
|
self.verticalLayout_6.addWidget(self.tabProject)
|
|
440
|
-
|
|
441
|
-
self.horizontalLayout_4
|
|
442
|
-
|
|
443
|
-
self.
|
|
444
|
-
|
|
445
|
-
self.
|
|
663
|
+
|
|
664
|
+
self.horizontalLayout_4 = QHBoxLayout()
|
|
665
|
+
self.horizontalLayout_4.setObjectName(u"horizontalLayout_4")
|
|
666
|
+
self.horizontalSpacer = QSpacerItem(40, 20, QSizePolicy.Policy.Expanding, QSizePolicy.Policy.Minimum)
|
|
667
|
+
|
|
668
|
+
self.horizontalLayout_4.addItem(self.horizontalSpacer)
|
|
669
|
+
|
|
670
|
+
self.pbCancel = QPushButton(dlgProject)
|
|
671
|
+
self.pbCancel.setObjectName(u"pbCancel")
|
|
672
|
+
|
|
446
673
|
self.horizontalLayout_4.addWidget(self.pbCancel)
|
|
447
|
-
|
|
448
|
-
self.pbOK
|
|
674
|
+
|
|
675
|
+
self.pbOK = QPushButton(dlgProject)
|
|
676
|
+
self.pbOK.setObjectName(u"pbOK")
|
|
677
|
+
|
|
449
678
|
self.horizontalLayout_4.addWidget(self.pbOK)
|
|
679
|
+
|
|
680
|
+
|
|
450
681
|
self.verticalLayout_6.addLayout(self.horizontalLayout_4)
|
|
682
|
+
|
|
683
|
+
|
|
451
684
|
self.verticalLayout_7.addLayout(self.verticalLayout_6)
|
|
452
685
|
|
|
686
|
+
|
|
453
687
|
self.retranslateUi(dlgProject)
|
|
454
|
-
|
|
455
|
-
|
|
688
|
+
|
|
689
|
+
self.tabProject.setCurrentIndex(3)
|
|
690
|
+
|
|
691
|
+
|
|
692
|
+
QMetaObject.connectSlotsByName(dlgProject)
|
|
693
|
+
# setupUi
|
|
456
694
|
|
|
457
695
|
def retranslateUi(self, dlgProject):
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
self.
|
|
461
|
-
self.
|
|
462
|
-
self.
|
|
463
|
-
self.
|
|
464
|
-
self.
|
|
465
|
-
self.
|
|
466
|
-
self.
|
|
467
|
-
self.
|
|
468
|
-
self.
|
|
469
|
-
self.
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
self.pb_behavior.setText(
|
|
488
|
-
self.pb_import.setText(
|
|
489
|
-
self.pbBehaviorsCategories.setText(
|
|
490
|
-
self.pb_exclusion_matrix.setText(
|
|
491
|
-
self.pbExportEthogram.setText(
|
|
492
|
-
self.lbObservationsState.setText(
|
|
493
|
-
self.tabProject.setTabText(self.tabProject.indexOf(self.tabEthogram),
|
|
494
|
-
self.twSubjects.
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
self.
|
|
502
|
-
self.
|
|
503
|
-
self.
|
|
504
|
-
self.
|
|
505
|
-
self.
|
|
506
|
-
|
|
507
|
-
|
|
508
|
-
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
|
|
512
|
-
|
|
513
|
-
|
|
514
|
-
|
|
515
|
-
|
|
516
|
-
|
|
517
|
-
self.
|
|
518
|
-
self.
|
|
519
|
-
self.
|
|
520
|
-
self.
|
|
521
|
-
self.
|
|
522
|
-
self.
|
|
523
|
-
self.
|
|
524
|
-
self.
|
|
525
|
-
|
|
526
|
-
self.
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
self.twBehavCodingMap.
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
self.
|
|
535
|
-
self.
|
|
536
|
-
|
|
537
|
-
self.
|
|
538
|
-
|
|
539
|
-
|
|
540
|
-
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
self.
|
|
546
|
-
self.
|
|
547
|
-
self.
|
|
548
|
-
self.
|
|
549
|
-
self.
|
|
550
|
-
self.
|
|
551
|
-
self.
|
|
552
|
-
self.
|
|
553
|
-
self.
|
|
554
|
-
self.
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
self.pbCancel.setText(_translate("dlgProject", "Cancel"))
|
|
558
|
-
self.pbOK.setText(_translate("dlgProject", "OK"))
|
|
696
|
+
dlgProject.setWindowTitle(QCoreApplication.translate("dlgProject", u"Project", None))
|
|
697
|
+
self.label.setText(QCoreApplication.translate("dlgProject", u"Project name", None))
|
|
698
|
+
self.lbProjectFilePath.setText(QCoreApplication.translate("dlgProject", u"Project file path:", None))
|
|
699
|
+
self.label_7.setText(QCoreApplication.translate("dlgProject", u"Project date and time", None))
|
|
700
|
+
self.dteDate.setDisplayFormat(QCoreApplication.translate("dlgProject", u"yyyy-MM-dd hh:mm", None))
|
|
701
|
+
self.label_6.setText(QCoreApplication.translate("dlgProject", u"Project description", None))
|
|
702
|
+
self.lbTimeFormat.setText(QCoreApplication.translate("dlgProject", u"Project time format", None))
|
|
703
|
+
self.rbSeconds.setText(QCoreApplication.translate("dlgProject", u"seconds", None))
|
|
704
|
+
self.rbHMS.setText(QCoreApplication.translate("dlgProject", u"hh:mm:ss.mss", None))
|
|
705
|
+
self.lb_project_format_version.setText(QCoreApplication.translate("dlgProject", u"Project format version:", None))
|
|
706
|
+
self.tabProject.setTabText(self.tabProject.indexOf(self.tabInformation), QCoreApplication.translate("dlgProject", u"Information", None))
|
|
707
|
+
___qtablewidgetitem = self.twBehaviors.horizontalHeaderItem(0)
|
|
708
|
+
___qtablewidgetitem.setText(QCoreApplication.translate("dlgProject", u"Behavior type", None));
|
|
709
|
+
___qtablewidgetitem1 = self.twBehaviors.horizontalHeaderItem(1)
|
|
710
|
+
___qtablewidgetitem1.setText(QCoreApplication.translate("dlgProject", u"Key", None));
|
|
711
|
+
___qtablewidgetitem2 = self.twBehaviors.horizontalHeaderItem(2)
|
|
712
|
+
___qtablewidgetitem2.setText(QCoreApplication.translate("dlgProject", u"Code", None));
|
|
713
|
+
___qtablewidgetitem3 = self.twBehaviors.horizontalHeaderItem(3)
|
|
714
|
+
___qtablewidgetitem3.setText(QCoreApplication.translate("dlgProject", u"Description", None));
|
|
715
|
+
___qtablewidgetitem4 = self.twBehaviors.horizontalHeaderItem(4)
|
|
716
|
+
___qtablewidgetitem4.setText(QCoreApplication.translate("dlgProject", u"Color", None));
|
|
717
|
+
___qtablewidgetitem5 = self.twBehaviors.horizontalHeaderItem(5)
|
|
718
|
+
___qtablewidgetitem5.setText(QCoreApplication.translate("dlgProject", u"Category", None));
|
|
719
|
+
___qtablewidgetitem6 = self.twBehaviors.horizontalHeaderItem(6)
|
|
720
|
+
___qtablewidgetitem6.setText(QCoreApplication.translate("dlgProject", u"Modifiers", None));
|
|
721
|
+
___qtablewidgetitem7 = self.twBehaviors.horizontalHeaderItem(7)
|
|
722
|
+
___qtablewidgetitem7.setText(QCoreApplication.translate("dlgProject", u"Exclusion", None));
|
|
723
|
+
___qtablewidgetitem8 = self.twBehaviors.horizontalHeaderItem(8)
|
|
724
|
+
___qtablewidgetitem8.setText(QCoreApplication.translate("dlgProject", u"Modifiers coding map", None));
|
|
725
|
+
self.pb_behavior.setText(QCoreApplication.translate("dlgProject", u"Behavior", None))
|
|
726
|
+
self.pb_import.setText(QCoreApplication.translate("dlgProject", u"Import ethogram", None))
|
|
727
|
+
self.pbBehaviorsCategories.setText(QCoreApplication.translate("dlgProject", u"Behavioral categories", None))
|
|
728
|
+
self.pb_exclusion_matrix.setText(QCoreApplication.translate("dlgProject", u"Exclusion matrix", None))
|
|
729
|
+
self.pbExportEthogram.setText(QCoreApplication.translate("dlgProject", u"Export ethogram", None))
|
|
730
|
+
self.lbObservationsState.setText(QCoreApplication.translate("dlgProject", u"TextLabel", None))
|
|
731
|
+
self.tabProject.setTabText(self.tabProject.indexOf(self.tabEthogram), QCoreApplication.translate("dlgProject", u"Ethogram", None))
|
|
732
|
+
___qtablewidgetitem9 = self.twSubjects.horizontalHeaderItem(0)
|
|
733
|
+
___qtablewidgetitem9.setText(QCoreApplication.translate("dlgProject", u"Key", None));
|
|
734
|
+
___qtablewidgetitem10 = self.twSubjects.horizontalHeaderItem(1)
|
|
735
|
+
___qtablewidgetitem10.setText(QCoreApplication.translate("dlgProject", u"Subject name", None));
|
|
736
|
+
___qtablewidgetitem11 = self.twSubjects.horizontalHeaderItem(2)
|
|
737
|
+
___qtablewidgetitem11.setText(QCoreApplication.translate("dlgProject", u"Description", None));
|
|
738
|
+
self.pb_subjects.setText(QCoreApplication.translate("dlgProject", u"Subjects", None))
|
|
739
|
+
self.pbImportSubjectsFromProject.setText(QCoreApplication.translate("dlgProject", u"Import subjects", None))
|
|
740
|
+
self.pb_export_subjects.setText(QCoreApplication.translate("dlgProject", u"Export subjects", None))
|
|
741
|
+
self.lbSubjectsState.setText(QCoreApplication.translate("dlgProject", u"TextLabel", None))
|
|
742
|
+
self.tabProject.setTabText(self.tabProject.indexOf(self.tabSubjects), QCoreApplication.translate("dlgProject", u"Subjects", None))
|
|
743
|
+
___qtablewidgetitem12 = self.twVariables.horizontalHeaderItem(0)
|
|
744
|
+
___qtablewidgetitem12.setText(QCoreApplication.translate("dlgProject", u"Label", None));
|
|
745
|
+
___qtablewidgetitem13 = self.twVariables.horizontalHeaderItem(1)
|
|
746
|
+
___qtablewidgetitem13.setText(QCoreApplication.translate("dlgProject", u"Description", None));
|
|
747
|
+
___qtablewidgetitem14 = self.twVariables.horizontalHeaderItem(2)
|
|
748
|
+
___qtablewidgetitem14.setText(QCoreApplication.translate("dlgProject", u"Type", None));
|
|
749
|
+
___qtablewidgetitem15 = self.twVariables.horizontalHeaderItem(3)
|
|
750
|
+
___qtablewidgetitem15.setText(QCoreApplication.translate("dlgProject", u"Predefined value", None));
|
|
751
|
+
___qtablewidgetitem16 = self.twVariables.horizontalHeaderItem(4)
|
|
752
|
+
___qtablewidgetitem16.setText(QCoreApplication.translate("dlgProject", u"Set of values", None));
|
|
753
|
+
self.label_2.setText(QCoreApplication.translate("dlgProject", u"Label", None))
|
|
754
|
+
self.label_3.setText(QCoreApplication.translate("dlgProject", u"Description", None))
|
|
755
|
+
self.label_8.setText(QCoreApplication.translate("dlgProject", u"Type", None))
|
|
756
|
+
self.label_4.setText(QCoreApplication.translate("dlgProject", u"Predefined value", None))
|
|
757
|
+
self.label_9.setText(QCoreApplication.translate("dlgProject", u"Predefined timestamp", None))
|
|
758
|
+
self.dte_default_date.setDisplayFormat(QCoreApplication.translate("dlgProject", u"yyyy-MM-dd hh:mm:ss.zzz", None))
|
|
759
|
+
self.label_5.setText(QCoreApplication.translate("dlgProject", u"Set of values (separated by comma)", None))
|
|
760
|
+
self.pbAddVariable.setText(QCoreApplication.translate("dlgProject", u"Add variable", None))
|
|
761
|
+
self.pbRemoveVariable.setText(QCoreApplication.translate("dlgProject", u"Remove variable", None))
|
|
762
|
+
self.pbImportVarFromProject.setText(QCoreApplication.translate("dlgProject", u"Import variables\n"
|
|
763
|
+
"from a BORIS project", None))
|
|
764
|
+
self.tabProject.setTabText(self.tabProject.indexOf(self.tabIndependentVariables), QCoreApplication.translate("dlgProject", u"Independent variables", None))
|
|
765
|
+
___qtablewidgetitem17 = self.twBehavCodingMap.horizontalHeaderItem(0)
|
|
766
|
+
___qtablewidgetitem17.setText(QCoreApplication.translate("dlgProject", u"Name", None));
|
|
767
|
+
___qtablewidgetitem18 = self.twBehavCodingMap.horizontalHeaderItem(1)
|
|
768
|
+
___qtablewidgetitem18.setText(QCoreApplication.translate("dlgProject", u"Behavior codes", None));
|
|
769
|
+
self.pbAddBehaviorsCodingMap.setText(QCoreApplication.translate("dlgProject", u"Add a behaviors coding map", None))
|
|
770
|
+
self.pbRemoveBehaviorsCodingMap.setText(QCoreApplication.translate("dlgProject", u"Remove behaviors coding map", None))
|
|
771
|
+
self.tabProject.setTabText(self.tabProject.indexOf(self.tabBehavCodingMap), QCoreApplication.translate("dlgProject", u"Behaviors coding map", None))
|
|
772
|
+
self.label_11.setText(QCoreApplication.translate("dlgProject", u"Time converters for external data", None))
|
|
773
|
+
___qtablewidgetitem19 = self.tw_converters.horizontalHeaderItem(0)
|
|
774
|
+
___qtablewidgetitem19.setText(QCoreApplication.translate("dlgProject", u"Name", None));
|
|
775
|
+
___qtablewidgetitem20 = self.tw_converters.horizontalHeaderItem(1)
|
|
776
|
+
___qtablewidgetitem20.setText(QCoreApplication.translate("dlgProject", u"Description", None));
|
|
777
|
+
___qtablewidgetitem21 = self.tw_converters.horizontalHeaderItem(2)
|
|
778
|
+
___qtablewidgetitem21.setText(QCoreApplication.translate("dlgProject", u"Code", None));
|
|
779
|
+
self.pb_add_converter.setText(QCoreApplication.translate("dlgProject", u"Add new converter", None))
|
|
780
|
+
self.pb_modify_converter.setText(QCoreApplication.translate("dlgProject", u"Modify converter", None))
|
|
781
|
+
self.pb_delete_converter.setText(QCoreApplication.translate("dlgProject", u"Delete converter", None))
|
|
782
|
+
self.pb_load_from_file.setText(QCoreApplication.translate("dlgProject", u"Load converters from file", None))
|
|
783
|
+
self.pb_load_from_repo.setText(QCoreApplication.translate("dlgProject", u"Load converters from BORIS repository", None))
|
|
784
|
+
self.label_13.setText(QCoreApplication.translate("dlgProject", u"Name", None))
|
|
785
|
+
self.label_10.setText(QCoreApplication.translate("dlgProject", u"Description", None))
|
|
786
|
+
self.label_12.setText(QCoreApplication.translate("dlgProject", u"Python code", None))
|
|
787
|
+
self.pb_code_help.setText(QCoreApplication.translate("dlgProject", u"Help", None))
|
|
788
|
+
self.pb_save_converter.setText(QCoreApplication.translate("dlgProject", u"Save converter", None))
|
|
789
|
+
self.pb_cancel_converter.setText(QCoreApplication.translate("dlgProject", u"Cancel", None))
|
|
790
|
+
self.tabProject.setTabText(self.tabProject.indexOf(self.tab_time_converters), QCoreApplication.translate("dlgProject", u"Converters", None))
|
|
791
|
+
self.pbCancel.setText(QCoreApplication.translate("dlgProject", u"Cancel", None))
|
|
792
|
+
self.pbOK.setText(QCoreApplication.translate("dlgProject", u"OK", None))
|
|
793
|
+
# retranslateUi
|
|
794
|
+
|