mirror of https://github.com/CGAL/cgal
680 lines
19 KiB
XML
680 lines
19 KiB
XML
<?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>978</width>
|
|
<height>594</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>CGAL Three</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="Polyhedron_3.qrc">
|
|
<normaloff>:/cgal/icons/resources/cgal_logo.xpm</normaloff>:/cgal/icons/resources/cgal_logo.xpm</iconset>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
|
<item>
|
|
<widget class="Viewer" name="viewer" native="true">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>1</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>978</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menuFile">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<addaction name="actionLoad"/>
|
|
<addaction name="actionErase"/>
|
|
<addaction name="actionEraseAll"/>
|
|
<addaction name="actionDuplicate"/>
|
|
<addaction name="actionSaveAs"/>
|
|
<addaction name="actionSaveSnapshot"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionLoadScript"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionLoadPlugin"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="actionQuit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuEdit">
|
|
<property name="title">
|
|
<string>&Edit</string>
|
|
</property>
|
|
<addaction name="actionShowHide"/>
|
|
<addaction name="actionSetPolyhedronA"/>
|
|
<addaction name="actionSetPolyhedronB"/>
|
|
<addaction name="actionSelectAllItems"/>
|
|
<addaction name="actionPreferences"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuOperations">
|
|
<property name="title">
|
|
<string>&Operations</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QMenu" name="menuView">
|
|
<property name="title">
|
|
<string>&View</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuDockWindows">
|
|
<property name="title">
|
|
<string>&Dock Windows</string>
|
|
</property>
|
|
<addaction name="dummyAction"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuCamera">
|
|
<property name="title">
|
|
<string>Ca&mera</string>
|
|
</property>
|
|
<addaction name="actionDumpCamera"/>
|
|
<addaction name="actionCopyCamera"/>
|
|
<addaction name="actionPasteCamera"/>
|
|
</widget>
|
|
<addaction name="actionRecenterScene"/>
|
|
<addaction name="actionLookAt"/>
|
|
<addaction name="actionAntiAliasing"/>
|
|
<addaction name="actionDrawTwoSides"/>
|
|
<addaction name="actionQuickCameraMode"/>
|
|
<addaction name="actionMaxTextItemsDisplayed"/>
|
|
<addaction name="actionSetBackgroundColor"/>
|
|
<addaction name="menuDockWindows"/>
|
|
<addaction name="menuCamera"/>
|
|
</widget>
|
|
<addaction name="menuFile"/>
|
|
<addaction name="menuEdit"/>
|
|
<addaction name="menuOperations"/>
|
|
<addaction name="menuView"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<widget class="QDockWidget" name="sceneDockWidget">
|
|
<property name="locale">
|
|
<locale language="English" country="UnitedStates"/>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Geometric Objects</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>1</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContent">
|
|
<layout class="QGridLayout" name="gridLayout_2">
|
|
<item row="0" column="0">
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QToolButton" name="addButton">
|
|
<property name="text">
|
|
<string>+</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Polyhedron_3.qrc">
|
|
<normaloff>:/cgal/icons/plus</normaloff>:/cgal/icons/plus</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="removeButton">
|
|
<property name="text">
|
|
<string>-</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Polyhedron_3.qrc">
|
|
<normaloff>:/cgal/icons/minus</normaloff>:/cgal/icons/minus</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="duplicateButton">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Polyhedron_3.qrc">
|
|
<normaloff>:/cgal/icons/duplicate</normaloff>:/cgal/icons/duplicate</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="upButton">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Polyhedron_3.qrc">
|
|
<normaloff>:/cgal/icons/resources/up.png</normaloff>:/cgal/icons/resources/up.png</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QToolButton" name="downButton">
|
|
<property name="text">
|
|
<string>...</string>
|
|
</property>
|
|
<property name="icon">
|
|
<iconset resource="Polyhedron_3.qrc">
|
|
<normaloff>:/cgal/icons/resources/down.png</normaloff>:/cgal/icons/resources/down.png</iconset>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<spacer name="horizontalSpacer">
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="sizeHint" stdset="0">
|
|
<size>
|
|
<width>40</width>
|
|
<height>20</height>
|
|
</size>
|
|
</property>
|
|
</spacer>
|
|
</item>
|
|
<item>
|
|
<widget class="QLineEdit" name="searchEdit">
|
|
<property name="placeholderText">
|
|
<string>Quick filter... <Alt+Q></string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
<item>
|
|
<widget class="QTreeView" name="sceneView">
|
|
<property name="editTriggers">
|
|
<set>QAbstractItemView::DoubleClicked|QAbstractItemView::EditKeyPressed|QAbstractItemView::SelectedClicked</set>
|
|
</property>
|
|
<property name="dragDropMode">
|
|
<enum>QAbstractItemView::InternalMove</enum>
|
|
</property>
|
|
<property name="alternatingRowColors">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="selectionMode">
|
|
<enum>QAbstractItemView::ExtendedSelection</enum>
|
|
</property>
|
|
<property name="selectionBehavior">
|
|
<enum>QAbstractItemView::SelectRows</enum>
|
|
</property>
|
|
<property name="indentation">
|
|
<number>10</number>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QDockWidget" name="consoleDockWidget">
|
|
<property name="allowedAreas">
|
|
<set>Qt::BottomDockWidgetArea|Qt::LeftDockWidgetArea|Qt::TopDockWidgetArea</set>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Console</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>8</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContents">
|
|
<layout class="QVBoxLayout" name="verticalLayout_3">
|
|
<item>
|
|
<widget class="QTextEdit" name="consoleTextEdit">
|
|
<property name="readOnly">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QDockWidget" name="infoDockWidget">
|
|
<property name="windowTitle">
|
|
<string>Infos</string>
|
|
</property>
|
|
<attribute name="dockWidgetArea">
|
|
<number>8</number>
|
|
</attribute>
|
|
<widget class="QWidget" name="dockWidgetContents_2">
|
|
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
|
<item>
|
|
<layout class="QVBoxLayout" name="verticalLayout_4" stretch="0,0">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QScrollArea" name="scrollArea">
|
|
<property name="minimumSize">
|
|
<size>
|
|
<width>350</width>
|
|
<height>0</height>
|
|
</size>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::NoFrame</enum>
|
|
</property>
|
|
<property name="widgetResizable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<widget class="QWidget" name="scrollAreaWidgetContents">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>541</width>
|
|
<height>175</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QGridLayout" name="gridLayout">
|
|
<item row="0" column="0">
|
|
<widget class="QLabel" name="infoLabel">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>1</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="contextMenuPolicy">
|
|
<enum>Qt::DefaultContextMenu</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="textInteractionFlags">
|
|
<set>Qt::LinksAccessibleByKeyboard|Qt::LinksAccessibleByMouse|Qt::TextBrowserInteraction|Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QLabel" name="displayLabel">
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<action name="actionQuit">
|
|
<property name="text">
|
|
<string>&Quit</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Q</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSimplify">
|
|
<property name="text">
|
|
<string>&Simplification</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCatmullClark">
|
|
<property name="text">
|
|
<string>&Catmull-Clark</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionKernel">
|
|
<property name="text">
|
|
<string>&Kernel</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionUnion">
|
|
<property name="text">
|
|
<string>&Union (A/B)</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O, U</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionIntersection">
|
|
<property name="text">
|
|
<string>&Intersection (A/B)</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O, I</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDifference">
|
|
<property name="text">
|
|
<string>&Difference (A/B)</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O, D</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFitPlane">
|
|
<property name="text">
|
|
<string>Fit &Plane</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFitLine">
|
|
<property name="text">
|
|
<string>Fit &Line</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEstimateCurvature">
|
|
<property name="text">
|
|
<string>&Curvature Estimation</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLoad">
|
|
<property name="icon">
|
|
<iconset resource="Polyhedron_3.qrc">
|
|
<normaloff>:/cgal/icons/plus</normaloff>:/cgal/icons/plus</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Load...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+L</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionErase">
|
|
<property name="icon">
|
|
<iconset resource="Polyhedron_3.qrc">
|
|
<normaloff>:/cgal/icons/minus</normaloff>:/cgal/icons/minus</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Erase</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Del</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDuplicate">
|
|
<property name="icon">
|
|
<iconset resource="Polyhedron_3.qrc">
|
|
<normaloff>:/cgal/icons/duplicate</normaloff>:/cgal/icons/duplicate</iconset>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Duplicate</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+D</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSqrt3">
|
|
<property name="text">
|
|
<string>&Sqrt3</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionAntiAliasing">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Antialiasing</string>
|
|
</property>
|
|
</action>
|
|
<action name="dummyAction">
|
|
<property name="text">
|
|
<string>n/a</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionConvexHull">
|
|
<property name="text">
|
|
<string>&Convex Hull</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionEraseAll">
|
|
<property name="text">
|
|
<string>&Erase All</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionOptions">
|
|
<property name="text">
|
|
<string>&Options...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLoop">
|
|
<property name="text">
|
|
<string>&Loop</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveAs">
|
|
<property name="text">
|
|
<string>Save &as...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSave">
|
|
<property name="text">
|
|
<string>&Save</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveAll">
|
|
<property name="text">
|
|
<string>Save A&ll</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMergeAll">
|
|
<property name="text">
|
|
<string>Mer&ge All</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMerge">
|
|
<property name="text">
|
|
<string>&Merge</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelfIntersection">
|
|
<property name="text">
|
|
<string>Self-&intersection</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelectAll">
|
|
<property name="text">
|
|
<string>Select &All</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelectNone">
|
|
<property name="text">
|
|
<string>Select &None</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelectInvert">
|
|
<property name="text">
|
|
<string>&Invert Selection</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionShowHide">
|
|
<property name="text">
|
|
<string>Show/Hide</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+Space</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSetPolyhedronA">
|
|
<property name="text">
|
|
<string>Set Polyhedron A</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSetPolyhedronB">
|
|
<property name="text">
|
|
<string>Set Polyhedron B</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionInsideOut">
|
|
<property name="text">
|
|
<string>&Inside-Out</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRemeshing">
|
|
<property name="text">
|
|
<string>&Remeshing</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionConvexDecomposition">
|
|
<property name="text">
|
|
<string>Convex Decomposition</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMVC">
|
|
<property name="text">
|
|
<string>Mean &Value Coordinates</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDCP">
|
|
<property name="text">
|
|
<string>Discrete &Conformal Maps</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionExplode">
|
|
<property name="text">
|
|
<string>Explode</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionToNef">
|
|
<property name="text">
|
|
<string>Convert to Nef Polyhedron</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionToPoly">
|
|
<property name="text">
|
|
<string>Convert to Normal Polyhedron</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDrawTwoSides">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Draw &Two Sides</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+T</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionRecenterScene">
|
|
<property name="text">
|
|
<string>Re&center Scene</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+R</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSetBackgroundColor">
|
|
<property name="text">
|
|
<string>Change &Background Color...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMinkowskiSum">
|
|
<property name="text">
|
|
<string>&Minkowski Sum (A/B)</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+O, M</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLookAt">
|
|
<property name="text">
|
|
<string>&Look at...</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSaveSnapshot">
|
|
<property name="text">
|
|
<string>Save Snapshot</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionDumpCamera">
|
|
<property name="text">
|
|
<string>&Dump Camera Coordinates</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionCopyCamera">
|
|
<property name="text">
|
|
<string>&Copy Camera</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPasteCamera">
|
|
<property name="text">
|
|
<string>&Paste Camera</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionSelectAllItems">
|
|
<property name="text">
|
|
<string>Select All Items</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+A</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLoadScript">
|
|
<property name="text">
|
|
<string>Load &Script</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionPreferences">
|
|
<property name="text">
|
|
<string>&Preferences</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLSC">
|
|
<property name="text">
|
|
<string>Least Square Conformal Maps</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLoadPlugin">
|
|
<property name="text">
|
|
<string>Load Plugin</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionQuickCameraMode">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Quick Camera Mode</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionMaxTextItemsDisplayed">
|
|
<property name="text">
|
|
<string>Set Maximum Text Items Displayed :</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>Viewer</class>
|
|
<extends>QWidget</extends>
|
|
<header>Viewer.h</header>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources>
|
|
<include location="Polyhedron_3.qrc"/>
|
|
</resources>
|
|
<connections/>
|
|
</ui>
|