ctkThumbnailWidget.ui 1.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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>141</width>
  10. <height>133</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="QGridLayout" name="gridLayout" rowstretch="0,1" columnstretch="0,1">
  20. <property name="margin">
  21. <number>4</number>
  22. </property>
  23. <property name="spacing">
  24. <number>0</number>
  25. </property>
  26. <item row="0" column="1">
  27. <widget class="QLabel" name="TextLabel">
  28. <property name="alignment">
  29. <set>Qt::AlignCenter</set>
  30. </property>
  31. </widget>
  32. </item>
  33. <item row="1" column="1">
  34. <widget class="QLabel" name="PixmapLabel">
  35. <property name="alignment">
  36. <set>Qt::AlignCenter</set>
  37. </property>
  38. </widget>
  39. </item>
  40. </layout>
  41. </widget>
  42. <resources/>
  43. <connections/>
  44. </ui>