ctkDICOMObjectListWidget.ui 4.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  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. <property name="toolTip">
  68. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;Filter displayed metadata based on content in Tag, Attribute, and Value columns.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Simple search: &lt;/span&gt;enter any text to show only those items that contains the text. Use ? and * wildcards to represent &lt;span style=&quot; font-style:italic;&quot;&gt;any &lt;/span&gt;single character or sequence of characters.&lt;/p&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;Regular expression search (for advanced users):&lt;/span&gt; Enter &lt;span style=&quot; font-style:italic;&quot;&gt;regexp:&lt;/span&gt; followed by a regular expression. For example, show 3 specific tags, enter: &lt;span style=&quot; font-style:italic;&quot;&gt;regexp:0010,0010|0010,0020|0010,0030&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  69. </property>
  70. </widget>
  71. </item>
  72. <item>
  73. <widget class="QPushButton" name="expandAllPushButton">
  74. <property name="text">
  75. <string>Expand all</string>
  76. </property>
  77. </widget>
  78. </item>
  79. <item>
  80. <widget class="QPushButton" name="collapseAllPushButton">
  81. <property name="text">
  82. <string>Collapse all</string>
  83. </property>
  84. </widget>
  85. </item>
  86. <item>
  87. <widget class="QPushButton" name="copyMetadataPushButton">
  88. <property name="toolTip">
  89. <string>Copy to clipboard metadata of this file</string>
  90. </property>
  91. <property name="text">
  92. <string>Copy metadata</string>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QPushButton" name="copyAllFilesMetadataPushButton">
  98. <property name="toolTip">
  99. <string>Copy to clipboard metadata of all files in the series</string>
  100. </property>
  101. <property name="text">
  102. <string>Copy all files metadata</string>
  103. </property>
  104. </widget>
  105. </item>
  106. </layout>
  107. </item>
  108. <item>
  109. <layout class="QHBoxLayout" name="horizontalLayout_2"/>
  110. </item>
  111. <item>
  112. <widget class="QTreeView" name="dcmObjectTreeView">
  113. <property name="toolTip">
  114. <string>Double-click to show DICOM tag definition.</string>
  115. </property>
  116. </widget>
  117. </item>
  118. </layout>
  119. </item>
  120. </layout>
  121. </widget>
  122. <customwidgets>
  123. <customwidget>
  124. <class>ctkSearchBox</class>
  125. <extends>QLineEdit</extends>
  126. <header>ctkSearchBox.h</header>
  127. </customwidget>
  128. <customwidget>
  129. <class>ctkSliderWidget</class>
  130. <extends>QWidget</extends>
  131. <header>ctkSliderWidget.h</header>
  132. </customwidget>
  133. </customwidgets>
  134. <resources/>
  135. <connections/>
  136. </ui>