dialogselvardog.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogSelVarDog</class>
  4. <widget class="QDialog" name="DialogSelVarDog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QPushButton" name="pushButtonOk">
  17. <property name="geometry">
  18. <rect>
  19. <x>280</x>
  20. <y>250</y>
  21. <width>81</width>
  22. <height>22</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Ok</string>
  27. </property>
  28. </widget>
  29. <widget class="QTextEdit" name="textEditFirstVar">
  30. <property name="geometry">
  31. <rect>
  32. <x>220</x>
  33. <y>60</y>
  34. <width>141</width>
  35. <height>31</height>
  36. </rect>
  37. </property>
  38. </widget>
  39. <widget class="QTextEdit" name="textEditSecondVar">
  40. <property name="geometry">
  41. <rect>
  42. <x>220</x>
  43. <y>140</y>
  44. <width>141</width>
  45. <height>31</height>
  46. </rect>
  47. </property>
  48. </widget>
  49. <widget class="QLabel" name="label">
  50. <property name="geometry">
  51. <rect>
  52. <x>50</x>
  53. <y>63</y>
  54. <width>101</width>
  55. <height>21</height>
  56. </rect>
  57. </property>
  58. <property name="text">
  59. <string>First Variance</string>
  60. </property>
  61. </widget>
  62. <widget class="QLabel" name="label_2">
  63. <property name="geometry">
  64. <rect>
  65. <x>50</x>
  66. <y>150</y>
  67. <width>111</width>
  68. <height>21</height>
  69. </rect>
  70. </property>
  71. <property name="text">
  72. <string>Second Variance</string>
  73. </property>
  74. </widget>
  75. <widget class="QLabel" name="label_3">
  76. <property name="geometry">
  77. <rect>
  78. <x>30</x>
  79. <y>190</y>
  80. <width>361</width>
  81. <height>31</height>
  82. </rect>
  83. </property>
  84. <property name="font">
  85. <font>
  86. <italic>true</italic>
  87. </font>
  88. </property>
  89. <property name="text">
  90. <string>If no value is inserted, the default variances
  91. are set to 1 and 2</string>
  92. </property>
  93. </widget>
  94. <widget class="QLabel" name="label_4">
  95. <property name="geometry">
  96. <rect>
  97. <x>50</x>
  98. <y>20</y>
  99. <width>311</width>
  100. <height>21</height>
  101. </rect>
  102. </property>
  103. <property name="font">
  104. <font>
  105. <weight>75</weight>
  106. <bold>true</bold>
  107. </font>
  108. </property>
  109. <property name="text">
  110. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p align=&quot;center&quot;&gt;Select the DoG variances:&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  111. </property>
  112. </widget>
  113. </widget>
  114. <resources/>
  115. <connections>
  116. <connection>
  117. <sender>pushButtonOk</sender>
  118. <signal>clicked()</signal>
  119. <receiver>DialogSelVarDog</receiver>
  120. <slot>accept()</slot>
  121. <hints>
  122. <hint type="sourcelabel">
  123. <x>290</x>
  124. <y>220</y>
  125. </hint>
  126. <hint type="destinationlabel">
  127. <x>199</x>
  128. <y>149</y>
  129. </hint>
  130. </hints>
  131. </connection>
  132. </connections>
  133. </ui>