6
0

LabeledImagesDialog.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LabeledImagesDialog</class>
  4. <widget class="QDialog" name="LabeledImagesDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>855</width>
  10. <height>590</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Dialog</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout_2">
  23. <item>
  24. <layout class="QHBoxLayout" name="horizontalLayout_2">
  25. <item>
  26. <widget class="QGroupBox" name="groupBox">
  27. <property name="title">
  28. <string>Status</string>
  29. </property>
  30. <layout class="QHBoxLayout" name="horizontalLayout">
  31. <item>
  32. <widget class="QTextBrowser" name="logText"/>
  33. </item>
  34. </layout>
  35. </widget>
  36. </item>
  37. <item>
  38. <layout class="QVBoxLayout" name="verticalLayout">
  39. <item>
  40. <widget class="QPushButton" name="importIndividualsButton">
  41. <property name="text">
  42. <string>Import Individuals</string>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QPushButton" name="processSamplesButton">
  48. <property name="text">
  49. <string>Process Samples</string>
  50. </property>
  51. </widget>
  52. </item>
  53. <item>
  54. <spacer name="verticalSpacer">
  55. <property name="orientation">
  56. <enum>Qt::Vertical</enum>
  57. </property>
  58. <property name="sizeHint" stdset="0">
  59. <size>
  60. <width>20</width>
  61. <height>40</height>
  62. </size>
  63. </property>
  64. </spacer>
  65. </item>
  66. </layout>
  67. </item>
  68. </layout>
  69. </item>
  70. <item>
  71. <widget class="QDialogButtonBox" name="buttonBox">
  72. <property name="orientation">
  73. <enum>Qt::Horizontal</enum>
  74. </property>
  75. <property name="standardButtons">
  76. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </widget>
  82. <resources/>
  83. <connections>
  84. <connection>
  85. <sender>buttonBox</sender>
  86. <signal>accepted()</signal>
  87. <receiver>LabeledImagesDialog</receiver>
  88. <slot>accept()</slot>
  89. <hints>
  90. <hint type="sourcelabel">
  91. <x>248</x>
  92. <y>254</y>
  93. </hint>
  94. <hint type="destinationlabel">
  95. <x>157</x>
  96. <y>274</y>
  97. </hint>
  98. </hints>
  99. </connection>
  100. <connection>
  101. <sender>buttonBox</sender>
  102. <signal>rejected()</signal>
  103. <receiver>LabeledImagesDialog</receiver>
  104. <slot>reject()</slot>
  105. <hints>
  106. <hint type="sourcelabel">
  107. <x>316</x>
  108. <y>260</y>
  109. </hint>
  110. <hint type="destinationlabel">
  111. <x>286</x>
  112. <y>274</y>
  113. </hint>
  114. </hints>
  115. </connection>
  116. </connections>
  117. </ui>