summaryrefslogtreecommitdiff
path: root/GudhUI/gui/main_window.ui
blob: 312480b6ada5426f16d0dff20258e21681ef93c9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>MainWindow</class>
 <widget class="QMainWindow" name="MainWindow">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>861</width>
    <height>880</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>GudhUI</string>
  </property>
  <property name="tabShape">
   <enum>QTabWidget::Rounded</enum>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QVBoxLayout" name="verticalLayout_2">
    <item>
     <layout class="QHBoxLayout" name="horizontalLayout">
      <item>
       <widget class="Viewer" name="viewer" native="true">
        <property name="autoFillBackground">
         <bool>false</bool>
        </property>
       </widget>
      </item>
     </layout>
    </item>
   </layout>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>861</width>
     <height>34</height>
    </rect>
   </property>
   <widget class="QMenu" name="menuFile">
    <property name="title">
     <string>File</string>
    </property>
    <addaction name="actionLoad_points"/>
    <addaction name="actionLoad_complex"/>
    <addaction name="actionSave_points"/>
    <addaction name="actionSave_complex"/>
   </widget>
   <widget class="QMenu" name="menuPoints">
    <property name="title">
     <string>Points</string>
    </property>
    <addaction name="actionNoise"/>
   </widget>
   <widget class="QMenu" name="menuGraph">
    <property name="title">
     <string>Graph</string>
    </property>
    <addaction name="actionK_nearest_neighbors_graph"/>
    <addaction name="actionUniform_proximity_graph"/>
    <addaction name="actionShow_graph_stats"/>
   </widget>
   <widget class="QMenu" name="menuComplex">
    <property name="title">
     <string>Complex</string>
    </property>
    <addaction name="actionContract_edges"/>
    <addaction name="actionCollapse_vertices"/>
    <addaction name="actionCollapse_edges"/>
    <addaction name="actionShow_complex_stats"/>
    <addaction name="actionShow_complex_dimension"/>
   </widget>
   <widget class="QMenu" name="menuView">
    <property name="title">
     <string>View</string>
    </property>
    <addaction name="actionPoints"/>
    <addaction name="actionEdges"/>
    <addaction name="actionTriangles"/>
    <addaction name="actionChange_projection"/>
   </widget>
   <widget class="QMenu" name="menuTopology">
    <property name="title">
     <string>Topology</string>
    </property>
    <addaction name="actionEuler_characteristic"/>
    <addaction name="actionShow_homology_group"/>
    <addaction name="actionPersistence"/>
    <addaction name="actionEstimate_topological_changes"/>
    <addaction name="actionIs_manifold"/>
   </widget>
   <addaction name="menuFile"/>
   <addaction name="menuPoints"/>
   <addaction name="menuGraph"/>
   <addaction name="menuComplex"/>
   <addaction name="menuTopology"/>
   <addaction name="menuView"/>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
  <action name="actionLoad_points">
   <property name="text">
    <string>Load points</string>
   </property>
  </action>
  <action name="actionLoad_complex">
   <property name="text">
    <string>Load complex</string>
   </property>
  </action>
  <action name="actionSave_points">
   <property name="text">
    <string>Save points</string>
   </property>
  </action>
  <action name="actionSave_complex">
   <property name="text">
    <string>Save complex</string>
   </property>
  </action>
  <action name="actionNoise">
   <property name="text">
    <string>Noise</string>
   </property>
  </action>
  <action name="actionLloyd">
   <property name="text">
    <string>Lloyd</string>
   </property>
  </action>
  <action name="actionUniform_proximity_graph">
   <property name="text">
    <string>Uniform proximity graph</string>
   </property>
  </action>
  <action name="actionK_nearest_neighbors_graph">
   <property name="text">
    <string>k-nearest neighbors graph</string>
   </property>
  </action>
  <action name="actionShow_graph_stats">
   <property name="text">
    <string>Show graph stats</string>
   </property>
  </action>
  <action name="actionBuild_complex_from_graph">
   <property name="text">
    <string>Graph expansion</string>
   </property>
  </action>
  <action name="actionBuild_Delaunay_from_points">
   <property name="text">
    <string>Delaunay from points</string>
   </property>
  </action>
  <action name="actionContract_edges">
   <property name="text">
    <string>Contract edges</string>
   </property>
  </action>
  <action name="actionCollapse_vertices">
   <property name="text">
    <string>Collapse vertices</string>
   </property>
  </action>
  <action name="actionCollapse_edges">
   <property name="text">
    <string>Collapse edges</string>
   </property>
  </action>
  <action name="actionPoints">
   <property name="text">
    <string>Points</string>
   </property>
  </action>
  <action name="actionEdges">
   <property name="text">
    <string>Edges</string>
   </property>
  </action>
  <action name="actionTriangles">
   <property name="text">
    <string>Triangles</string>
   </property>
  </action>
  <action name="actionChange_projection">
   <property name="text">
    <string>Change projection</string>
   </property>
  </action>
  <action name="actionShow_complex_stats">
   <property name="text">
    <string>Show complex stats</string>
   </property>
  </action>
  <action name="actionShow_complex_dimension">
   <property name="text">
    <string>Show complex dimension</string>
   </property>
  </action>
  <action name="actionShow_homology_group">
   <property name="text">
    <string>Homology groups</string>
   </property>
  </action>
  <action name="actionPersistence">
   <property name="text">
    <string>Point cloud persistence</string>
   </property>
  </action>
  <action name="actionEuler_characteristic">
   <property name="enabled">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Euler characteristic</string>
   </property>
   <property name="visible">
    <bool>true</bool>
   </property>
  </action>
  <action name="actionHomology_groups">
   <property name="text">
    <string>Homology groups</string>
   </property>
  </action>
  <action name="actionEstimate_topological_changes">
   <property name="enabled">
    <bool>false</bool>
   </property>
   <property name="text">
    <string>Rips critical points approximation</string>
   </property>
   <property name="visible">
    <bool>false</bool>
   </property>
  </action>
  <action name="actionIs_manifold">
   <property name="text">
    <string>Is manifold</string>
   </property>
  </action>
 </widget>
 <customwidgets>
  <customwidget>
   <class>Viewer</class>
   <extends>QWidget</extends>
   <header>view/Viewer.h</header>
  </customwidget>
 </customwidgets>
 <resources/>
 <connections/>
</ui>