PredictionDialog.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>PredictionDialog</class>
  4. <widget class="QDialog" name="PredictionDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>587</width>
  10. <height>412</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Predict Images</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QGroupBox" name="filesBox">
  19. <property name="title">
  20. <string>Images</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout_2">
  23. <item>
  24. <widget class="QListView" name="filesList">
  25. <property name="iconSize">
  26. <size>
  27. <width>32</width>
  28. <height>32</height>
  29. </size>
  30. </property>
  31. <property name="uniformItemSizes">
  32. <bool>true</bool>
  33. </property>
  34. </widget>
  35. </item>
  36. <item>
  37. <layout class="QHBoxLayout" name="horizontalLayout">
  38. <item>
  39. <widget class="QPushButton" name="removeButton">
  40. <property name="text">
  41. <string>Remove File</string>
  42. </property>
  43. <property name="icon">
  44. <iconset theme="list-remove">
  45. <normaloff>.</normaloff>.
  46. </iconset>
  47. </property>
  48. </widget>
  49. </item>
  50. <item>
  51. <widget class="QPushButton" name="addFileButton">
  52. <property name="text">
  53. <string>Add File...</string>
  54. </property>
  55. <property name="icon">
  56. <iconset theme="list-add">
  57. <normaloff>.</normaloff>.
  58. </iconset>
  59. </property>
  60. </widget>
  61. </item>
  62. </layout>
  63. </item>
  64. </layout>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QDialogButtonBox" name="buttonBox">
  69. <property name="orientation">
  70. <enum>Qt::Horizontal</enum>
  71. </property>
  72. <property name="standardButtons">
  73. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. </widget>
  79. <resources/>
  80. <connections>
  81. <connection>
  82. <sender>buttonBox</sender>
  83. <signal>accepted()</signal>
  84. <receiver>PredictionDialog</receiver>
  85. <slot>accept()</slot>
  86. <hints>
  87. <hint type="sourcelabel">
  88. <x>248</x>
  89. <y>254</y>
  90. </hint>
  91. <hint type="destinationlabel">
  92. <x>157</x>
  93. <y>274</y>
  94. </hint>
  95. </hints>
  96. </connection>
  97. <connection>
  98. <sender>buttonBox</sender>
  99. <signal>rejected()</signal>
  100. <receiver>PredictionDialog</receiver>
  101. <slot>reject()</slot>
  102. <hints>
  103. <hint type="sourcelabel">
  104. <x>316</x>
  105. <y>260</y>
  106. </hint>
  107. <hint type="destinationlabel">
  108. <x>286</x>
  109. <y>274</y>
  110. </hint>
  111. </hints>
  112. </connection>
  113. </connections>
  114. </ui>