File: Generator_2.ui

package info (click to toggle)
cgal 6.1.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 144,952 kB
  • sloc: cpp: 811,597; ansic: 208,576; sh: 493; python: 411; makefile: 286; javascript: 174
file content (258 lines) | stat: -rw-r--r-- 7,609 bytes parent folder | download | duplicates (6)
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
256
257
258
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <author>GeometryFactory</author>
 <class>Generator_2</class>
 <widget class="QMainWindow" name="Generator_2">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>568</width>
    <height>325</height>
   </rect>
  </property>
  <property name="windowTitle">
   <string>CGAL 2D Generator</string>
  </property>
  <property name="windowIcon">
   <iconset resource="../resources/CGAL.qrc">
    <normaloff>:/cgal/logos/cgal_icon</normaloff>:/cgal/logos/cgal_icon</iconset>
  </property>
  <widget class="QWidget" name="centralwidget">
   <layout class="QHBoxLayout">
    <item>
     <widget class="QSplitter" name="splitter">
      <property name="orientation">
       <enum>Qt::Horizontal</enum>
      </property>
      <widget class="QGraphicsView" name="graphicsView">
       <property name="sizePolicy">
        <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
         <horstretch>2</horstretch>
         <verstretch>0</verstretch>
        </sizepolicy>
       </property>
       <property name="focusPolicy">
        <enum>Qt::StrongFocus</enum>
       </property>
       <property name="verticalScrollBarPolicy">
        <enum>Qt::ScrollBarAlwaysOn</enum>
       </property>
       <property name="horizontalScrollBarPolicy">
        <enum>Qt::ScrollBarAlwaysOn</enum>
       </property>
       <property name="transformationAnchor">
        <enum>QGraphicsView::NoAnchor</enum>
       </property>
      </widget>
     </widget>
    </item>
   </layout>
  </widget>
  <widget class="QStatusBar" name="statusbar"/>
  <widget class="QToolBar" name="fileToolBar">
   <property name="windowTitle">
    <string>File Tools</string>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="actionClear"/>
  </widget>
  <widget class="QToolBar" name="toolBar">
   <property name="windowTitle">
    <string>Visualization Tools</string>
   </property>
   <attribute name="toolBarArea">
    <enum>TopToolBarArea</enum>
   </attribute>
   <attribute name="toolBarBreak">
    <bool>false</bool>
   </attribute>
   <addaction name="actionRecenter"/>
  </widget>
  <widget class="QMenuBar" name="menubar">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>568</width>
     <height>22</height>
    </rect>
   </property>
   <widget class="QMenu" name="menuFile">
    <property name="title">
     <string>&amp;File</string>
    </property>
    <addaction name="separator"/>
    <addaction name="actionClear"/>
    <addaction name="separator"/>
    <addaction name="actionQuit"/>
   </widget>
   <widget class="QMenu" name="menuTools">
    <property name="title">
     <string>&amp;Algorithms</string>
    </property>
    <addaction name="separator"/>
    <addaction name="actionRecenter"/>
    <addaction name="actionGeneratePointsOnCircle"/>
    <addaction name="actionGeneratePointsInDisc"/>
    <addaction name="actionGeneratePointsInSquare"/>
    <addaction name="actionGenerateSegments"/>
    <addaction name="actionGenerateSegmentFans"/>
    <addaction name="actionGeneratePolytopeInDisc"/>
   </widget>
   <addaction name="menuFile"/>
   <addaction name="menuTools"/>
  </widget>
  <action name="actionAbout">
   <property name="text">
    <string>&amp;About</string>
   </property>
  </action>
  <action name="actionAboutCGAL">
   <property name="text">
    <string>About &amp;CGAL</string>
   </property>
  </action>
  <action name="actionQuit">
   <property name="text">
    <string>&amp;Quit</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+Q</string>
   </property>
  </action>
  <action name="actionClear">
   <property name="icon">
    <iconset resource="../icons/File.qrc">
     <normaloff>:/cgal/fileToolbar/fileNew.png</normaloff>:/cgal/fileToolbar/fileNew.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Clear</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+C</string>
   </property>
  </action>
  <action name="actionLoadGenerator">
   <property name="icon">
    <iconset resource="../icons/File.qrc">
     <normaloff>:/cgal/fileToolbar/fileOpen.png</normaloff>:/cgal/fileToolbar/fileOpen.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Load Generator</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+L</string>
   </property>
  </action>
  <action name="actionSaveGenerator">
   <property name="icon">
    <iconset resource="../icons/File.qrc">
     <normaloff>:/cgal/fileToolbar/fileSave.png</normaloff>:/cgal/fileToolbar/fileSave.png</iconset>
   </property>
   <property name="text">
    <string>&amp;Save Generator</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+S</string>
   </property>
  </action>
  <action name="actionRecenter">
   <property name="icon">
    <iconset resource="../icons/Input.qrc">
     <normaloff>:/cgal/Input/zoom-best-fit</normaloff>:/cgal/Input/zoom-best-fit</iconset>
   </property>
   <property name="text">
    <string>Re&amp;center the viewport</string>
   </property>
   <property name="shortcut">
    <string>Ctrl+R</string>
   </property>
  </action>
  <action name="actionYMonotonePartition">
   <property name="text">
    <string>Y-monotone Partition</string>
   </property>
  </action>
  <action name="actionCreateInputGenerator">
   <property name="checkable">
    <bool>true</bool>
   </property>
   <property name="text">
    <string>Create Input Generator</string>
   </property>
  </action>
  <action name="actionInnerSkeleton">
   <property name="text">
    <string>Inner Skeleton</string>
   </property>
  </action>
  <action name="actionOuterOffset">
   <property name="text">
    <string>Outer Offset</string>
   </property>
  </action>
  <action name="actionOptimalConvexPartition">
   <property name="text">
    <string>Optimal Convex Partition</string>
   </property>
  </action>
  <action name="actionApproximateConvexPartition">
   <property name="text">
    <string>Approximate Convex Partition</string>
   </property>
  </action>
  <action name="actionLinearLeastSquaresFitting">
   <property name="text">
    <string>Linear Least Squares Fitting of Points</string>
   </property>
  </action>
  <action name="actionLinearLeastSquaresFittingOfSegments">
   <property name="text">
    <string>Linear Least Squares Fitting of Segments</string>
   </property>
  </action>
  <action name="actionGeneratePointsOnCircle">
   <property name="text">
    <string>Generate Points on Circle</string>
   </property>
  </action>
  <action name="actionGeneratePointsInSquare">
   <property name="text">
    <string>Generate Points in Square</string>
   </property>
  </action>
  <action name="actionGenerateSegments">
   <property name="text">
    <string>Generate Segments</string>
   </property>
  </action>
  <action name="actionGeneratePointsInDisc">
   <property name="text">
    <string>Generate Points in Disc</string>
   </property>
  </action>
  <action name="actionGenerateSegmentFans">
   <property name="text">
    <string>Generate Segment Fans</string>
   </property>
  </action>
  <action name="actionGeneratePolytopeInDisc">
   <property name="text">
    <string>Generate Polygon in Disc</string>
   </property>
  </action>
 </widget>
 <resources>
  <include location="Generator_2.qrc"/>
  <include location="../icons/File.qrc"/>
  <include location="../resources/CGAL.qrc"/>
  <include location="../icons/Input.qrc"/>
 </resources>
 <connections/>
</ui>