| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146 |
- <?xml version="1.0" encoding="UTF-8"?>
- <ui version="4.0">
- <class>PointPropertiesDlg</class>
- <widget class="QDialog" name="PointPropertiesDlg">
- <property name="geometry">
- <rect>
- <x>0</x>
- <y>0</y>
- <width>234</width>
- <height>30</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>Points Properties</string>
- </property>
- <layout class="QHBoxLayout">
- <property name="leftMargin">
- <number>2</number>
- </property>
- <property name="topMargin">
- <number>2</number>
- </property>
- <property name="rightMargin">
- <number>2</number>
- </property>
- <property name="bottomMargin">
- <number>2</number>
- </property>
- <item>
- <widget class="QToolButton" name="pointPropertiesButton">
- <property name="toolTip">
- <string comment="Display selected point properties">Select one point and display its information</string>
- </property>
- <property name="statusTip">
- <string comment="Display selected point properties">Select one point and display its information</string>
- </property>
- <property name="text">
- <string notr="true">...</string>
- </property>
- <property name="icon">
- <iconset resource="../icons.qrc">
- <normaloff>:/CC/images/smallPointProperties.png</normaloff>:/CC/images/smallPointProperties.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="pointPointDistanceButton">
- <property name="toolTip">
- <string comment="Compute point to point distance">Select 2 points and display segment information (length, etc.)</string>
- </property>
- <property name="statusTip">
- <string comment="Compute point to point distance">Select 2 points and display segment information (length, etc.)</string>
- </property>
- <property name="whatsThis">
- <string/>
- </property>
- <property name="text">
- <string notr="true">...</string>
- </property>
- <property name="icon">
- <iconset resource="../icons.qrc">
- <normaloff>:/CC/images/smallPointDistance.png</normaloff>:/CC/images/smallPointDistance.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="pointsAngleButton">
- <property name="toolTip">
- <string>Select 3 points and display corresponding triangle information</string>
- </property>
- <property name="statusTip">
- <string>Select 3 points and display corresponding triangle information</string>
- </property>
- <property name="text">
- <string notr="true">...</string>
- </property>
- <property name="icon">
- <iconset resource="../icons.qrc">
- <normaloff>:/CC/images/smallPointsAngle.png</normaloff>:/CC/images/smallPointsAngle.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="rectZoneToolButton">
- <property name="toolTip">
- <string>Define a rectangular 2D label</string>
- </property>
- <property name="statusTip">
- <string>Define a rectangular 2D label</string>
- </property>
- <property name="text">
- <string>2D zone</string>
- </property>
- <property name="icon">
- <iconset resource="../icons.qrc">
- <normaloff>:/CC/images/smallRectangleSelect.png</normaloff>:/CC/images/smallRectangleSelect.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="saveLabelButton">
- <property name="toolTip">
- <string>Save current label (added to cloud children)</string>
- </property>
- <property name="statusTip">
- <string>Save current label (added to cloud children)</string>
- </property>
- <property name="text">
- <string notr="true">...</string>
- </property>
- <property name="icon">
- <iconset resource="../icons.qrc">
- <normaloff>:/CC/images/ccSave.png</normaloff>:/CC/images/ccSave.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="razButton">
- <property name="text">
- <string notr="true">...</string>
- </property>
- <property name="icon">
- <iconset resource="../icons.qrc">
- <normaloff>:/CC/images/smallReset.png</normaloff>:/CC/images/smallReset.png</iconset>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QToolButton" name="closeButton">
- <property name="text">
- <string notr="true">...</string>
- </property>
- <property name="icon">
- <iconset resource="../icons.qrc">
- <normaloff>:/CC/images/smallCancel.png</normaloff>:/CC/images/smallCancel.png</iconset>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources>
- <include location="../icons.qrc"/>
- <include location="../icons.qrc"/>
- </resources>
- <connections/>
- </ui>
|