ctkThumbnailWidget.ui 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  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>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. <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="text">
  35. <string/>
  36. </property>
  37. <property name="scaledContents">
  38. <bool>false</bool>
  39. </property>
  40. <property name="alignment">
  41. <set>Qt::AlignCenter</set>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QLabel" name="PixmapLabel">
  47. <property name="sizePolicy">
  48. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  49. <horstretch>128</horstretch>
  50. <verstretch>128</verstretch>
  51. </sizepolicy>
  52. </property>
  53. <property name="text">
  54. <string/>
  55. </property>
  56. <property name="alignment">
  57. <set>Qt::AlignCenter</set>
  58. </property>
  59. </widget>
  60. </item>
  61. </layout>
  62. </widget>
  63. <resources/>
  64. <connections/>
  65. </ui>