ChimpManagementDialog.ui 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ChimpManagementDialog</class>
  4. <widget class="QDialog" name="ChimpManagementDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>512</width>
  10. <height>443</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Manage Individuals</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QTableWidget" name="individualTable">
  19. <property name="cornerButtonEnabled">
  20. <bool>false</bool>
  21. </property>
  22. <attribute name="verticalHeaderVisible">
  23. <bool>false</bool>
  24. </attribute>
  25. <column>
  26. <property name="text">
  27. <string>Name</string>
  28. </property>
  29. </column>
  30. <column>
  31. <property name="text">
  32. <string>Age</string>
  33. </property>
  34. </column>
  35. <column>
  36. <property name="text">
  37. <string>Age Group</string>
  38. </property>
  39. </column>
  40. <column>
  41. <property name="text">
  42. <string>Gender</string>
  43. </property>
  44. </column>
  45. <column>
  46. <property name="text">
  47. <string># Ex.</string>
  48. </property>
  49. </column>
  50. </widget>
  51. </item>
  52. <item>
  53. <layout class="QHBoxLayout" name="horizontalLayout">
  54. <item>
  55. <widget class="QPushButton" name="addButton">
  56. <property name="text">
  57. <string>Add Individual</string>
  58. </property>
  59. </widget>
  60. </item>
  61. <item>
  62. <widget class="QPushButton" name="deleteButton">
  63. <property name="text">
  64. <string>Delete Individual</string>
  65. </property>
  66. </widget>
  67. </item>
  68. <item>
  69. <widget class="QDialogButtonBox" name="buttonBox">
  70. <property name="orientation">
  71. <enum>Qt::Horizontal</enum>
  72. </property>
  73. <property name="standardButtons">
  74. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  75. </property>
  76. </widget>
  77. </item>
  78. </layout>
  79. </item>
  80. </layout>
  81. </widget>
  82. <resources/>
  83. <connections>
  84. <connection>
  85. <sender>buttonBox</sender>
  86. <signal>accepted()</signal>
  87. <receiver>ChimpManagementDialog</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>ChimpManagementDialog</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>