2 Star 7 Fork 8

jerry.xu / CloudViewer

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
cloudviewer.ui 32.82 KB
一键复制 编辑 原始数据 按行查看 历史
wwq 提交于 2017-04-17 23:33 . CloudViewer 1.0.1
1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CloudViewerClass</class>
<widget class="QMainWindow" name="CloudViewerClass">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1246</width>
<height>749</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
<horstretch>85</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>900</width>
<height>650</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>16777215</height>
</size>
</property>
<property name="windowTitle">
<string>CloudViewer</string>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="animated">
<bool>true</bool>
</property>
<property name="tabShape">
<enum>QTabWidget::Rounded</enum>
</property>
<property name="dockNestingEnabled">
<bool>false</bool>
</property>
<widget class="QWidget" name="centralWidget">
<property name="sizePolicy">
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<layout class="QHBoxLayout" name="horizontalLayout_5">
<item>
<widget class="QVTKWidget" name="screen" native="true">
<property name="minimumSize">
<size>
<width>600</width>
<height>400</height>
</size>
</property>
</widget>
</item>
</layout>
</widget>
<widget class="QMenuBar" name="menuBar">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>1246</width>
<height>26</height>
</rect>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
</font>
</property>
<widget class="QMenu" name="menuFile">
<property name="title">
<string>File</string>
</property>
<addaction name="openAction"/>
<addaction name="addAction"/>
<addaction name="clearAction"/>
<addaction name="saveAction"/>
<addaction name="saveBinaryAction"/>
<addaction name="changeAction"/>
<addaction name="exitAction"/>
</widget>
<widget class="QMenu" name="menuGenerate">
<property name="title">
<string>Generate</string>
</property>
<widget class="QMenu" name="menuBasic_shapes">
<property name="title">
<string>Basic shapes</string>
</property>
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/shape.png</normaloff>:/Resources/images/shape.png</iconset>
</property>
<addaction name="sphereAction"/>
<addaction name="cylinderAction"/>
</widget>
<addaction name="cubeAction"/>
<addaction name="menuBasic_shapes"/>
</widget>
<widget class="QMenu" name="menuAbout">
<property name="title">
<string>About</string>
</property>
<addaction name="helpAction"/>
<addaction name="aboutAction"/>
</widget>
<widget class="QMenu" name="menuOption">
<property name="title">
<string>Option</string>
</property>
<widget class="QMenu" name="themeAction">
<property name="title">
<string>Theme</string>
</property>
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/theme.png</normaloff>:/Resources/images/theme.png</iconset>
</property>
<addaction name="windowsThemeAction"/>
<addaction name="darculaThemeAction"/>
</widget>
<widget class="QMenu" name="langAction">
<property name="title">
<string>Language</string>
</property>
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/language.png</normaloff>:/Resources/images/language.png</iconset>
</property>
<addaction name="englishAction"/>
<addaction name="chineseAction"/>
</widget>
<addaction name="themeAction"/>
<addaction name="langAction"/>
</widget>
<widget class="QMenu" name="menuView">
<property name="title">
<string>Display</string>
</property>
<widget class="QMenu" name="menuAngle_view">
<property name="title">
<string>Angle view</string>
</property>
<addaction name="mainviewAction"/>
<addaction name="leftviewAction"/>
<addaction name="topviewAction"/>
</widget>
<addaction name="pointcolorAction"/>
<addaction name="bgcolorAction"/>
<addaction name="menuAngle_view"/>
</widget>
<widget class="QMenu" name="menuView_2">
<property name="title">
<string>View</string>
</property>
<addaction name="dataAction"/>
<addaction name="propertyAction"/>
<addaction name="consoleAction"/>
<addaction name="RGBAction"/>
</widget>
<widget class="QMenu" name="menuProcess">
<property name="title">
<string>Process</string>
</property>
<addaction name="meshsurfaceAction"/>
<addaction name="wireframeAction"/>
</widget>
<addaction name="menuFile"/>
<addaction name="menuView"/>
<addaction name="menuView_2"/>
<addaction name="menuGenerate"/>
<addaction name="menuProcess"/>
<addaction name="menuOption"/>
<addaction name="menuAbout"/>
</widget>
<widget class="QToolBar" name="mainToolBar">
<attribute name="toolBarArea">
<enum>TopToolBarArea</enum>
</attribute>
<attribute name="toolBarBreak">
<bool>false</bool>
</attribute>
<addaction name="openAction"/>
<addaction name="addAction"/>
<addaction name="clearAction"/>
<addaction name="saveAction"/>
<addaction name="saveBinaryAction"/>
<addaction name="changeAction"/>
<addaction name="separator"/>
<addaction name="pointcolorAction"/>
<addaction name="bgcolorAction"/>
<addaction name="separator"/>
<addaction name="mainviewAction"/>
<addaction name="leftviewAction"/>
<addaction name="topviewAction"/>
<addaction name="separator"/>
<addaction name="cubeAction"/>
<addaction name="separator"/>
<addaction name="meshsurfaceAction"/>
<addaction name="wireframeAction"/>
<addaction name="separator"/>
<addaction name="helpAction"/>
<addaction name="aboutAction"/>
</widget>
<widget class="QStatusBar" name="statusBar"/>
<widget class="QDockWidget" name="RGBDock">
<property name="minimumSize">
<size>
<width>245</width>
<height>400</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>524287</height>
</size>
</property>
<property name="windowTitle">
<string>RGB</string>
</property>
<attribute name="dockWidgetArea">
<number>2</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_4">
<layout class="QVBoxLayout" name="verticalLayout_2">
<item>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QLabel" name="label_1">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Red</string>
</property>
</widget>
</item>
<item>
<widget class="QLCDNumber" name="rLCD">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="autoFillBackground">
<bool>false</bool>
</property>
<property name="inputMethodHints">
<set>Qt::ImhNone</set>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="frameShadow">
<enum>QFrame::Raised</enum>
</property>
<property name="lineWidth">
<number>1</number>
</property>
<property name="smallDecimalPoint">
<bool>false</bool>
</property>
<property name="digitCount">
<number>3</number>
</property>
<property name="mode">
<enum>QLCDNumber::Dec</enum>
</property>
<property name="value" stdset="0">
<double>255.000000000000000</double>
</property>
<property name="intValue" stdset="0">
<number>255</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QSlider" name="rSlider">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>132</width>
<height>0</height>
</size>
</property>
<property name="maximum">
<number>255</number>
</property>
<property name="sliderPosition">
<number>255</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_2">
<item>
<widget class="QLabel" name="label_2">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Green</string>
</property>
</widget>
</item>
<item>
<widget class="QLCDNumber" name="gLCD">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="digitCount">
<number>3</number>
</property>
<property name="intValue" stdset="0">
<number>255</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QSlider" name="gSlider">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>132</width>
<height>0</height>
</size>
</property>
<property name="maximum">
<number>255</number>
</property>
<property name="sliderPosition">
<number>255</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_3">
<item>
<widget class="QLabel" name="label_3">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Blue</string>
</property>
</widget>
</item>
<item>
<widget class="QLCDNumber" name="bLCD">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="frameShape">
<enum>QFrame::Panel</enum>
</property>
<property name="digitCount">
<number>3</number>
</property>
<property name="intValue" stdset="0">
<number>255</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QSlider" name="bSlider">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>132</width>
<height>0</height>
</size>
</property>
<property name="maximum">
<number>255</number>
</property>
<property name="sliderPosition">
<number>255</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout_4">
<item>
<widget class="QLabel" name="label_4">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Preferred">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Point Size</string>
</property>
</widget>
</item>
<item>
<widget class="QLCDNumber" name="sizeLCD">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Minimum">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="digitCount">
<number>1</number>
</property>
<property name="segmentStyle">
<enum>QLCDNumber::Filled</enum>
</property>
<property name="intValue" stdset="0">
<number>1</number>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QSlider" name="pSlider">
<property name="sizePolicy">
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>132</width>
<height>0</height>
</size>
</property>
<property name="minimum">
<number>1</number>
</property>
<property name="maximum">
<number>10</number>
</property>
<property name="sliderPosition">
<number>1</number>
</property>
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="colorBtn">
<property name="font">
<font>
<family>Times New Roman</family>
<pointsize>11</pointsize>
</font>
</property>
<property name="styleSheet">
<string notr="true"/>
</property>
<property name="text">
<string>Color</string>
</property>
</widget>
</item>
</layout>
</item>
<item>
<widget class="QCheckBox" name="cooCbx">
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Coordinate</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="bgcCbx">
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="text">
<string>Backgronud:Dark/Light</string>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QDockWidget" name="dataDock">
<property name="minimumSize">
<size>
<width>250</width>
<height>233</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>300</width>
<height>524287</height>
</size>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="windowTitle">
<string>PointCloud</string>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_5">
<layout class="QVBoxLayout" name="verticalLayout_3">
<item>
<widget class="QTreeWidget" name="dataTree">
<property name="minimumSize">
<size>
<width>0</width>
<height>180</height>
</size>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>9</pointsize>
</font>
</property>
<property name="contextMenuPolicy">
<enum>Qt::CustomContextMenu</enum>
</property>
<column>
<property name="text">
<string>Point Cloud File</string>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QDockWidget" name="propertyDock">
<property name="minimumSize">
<size>
<width>250</width>
<height>233</height>
</size>
</property>
<property name="font">
<font>
<family>微软雅黑</family>
<pointsize>10</pointsize>
</font>
</property>
<property name="windowTitle">
<string>Properties</string>
</property>
<attribute name="dockWidgetArea">
<number>1</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_6">
<layout class="QVBoxLayout" name="verticalLayout_4">
<item>
<widget class="QTableWidget" name="propertyTable">
<property name="minimumSize">
<size>
<width>0</width>
<height>180</height>
</size>
</property>
<property name="font">
<font>
<pointsize>9</pointsize>
</font>
</property>
<property name="frameShadow">
<enum>QFrame::Sunken</enum>
</property>
<property name="midLineWidth">
<number>0</number>
</property>
<property name="horizontalScrollBarPolicy">
<enum>Qt::ScrollBarAsNeeded</enum>
</property>
<property name="sizeAdjustPolicy">
<enum>QAbstractScrollArea::AdjustIgnored</enum>
</property>
<property name="autoScroll">
<bool>true</bool>
</property>
<property name="editTriggers">
<set>QAbstractItemView::NoEditTriggers</set>
</property>
<property name="tabKeyNavigation">
<bool>true</bool>
</property>
<property name="showDropIndicator" stdset="0">
<bool>true</bool>
</property>
<property name="dragDropOverwriteMode">
<bool>true</bool>
</property>
<property name="alternatingRowColors">
<bool>false</bool>
</property>
<property name="selectionMode">
<enum>QAbstractItemView::ExtendedSelection</enum>
</property>
<property name="textElideMode">
<enum>Qt::ElideLeft</enum>
</property>
<property name="horizontalScrollMode">
<enum>QAbstractItemView::ScrollPerItem</enum>
</property>
<property name="showGrid">
<bool>false</bool>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
<property name="cornerButtonEnabled">
<bool>true</bool>
</property>
<property name="rowCount">
<number>4</number>
</property>
<property name="columnCount">
<number>2</number>
</property>
<attribute name="horizontalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>100</number>
</attribute>
<attribute name="horizontalHeaderHighlightSections">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderMinimumSectionSize">
<number>25</number>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<attribute name="verticalHeaderCascadingSectionResizes">
<bool>false</bool>
</attribute>
<row/>
<row/>
<row/>
<row/>
<column>
<property name="text">
<string>Property</string>
</property>
<property name="textAlignment">
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
<column>
<property name="text">
<string>Value</string>
</property>
<property name="textAlignment">
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</widget>
<widget class="QDockWidget" name="consoleDock">
<property name="minimumSize">
<size>
<width>200</width>
<height>140</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>524287</width>
<height>220</height>
</size>
</property>
<property name="windowTitle">
<string>Console</string>
</property>
<attribute name="dockWidgetArea">
<number>8</number>
</attribute>
<widget class="QWidget" name="dockWidgetContents_7">
<layout class="QVBoxLayout" name="verticalLayout_5">
<item>
<widget class="QTableWidget" name="consoleTable">
<property name="showGrid">
<bool>false</bool>
</property>
<property name="gridStyle">
<enum>Qt::SolidLine</enum>
</property>
<property name="rowCount">
<number>0</number>
</property>
<property name="columnCount">
<number>5</number>
</property>
<attribute name="horizontalHeaderVisible">
<bool>true</bool>
</attribute>
<attribute name="horizontalHeaderDefaultSectionSize">
<number>200</number>
</attribute>
<attribute name="horizontalHeaderStretchLastSection">
<bool>true</bool>
</attribute>
<attribute name="verticalHeaderVisible">
<bool>false</bool>
</attribute>
<column>
<property name="text">
<string>Time</string>
</property>
<property name="textAlignment">
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
<column>
<property name="text">
<string>Operation</string>
</property>
<property name="textAlignment">
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
<column>
<property name="text">
<string>Operation obeject</string>
</property>
<property name="textAlignment">
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
<column>
<property name="text">
<string>Details</string>
</property>
<property name="textAlignment">
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
<column>
<property name="text">
<string>Note</string>
</property>
<property name="textAlignment">
<set>AlignLeading|AlignVCenter</set>
</property>
</column>
</widget>
</item>
</layout>
</widget>
</widget>
<action name="openAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/open.png</normaloff>:/Resources/images/open.png</iconset>
</property>
<property name="text">
<string>Open</string>
</property>
<property name="statusTip">
<string>open a exsting file</string>
</property>
<property name="shortcut">
<string>Ctrl+O</string>
</property>
</action>
<action name="saveAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/save.png</normaloff>:/Resources/images/save.png</iconset>
</property>
<property name="text">
<string>Save</string>
</property>
<property name="statusTip">
<string>save the file</string>
</property>
<property name="shortcut">
<string>Ctrl+S</string>
</property>
</action>
<action name="saveasAction">
<property name="text">
<string>Save as...</string>
</property>
</action>
<action name="cubeAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/cube.png</normaloff>:/Resources/images/cube.png</iconset>
</property>
<property name="text">
<string>Generate cube</string>
</property>
<property name="statusTip">
<string>generate a cube point cloud</string>
</property>
</action>
<action name="helpAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/help.png</normaloff>:/Resources/images/help.png</iconset>
</property>
<property name="text">
<string>Help</string>
</property>
<property name="statusTip">
<string>show help information</string>
</property>
</action>
<action name="aboutAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/about.png</normaloff>:/Resources/images/about.png</iconset>
</property>
<property name="text">
<string>About</string>
</property>
<property name="statusTip">
<string>show some information of the software</string>
</property>
</action>
<action name="changeAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/change.png</normaloff>:/Resources/images/change.png</iconset>
</property>
<property name="text">
<string>Change</string>
</property>
<property name="statusTip">
<string>change the format of the file</string>
</property>
</action>
<action name="exitAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/exit.png</normaloff>:/Resources/images/exit.png</iconset>
</property>
<property name="text">
<string>Exit</string>
</property>
<property name="shortcut">
<string>Ctrl+Q</string>
</property>
</action>
<action name="pointcolorAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/pointcolor.png</normaloff>:/Resources/images/pointcolor.png</iconset>
</property>
<property name="text">
<string>Point cloud color</string>
</property>
</action>
<action name="bgcolorAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/bgcolor.png</normaloff>:/Resources/images/bgcolor.png</iconset>
</property>
<property name="text">
<string>Background color</string>
</property>
</action>
<action name="mainviewAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/zhengshi.png</normaloff>:/Resources/images/zhengshi.png</iconset>
</property>
<property name="text">
<string>Main view</string>
</property>
</action>
<action name="leftviewAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/zuoshi.png</normaloff>:/Resources/images/zuoshi.png</iconset>
</property>
<property name="text">
<string>Left view</string>
</property>
</action>
<action name="topviewAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/fushi.png</normaloff>:/Resources/images/fushi.png</iconset>
</property>
<property name="text">
<string>Top view</string>
</property>
</action>
<action name="dataAction">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Data Manager</string>
</property>
</action>
<action name="propertyAction">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Property Manager</string>
</property>
</action>
<action name="consoleAction">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>Console</string>
</property>
</action>
<action name="RGBAction">
<property name="checkable">
<bool>true</bool>
</property>
<property name="checked">
<bool>true</bool>
</property>
<property name="text">
<string>RGB Manager</string>
</property>
</action>
<action name="clearAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/clear.png</normaloff>:/Resources/images/clear.png</iconset>
</property>
<property name="text">
<string>Clear</string>
</property>
</action>
<action name="addAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/add.png</normaloff>:/Resources/images/add.png</iconset>
</property>
<property name="text">
<string>Add</string>
</property>
</action>
<action name="sphereAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/sphere.png</normaloff>:/Resources/images/sphere.png</iconset>
</property>
<property name="text">
<string>Sphere</string>
</property>
</action>
<action name="cylinderAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/cylinder.png</normaloff>:/Resources/images/cylinder.png</iconset>
</property>
<property name="text">
<string>Cylinder</string>
</property>
</action>
<action name="meshsurfaceAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/mesh.png</normaloff>:/Resources/images/mesh.png</iconset>
</property>
<property name="text">
<string>Surface</string>
</property>
</action>
<action name="wireframeAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/frame.png</normaloff>:/Resources/images/frame.png</iconset>
</property>
<property name="text">
<string>Wireframe</string>
</property>
</action>
<action name="windowsThemeAction">
<property name="text">
<string>Windows</string>
</property>
</action>
<action name="darculaThemeAction">
<property name="text">
<string>Darcula</string>
</property>
</action>
<action name="englishAction">
<property name="text">
<string>English</string>
</property>
</action>
<action name="chineseAction">
<property name="text">
<string>Chinese</string>
</property>
</action>
<action name="saveBinaryAction">
<property name="icon">
<iconset resource="cloudviewer.qrc">
<normaloff>:/Resources/images/saveBinary.png</normaloff>:/Resources/images/saveBinary.png</iconset>
</property>
<property name="text">
<string>Save as binary</string>
</property>
<property name="statusTip">
<string>Save point cloud as binary file</string>
</property>
</action>
</widget>
<layoutdefault spacing="6" margin="11"/>
<customwidgets>
<customwidget>
<class>QVTKWidget</class>
<extends>QWidget</extends>
<header>QVTKWidget.h</header>
</customwidget>
</customwidgets>
<resources>
<include location="cloudviewer.qrc"/>
</resources>
<connections/>
</ui>
C++
1
https://gitee.com/xuxincode/CloudViewer.git
git@gitee.com:xuxincode/CloudViewer.git
xuxincode
CloudViewer
CloudViewer
master

搜索帮助