ctkDICOMObjectListWidget.ui 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkDICOMObjectListWidget</class>
  4. <widget class="QWidget" name="ctkDICOMObjectListWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>486</width>
  10. <height>297</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout_2">
  17. <item>
  18. <layout class="QVBoxLayout" name="verticalLayout">
  19. <item>
  20. <layout class="QHBoxLayout" name="horizontalLayout">
  21. <item>
  22. <widget class="QLabel" name="label">
  23. <property name="text">
  24. <string>File Path:</string>
  25. </property>
  26. </widget>
  27. </item>
  28. <item>
  29. <widget class="QLabel" name="currentPathLabel">
  30. <property name="sizePolicy">
  31. <sizepolicy hsizetype="MinimumExpanding" vsizetype="Preferred">
  32. <horstretch>0</horstretch>
  33. <verstretch>0</verstretch>
  34. </sizepolicy>
  35. </property>
  36. <property name="text">
  37. <string/>
  38. </property>
  39. </widget>
  40. </item>
  41. <item>
  42. <widget class="QPushButton" name="copyPathPushButton">
  43. <property name="toolTip">
  44. <string>Copy the file full path to the clipboard.</string>
  45. </property>
  46. <property name="text">
  47. <string>Copy Path</string>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="QPushButton" name="copyMetadataPushButton">
  53. <property name="text">
  54. <string>Copy Metadata</string>
  55. </property>
  56. </widget>
  57. </item>
  58. </layout>
  59. </item>
  60. <item>
  61. <widget class="ctkSliderWidget" name="fileSliderWidget">
  62. <property name="decimals">
  63. <number>0</number>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <layout class="QHBoxLayout" name="horizontalLayout_3"/>
  69. </item>
  70. <item>
  71. <widget class="QTreeView" name="dcmObjectTreeView">
  72. <property name="toolTip">
  73. <string>Double-click Tag to show its definition.</string>
  74. </property>
  75. </widget>
  76. </item>
  77. </layout>
  78. </item>
  79. </layout>
  80. </widget>
  81. <customwidgets>
  82. <customwidget>
  83. <class>ctkSliderWidget</class>
  84. <extends>QWidget</extends>
  85. <header>ctkSliderWidget.h</header>
  86. </customwidget>
  87. </customwidgets>
  88. <resources/>
  89. <connections/>
  90. </ui>