ctkDICOMObjectListWidget.ui 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  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>883</width>
  10. <height>516</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. </layout>
  52. </item>
  53. <item>
  54. <widget class="ctkSliderWidget" name="fileSliderWidget">
  55. <property name="decimals">
  56. <number>0</number>
  57. </property>
  58. </widget>
  59. </item>
  60. <item>
  61. <layout class="QHBoxLayout" name="horizontalLayout_3">
  62. <property name="topMargin">
  63. <number>8</number>
  64. </property>
  65. <item>
  66. <widget class="ctkSearchBox" name="metadataSearchBox"/>
  67. </item>
  68. <item>
  69. <widget class="QPushButton" name="expandAllPushButton">
  70. <property name="text">
  71. <string>Expand all</string>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QPushButton" name="collapseAllPushButton">
  77. <property name="text">
  78. <string>Collapse all</string>
  79. </property>
  80. </widget>
  81. </item>
  82. <item>
  83. <widget class="QPushButton" name="copyMetadataPushButton">
  84. <property name="toolTip">
  85. <string>Copy to clipboard metadata of this file</string>
  86. </property>
  87. <property name="text">
  88. <string>Copy metadata</string>
  89. </property>
  90. </widget>
  91. </item>
  92. <item>
  93. <widget class="QPushButton" name="copyAllFilesMetadataPushButton">
  94. <property name="toolTip">
  95. <string>Copy to clipboard metadata of all files in the series</string>
  96. </property>
  97. <property name="text">
  98. <string>Copy all files metadata</string>
  99. </property>
  100. </widget>
  101. </item>
  102. </layout>
  103. </item>
  104. <item>
  105. <layout class="QHBoxLayout" name="horizontalLayout_2"/>
  106. </item>
  107. <item>
  108. <widget class="QTreeView" name="dcmObjectTreeView">
  109. <property name="toolTip">
  110. <string>Double-click to show DICOM tag definition.</string>
  111. </property>
  112. </widget>
  113. </item>
  114. </layout>
  115. </item>
  116. </layout>
  117. </widget>
  118. <customwidgets>
  119. <customwidget>
  120. <class>ctkSearchBox</class>
  121. <extends>QLineEdit</extends>
  122. <header>ctkSearchBox.h</header>
  123. </customwidget>
  124. <customwidget>
  125. <class>ctkSliderWidget</class>
  126. <extends>QWidget</extends>
  127. <header>ctkSliderWidget.h</header>
  128. </customwidget>
  129. </customwidgets>
  130. <resources/>
  131. <connections/>
  132. </ui>