ctkDICOMImportWidget.ui 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkDICOMImportWidget</class>
  4. <widget class="QWidget" name="ctkDICOMImportWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>420</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Import DICOM</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout_2">
  20. <item>
  21. <widget class="ctkDirectoryButton" name="DirectoryWidget" native="true"/>
  22. </item>
  23. <item>
  24. <widget class="QTreeView" name="directoryList"/>
  25. </item>
  26. <item>
  27. <widget class="QCheckBox" name="copyCheckBox">
  28. <property name="text">
  29. <string>Copy to library</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QDialogButtonBox" name="buttonBox">
  35. <property name="standardButtons">
  36. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  37. </property>
  38. </widget>
  39. </item>
  40. </layout>
  41. </widget>
  42. <customwidgets>
  43. <customwidget>
  44. <class>ctkDirectoryButton</class>
  45. <extends>QWidget</extends>
  46. <header>ctkDirectoryButton.h</header>
  47. <container>1</container>
  48. <slots>
  49. <signal>directoryChanged(QString)</signal>
  50. </slots>
  51. </customwidget>
  52. </customwidgets>
  53. <resources/>
  54. <connections>
  55. <connection>
  56. <sender>buttonBox</sender>
  57. <signal>accepted()</signal>
  58. <receiver>ctkDICOMImportWidget</receiver>
  59. <slot>close()</slot>
  60. <hints>
  61. <hint type="sourcelabel">
  62. <x>199</x>
  63. <y>399</y>
  64. </hint>
  65. <hint type="destinationlabel">
  66. <x>199</x>
  67. <y>209</y>
  68. </hint>
  69. </hints>
  70. </connection>
  71. <connection>
  72. <sender>buttonBox</sender>
  73. <signal>rejected()</signal>
  74. <receiver>ctkDICOMImportWidget</receiver>
  75. <slot>close()</slot>
  76. <hints>
  77. <hint type="sourcelabel">
  78. <x>199</x>
  79. <y>399</y>
  80. </hint>
  81. <hint type="destinationlabel">
  82. <x>199</x>
  83. <y>209</y>
  84. </hint>
  85. </hints>
  86. </connection>
  87. </connections>
  88. </ui>