ctkThumbnailWidget.ui 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkThumbnailWidget</class>
  4. <widget class="QWidget" name="ctkThumbnailWidget">
  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>Thumbnail</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true">background-color:white</string>
  18. </property>
  19. <layout class="QVBoxLayout" name="verticalLayout_2" stretch="0,1">
  20. <property name="spacing">
  21. <number>0</number>
  22. </property>
  23. <property name="margin">
  24. <number>4</number>
  25. </property>
  26. <item>
  27. <widget class="QLabel" name="TextLabel">
  28. <property name="minimumSize">
  29. <size>
  30. <width>0</width>
  31. <height>24</height>
  32. </size>
  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="Ignored" vsizetype="Preferred">
  43. <horstretch>0</horstretch>
  44. <verstretch>0</verstretch>
  45. </sizepolicy>
  46. </property>
  47. <property name="alignment">
  48. <set>Qt::AlignCenter</set>
  49. </property>
  50. </widget>
  51. </item>
  52. </layout>
  53. </widget>
  54. <resources/>
  55. <connections/>
  56. </ui>