ctkDICOMObjectListWidget.ui 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  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>312</width>
  10. <height>206</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="minimumSize">
  24. <size>
  25. <width>70</width>
  26. <height>0</height>
  27. </size>
  28. </property>
  29. <property name="maximumSize">
  30. <size>
  31. <width>70</width>
  32. <height>16777215</height>
  33. </size>
  34. </property>
  35. <property name="text">
  36. <string>File Path:</string>
  37. </property>
  38. </widget>
  39. </item>
  40. <item>
  41. <widget class="QLabel" name="currentPathLabel">
  42. <property name="text">
  43. <string/>
  44. </property>
  45. </widget>
  46. </item>
  47. <item>
  48. <widget class="QPushButton" name="copyPathPushButton">
  49. <property name="minimumSize">
  50. <size>
  51. <width>100</width>
  52. <height>0</height>
  53. </size>
  54. </property>
  55. <property name="maximumSize">
  56. <size>
  57. <width>100</width>
  58. <height>16777215</height>
  59. </size>
  60. </property>
  61. <property name="toolTip">
  62. <string>Copy the file full path to the clipboard.</string>
  63. </property>
  64. <property name="text">
  65. <string>Copy Path</string>
  66. </property>
  67. </widget>
  68. </item>
  69. </layout>
  70. </item>
  71. <item>
  72. <widget class="ctkSliderWidget" name="fileSliderWidget">
  73. <property name="decimals">
  74. <number>0</number>
  75. </property>
  76. </widget>
  77. </item>
  78. <item>
  79. <layout class="QHBoxLayout" name="horizontalLayout_3"/>
  80. </item>
  81. <item>
  82. <widget class="QTreeView" name="dcmObjectTreeView"/>
  83. </item>
  84. </layout>
  85. </item>
  86. </layout>
  87. </widget>
  88. <customwidgets>
  89. <customwidget>
  90. <class>ctkSliderWidget</class>
  91. <extends>QWidget</extends>
  92. <header>ctkSliderWidget.h</header>
  93. </customwidget>
  94. </customwidgets>
  95. <resources/>
  96. <connections/>
  97. </ui>