driftlessmap 1.1.0__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.
- driftlessmap/__init__.py +16 -0
- driftlessmap/__main__.py +5 -0
- driftlessmap/about.py +24 -0
- driftlessmap/allen_downloader.py +908 -0
- driftlessmap/app.py +8085 -0
- driftlessmap/atlas_downloader.py +370 -0
- driftlessmap/atlas_loader.py +526 -0
- driftlessmap/atlas_processor.py +784 -0
- driftlessmap/atlas_transform.py +111 -0
- driftlessmap/atlas_view.py +1435 -0
- driftlessmap/cell_detection.py +27 -0
- driftlessmap/coordinate_validation.py +19 -0
- driftlessmap/czi_reader.py +236 -0
- driftlessmap/data/WHS_atlas_labels.pkl +0 -0
- driftlessmap/data/allen_mice_atlas_labels.pkl +0 -0
- driftlessmap/data/atlas_labels.pkl +0 -0
- driftlessmap/data/query.csv +1328 -0
- driftlessmap/download_utils.py +85 -0
- driftlessmap/herbs.png +0 -0
- driftlessmap/icons/backward.svg +15 -0
- driftlessmap/icons/dot.svg +11 -0
- driftlessmap/icons/down-arrow.svg +10 -0
- driftlessmap/icons/fast_backward.svg +14 -0
- driftlessmap/icons/fast_forward.svg +14 -0
- driftlessmap/icons/forward.svg +14 -0
- driftlessmap/icons/layers/add.png +0 -0
- driftlessmap/icons/layers/ai.png +0 -0
- driftlessmap/icons/layers/eye_off.png +0 -0
- driftlessmap/icons/layers/eye_on.png +0 -0
- driftlessmap/icons/layers/eye_white.png +0 -0
- driftlessmap/icons/layers/hi.png +0 -0
- driftlessmap/icons/layers/trash.png +0 -0
- driftlessmap/icons/object.svg +22 -0
- driftlessmap/icons/sidebar/add.png +0 -0
- driftlessmap/icons/sidebar/atlascontrol.png +0 -0
- driftlessmap/icons/sidebar/atlascontrol.svg +32 -0
- driftlessmap/icons/sidebar/bnd.svg +14 -0
- driftlessmap/icons/sidebar/c_section.png +0 -0
- driftlessmap/icons/sidebar/c_section2.png +0 -0
- driftlessmap/icons/sidebar/cell.svg +24 -0
- driftlessmap/icons/sidebar/check.svg +9 -0
- driftlessmap/icons/sidebar/compare.svg +18 -0
- driftlessmap/icons/sidebar/contour.svg +14 -0
- driftlessmap/icons/sidebar/h_section.png +0 -0
- driftlessmap/icons/sidebar/info.svg +14 -0
- driftlessmap/icons/sidebar/layers.png +0 -0
- driftlessmap/icons/sidebar/layers.svg +23 -0
- driftlessmap/icons/sidebar/line.svg +10 -0
- driftlessmap/icons/sidebar/link.svg +18 -0
- driftlessmap/icons/sidebar/link_off.svg +18 -0
- driftlessmap/icons/sidebar/merge.svg +11 -0
- driftlessmap/icons/sidebar/object.svg +13 -0
- driftlessmap/icons/sidebar/probe.png +0 -0
- driftlessmap/icons/sidebar/probe.svg +23 -0
- driftlessmap/icons/sidebar/rotation_horizontal.svg +14 -0
- driftlessmap/icons/sidebar/rotation_vertical.svg +14 -0
- driftlessmap/icons/sidebar/s_section.png +0 -0
- driftlessmap/icons/sidebar/tool.png +0 -0
- driftlessmap/icons/sidebar/tool.svg +19 -0
- driftlessmap/icons/sidebar/trash.png +0 -0
- driftlessmap/icons/sidebar/tree_checked.svg +10 -0
- driftlessmap/icons/sidebar/treeview.png +0 -0
- driftlessmap/icons/sidebar/treeview.svg +10 -0
- driftlessmap/icons/sidebar/treeview2.png +0 -0
- driftlessmap/icons/sidebar/virus.svg +24 -0
- driftlessmap/icons/tdown.svg +16 -0
- driftlessmap/icons/toolbar/accept.svg +18 -0
- driftlessmap/icons/toolbar/accept2.svg +24 -0
- driftlessmap/icons/toolbar/aim.svg +44 -0
- driftlessmap/icons/toolbar/aim_not.svg +28 -0
- driftlessmap/icons/toolbar/anchor.svg +14 -0
- driftlessmap/icons/toolbar/anticlockwise_rotation.svg +12 -0
- driftlessmap/icons/toolbar/atlas_icon.png +0 -0
- driftlessmap/icons/toolbar/boundary_register.svg +18 -0
- driftlessmap/icons/toolbar/cancel.svg +32 -0
- driftlessmap/icons/toolbar/cell_select.svg +22 -0
- driftlessmap/icons/toolbar/cell_select_not.svg +12 -0
- driftlessmap/icons/toolbar/check.svg +9 -0
- driftlessmap/icons/toolbar/clockwise_rotation.svg +11 -0
- driftlessmap/icons/toolbar/closed_path.svg +16 -0
- driftlessmap/icons/toolbar/closed_path2 copy.svg +19 -0
- driftlessmap/icons/toolbar/closed_path2.svg +20 -0
- driftlessmap/icons/toolbar/eraser.png +0 -0
- driftlessmap/icons/toolbar/eraser.svg +19 -0
- driftlessmap/icons/toolbar/eye.svg +17 -0
- driftlessmap/icons/toolbar/eye_closed.svg +19 -0
- driftlessmap/icons/toolbar/fill.svg +12 -0
- driftlessmap/icons/toolbar/gps.svg +15 -0
- driftlessmap/icons/toolbar/h_flip.png +0 -0
- driftlessmap/icons/toolbar/handle.png +0 -0
- driftlessmap/icons/toolbar/image_icon.png +0 -0
- driftlessmap/icons/toolbar/image_icon.svg +25 -0
- driftlessmap/icons/toolbar/info.svg +14 -0
- driftlessmap/icons/toolbar/inpart.png +0 -0
- driftlessmap/icons/toolbar/inpart.svg +17 -0
- driftlessmap/icons/toolbar/lasso.png +0 -0
- driftlessmap/icons/toolbar/lasso.svg +14 -0
- driftlessmap/icons/toolbar/left90.png +0 -0
- driftlessmap/icons/toolbar/line.svg +10 -0
- driftlessmap/icons/toolbar/line_sites.svg +11 -0
- driftlessmap/icons/toolbar/linear_silicon.png +0 -0
- driftlessmap/icons/toolbar/linear_silicon.svg +88 -0
- driftlessmap/icons/toolbar/list.svg +14 -0
- driftlessmap/icons/toolbar/location.svg +14 -0
- driftlessmap/icons/toolbar/magic-wand.svg +16 -0
- driftlessmap/icons/toolbar/magic_white.png +0 -0
- driftlessmap/icons/toolbar/mask.svg +10 -0
- driftlessmap/icons/toolbar/match.svg +20 -0
- driftlessmap/icons/toolbar/matchbnd.svg +18 -0
- driftlessmap/icons/toolbar/matching.svg +36 -0
- driftlessmap/icons/toolbar/merge.svg +11 -0
- driftlessmap/icons/toolbar/move_down.png +0 -0
- driftlessmap/icons/toolbar/move_left.png +0 -0
- driftlessmap/icons/toolbar/move_right.png +0 -0
- driftlessmap/icons/toolbar/move_up.png +0 -0
- driftlessmap/icons/toolbar/moving.png +0 -0
- driftlessmap/icons/toolbar/multi-probe.svg +119 -0
- driftlessmap/icons/toolbar/multi_pencil.svg +23 -0
- driftlessmap/icons/toolbar/multi_probe.png +0 -0
- driftlessmap/icons/toolbar/object.svg +13 -0
- driftlessmap/icons/toolbar/open_path.svg +22 -0
- driftlessmap/icons/toolbar/outpart.png +0 -0
- driftlessmap/icons/toolbar/outpart.svg +26 -0
- driftlessmap/icons/toolbar/pencil.png +0 -0
- driftlessmap/icons/toolbar/pencil.svg +19 -0
- driftlessmap/icons/toolbar/plasso.png +0 -0
- driftlessmap/icons/toolbar/probe.svg +19 -0
- driftlessmap/icons/toolbar/radar.svg +32 -0
- driftlessmap/icons/toolbar/rotation.svg +45 -0
- driftlessmap/icons/toolbar/rotation_clockwise.svg +18 -0
- driftlessmap/icons/toolbar/rotation_counter_clockwise.svg +18 -0
- driftlessmap/icons/toolbar/ruler.svg +27 -0
- driftlessmap/icons/toolbar/separate_sites.svg +13 -0
- driftlessmap/icons/toolbar/single_pencil.svg +16 -0
- driftlessmap/icons/toolbar/toa.svg +11 -0
- driftlessmap/icons/toolbar/toa_delete.svg +36 -0
- driftlessmap/icons/toolbar/toaa.svg +11 -0
- driftlessmap/icons/toolbar/toh.svg +11 -0
- driftlessmap/icons/toolbar/toh_delete.svg +36 -0
- driftlessmap/icons/toolbar/tohh.svg +11 -0
- driftlessmap/icons/toolbar/trans.png +0 -0
- driftlessmap/icons/toolbar/trans.svg +16 -0
- driftlessmap/icons/toolbar/triangulation.svg +10 -0
- driftlessmap/icons/toolbar/two_window.png +0 -0
- driftlessmap/icons/toolbar/unmerge.svg +16 -0
- driftlessmap/icons/toolbar/v_flip.png +0 -0
- driftlessmap/icons/toolbar/virus.svg +24 -0
- driftlessmap/icons/toolbar/virus_register.svg +31 -0
- driftlessmap/icons/toolbar/vis2d.svg +29 -0
- driftlessmap/icons/toolbar/window2.png +0 -0
- driftlessmap/icons/toolbar/window3.png +0 -0
- driftlessmap/icons/toolbar/window4.png +0 -0
- driftlessmap/icons/tree_close.svg +14 -0
- driftlessmap/icons/tree_open.svg +14 -0
- driftlessmap/icons/up-arrow.svg +10 -0
- driftlessmap/image_curves.py +579 -0
- driftlessmap/image_reader.py +186 -0
- driftlessmap/image_stacks.py +359 -0
- driftlessmap/image_view.py +646 -0
- driftlessmap/images_reader.py +5 -0
- driftlessmap/label_tree.py +278 -0
- driftlessmap/layer_validation.py +25 -0
- driftlessmap/layers_control.py +554 -0
- driftlessmap/main_window.ui +883 -0
- driftlessmap/movable_points.py +254 -0
- driftlessmap/obj_items.py +122 -0
- driftlessmap/object_control.py +1762 -0
- driftlessmap/persistence.py +376 -0
- driftlessmap/popup_message.py +16 -0
- driftlessmap/probe_csv.py +319 -0
- driftlessmap/probe_reconstruction.py +409 -0
- driftlessmap/probe_utiles.py +1442 -0
- driftlessmap/qss/atlas_view_group_box.qss +15 -0
- driftlessmap/qss/box_label.qss +7 -0
- driftlessmap/qss/channel_selector.qss +19 -0
- driftlessmap/qss/color_combo.qss +121 -0
- driftlessmap/qss/decor_label.qss +9 -0
- driftlessmap/qss/dialogs.qss +11 -0
- driftlessmap/qss/hidden_line_edit.qss +5 -0
- driftlessmap/qss/label_tree.qss +123 -0
- driftlessmap/qss/main_window.qss +243 -0
- driftlessmap/qss/menu_bar.qss +42 -0
- driftlessmap/qss/multi_handle_slider.qss +14 -0
- driftlessmap/qss/obj_ctrl_bottom_button.qss +29 -0
- driftlessmap/qss/object_text_button.qss +19 -0
- driftlessmap/qss/page_control.qss +36 -0
- driftlessmap/qss/rotation_button.qss +9 -0
- driftlessmap/qss/side_bar.qss +23 -0
- driftlessmap/qss/spinbox.qss +106 -0
- driftlessmap/qss/tabs.qss +211 -0
- driftlessmap/qss/tool_bar.qss +77 -0
- driftlessmap/resources.py +34 -0
- driftlessmap/roi_analysis.py +375 -0
- driftlessmap/run_driftlessmap.py +4 -0
- driftlessmap/slice_stacks.py +268 -0
- driftlessmap/slice_validation.py +20 -0
- driftlessmap/toolbox.py +569 -0
- driftlessmap/triangulation.py +517 -0
- driftlessmap/triangulation_points.py +108 -0
- driftlessmap/user_settings.py +92 -0
- driftlessmap/uuuuuu.py +1168 -0
- driftlessmap/version.py +3 -0
- driftlessmap/widgets_utils.py +140 -0
- driftlessmap/wtiles.py +715 -0
- driftlessmap-1.1.0.dist-info/METADATA +186 -0
- driftlessmap-1.1.0.dist-info/RECORD +210 -0
- driftlessmap-1.1.0.dist-info/WHEEL +5 -0
- driftlessmap-1.1.0.dist-info/entry_points.txt +2 -0
- driftlessmap-1.1.0.dist-info/licenses/LICENSE.txt +23 -0
- driftlessmap-1.1.0.dist-info/top_level.txt +1 -0
|
@@ -0,0 +1,883 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<ui version="4.0">
|
|
3
|
+
<class>MainWindow</class>
|
|
4
|
+
<widget class="QMainWindow" name="MainWindow">
|
|
5
|
+
<property name="geometry">
|
|
6
|
+
<rect>
|
|
7
|
+
<x>0</x>
|
|
8
|
+
<y>0</y>
|
|
9
|
+
<width>1400</width>
|
|
10
|
+
<height>740</height>
|
|
11
|
+
</rect>
|
|
12
|
+
</property>
|
|
13
|
+
<property name="windowTitle">
|
|
14
|
+
<string>MainWindow</string>
|
|
15
|
+
</property>
|
|
16
|
+
<property name="styleSheet">
|
|
17
|
+
<string notr="true"/>
|
|
18
|
+
</property>
|
|
19
|
+
<widget class="QWidget" name="centralwidget">
|
|
20
|
+
<property name="styleSheet">
|
|
21
|
+
<string notr="true"/>
|
|
22
|
+
</property>
|
|
23
|
+
<layout class="QGridLayout" name="gridLayout">
|
|
24
|
+
<item row="0" column="0">
|
|
25
|
+
<widget class="QTabWidget" name="sidebar">
|
|
26
|
+
<property name="minimumSize">
|
|
27
|
+
<size>
|
|
28
|
+
<width>300</width>
|
|
29
|
+
<height>0</height>
|
|
30
|
+
</size>
|
|
31
|
+
</property>
|
|
32
|
+
<property name="maximumSize">
|
|
33
|
+
<size>
|
|
34
|
+
<width>300</width>
|
|
35
|
+
<height>16777215</height>
|
|
36
|
+
</size>
|
|
37
|
+
</property>
|
|
38
|
+
<property name="styleSheet">
|
|
39
|
+
<string notr="true"/>
|
|
40
|
+
</property>
|
|
41
|
+
<property name="tabPosition">
|
|
42
|
+
<enum>QTabWidget::North</enum>
|
|
43
|
+
</property>
|
|
44
|
+
<property name="currentIndex">
|
|
45
|
+
<number>0</number>
|
|
46
|
+
</property>
|
|
47
|
+
<widget class="QWidget" name="atlascontrolpanel">
|
|
48
|
+
<property name="styleSheet">
|
|
49
|
+
<string notr="true"/>
|
|
50
|
+
</property>
|
|
51
|
+
<attribute name="title">
|
|
52
|
+
<string>Tab 1</string>
|
|
53
|
+
</attribute>
|
|
54
|
+
</widget>
|
|
55
|
+
<widget class="QWidget" name="treeviewpanel">
|
|
56
|
+
<attribute name="title">
|
|
57
|
+
<string>Tab 2</string>
|
|
58
|
+
</attribute>
|
|
59
|
+
</widget>
|
|
60
|
+
<widget class="QWidget" name="imagecontrolpanel">
|
|
61
|
+
<attribute name="title">
|
|
62
|
+
<string>Page</string>
|
|
63
|
+
</attribute>
|
|
64
|
+
</widget>
|
|
65
|
+
<widget class="QWidget" name="layerpanel">
|
|
66
|
+
<attribute name="title">
|
|
67
|
+
<string>Page</string>
|
|
68
|
+
</attribute>
|
|
69
|
+
</widget>
|
|
70
|
+
<widget class="QWidget" name="probecontrolpanel">
|
|
71
|
+
<attribute name="title">
|
|
72
|
+
<string>Page</string>
|
|
73
|
+
</attribute>
|
|
74
|
+
</widget>
|
|
75
|
+
</widget>
|
|
76
|
+
</item>
|
|
77
|
+
<item row="0" column="1">
|
|
78
|
+
<widget class="QSplitter" name="splitter_3">
|
|
79
|
+
<property name="orientation">
|
|
80
|
+
<enum>Qt::Horizontal</enum>
|
|
81
|
+
</property>
|
|
82
|
+
<widget class="QFrame" name="sliceframe">
|
|
83
|
+
<property name="minimumSize">
|
|
84
|
+
<size>
|
|
85
|
+
<width>30</width>
|
|
86
|
+
<height>0</height>
|
|
87
|
+
</size>
|
|
88
|
+
</property>
|
|
89
|
+
<property name="styleSheet">
|
|
90
|
+
<string notr="true">border: 1px solid rgb(39, 39, 39);</string>
|
|
91
|
+
</property>
|
|
92
|
+
<property name="frameShape">
|
|
93
|
+
<enum>QFrame::StyledPanel</enum>
|
|
94
|
+
</property>
|
|
95
|
+
<property name="frameShadow">
|
|
96
|
+
<enum>QFrame::Raised</enum>
|
|
97
|
+
</property>
|
|
98
|
+
</widget>
|
|
99
|
+
<widget class="QSplitter" name="splitter">
|
|
100
|
+
<property name="orientation">
|
|
101
|
+
<enum>Qt::Vertical</enum>
|
|
102
|
+
</property>
|
|
103
|
+
<widget class="QFrame" name="coronalframe">
|
|
104
|
+
<property name="styleSheet">
|
|
105
|
+
<string notr="true">border: 1px solid rgb(39, 39, 39);</string>
|
|
106
|
+
</property>
|
|
107
|
+
<property name="frameShape">
|
|
108
|
+
<enum>QFrame::StyledPanel</enum>
|
|
109
|
+
</property>
|
|
110
|
+
<property name="frameShadow">
|
|
111
|
+
<enum>QFrame::Raised</enum>
|
|
112
|
+
</property>
|
|
113
|
+
</widget>
|
|
114
|
+
<widget class="QFrame" name="sagitalframe">
|
|
115
|
+
<property name="styleSheet">
|
|
116
|
+
<string notr="true">border: 1px solid rgb(39, 39, 39);</string>
|
|
117
|
+
</property>
|
|
118
|
+
<property name="frameShape">
|
|
119
|
+
<enum>QFrame::StyledPanel</enum>
|
|
120
|
+
</property>
|
|
121
|
+
<property name="frameShadow">
|
|
122
|
+
<enum>QFrame::Raised</enum>
|
|
123
|
+
</property>
|
|
124
|
+
</widget>
|
|
125
|
+
<widget class="QFrame" name="horizontalframe">
|
|
126
|
+
<property name="styleSheet">
|
|
127
|
+
<string notr="true">border: 1px solid rgb(39, 39, 39);</string>
|
|
128
|
+
</property>
|
|
129
|
+
<property name="frameShape">
|
|
130
|
+
<enum>QFrame::StyledPanel</enum>
|
|
131
|
+
</property>
|
|
132
|
+
<property name="frameShadow">
|
|
133
|
+
<enum>QFrame::Raised</enum>
|
|
134
|
+
</property>
|
|
135
|
+
</widget>
|
|
136
|
+
</widget>
|
|
137
|
+
<widget class="QSplitter" name="splitter_2">
|
|
138
|
+
<property name="orientation">
|
|
139
|
+
<enum>Qt::Vertical</enum>
|
|
140
|
+
</property>
|
|
141
|
+
<widget class="QFrame" name="sagitalcopyframe">
|
|
142
|
+
<property name="styleSheet">
|
|
143
|
+
<string notr="true">border: 1px solid rgb(39, 39, 39);</string>
|
|
144
|
+
</property>
|
|
145
|
+
<property name="frameShape">
|
|
146
|
+
<enum>QFrame::StyledPanel</enum>
|
|
147
|
+
</property>
|
|
148
|
+
<property name="frameShadow">
|
|
149
|
+
<enum>QFrame::Raised</enum>
|
|
150
|
+
</property>
|
|
151
|
+
</widget>
|
|
152
|
+
<widget class="QFrame" name="histview">
|
|
153
|
+
<property name="styleSheet">
|
|
154
|
+
<string notr="true">border: 1px solid rgb(39, 39, 39);</string>
|
|
155
|
+
</property>
|
|
156
|
+
<property name="frameShape">
|
|
157
|
+
<enum>QFrame::StyledPanel</enum>
|
|
158
|
+
</property>
|
|
159
|
+
<property name="frameShadow">
|
|
160
|
+
<enum>QFrame::Raised</enum>
|
|
161
|
+
</property>
|
|
162
|
+
</widget>
|
|
163
|
+
<widget class="GLViewWidget" name="view3d" native="true">
|
|
164
|
+
<property name="autoFillBackground">
|
|
165
|
+
<bool>false</bool>
|
|
166
|
+
</property>
|
|
167
|
+
<property name="styleSheet">
|
|
168
|
+
<string notr="true">border: 1px solid rgb(39, 39, 39);</string>
|
|
169
|
+
</property>
|
|
170
|
+
</widget>
|
|
171
|
+
</widget>
|
|
172
|
+
</widget>
|
|
173
|
+
</item>
|
|
174
|
+
</layout>
|
|
175
|
+
</widget>
|
|
176
|
+
<widget class="QStatusBar" name="statusbar">
|
|
177
|
+
<property name="styleSheet">
|
|
178
|
+
<string notr="true">background-color: rgb(50, 50, 50);
|
|
179
|
+
color: rgb(255, 255, 255);
|
|
180
|
+
border-top: 1px solid #272727;
|
|
181
|
+
padding-left: 30px;
|
|
182
|
+
</string>
|
|
183
|
+
</property>
|
|
184
|
+
</widget>
|
|
185
|
+
<widget class="QMenuBar" name="menuBar">
|
|
186
|
+
<property name="geometry">
|
|
187
|
+
<rect>
|
|
188
|
+
<x>0</x>
|
|
189
|
+
<y>0</y>
|
|
190
|
+
<width>1400</width>
|
|
191
|
+
<height>21</height>
|
|
192
|
+
</rect>
|
|
193
|
+
</property>
|
|
194
|
+
<property name="styleSheet">
|
|
195
|
+
<string notr="true">background-color: rgb(25, 27, 29);
|
|
196
|
+
color: rgb(254, 252, 255);
|
|
197
|
+
border-bottom-color: rgb(37, 37, 37);
|
|
198
|
+
selection-background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(0, 83, 185, 255), stop:1 rgba(0, 49, 104, 255));
|
|
199
|
+
selection-color: rgb(255, 255, 255);</string>
|
|
200
|
+
</property>
|
|
201
|
+
<property name="nativeMenuBar">
|
|
202
|
+
<bool>false</bool>
|
|
203
|
+
</property>
|
|
204
|
+
<widget class="QMenu" name="menuFile">
|
|
205
|
+
<property name="styleSheet">
|
|
206
|
+
<string notr="true">color: rgb(255, 255, 255);
|
|
207
|
+
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(42, 49, 53, 255), stop:1 rgba(85, 85, 88, 255));
|
|
208
|
+
selection-color: rgb(255, 255, 255);
|
|
209
|
+
selection-background-color: rgb(63, 124, 234);
|
|
210
|
+
border-color: rgb(75, 78, 84);</string>
|
|
211
|
+
</property>
|
|
212
|
+
<property name="title">
|
|
213
|
+
<string>File</string>
|
|
214
|
+
</property>
|
|
215
|
+
<widget class="QMenu" name="menuSave_Operating_Data">
|
|
216
|
+
<property name="title">
|
|
217
|
+
<string>Save Layer</string>
|
|
218
|
+
</property>
|
|
219
|
+
<addaction name="actionCurrent_Layer"/>
|
|
220
|
+
<addaction name="actionAll_Layer"/>
|
|
221
|
+
</widget>
|
|
222
|
+
<widget class="QMenu" name="menuSave_Object">
|
|
223
|
+
<property name="title">
|
|
224
|
+
<string>Save Object</string>
|
|
225
|
+
</property>
|
|
226
|
+
<addaction name="actionSave_Current"/>
|
|
227
|
+
<addaction name="actionSave_Probes"/>
|
|
228
|
+
<addaction name="actionSave_Virus"/>
|
|
229
|
+
<addaction name="actionSave_Cells"/>
|
|
230
|
+
<addaction name="actionSave_Contours"/>
|
|
231
|
+
<addaction name="actionSave_Drawings"/>
|
|
232
|
+
</widget>
|
|
233
|
+
<widget class="QMenu" name="menuLoad_External_Data">
|
|
234
|
+
<property name="title">
|
|
235
|
+
<string>Load External Data</string>
|
|
236
|
+
</property>
|
|
237
|
+
<addaction name="actionExternal_Cells"/>
|
|
238
|
+
</widget>
|
|
239
|
+
<addaction name="actionAtlas"/>
|
|
240
|
+
<addaction name="actionSingle_Image"/>
|
|
241
|
+
<addaction name="separator"/>
|
|
242
|
+
<addaction name="actionSave_Project"/>
|
|
243
|
+
<addaction name="menuSave_Operating_Data"/>
|
|
244
|
+
<addaction name="menuSave_Object"/>
|
|
245
|
+
<addaction name="separator"/>
|
|
246
|
+
<addaction name="actionLoad_Project"/>
|
|
247
|
+
<addaction name="actionLoad_Layers"/>
|
|
248
|
+
<addaction name="actionLoad_Objects"/>
|
|
249
|
+
<addaction name="separator"/>
|
|
250
|
+
<addaction name="menuLoad_External_Data"/>
|
|
251
|
+
</widget>
|
|
252
|
+
<widget class="QMenu" name="menuEdit">
|
|
253
|
+
<property name="styleSheet">
|
|
254
|
+
<string notr="true">color: rgb(255, 255, 255);
|
|
255
|
+
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(42, 49, 53, 255), stop:1 rgba(85, 85, 88, 255));
|
|
256
|
+
selection-color: rgb(255, 255, 255);
|
|
257
|
+
selection-background-color: rgb(63, 124, 234);
|
|
258
|
+
border-color: rgb(75, 78, 84);</string>
|
|
259
|
+
</property>
|
|
260
|
+
<property name="title">
|
|
261
|
+
<string>Edit</string>
|
|
262
|
+
</property>
|
|
263
|
+
<widget class="QMenu" name="menuTranslation">
|
|
264
|
+
<property name="title">
|
|
265
|
+
<string>Translation</string>
|
|
266
|
+
</property>
|
|
267
|
+
<addaction name="actionUp"/>
|
|
268
|
+
<addaction name="actionDown"/>
|
|
269
|
+
<addaction name="actionLeft"/>
|
|
270
|
+
<addaction name="actionRight"/>
|
|
271
|
+
<addaction name="actionDistance"/>
|
|
272
|
+
</widget>
|
|
273
|
+
<widget class="QMenu" name="menuRotation">
|
|
274
|
+
<property name="title">
|
|
275
|
+
<string>Rotation</string>
|
|
276
|
+
</property>
|
|
277
|
+
<addaction name="actionClockwise"/>
|
|
278
|
+
<addaction name="actionCounter_Clockwise"/>
|
|
279
|
+
<addaction name="actionAngle"/>
|
|
280
|
+
</widget>
|
|
281
|
+
<addaction name="actionUndo"/>
|
|
282
|
+
<addaction name="actionRedo"/>
|
|
283
|
+
<addaction name="separator"/>
|
|
284
|
+
<addaction name="menuTranslation"/>
|
|
285
|
+
<addaction name="menuRotation"/>
|
|
286
|
+
<addaction name="separator"/>
|
|
287
|
+
<addaction name="actionClear"/>
|
|
288
|
+
</widget>
|
|
289
|
+
<widget class="QMenu" name="menuImage">
|
|
290
|
+
<property name="styleSheet">
|
|
291
|
+
<string notr="true">color: rgb(255, 255, 255);
|
|
292
|
+
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(42, 49, 53, 255), stop:1 rgba(85, 85, 88, 255));
|
|
293
|
+
selection-color: rgb(255, 255, 255);
|
|
294
|
+
selection-background-color: rgb(63, 124, 234);
|
|
295
|
+
border-color: rgb(75, 78, 84);</string>
|
|
296
|
+
</property>
|
|
297
|
+
<property name="title">
|
|
298
|
+
<string>Image</string>
|
|
299
|
+
</property>
|
|
300
|
+
<addaction name="action180"/>
|
|
301
|
+
<addaction name="action90_Clockwise"/>
|
|
302
|
+
<addaction name="action90_Counter_Clockwise"/>
|
|
303
|
+
<addaction name="action1_Clockwise"/>
|
|
304
|
+
<addaction name="action1_Counter_Clockwise"/>
|
|
305
|
+
<addaction name="separator"/>
|
|
306
|
+
<addaction name="actionFlip_Horizontal"/>
|
|
307
|
+
<addaction name="actionFlip_Vertical"/>
|
|
308
|
+
<addaction name="separator"/>
|
|
309
|
+
<addaction name="actionHide"/>
|
|
310
|
+
<addaction name="actionProcess_Image"/>
|
|
311
|
+
<addaction name="actionCut"/>
|
|
312
|
+
<addaction name="actionReset_Image"/>
|
|
313
|
+
</widget>
|
|
314
|
+
<widget class="QMenu" name="menuAtlas">
|
|
315
|
+
<property name="styleSheet">
|
|
316
|
+
<string notr="true">color: rgb(255, 255, 255);
|
|
317
|
+
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(42, 49, 53, 255), stop:1 rgba(85, 85, 88, 255));
|
|
318
|
+
selection-color: rgb(255, 255, 255);
|
|
319
|
+
selection-background-color: rgb(63, 124, 234);
|
|
320
|
+
border-color: rgb(75, 78, 84);</string>
|
|
321
|
+
</property>
|
|
322
|
+
<property name="title">
|
|
323
|
+
<string>Atlas</string>
|
|
324
|
+
</property>
|
|
325
|
+
<addaction name="actionDownload"/>
|
|
326
|
+
<addaction name="actionDownload_Allen_Mice_Atlas"/>
|
|
327
|
+
<addaction name="separator"/>
|
|
328
|
+
<addaction name="actionAtlas_Processor"/>
|
|
329
|
+
<addaction name="separator"/>
|
|
330
|
+
<addaction name="actionSave_Triangulation_Points"/>
|
|
331
|
+
<addaction name="actionLoad_Triangulation_Points"/>
|
|
332
|
+
<addaction name="separator"/>
|
|
333
|
+
<addaction name="actionLoad_Image_Atlas"/>
|
|
334
|
+
<addaction name="actionRegister_Slice_Info"/>
|
|
335
|
+
<addaction name="actionCreate_Slice_Layer"/>
|
|
336
|
+
<addaction name="actionCrop"/>
|
|
337
|
+
<addaction name="actionBregma_Picker"/>
|
|
338
|
+
<addaction name="actionSave_Slice"/>
|
|
339
|
+
<addaction name="actionMerge_Slices"/>
|
|
340
|
+
<addaction name="separator"/>
|
|
341
|
+
<addaction name="actionSwitch_Atlas"/>
|
|
342
|
+
</widget>
|
|
343
|
+
<widget class="QMenu" name="menuObjects">
|
|
344
|
+
<property name="styleSheet">
|
|
345
|
+
<string notr="true">color: rgb(255, 255, 255);
|
|
346
|
+
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(42, 49, 53, 255), stop:1 rgba(85, 85, 88, 255));
|
|
347
|
+
selection-color: rgb(255, 255, 255);
|
|
348
|
+
selection-background-color: rgb(63, 124, 234);
|
|
349
|
+
border-color: rgb(75, 78, 84);</string>
|
|
350
|
+
</property>
|
|
351
|
+
<property name="title">
|
|
352
|
+
<string>Objects</string>
|
|
353
|
+
</property>
|
|
354
|
+
<addaction name="actionSave_Probe_Setting"/>
|
|
355
|
+
<addaction name="actionLoad_Probe_Setting"/>
|
|
356
|
+
<addaction name="separator"/>
|
|
357
|
+
<addaction name="actionMulti_Probe_Planning"/>
|
|
358
|
+
<addaction name="separator"/>
|
|
359
|
+
</widget>
|
|
360
|
+
<widget class="QMenu" name="menuView">
|
|
361
|
+
<property name="styleSheet">
|
|
362
|
+
<string notr="true">color: rgb(255, 255, 255);
|
|
363
|
+
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(42, 49, 53, 255), stop:1 rgba(85, 85, 88, 255));
|
|
364
|
+
selection-color: rgb(255, 255, 255);
|
|
365
|
+
selection-background-color: rgb(63, 124, 234);
|
|
366
|
+
border-color: rgb(75, 78, 84);</string>
|
|
367
|
+
</property>
|
|
368
|
+
<property name="title">
|
|
369
|
+
<string>View</string>
|
|
370
|
+
</property>
|
|
371
|
+
<widget class="QMenu" name="menu2_Windows">
|
|
372
|
+
<property name="title">
|
|
373
|
+
<string>2 Windows</string>
|
|
374
|
+
</property>
|
|
375
|
+
<addaction name="actionVolume_Histology"/>
|
|
376
|
+
<addaction name="actionSlice_Histology"/>
|
|
377
|
+
</widget>
|
|
378
|
+
<addaction name="actionCoronal_Window"/>
|
|
379
|
+
<addaction name="actionSagital_Window"/>
|
|
380
|
+
<addaction name="actionHorizontal_Window"/>
|
|
381
|
+
<addaction name="action3D_Window"/>
|
|
382
|
+
<addaction name="actionImage_Window"/>
|
|
383
|
+
<addaction name="separator"/>
|
|
384
|
+
<addaction name="menu2_Windows"/>
|
|
385
|
+
<addaction name="action4_Windows"/>
|
|
386
|
+
<addaction name="separator"/>
|
|
387
|
+
<addaction name="action3D_Mode_Dark"/>
|
|
388
|
+
<addaction name="actionPlanes_On"/>
|
|
389
|
+
<addaction name="actionAxes_On"/>
|
|
390
|
+
<addaction name="separator"/>
|
|
391
|
+
<addaction name="action2D_Mode_Dark"/>
|
|
392
|
+
<addaction name="actionGrids_Off"/>
|
|
393
|
+
</widget>
|
|
394
|
+
<widget class="QMenu" name="menuHelp">
|
|
395
|
+
<property name="styleSheet">
|
|
396
|
+
<string notr="true">color: rgb(255, 255, 255);
|
|
397
|
+
background-color: qlineargradient(spread:pad, x1:1, y1:1, x2:1, y2:0, stop:0 rgba(42, 49, 53, 255), stop:1 rgba(85, 85, 88, 255));
|
|
398
|
+
selection-color: rgb(255, 255, 255);
|
|
399
|
+
selection-background-color: rgb(63, 124, 234);
|
|
400
|
+
border-color: rgb(75, 78, 84);</string>
|
|
401
|
+
</property>
|
|
402
|
+
<property name="title">
|
|
403
|
+
<string>Help</string>
|
|
404
|
+
</property>
|
|
405
|
+
<addaction name="actionAbout_HERBS"/>
|
|
406
|
+
</widget>
|
|
407
|
+
<addaction name="menuFile"/>
|
|
408
|
+
<addaction name="menuEdit"/>
|
|
409
|
+
<addaction name="menuImage"/>
|
|
410
|
+
<addaction name="menuAtlas"/>
|
|
411
|
+
<addaction name="menuObjects"/>
|
|
412
|
+
<addaction name="menuView"/>
|
|
413
|
+
<addaction name="menuHelp"/>
|
|
414
|
+
</widget>
|
|
415
|
+
<widget class="QToolBar" name="toolbar">
|
|
416
|
+
<property name="minimumSize">
|
|
417
|
+
<size>
|
|
418
|
+
<width>0</width>
|
|
419
|
+
<height>32</height>
|
|
420
|
+
</size>
|
|
421
|
+
</property>
|
|
422
|
+
<property name="maximumSize">
|
|
423
|
+
<size>
|
|
424
|
+
<width>16777215</width>
|
|
425
|
+
<height>32</height>
|
|
426
|
+
</size>
|
|
427
|
+
</property>
|
|
428
|
+
<property name="windowTitle">
|
|
429
|
+
<string>Tool Bar</string>
|
|
430
|
+
</property>
|
|
431
|
+
<property name="styleSheet">
|
|
432
|
+
<string notr="true">color: rgb(255, 255, 255);
|
|
433
|
+
background-color: rgb(50, 50, 50);
|
|
434
|
+
border-top: None;
|
|
435
|
+
border-left: None;
|
|
436
|
+
border-right: None;
|
|
437
|
+
border-bottom: 1px solid #272727;
|
|
438
|
+
selection-color: rgb(50, 50, 50);
|
|
439
|
+
selection-background-color: rgb(50, 50, 50);</string>
|
|
440
|
+
</property>
|
|
441
|
+
<property name="movable">
|
|
442
|
+
<bool>false</bool>
|
|
443
|
+
</property>
|
|
444
|
+
<attribute name="toolBarArea">
|
|
445
|
+
<enum>TopToolBarArea</enum>
|
|
446
|
+
</attribute>
|
|
447
|
+
<attribute name="toolBarBreak">
|
|
448
|
+
<bool>false</bool>
|
|
449
|
+
</attribute>
|
|
450
|
+
<addaction name="separator"/>
|
|
451
|
+
</widget>
|
|
452
|
+
<action name="action_File">
|
|
453
|
+
<property name="text">
|
|
454
|
+
<string>&File</string>
|
|
455
|
+
</property>
|
|
456
|
+
</action>
|
|
457
|
+
<action name="action_Open">
|
|
458
|
+
<property name="text">
|
|
459
|
+
<string>&Open</string>
|
|
460
|
+
</property>
|
|
461
|
+
</action>
|
|
462
|
+
<action name="actionImage">
|
|
463
|
+
<property name="text">
|
|
464
|
+
<string>Image</string>
|
|
465
|
+
</property>
|
|
466
|
+
</action>
|
|
467
|
+
<action name="actionAtlas">
|
|
468
|
+
<property name="text">
|
|
469
|
+
<string>Load Atlas ...</string>
|
|
470
|
+
</property>
|
|
471
|
+
</action>
|
|
472
|
+
<action name="actionSingle_Image">
|
|
473
|
+
<property name="text">
|
|
474
|
+
<string>Load Image ...</string>
|
|
475
|
+
</property>
|
|
476
|
+
</action>
|
|
477
|
+
<action name="actionSave_Project">
|
|
478
|
+
<property name="text">
|
|
479
|
+
<string>Save Project</string>
|
|
480
|
+
</property>
|
|
481
|
+
</action>
|
|
482
|
+
<action name="actionUndo">
|
|
483
|
+
<property name="text">
|
|
484
|
+
<string>Undo</string>
|
|
485
|
+
</property>
|
|
486
|
+
</action>
|
|
487
|
+
<action name="actionRedo">
|
|
488
|
+
<property name="text">
|
|
489
|
+
<string>Redo</string>
|
|
490
|
+
</property>
|
|
491
|
+
</action>
|
|
492
|
+
<action name="action180">
|
|
493
|
+
<property name="text">
|
|
494
|
+
<string>180</string>
|
|
495
|
+
</property>
|
|
496
|
+
</action>
|
|
497
|
+
<action name="action90_Clockwise">
|
|
498
|
+
<property name="text">
|
|
499
|
+
<string>90 Clockwise</string>
|
|
500
|
+
</property>
|
|
501
|
+
</action>
|
|
502
|
+
<action name="action90_Counter_Clockwise">
|
|
503
|
+
<property name="text">
|
|
504
|
+
<string>90 Counter Clockwise</string>
|
|
505
|
+
</property>
|
|
506
|
+
</action>
|
|
507
|
+
<action name="actionFlip_Horizontal">
|
|
508
|
+
<property name="text">
|
|
509
|
+
<string>Flip Horizontal</string>
|
|
510
|
+
</property>
|
|
511
|
+
</action>
|
|
512
|
+
<action name="actionFlip_Vertical">
|
|
513
|
+
<property name="text">
|
|
514
|
+
<string>Flip Vertical</string>
|
|
515
|
+
</property>
|
|
516
|
+
</action>
|
|
517
|
+
<action name="actionDownload">
|
|
518
|
+
<property name="enabled">
|
|
519
|
+
<bool>true</bool>
|
|
520
|
+
</property>
|
|
521
|
+
<property name="text">
|
|
522
|
+
<string>Download Waxholm Rat Atlas ...</string>
|
|
523
|
+
</property>
|
|
524
|
+
<property name="toolTip">
|
|
525
|
+
<string>Download and Process Waxholm Rat Atlas</string>
|
|
526
|
+
</property>
|
|
527
|
+
</action>
|
|
528
|
+
<action name="actionRegister_Slice_Info">
|
|
529
|
+
<property name="text">
|
|
530
|
+
<string>Register Slice Info ...</string>
|
|
531
|
+
</property>
|
|
532
|
+
</action>
|
|
533
|
+
<action name="actionSave_Slice">
|
|
534
|
+
<property name="text">
|
|
535
|
+
<string>Save Processed Slice ...</string>
|
|
536
|
+
</property>
|
|
537
|
+
</action>
|
|
538
|
+
<action name="actionProcess_Image">
|
|
539
|
+
<property name="text">
|
|
540
|
+
<string>Process</string>
|
|
541
|
+
</property>
|
|
542
|
+
</action>
|
|
543
|
+
<action name="actionReset_Image">
|
|
544
|
+
<property name="text">
|
|
545
|
+
<string>Reset</string>
|
|
546
|
+
</property>
|
|
547
|
+
</action>
|
|
548
|
+
<action name="actionAtlas_Processor">
|
|
549
|
+
<property name="text">
|
|
550
|
+
<string>Atlas Processor</string>
|
|
551
|
+
</property>
|
|
552
|
+
<property name="toolTip">
|
|
553
|
+
<string>Atlas Processor for other Atlas</string>
|
|
554
|
+
</property>
|
|
555
|
+
</action>
|
|
556
|
+
<action name="actionSave_Overlay_Image">
|
|
557
|
+
<property name="text">
|
|
558
|
+
<string>Overlay Image</string>
|
|
559
|
+
</property>
|
|
560
|
+
</action>
|
|
561
|
+
<action name="actionSave_Processed_Image">
|
|
562
|
+
<property name="text">
|
|
563
|
+
<string>Processed Image</string>
|
|
564
|
+
</property>
|
|
565
|
+
</action>
|
|
566
|
+
<action name="actionSave_Mask_Image">
|
|
567
|
+
<property name="text">
|
|
568
|
+
<string>Mask Image</string>
|
|
569
|
+
</property>
|
|
570
|
+
</action>
|
|
571
|
+
<action name="actionSave_Current">
|
|
572
|
+
<property name="text">
|
|
573
|
+
<string>Current</string>
|
|
574
|
+
</property>
|
|
575
|
+
</action>
|
|
576
|
+
<action name="actionSave_Probes">
|
|
577
|
+
<property name="text">
|
|
578
|
+
<string>Probes</string>
|
|
579
|
+
</property>
|
|
580
|
+
<property name="toolTip">
|
|
581
|
+
<string>save all merged probes</string>
|
|
582
|
+
</property>
|
|
583
|
+
</action>
|
|
584
|
+
<action name="actionSave_Virus">
|
|
585
|
+
<property name="text">
|
|
586
|
+
<string>Virus</string>
|
|
587
|
+
</property>
|
|
588
|
+
</action>
|
|
589
|
+
<action name="actionSave_Cells">
|
|
590
|
+
<property name="text">
|
|
591
|
+
<string>Cells</string>
|
|
592
|
+
</property>
|
|
593
|
+
</action>
|
|
594
|
+
<action name="actionSave_Contours">
|
|
595
|
+
<property name="text">
|
|
596
|
+
<string>Contours</string>
|
|
597
|
+
</property>
|
|
598
|
+
</action>
|
|
599
|
+
<action name="actionSave_Drawings">
|
|
600
|
+
<property name="text">
|
|
601
|
+
<string>Drawings</string>
|
|
602
|
+
</property>
|
|
603
|
+
</action>
|
|
604
|
+
<action name="actionLoad_Project">
|
|
605
|
+
<property name="text">
|
|
606
|
+
<string>Load Project</string>
|
|
607
|
+
</property>
|
|
608
|
+
</action>
|
|
609
|
+
<action name="actionLoad_Objects">
|
|
610
|
+
<property name="text">
|
|
611
|
+
<string>Load Objects</string>
|
|
612
|
+
</property>
|
|
613
|
+
</action>
|
|
614
|
+
<action name="actionSave_Triangulation_Points">
|
|
615
|
+
<property name="text">
|
|
616
|
+
<string>Save Triangulation Points ...</string>
|
|
617
|
+
</property>
|
|
618
|
+
</action>
|
|
619
|
+
<action name="actionLoad_Triangulation_Points">
|
|
620
|
+
<property name="text">
|
|
621
|
+
<string>Load Triangulation Points ...</string>
|
|
622
|
+
</property>
|
|
623
|
+
</action>
|
|
624
|
+
<action name="actionUp">
|
|
625
|
+
<property name="text">
|
|
626
|
+
<string>Up</string>
|
|
627
|
+
</property>
|
|
628
|
+
</action>
|
|
629
|
+
<action name="actionDown">
|
|
630
|
+
<property name="text">
|
|
631
|
+
<string>Down</string>
|
|
632
|
+
</property>
|
|
633
|
+
</action>
|
|
634
|
+
<action name="actionLeft">
|
|
635
|
+
<property name="text">
|
|
636
|
+
<string>Left</string>
|
|
637
|
+
</property>
|
|
638
|
+
</action>
|
|
639
|
+
<action name="actionRight">
|
|
640
|
+
<property name="text">
|
|
641
|
+
<string>Right</string>
|
|
642
|
+
</property>
|
|
643
|
+
</action>
|
|
644
|
+
<action name="actionDistance">
|
|
645
|
+
<property name="text">
|
|
646
|
+
<string>Distance Setting</string>
|
|
647
|
+
</property>
|
|
648
|
+
</action>
|
|
649
|
+
<action name="actionClockwise">
|
|
650
|
+
<property name="text">
|
|
651
|
+
<string>Clockwise</string>
|
|
652
|
+
</property>
|
|
653
|
+
</action>
|
|
654
|
+
<action name="actionCounter_Clockwise">
|
|
655
|
+
<property name="text">
|
|
656
|
+
<string>Counter Clockwise</string>
|
|
657
|
+
</property>
|
|
658
|
+
</action>
|
|
659
|
+
<action name="actionAngle">
|
|
660
|
+
<property name="text">
|
|
661
|
+
<string>Angle Setting</string>
|
|
662
|
+
</property>
|
|
663
|
+
</action>
|
|
664
|
+
<action name="action1_Clockwise">
|
|
665
|
+
<property name="text">
|
|
666
|
+
<string>1 Clockwise</string>
|
|
667
|
+
</property>
|
|
668
|
+
</action>
|
|
669
|
+
<action name="action1_Counter_Clockwise">
|
|
670
|
+
<property name="text">
|
|
671
|
+
<string>1 Counter Clockwise</string>
|
|
672
|
+
</property>
|
|
673
|
+
</action>
|
|
674
|
+
<action name="actionLoad_Image_Atlas">
|
|
675
|
+
<property name="text">
|
|
676
|
+
<string>Load Slice ...</string>
|
|
677
|
+
</property>
|
|
678
|
+
<property name="toolTip">
|
|
679
|
+
<string>Load Image as Atlas Slice</string>
|
|
680
|
+
</property>
|
|
681
|
+
</action>
|
|
682
|
+
<action name="actionMerge_Slices">
|
|
683
|
+
<property name="enabled">
|
|
684
|
+
<bool>false</bool>
|
|
685
|
+
</property>
|
|
686
|
+
<property name="text">
|
|
687
|
+
<string>Merge Slices</string>
|
|
688
|
+
</property>
|
|
689
|
+
<property name="toolTip">
|
|
690
|
+
<string>Currently not valid</string>
|
|
691
|
+
</property>
|
|
692
|
+
</action>
|
|
693
|
+
<action name="actionCut">
|
|
694
|
+
<property name="text">
|
|
695
|
+
<string>Crop</string>
|
|
696
|
+
</property>
|
|
697
|
+
</action>
|
|
698
|
+
<action name="actionClear">
|
|
699
|
+
<property name="text">
|
|
700
|
+
<string>Clear</string>
|
|
701
|
+
</property>
|
|
702
|
+
</action>
|
|
703
|
+
<action name="actionProcess_Slice">
|
|
704
|
+
<property name="text">
|
|
705
|
+
<string>Process Slice</string>
|
|
706
|
+
</property>
|
|
707
|
+
</action>
|
|
708
|
+
<action name="actionHide">
|
|
709
|
+
<property name="text">
|
|
710
|
+
<string>Hide</string>
|
|
711
|
+
</property>
|
|
712
|
+
</action>
|
|
713
|
+
<action name="actionCrop">
|
|
714
|
+
<property name="text">
|
|
715
|
+
<string>Crop</string>
|
|
716
|
+
</property>
|
|
717
|
+
<property name="toolTip">
|
|
718
|
+
<string>Crop off the area not slected</string>
|
|
719
|
+
</property>
|
|
720
|
+
</action>
|
|
721
|
+
<action name="actionSwitch_Atlas">
|
|
722
|
+
<property name="text">
|
|
723
|
+
<string>Switch Atlas: Volume</string>
|
|
724
|
+
</property>
|
|
725
|
+
<property name="toolTip">
|
|
726
|
+
<string>Switch between Volume Atlas and Slice Atlas</string>
|
|
727
|
+
</property>
|
|
728
|
+
</action>
|
|
729
|
+
<action name="actionBregma_Picker">
|
|
730
|
+
<property name="text">
|
|
731
|
+
<string>Bregma Picker</string>
|
|
732
|
+
</property>
|
|
733
|
+
<property name="toolTip">
|
|
734
|
+
<string>Check to slecte the location of Bregma</string>
|
|
735
|
+
</property>
|
|
736
|
+
</action>
|
|
737
|
+
<action name="actionCreate_Slice_Layer">
|
|
738
|
+
<property name="text">
|
|
739
|
+
<string>Create Slice Layer</string>
|
|
740
|
+
</property>
|
|
741
|
+
</action>
|
|
742
|
+
<action name="actionLoad_Layers">
|
|
743
|
+
<property name="text">
|
|
744
|
+
<string>Load Layers</string>
|
|
745
|
+
</property>
|
|
746
|
+
</action>
|
|
747
|
+
<action name="actionData_Layer">
|
|
748
|
+
<property name="text">
|
|
749
|
+
<string>Data Layer</string>
|
|
750
|
+
</property>
|
|
751
|
+
</action>
|
|
752
|
+
<action name="actionAll_Layer">
|
|
753
|
+
<property name="text">
|
|
754
|
+
<string>All Layers</string>
|
|
755
|
+
</property>
|
|
756
|
+
</action>
|
|
757
|
+
<action name="actionCurrent_Layer">
|
|
758
|
+
<property name="text">
|
|
759
|
+
<string>Current Layer</string>
|
|
760
|
+
</property>
|
|
761
|
+
</action>
|
|
762
|
+
<action name="actionDownload_Allen_Mice_Atlas">
|
|
763
|
+
<property name="text">
|
|
764
|
+
<string>Download Allen Mice Atlas ...</string>
|
|
765
|
+
</property>
|
|
766
|
+
</action>
|
|
767
|
+
<action name="actionAbout_HERBS">
|
|
768
|
+
<property name="text">
|
|
769
|
+
<string>About DriftlessMap</string>
|
|
770
|
+
</property>
|
|
771
|
+
</action>
|
|
772
|
+
<action name="actionCoronal_Window">
|
|
773
|
+
<property name="text">
|
|
774
|
+
<string>Coronal Window</string>
|
|
775
|
+
</property>
|
|
776
|
+
</action>
|
|
777
|
+
<action name="actionSagital_Window">
|
|
778
|
+
<property name="text">
|
|
779
|
+
<string>Sagital Window</string>
|
|
780
|
+
</property>
|
|
781
|
+
</action>
|
|
782
|
+
<action name="actionHorizontal_Window">
|
|
783
|
+
<property name="text">
|
|
784
|
+
<string>Horizontal Window</string>
|
|
785
|
+
</property>
|
|
786
|
+
</action>
|
|
787
|
+
<action name="action3D_Window">
|
|
788
|
+
<property name="text">
|
|
789
|
+
<string>3D Window</string>
|
|
790
|
+
</property>
|
|
791
|
+
</action>
|
|
792
|
+
<action name="actionImage_Window">
|
|
793
|
+
<property name="text">
|
|
794
|
+
<string>Image Window</string>
|
|
795
|
+
</property>
|
|
796
|
+
</action>
|
|
797
|
+
<action name="action4_Windows">
|
|
798
|
+
<property name="text">
|
|
799
|
+
<string>4 Windows</string>
|
|
800
|
+
</property>
|
|
801
|
+
</action>
|
|
802
|
+
<action name="actionVolume_Histology">
|
|
803
|
+
<property name="text">
|
|
804
|
+
<string>Volume + Histology</string>
|
|
805
|
+
</property>
|
|
806
|
+
</action>
|
|
807
|
+
<action name="actionSlice_Histology">
|
|
808
|
+
<property name="text">
|
|
809
|
+
<string>Slice + Histology</string>
|
|
810
|
+
</property>
|
|
811
|
+
</action>
|
|
812
|
+
<action name="action3D_Mode_Dark">
|
|
813
|
+
<property name="text">
|
|
814
|
+
<string>3D Mode: Dark</string>
|
|
815
|
+
</property>
|
|
816
|
+
</action>
|
|
817
|
+
<action name="actionPlanes_On">
|
|
818
|
+
<property name="text">
|
|
819
|
+
<string>Planes: On</string>
|
|
820
|
+
</property>
|
|
821
|
+
</action>
|
|
822
|
+
<action name="actionAxes_On">
|
|
823
|
+
<property name="text">
|
|
824
|
+
<string>Axes: On</string>
|
|
825
|
+
</property>
|
|
826
|
+
</action>
|
|
827
|
+
<action name="action2D_Mode_Dark">
|
|
828
|
+
<property name="text">
|
|
829
|
+
<string>2D Mode: Dark</string>
|
|
830
|
+
</property>
|
|
831
|
+
</action>
|
|
832
|
+
<action name="actionGrids_Off">
|
|
833
|
+
<property name="text">
|
|
834
|
+
<string>Grids: Off</string>
|
|
835
|
+
</property>
|
|
836
|
+
</action>
|
|
837
|
+
<action name="actionSave_Probe_Setting">
|
|
838
|
+
<property name="text">
|
|
839
|
+
<string>Save Probe Setting ...</string>
|
|
840
|
+
</property>
|
|
841
|
+
</action>
|
|
842
|
+
<action name="actionLoad_Probe_Setting">
|
|
843
|
+
<property name="text">
|
|
844
|
+
<string>Load Probe Setting ...</string>
|
|
845
|
+
</property>
|
|
846
|
+
</action>
|
|
847
|
+
<action name="actionMulti_Probe_Planning">
|
|
848
|
+
<property name="text">
|
|
849
|
+
<string>Multi-Probe Planning</string>
|
|
850
|
+
</property>
|
|
851
|
+
</action>
|
|
852
|
+
<action name="actionLoad_Points_Data">
|
|
853
|
+
<property name="text">
|
|
854
|
+
<string>Load Points_Data ...</string>
|
|
855
|
+
</property>
|
|
856
|
+
</action>
|
|
857
|
+
<action name="action_Save_Loaded_Data">
|
|
858
|
+
<property name="text">
|
|
859
|
+
<string>&Save Loaded Data</string>
|
|
860
|
+
</property>
|
|
861
|
+
</action>
|
|
862
|
+
<action name="actionExternal_Cells">
|
|
863
|
+
<property name="text">
|
|
864
|
+
<string>Cells</string>
|
|
865
|
+
</property>
|
|
866
|
+
</action>
|
|
867
|
+
<action name="actionExport_Atlas_Overlay">
|
|
868
|
+
<property name="text">
|
|
869
|
+
<string>Export Atlas Overlay</string>
|
|
870
|
+
</property>
|
|
871
|
+
</action>
|
|
872
|
+
</widget>
|
|
873
|
+
<customwidgets>
|
|
874
|
+
<customwidget>
|
|
875
|
+
<class>GLViewWidget</class>
|
|
876
|
+
<extends>QWidget</extends>
|
|
877
|
+
<header>pyqtgraph.opengl</header>
|
|
878
|
+
<container>1</container>
|
|
879
|
+
</customwidget>
|
|
880
|
+
</customwidgets>
|
|
881
|
+
<resources/>
|
|
882
|
+
<connections/>
|
|
883
|
+
</ui>
|