ccDrawNormalsWidget.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ccDrawNormalsWidget</class>
  4. <widget class="QWidget" name="ccDrawNormalsWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>230</width>
  10. <height>100</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Normals as lines</string>
  15. </property>
  16. <layout class="QGridLayout" name="gridLayout">
  17. <item row="0" column="0">
  18. <widget class="QLabel" name="cloudNameLabel">
  19. <property name="text">
  20. <string>-</string>
  21. </property>
  22. </widget>
  23. </item>
  24. <item row="1" column="0">
  25. <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0">
  26. <item>
  27. <widget class="QLabel" name="label">
  28. <property name="text">
  29. <string>Normal length</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QDoubleSpinBox" name="normalLengthDoubleSpinBox">
  35. <property name="decimals">
  36. <number>6</number>
  37. </property>
  38. <property name="minimum">
  39. <double>0.000001000000000</double>
  40. </property>
  41. <property name="maximum">
  42. <double>1000000.000000000000000</double>
  43. </property>
  44. <property name="singleStep">
  45. <double>0.100000000000000</double>
  46. </property>
  47. <property name="value">
  48. <double>1.000000000000000</double>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </item>
  54. <item row="2" column="0">
  55. <layout class="QHBoxLayout" name="horizontalLayout_2">
  56. <item>
  57. <widget class="QPushButton" name="pushButtonYellow">
  58. <property name="styleSheet">
  59. <string notr="true">background-color:yellow</string>
  60. </property>
  61. <property name="text">
  62. <string/>
  63. </property>
  64. <property name="checkable">
  65. <bool>true</bool>
  66. </property>
  67. </widget>
  68. </item>
  69. <item>
  70. <widget class="QPushButton" name="pushButtonRed">
  71. <property name="styleSheet">
  72. <string notr="true">background-color:red</string>
  73. </property>
  74. <property name="text">
  75. <string/>
  76. </property>
  77. <property name="checkable">
  78. <bool>true</bool>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QPushButton" name="pushButtonGreen">
  84. <property name="styleSheet">
  85. <string notr="true">background-color:green</string>
  86. </property>
  87. <property name="text">
  88. <string/>
  89. </property>
  90. <property name="checkable">
  91. <bool>true</bool>
  92. </property>
  93. </widget>
  94. </item>
  95. <item>
  96. <widget class="QPushButton" name="pushButtonBlue">
  97. <property name="styleSheet">
  98. <string notr="true">background-color:blue</string>
  99. </property>
  100. <property name="text">
  101. <string/>
  102. </property>
  103. <property name="checkable">
  104. <bool>true</bool>
  105. </property>
  106. </widget>
  107. </item>
  108. <item>
  109. <widget class="QPushButton" name="pushButtonBlack">
  110. <property name="styleSheet">
  111. <string notr="true">background-color:black</string>
  112. </property>
  113. <property name="text">
  114. <string/>
  115. </property>
  116. <property name="checkable">
  117. <bool>true</bool>
  118. </property>
  119. </widget>
  120. </item>
  121. </layout>
  122. </item>
  123. <item row="2" column="1">
  124. <spacer name="horizontalSpacer">
  125. <property name="orientation">
  126. <enum>Qt::Horizontal</enum>
  127. </property>
  128. <property name="sizeHint" stdset="0">
  129. <size>
  130. <width>0</width>
  131. <height>20</height>
  132. </size>
  133. </property>
  134. </spacer>
  135. </item>
  136. </layout>
  137. </widget>
  138. <resources/>
  139. <connections/>
  140. </ui>