ctkDICOMTableManager.ui 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  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. <widget class="ctkDICOMTableView" name="patientsTable"/>
  46. <widget class="ctkDICOMTableView" name="studiesTable"/>
  47. <widget class="ctkDICOMTableView" name="seriesTable"/>
  48. </widget>
  49. </item>
  50. </layout>
  51. </widget>
  52. <customwidgets>
  53. <customwidget>
  54. <class>ctkDICOMTableView</class>
  55. <extends>QWidget</extends>
  56. <header>ctkDICOMTableView.h</header>
  57. </customwidget>
  58. </customwidgets>
  59. <resources/>
  60. <connections>
  61. <connection>
  62. <sender>patientsTable</sender>
  63. <signal>selectionChanged(QStringList)</signal>
  64. <receiver>ctkDICOMTableManager</receiver>
  65. <slot>onPatientsSelectionChanged(QStringList)</slot>
  66. <hints>
  67. <hint type="sourcelabel">
  68. <x>220</x>
  69. <y>186</y>
  70. </hint>
  71. <hint type="destinationlabel">
  72. <x>343</x>
  73. <y>166</y>
  74. </hint>
  75. </hints>
  76. </connection>
  77. <connection>
  78. <sender>studiesTable</sender>
  79. <signal>selectionChanged(QStringList)</signal>
  80. <receiver>ctkDICOMTableManager</receiver>
  81. <slot>onStudiesSelectionChanged(QStringList)</slot>
  82. <hints>
  83. <hint type="sourcelabel">
  84. <x>220</x>
  85. <y>186</y>
  86. </hint>
  87. <hint type="destinationlabel">
  88. <x>343</x>
  89. <y>166</y>
  90. </hint>
  91. </hints>
  92. </connection>
  93. <connection>
  94. <sender>patientsTable</sender>
  95. <signal>queryChanged(QStringList)</signal>
  96. <receiver>ctkDICOMTableManager</receiver>
  97. <slot>onPatientsQueryChanged(QStringList)</slot>
  98. <hints>
  99. <hint type="sourcelabel">
  100. <x>220</x>
  101. <y>186</y>
  102. </hint>
  103. <hint type="destinationlabel">
  104. <x>343</x>
  105. <y>166</y>
  106. </hint>
  107. </hints>
  108. </connection>
  109. <connection>
  110. <sender>studiesTable</sender>
  111. <signal>queryChanged(QStringList)</signal>
  112. <receiver>ctkDICOMTableManager</receiver>
  113. <slot>onStudiesQueryChanged(QStringList)</slot>
  114. <hints>
  115. <hint type="sourcelabel">
  116. <x>220</x>
  117. <y>186</y>
  118. </hint>
  119. <hint type="destinationlabel">
  120. <x>343</x>
  121. <y>166</y>
  122. </hint>
  123. </hints>
  124. </connection>
  125. <connection>
  126. <sender>patientsTable</sender>
  127. <signal>queryChanged(QStringList)</signal>
  128. <receiver>studiesTable</receiver>
  129. <slot>onUpdateQuery(QStringList)</slot>
  130. <hints>
  131. <hint type="sourcelabel">
  132. <x>220</x>
  133. <y>186</y>
  134. </hint>
  135. <hint type="destinationlabel">
  136. <x>343</x>
  137. <y>166</y>
  138. </hint>
  139. </hints>
  140. </connection>
  141. <connection>
  142. <sender>studiesTable</sender>
  143. <signal>queryChanged(QStringList)</signal>
  144. <receiver>seriesTable</receiver>
  145. <slot>onUpdateQuery(QStringList)</slot>
  146. <hints>
  147. <hint type="sourcelabel">
  148. <x>550</x>
  149. <y>140</y>
  150. </hint>
  151. <hint type="destinationlabel">
  152. <x>671</x>
  153. <y>133</y>
  154. </hint>
  155. </hints>
  156. </connection>
  157. <connection>
  158. <sender>patientsTable</sender>
  159. <signal>selectionChanged(QStringList)</signal>
  160. <receiver>studiesTable</receiver>
  161. <slot>onUpdateQuery(QStringList)</slot>
  162. <hints>
  163. <hint type="sourcelabel">
  164. <x>206</x>
  165. <y>244</y>
  166. </hint>
  167. <hint type="destinationlabel">
  168. <x>383</x>
  169. <y>267</y>
  170. </hint>
  171. </hints>
  172. </connection>
  173. <connection>
  174. <sender>studiesTable</sender>
  175. <signal>selectionChanged(QStringList)</signal>
  176. <receiver>seriesTable</receiver>
  177. <slot>onUpdateQuery(QStringList)</slot>
  178. <hints>
  179. <hint type="sourcelabel">
  180. <x>502</x>
  181. <y>234</y>
  182. </hint>
  183. <hint type="destinationlabel">
  184. <x>608</x>
  185. <y>234</y>
  186. </hint>
  187. </hints>
  188. </connection>
  189. </connections>
  190. <slots>
  191. <signal>seriesSelectionChanged(QStringList)</signal>
  192. <signal>seriesSelectionChanged(QItemSelection,QItemSelection)</signal>
  193. <signal>studiesSelectionChanged(QStringList)</signal>
  194. <signal>studiesSelectionsChanged(QItemSelection,QItemSelection)</signal>
  195. <signal>patientsSelectionChanged(QStringList)</signal>
  196. <signal>patientsSelectionChanged(QItemSelection,QItemSelection)</signal>
  197. </slots>
  198. </ui>