ctkDICOMAppWidget.ui 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkDICOMAppWidget</class>
  4. <widget class="QWidget" name="ctkDICOMAppWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>739</width>
  10. <height>638</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>ctkDICOMAppWidget</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout_2">
  23. <item>
  24. <widget class="QToolBar" name="toolBar">
  25. <property name="windowTitle">
  26. <string>toolBar</string>
  27. </property>
  28. <property name="floatable">
  29. <bool>true</bool>
  30. </property>
  31. <addaction name="actionImport"/>
  32. <addaction name="actionExport"/>
  33. <addaction name="actionQuery"/>
  34. <addaction name="actionSend"/>
  35. </widget>
  36. </item>
  37. <item>
  38. <widget class="QStatusBar" name="statusbar"/>
  39. </item>
  40. <item>
  41. <layout class="QVBoxLayout" name="verticalLayout">
  42. <item>
  43. <layout class="QHBoxLayout" name="topLayout">
  44. <item>
  45. <widget class="QLabel" name="label">
  46. <property name="maximumSize">
  47. <size>
  48. <width>100</width>
  49. <height>20</height>
  50. </size>
  51. </property>
  52. <property name="text">
  53. <string>LocalDatabase:</string>
  54. </property>
  55. </widget>
  56. </item>
  57. <item>
  58. <widget class="ctkDirectoryButton" name="directoryButton" native="true">
  59. <property name="minimumSize">
  60. <size>
  61. <width>200</width>
  62. <height>20</height>
  63. </size>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <spacer name="horizontalSpacer">
  69. <property name="orientation">
  70. <enum>Qt::Horizontal</enum>
  71. </property>
  72. <property name="sizeHint" stdset="0">
  73. <size>
  74. <width>40</width>
  75. <height>20</height>
  76. </size>
  77. </property>
  78. </spacer>
  79. </item>
  80. </layout>
  81. </item>
  82. <item>
  83. <layout class="QHBoxLayout" name="queryLayout" stretch="1,0">
  84. <item>
  85. <widget class="QTreeView" name="treeView">
  86. <property name="alternatingRowColors">
  87. <bool>true</bool>
  88. </property>
  89. </widget>
  90. </item>
  91. <item>
  92. <layout class="QVBoxLayout" name="searchOptionLayout">
  93. <item>
  94. <widget class="ctkDICOMQueryWidget" name="searchOption" native="true"/>
  95. </item>
  96. <item>
  97. <spacer name="verticalSpacer">
  98. <property name="orientation">
  99. <enum>Qt::Vertical</enum>
  100. </property>
  101. <property name="sizeHint" stdset="0">
  102. <size>
  103. <width>20</width>
  104. <height>40</height>
  105. </size>
  106. </property>
  107. </spacer>
  108. </item>
  109. </layout>
  110. </item>
  111. </layout>
  112. </item>
  113. <item>
  114. <layout class="QHBoxLayout" name="viewerLayout">
  115. <item>
  116. <widget class="ctkDICOMThumbnailListWidget" name="thumbnailsWidget" native="true">
  117. <property name="minimumSize">
  118. <size>
  119. <width>0</width>
  120. <height>200</height>
  121. </size>
  122. </property>
  123. </widget>
  124. </item>
  125. <item>
  126. <widget class="QWidget" name="previewWidget" native="true">
  127. <property name="minimumSize">
  128. <size>
  129. <width>256</width>
  130. <height>256</height>
  131. </size>
  132. </property>
  133. </widget>
  134. </item>
  135. </layout>
  136. </item>
  137. </layout>
  138. </item>
  139. </layout>
  140. <action name="actionImport">
  141. <property name="text">
  142. <string>Import</string>
  143. </property>
  144. <property name="toolTip">
  145. <string>Import a DICOM file or folder</string>
  146. </property>
  147. </action>
  148. <action name="actionExport">
  149. <property name="text">
  150. <string>Export</string>
  151. </property>
  152. <property name="toolTip">
  153. <string>Export selected study/series to a DICOM folder</string>
  154. </property>
  155. </action>
  156. <action name="actionQuery">
  157. <property name="text">
  158. <string>Query</string>
  159. </property>
  160. <property name="toolTip">
  161. <string>Query and Retrieve DICOM studies from a DICOM node</string>
  162. </property>
  163. </action>
  164. <action name="actionSend">
  165. <property name="text">
  166. <string>Send</string>
  167. </property>
  168. <property name="toolTip">
  169. <string>Send DICOM Studies to a DICOM node</string>
  170. </property>
  171. </action>
  172. </widget>
  173. <customwidgets>
  174. <customwidget>
  175. <class>ctkDICOMQueryWidget</class>
  176. <extends>QWidget</extends>
  177. <header>ctkDICOMQueryWidget.h</header>
  178. <container>1</container>
  179. </customwidget>
  180. <customwidget>
  181. <class>ctkDirectoryButton</class>
  182. <extends>QWidget</extends>
  183. <header>ctkDirectoryButton.h</header>
  184. <container>1</container>
  185. <slots>
  186. <signal>directoryChanged(QString)</signal>
  187. </slots>
  188. </customwidget>
  189. <customwidget>
  190. <class>ctkDICOMThumbnailListWidget</class>
  191. <extends>QWidget</extends>
  192. <header>ctkDICOMThumbnailListWidget.h</header>
  193. <container>1</container>
  194. </customwidget>
  195. </customwidgets>
  196. <resources/>
  197. <connections>
  198. <connection>
  199. <sender>actionImport</sender>
  200. <signal>triggered(bool)</signal>
  201. <receiver>ctkDICOMAppWidget</receiver>
  202. <slot>onImport()</slot>
  203. <hints>
  204. <hint type="sourcelabel">
  205. <x>-1</x>
  206. <y>-1</y>
  207. </hint>
  208. <hint type="destinationlabel">
  209. <x>319</x>
  210. <y>239</y>
  211. </hint>
  212. </hints>
  213. </connection>
  214. <connection>
  215. <sender>actionExport</sender>
  216. <signal>triggered(bool)</signal>
  217. <receiver>ctkDICOMAppWidget</receiver>
  218. <slot>onExport()</slot>
  219. <hints>
  220. <hint type="sourcelabel">
  221. <x>-1</x>
  222. <y>-1</y>
  223. </hint>
  224. <hint type="destinationlabel">
  225. <x>319</x>
  226. <y>239</y>
  227. </hint>
  228. </hints>
  229. </connection>
  230. <connection>
  231. <sender>actionQuery</sender>
  232. <signal>triggered(bool)</signal>
  233. <receiver>ctkDICOMAppWidget</receiver>
  234. <slot>onQuery()</slot>
  235. <hints>
  236. <hint type="sourcelabel">
  237. <x>-1</x>
  238. <y>-1</y>
  239. </hint>
  240. <hint type="destinationlabel">
  241. <x>319</x>
  242. <y>239</y>
  243. </hint>
  244. </hints>
  245. </connection>
  246. </connections>
  247. <slots>
  248. <signal>signal1()</signal>
  249. <slot>onImport()</slot>
  250. <slot>onExport()</slot>
  251. <slot>onQuery()</slot>
  252. <slot>onDatabaseDirectoryChaged(QString)</slot>
  253. </slots>
  254. </ui>