ctkDICOMThumbnailWidget.ui 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkDICOMThumbnailWidget</class>
  4. <widget class="QWidget" name="ctkDICOMThumbnailWidget">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>128</width>
  10. <height>158</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Form</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">background-color:white</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout_2">
  20. <item>
  21. <widget class="QLabel" name="textLabel">
  22. <property name="minimumSize">
  23. <size>
  24. <width>0</width>
  25. <height>24</height>
  26. </size>
  27. </property>
  28. <property name="text">
  29. <string/>
  30. </property>
  31. <property name="scaledContents">
  32. <bool>false</bool>
  33. </property>
  34. <property name="alignment">
  35. <set>Qt::AlignCenter</set>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QLabel" name="pixmapLabel">
  41. <property name="sizePolicy">
  42. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  43. <horstretch>128</horstretch>
  44. <verstretch>128</verstretch>
  45. </sizepolicy>
  46. </property>
  47. <property name="text">
  48. <string/>
  49. </property>
  50. <property name="alignment">
  51. <set>Qt::AlignCenter</set>
  52. </property>
  53. </widget>
  54. </item>
  55. </layout>
  56. </widget>
  57. <resources/>
  58. <connections/>
  59. </ui>