ctkDICOMTableManager.ui 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  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="minimumSize">
  20. <size>
  21. <width>800</width>
  22. <height>400</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>Form</string>
  27. </property>
  28. <layout class="QVBoxLayout" name="verticalLayout">
  29. <item>
  30. <widget class="QSplitter" name="tableSplitter">
  31. <property name="sizePolicy">
  32. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  33. <horstretch>0</horstretch>
  34. <verstretch>0</verstretch>
  35. </sizepolicy>
  36. </property>
  37. <property name="styleSheet">
  38. <string notr="true">QSplitter::handle {background-color: rgb(200,200,200);}
  39. QSplitter::handle:horizontal {width: 2px;}
  40. QSplitter::handle:vertical {height: 2px;}</string>
  41. </property>
  42. <property name="orientation">
  43. <enum>Qt::Horizontal</enum>
  44. </property>
  45. <property name="childrenCollapsible">
  46. <bool>false</bool>
  47. </property>
  48. <widget class="ctkDICOMTableView" name="patientsTable"/>
  49. <widget class="ctkDICOMTableView" name="studiesTable"/>
  50. <widget class="ctkDICOMTableView" name="seriesTable"/>
  51. </widget>
  52. </item>
  53. </layout>
  54. </widget>
  55. <customwidgets>
  56. <customwidget>
  57. <class>ctkDICOMTableView</class>
  58. <extends>QWidget</extends>
  59. <header>ctkDICOMTableView.h</header>
  60. </customwidget>
  61. </customwidgets>
  62. <resources/>
  63. <connections>
  64. <connection>
  65. <sender>patientsTable</sender>
  66. <signal>selectionChanged(QStringList)</signal>
  67. <receiver>ctkDICOMTableManager</receiver>
  68. <slot>onPatientsSelectionChanged(QStringList)</slot>
  69. <hints>
  70. <hint type="sourcelabel">
  71. <x>220</x>
  72. <y>186</y>
  73. </hint>
  74. <hint type="destinationlabel">
  75. <x>343</x>
  76. <y>166</y>
  77. </hint>
  78. </hints>
  79. </connection>
  80. <connection>
  81. <sender>studiesTable</sender>
  82. <signal>selectionChanged(QStringList)</signal>
  83. <receiver>ctkDICOMTableManager</receiver>
  84. <slot>onStudiesSelectionChanged(QStringList)</slot>
  85. <hints>
  86. <hint type="sourcelabel">
  87. <x>220</x>
  88. <y>186</y>
  89. </hint>
  90. <hint type="destinationlabel">
  91. <x>343</x>
  92. <y>166</y>
  93. </hint>
  94. </hints>
  95. </connection>
  96. <connection>
  97. <sender>patientsTable</sender>
  98. <signal>queryChanged(QStringList)</signal>
  99. <receiver>ctkDICOMTableManager</receiver>
  100. <slot>onPatientsQueryChanged(QStringList)</slot>
  101. <hints>
  102. <hint type="sourcelabel">
  103. <x>220</x>
  104. <y>186</y>
  105. </hint>
  106. <hint type="destinationlabel">
  107. <x>343</x>
  108. <y>166</y>
  109. </hint>
  110. </hints>
  111. </connection>
  112. <connection>
  113. <sender>studiesTable</sender>
  114. <signal>queryChanged(QStringList)</signal>
  115. <receiver>ctkDICOMTableManager</receiver>
  116. <slot>onStudiesQueryChanged(QStringList)</slot>
  117. <hints>
  118. <hint type="sourcelabel">
  119. <x>220</x>
  120. <y>186</y>
  121. </hint>
  122. <hint type="destinationlabel">
  123. <x>343</x>
  124. <y>166</y>
  125. </hint>
  126. </hints>
  127. </connection>
  128. <connection>
  129. <sender>patientsTable</sender>
  130. <signal>queryChanged(QStringList)</signal>
  131. <receiver>studiesTable</receiver>
  132. <slot>onUpdateQuery(QStringList)</slot>
  133. <hints>
  134. <hint type="sourcelabel">
  135. <x>220</x>
  136. <y>186</y>
  137. </hint>
  138. <hint type="destinationlabel">
  139. <x>343</x>
  140. <y>166</y>
  141. </hint>
  142. </hints>
  143. </connection>
  144. <connection>
  145. <sender>studiesTable</sender>
  146. <signal>queryChanged(QStringList)</signal>
  147. <receiver>seriesTable</receiver>
  148. <slot>onUpdateQuery(QStringList)</slot>
  149. <hints>
  150. <hint type="sourcelabel">
  151. <x>550</x>
  152. <y>140</y>
  153. </hint>
  154. <hint type="destinationlabel">
  155. <x>671</x>
  156. <y>133</y>
  157. </hint>
  158. </hints>
  159. </connection>
  160. <connection>
  161. <sender>patientsTable</sender>
  162. <signal>selectionChanged(QStringList)</signal>
  163. <receiver>studiesTable</receiver>
  164. <slot>onUpdateQuery(QStringList)</slot>
  165. <hints>
  166. <hint type="sourcelabel">
  167. <x>206</x>
  168. <y>244</y>
  169. </hint>
  170. <hint type="destinationlabel">
  171. <x>383</x>
  172. <y>267</y>
  173. </hint>
  174. </hints>
  175. </connection>
  176. <connection>
  177. <sender>studiesTable</sender>
  178. <signal>selectionChanged(QStringList)</signal>
  179. <receiver>seriesTable</receiver>
  180. <slot>onUpdateQuery(QStringList)</slot>
  181. <hints>
  182. <hint type="sourcelabel">
  183. <x>502</x>
  184. <y>234</y>
  185. </hint>
  186. <hint type="destinationlabel">
  187. <x>608</x>
  188. <y>234</y>
  189. </hint>
  190. </hints>
  191. </connection>
  192. <connection>
  193. <sender>patientsTable</sender>
  194. <signal>selectionChanged(QStringList)</signal>
  195. <receiver>studiesTable</receiver>
  196. <slot>selectAll()</slot>
  197. <hints>
  198. <hint type="sourcelabel">
  199. <x>143</x>
  200. <y>227</y>
  201. </hint>
  202. <hint type="destinationlabel">
  203. <x>416</x>
  204. <y>227</y>
  205. </hint>
  206. </hints>
  207. </connection>
  208. <connection>
  209. <sender>studiesTable</sender>
  210. <signal>selectionChanged(QStringList)</signal>
  211. <receiver>seriesTable</receiver>
  212. <slot>selectAll()</slot>
  213. <hints>
  214. <hint type="sourcelabel">
  215. <x>416</x>
  216. <y>227</y>
  217. </hint>
  218. <hint type="destinationlabel">
  219. <x>688</x>
  220. <y>227</y>
  221. </hint>
  222. </hints>
  223. </connection>
  224. </connections>
  225. <slots>
  226. <signal>seriesSelectionChanged(QStringList)</signal>
  227. <signal>seriesSelectionChanged(QItemSelection,QItemSelection)</signal>
  228. <signal>studiesSelectionChanged(QStringList)</signal>
  229. <signal>studiesSelectionsChanged(QItemSelection,QItemSelection)</signal>
  230. <signal>patientsSelectionChanged(QStringList)</signal>
  231. <signal>patientsSelectionChanged(QItemSelection,QItemSelection)</signal>
  232. </slots>
  233. </ui>