ctkThumbnailLabel.ui 1001 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ctkThumbnailLabel</class>
  4. <widget class="QWidget" name="ctkThumbnailLabel">
  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. <layout class="QGridLayout" name="gridLayout" rowstretch="0,1" columnstretch="0,1">
  17. <property name="margin">
  18. <number>4</number>
  19. </property>
  20. <property name="spacing">
  21. <number>0</number>
  22. </property>
  23. <item row="0" column="1">
  24. <widget class="QLabel" name="TextLabel">
  25. <property name="alignment">
  26. <set>Qt::AlignCenter</set>
  27. </property>
  28. </widget>
  29. </item>
  30. <item row="1" column="1">
  31. <widget class="QLabel" name="PixmapLabel">
  32. <property name="alignment">
  33. <set>Qt::AlignCenter</set>
  34. </property>
  35. </widget>
  36. </item>
  37. </layout>
  38. </widget>
  39. <resources/>
  40. <connections/>
  41. </ui>