matrixDisplayDlg.ui 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MatrixDisplayDlg</class>
  4. <widget class="QWidget" name="MatrixDisplayDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>250</width>
  10. <height>140</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>0</width>
  16. <height>140</height>
  17. </size>
  18. </property>
  19. <property name="focusPolicy">
  20. <enum>Qt::StrongFocus</enum>
  21. </property>
  22. <property name="windowTitle">
  23. <string>Matrix</string>
  24. </property>
  25. <layout class="QVBoxLayout" name="verticalLayout_2">
  26. <property name="leftMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="topMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="rightMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="bottomMargin">
  36. <number>0</number>
  37. </property>
  38. <item>
  39. <widget class="QTabWidget" name="Export">
  40. <property name="currentIndex">
  41. <number>0</number>
  42. </property>
  43. <widget class="QWidget" name="tab">
  44. <attribute name="title">
  45. <string>Matrix</string>
  46. </attribute>
  47. <layout class="QVBoxLayout" name="verticalLayout">
  48. <property name="leftMargin">
  49. <number>12</number>
  50. </property>
  51. <property name="rightMargin">
  52. <number>12</number>
  53. </property>
  54. <property name="bottomMargin">
  55. <number>12</number>
  56. </property>
  57. <item>
  58. <widget class="QTextEdit" name="maxTextEdit">
  59. <property name="sizePolicy">
  60. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  61. <horstretch>0</horstretch>
  62. <verstretch>0</verstretch>
  63. </sizepolicy>
  64. </property>
  65. <property name="readOnly">
  66. <bool>true</bool>
  67. </property>
  68. <property name="html">
  69. <string notr="true">&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  70. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  71. p, li { white-space: pre-wrap; }
  72. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
  73. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;1 0 0 0&lt;/span&gt;&lt;/p&gt;
  74. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;0 1 0 0&lt;/span&gt;&lt;/p&gt;
  75. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;0 0 1 0&lt;/span&gt;&lt;/p&gt;
  76. &lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;span style=&quot; font-size:8pt;&quot;&gt;0 0 0 1&lt;/span&gt;&lt;/p&gt;
  77. &lt;p style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;&quot;&gt;&lt;br /&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  78. </property>
  79. </widget>
  80. </item>
  81. </layout>
  82. </widget>
  83. <widget class="QWidget" name="tab_2">
  84. <attribute name="title">
  85. <string>Axis/Angle</string>
  86. </attribute>
  87. <layout class="QGridLayout" name="gridLayout">
  88. <property name="leftMargin">
  89. <number>12</number>
  90. </property>
  91. <property name="rightMargin">
  92. <number>12</number>
  93. </property>
  94. <property name="bottomMargin">
  95. <number>12</number>
  96. </property>
  97. <item row="0" column="0">
  98. <widget class="QLabel" name="label">
  99. <property name="text">
  100. <string>Axis</string>
  101. </property>
  102. <property name="alignment">
  103. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  104. </property>
  105. </widget>
  106. </item>
  107. <item row="0" column="1">
  108. <widget class="QLineEdit" name="axisLabel">
  109. <property name="text">
  110. <string notr="true">0 ; 0 ; 1</string>
  111. </property>
  112. <property name="readOnly">
  113. <bool>true</bool>
  114. </property>
  115. </widget>
  116. </item>
  117. <item row="1" column="0">
  118. <widget class="QLabel" name="label_2">
  119. <property name="text">
  120. <string>Angle</string>
  121. </property>
  122. <property name="alignment">
  123. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  124. </property>
  125. </widget>
  126. </item>
  127. <item row="1" column="1">
  128. <widget class="QLineEdit" name="angleLabel">
  129. <property name="text">
  130. <string notr="true">15.65 °</string>
  131. </property>
  132. <property name="readOnly">
  133. <bool>true</bool>
  134. </property>
  135. </widget>
  136. </item>
  137. <item row="2" column="0">
  138. <widget class="QLabel" name="label_3">
  139. <property name="text">
  140. <string>Center</string>
  141. </property>
  142. <property name="alignment">
  143. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  144. </property>
  145. </widget>
  146. </item>
  147. <item row="2" column="1">
  148. <widget class="QLineEdit" name="centerLabel">
  149. <property name="text">
  150. <string notr="true">0 ; 0; 0</string>
  151. </property>
  152. <property name="readOnly">
  153. <bool>true</bool>
  154. </property>
  155. </widget>
  156. </item>
  157. </layout>
  158. </widget>
  159. <widget class="QWidget" name="tab_3">
  160. <attribute name="title">
  161. <string>Export</string>
  162. </attribute>
  163. <layout class="QVBoxLayout" name="verticalLayout_3">
  164. <property name="bottomMargin">
  165. <number>12</number>
  166. </property>
  167. <item>
  168. <widget class="QPushButton" name="exportToAsciiPushButton">
  169. <property name="text">
  170. <string notr="true">ASCII</string>
  171. </property>
  172. </widget>
  173. </item>
  174. <item>
  175. <widget class="QPushButton" name="exportToClipboardPushButton">
  176. <property name="text">
  177. <string>Clipboard</string>
  178. </property>
  179. </widget>
  180. </item>
  181. <item>
  182. <spacer name="verticalSpacer">
  183. <property name="orientation">
  184. <enum>Qt::Vertical</enum>
  185. </property>
  186. <property name="sizeHint" stdset="0">
  187. <size>
  188. <width>20</width>
  189. <height>24</height>
  190. </size>
  191. </property>
  192. </spacer>
  193. </item>
  194. </layout>
  195. </widget>
  196. </widget>
  197. </item>
  198. </layout>
  199. </widget>
  200. <resources/>
  201. <connections/>
  202. </ui>