mirror of https://github.com/CGAL/cgal
Obsoleted.
This commit is contained in:
parent
869012b326
commit
aca32d5d92
|
|
@ -3836,7 +3836,6 @@ Surface_mesher/demo/Surface_mesher/qt4-demo/bbox-red.png -text svneol=unset#imag
|
|||
Surface_mesher/demo/Surface_mesher/qt4-demo/bbox-red.svg -text svneol=unset#image/svg%2Bxml
|
||||
Surface_mesher/demo/Surface_mesher/qt4-demo/bbox.png -text svneol=unset#image/png
|
||||
Surface_mesher/demo/Surface_mesher/qt4-demo/bbox.svg -text svneol=unset#image/svg%2Bxml
|
||||
Surface_mesher/demo/Surface_mesher/qt4-demo/dockwidget.ui -text
|
||||
Surface_mesher/demo/Surface_mesher/qt4-demo/fileopen.png -text svneol=unset#image/png
|
||||
Surface_mesher/demo/Surface_mesher/qt4-demo/flip.png -text svneol=unset#image/png
|
||||
Surface_mesher/demo/Surface_mesher/qt4-demo/flip.svg -text svneol=unset#image/svg%2Bxml
|
||||
|
|
|
|||
|
|
@ -1,99 +0,0 @@
|
|||
<ui version="4.0" >
|
||||
<class>MainWindow</class>
|
||||
<widget class="QMainWindow" name="MainWindow" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>600</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
<string>MainWindow</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="centralwidget" >
|
||||
<widget class="QDockWidget" name="boundsWidget" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>320</x>
|
||||
<y>20</y>
|
||||
<width>318</width>
|
||||
<height>488</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle" >
|
||||
<string>Sharp edges angle bounds</string>
|
||||
</property>
|
||||
<widget class="QWidget" name="dockWidgetContents" >
|
||||
<layout class="QVBoxLayout" >
|
||||
<item>
|
||||
<layout class="QGridLayout" >
|
||||
<item row="0" column="0" >
|
||||
<widget class="QLabel" name="label" >
|
||||
<property name="text" >
|
||||
<string>&Lower bound</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>angle_lower_bound</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="1" >
|
||||
<widget class="QDoubleSpinBox" name="angle_lower_bound" >
|
||||
<property name="maximum" >
|
||||
<double>180.000000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="0" >
|
||||
<widget class="QLabel" name="label_2" >
|
||||
<property name="text" >
|
||||
<string>&Upper bound</string>
|
||||
</property>
|
||||
<property name="buddy" >
|
||||
<cstring>angle_upper_bound</cstring>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="1" column="1" >
|
||||
<widget class="QDoubleSpinBox" name="angle_upper_bound" >
|
||||
<property name="maximum" >
|
||||
<double>180.000000000000000</double>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<spacer>
|
||||
<property name="orientation" >
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" >
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QMenuBar" name="menubar" >
|
||||
<property name="geometry" >
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>800</width>
|
||||
<height>31</height>
|
||||
</rect>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QStatusBar" name="statusbar" />
|
||||
</widget>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
Loading…
Reference in New Issue