pointPropertiesDlg.ui 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PointPropertiesDlg</class>
  4. <widget class="QDialog" name="PointPropertiesDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>234</width>
  10. <height>30</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Points Properties</string>
  15. </property>
  16. <layout class="QHBoxLayout">
  17. <property name="leftMargin">
  18. <number>2</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>2</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>2</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>2</number>
  28. </property>
  29. <item>
  30. <widget class="QToolButton" name="pointPropertiesButton">
  31. <property name="toolTip">
  32. <string comment="Display selected point properties">Select one point and display its information</string>
  33. </property>
  34. <property name="statusTip">
  35. <string comment="Display selected point properties">Select one point and display its information</string>
  36. </property>
  37. <property name="text">
  38. <string notr="true">...</string>
  39. </property>
  40. <property name="icon">
  41. <iconset resource="../icons.qrc">
  42. <normaloff>:/CC/images/smallPointProperties.png</normaloff>:/CC/images/smallPointProperties.png</iconset>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QToolButton" name="pointPointDistanceButton">
  48. <property name="toolTip">
  49. <string comment="Compute point to point distance">Select 2 points and display segment information (length, etc.)</string>
  50. </property>
  51. <property name="statusTip">
  52. <string comment="Compute point to point distance">Select 2 points and display segment information (length, etc.)</string>
  53. </property>
  54. <property name="whatsThis">
  55. <string/>
  56. </property>
  57. <property name="text">
  58. <string notr="true">...</string>
  59. </property>
  60. <property name="icon">
  61. <iconset resource="../icons.qrc">
  62. <normaloff>:/CC/images/smallPointDistance.png</normaloff>:/CC/images/smallPointDistance.png</iconset>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QToolButton" name="pointsAngleButton">
  68. <property name="toolTip">
  69. <string>Select 3 points and display corresponding triangle information</string>
  70. </property>
  71. <property name="statusTip">
  72. <string>Select 3 points and display corresponding triangle information</string>
  73. </property>
  74. <property name="text">
  75. <string notr="true">...</string>
  76. </property>
  77. <property name="icon">
  78. <iconset resource="../icons.qrc">
  79. <normaloff>:/CC/images/smallPointsAngle.png</normaloff>:/CC/images/smallPointsAngle.png</iconset>
  80. </property>
  81. </widget>
  82. </item>
  83. <item>
  84. <widget class="QToolButton" name="rectZoneToolButton">
  85. <property name="toolTip">
  86. <string>Define a rectangular 2D label</string>
  87. </property>
  88. <property name="statusTip">
  89. <string>Define a rectangular 2D label</string>
  90. </property>
  91. <property name="text">
  92. <string>2D zone</string>
  93. </property>
  94. <property name="icon">
  95. <iconset resource="../icons.qrc">
  96. <normaloff>:/CC/images/smallRectangleSelect.png</normaloff>:/CC/images/smallRectangleSelect.png</iconset>
  97. </property>
  98. </widget>
  99. </item>
  100. <item>
  101. <widget class="QToolButton" name="saveLabelButton">
  102. <property name="toolTip">
  103. <string>Save current label (added to cloud children)</string>
  104. </property>
  105. <property name="statusTip">
  106. <string>Save current label (added to cloud children)</string>
  107. </property>
  108. <property name="text">
  109. <string notr="true">...</string>
  110. </property>
  111. <property name="icon">
  112. <iconset resource="../icons.qrc">
  113. <normaloff>:/CC/images/ccSave.png</normaloff>:/CC/images/ccSave.png</iconset>
  114. </property>
  115. </widget>
  116. </item>
  117. <item>
  118. <widget class="QToolButton" name="razButton">
  119. <property name="text">
  120. <string notr="true">...</string>
  121. </property>
  122. <property name="icon">
  123. <iconset resource="../icons.qrc">
  124. <normaloff>:/CC/images/smallReset.png</normaloff>:/CC/images/smallReset.png</iconset>
  125. </property>
  126. </widget>
  127. </item>
  128. <item>
  129. <widget class="QToolButton" name="closeButton">
  130. <property name="text">
  131. <string notr="true">...</string>
  132. </property>
  133. <property name="icon">
  134. <iconset resource="../icons.qrc">
  135. <normaloff>:/CC/images/smallCancel.png</normaloff>:/CC/images/smallCancel.png</iconset>
  136. </property>
  137. </widget>
  138. </item>
  139. </layout>
  140. </widget>
  141. <resources>
  142. <include location="../icons.qrc"/>
  143. <include location="../icons.qrc"/>
  144. </resources>
  145. <connections/>
  146. </ui>