ctkDICOMTableManager.ui 4.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkDICOMTableManager</class>
  4. <widget class="QWidget" name="ctkDICOMTableManager">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>833</width>
  10. <height>455</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>Form</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QSplitter" name="tableSplitter">
  25. <property name="sizePolicy">
  26. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  27. <horstretch>0</horstretch>
  28. <verstretch>0</verstretch>
  29. </sizepolicy>
  30. </property>
  31. <property name="styleSheet">
  32. <string notr="true">QSplitter::handle {background-color: rgb(200,200,200);}
  33. QSplitter::handle:horizontal {width: 2px;}
  34. QSplitter::handle:vertical {height: 2px;}</string>
  35. </property>
  36. <property name="orientation">
  37. <enum>Qt::Horizontal</enum>
  38. </property>
  39. <widget class="ctkDICOMTableView" name="patientsTable"/>
  40. <widget class="ctkDICOMTableView" name="studiesTable"/>
  41. <widget class="ctkDICOMTableView" name="seriesTable"/>
  42. </widget>
  43. </item>
  44. </layout>
  45. </widget>
  46. <customwidgets>
  47. <customwidget>
  48. <class>ctkDICOMTableView</class>
  49. <extends>QWidget</extends>
  50. <header>ctkDICOMTableView.h</header>
  51. </customwidget>
  52. </customwidgets>
  53. <resources/>
  54. <connections>
  55. <connection>
  56. <sender>patientsTable</sender>
  57. <signal>selectionChanged(QStringList)</signal>
  58. <receiver>ctkDICOMTableManager</receiver>
  59. <slot>onPatientsSelectionChanged(QStringList)</slot>
  60. <hints>
  61. <hint type="sourcelabel">
  62. <x>220</x>
  63. <y>186</y>
  64. </hint>
  65. <hint type="destinationlabel">
  66. <x>343</x>
  67. <y>166</y>
  68. </hint>
  69. </hints>
  70. </connection>
  71. <connection>
  72. <sender>studiesTable</sender>
  73. <signal>selectionChanged(QStringList)</signal>
  74. <receiver>ctkDICOMTableManager</receiver>
  75. <slot>onStudiesSelectionChanged(QStringList)</slot>
  76. <hints>
  77. <hint type="sourcelabel">
  78. <x>220</x>
  79. <y>186</y>
  80. </hint>
  81. <hint type="destinationlabel">
  82. <x>343</x>
  83. <y>166</y>
  84. </hint>
  85. </hints>
  86. </connection>
  87. <connection>
  88. <sender>patientsTable</sender>
  89. <signal>queryChanged(QStringList)</signal>
  90. <receiver>ctkDICOMTableManager</receiver>
  91. <slot>onPatientsQueryChanged(QStringList)</slot>
  92. <hints>
  93. <hint type="sourcelabel">
  94. <x>220</x>
  95. <y>186</y>
  96. </hint>
  97. <hint type="destinationlabel">
  98. <x>343</x>
  99. <y>166</y>
  100. </hint>
  101. </hints>
  102. </connection>
  103. <connection>
  104. <sender>studiesTable</sender>
  105. <signal>queryChanged(QStringList)</signal>
  106. <receiver>ctkDICOMTableManager</receiver>
  107. <slot>onStudiesQueryChanged(QStringList)</slot>
  108. <hints>
  109. <hint type="sourcelabel">
  110. <x>220</x>
  111. <y>186</y>
  112. </hint>
  113. <hint type="destinationlabel">
  114. <x>343</x>
  115. <y>166</y>
  116. </hint>
  117. </hints>
  118. </connection>
  119. <connection>
  120. <sender>patientsTable</sender>
  121. <signal>queryChanged(QStringList)</signal>
  122. <receiver>studiesTable</receiver>
  123. <slot>onUpdateQuery(QStringList)</slot>
  124. <hints>
  125. <hint type="sourcelabel">
  126. <x>220</x>
  127. <y>186</y>
  128. </hint>
  129. <hint type="destinationlabel">
  130. <x>343</x>
  131. <y>166</y>
  132. </hint>
  133. </hints>
  134. </connection>
  135. <connection>
  136. <sender>studiesTable</sender>
  137. <signal>queryChanged(QStringList)</signal>
  138. <receiver>seriesTable</receiver>
  139. <slot>onUpdateQuery(QStringList)</slot>
  140. <hints>
  141. <hint type="sourcelabel">
  142. <x>550</x>
  143. <y>140</y>
  144. </hint>
  145. <hint type="destinationlabel">
  146. <x>671</x>
  147. <y>133</y>
  148. </hint>
  149. </hints>
  150. </connection>
  151. <connection>
  152. <sender>patientsTable</sender>
  153. <signal>selectionChanged(QStringList)</signal>
  154. <receiver>studiesTable</receiver>
  155. <slot>onUpdateQuery(QStringList)</slot>
  156. <hints>
  157. <hint type="sourcelabel">
  158. <x>206</x>
  159. <y>244</y>
  160. </hint>
  161. <hint type="destinationlabel">
  162. <x>383</x>
  163. <y>267</y>
  164. </hint>
  165. </hints>
  166. </connection>
  167. <connection>
  168. <sender>studiesTable</sender>
  169. <signal>selectionChanged(QStringList)</signal>
  170. <receiver>seriesTable</receiver>
  171. <slot>onUpdateQuery(QStringList)</slot>
  172. <hints>
  173. <hint type="sourcelabel">
  174. <x>502</x>
  175. <y>234</y>
  176. </hint>
  177. <hint type="destinationlabel">
  178. <x>608</x>
  179. <y>234</y>
  180. </hint>
  181. </hints>
  182. </connection>
  183. </connections>
  184. <slots>
  185. <signal>seriesSelectionChanged(QStringList)</signal>
  186. <signal>seriesSelectionChanged(QItemSelection,QItemSelection)</signal>
  187. <signal>studiesSelectionChanged(QStringList)</signal>
  188. <signal>studiesSelectionsChanged(QItemSelection,QItemSelection)</signal>
  189. <signal>patientsSelectionChanged(QStringList)</signal>
  190. <signal>patientsSelectionChanged(QItemSelection,QItemSelection)</signal>
  191. </slots>
  192. </ui>