| 123456789101112131415161718192021222324252627282930313233343536373839404142 | <?xml version="1.0" encoding="UTF-8"?><ui version="4.0"> <class>ctkThumbnailLabel</class> <widget class="QWidget" name="ctkThumbnailLabel">  <property name="geometry">   <rect>    <x>0</x>    <y>0</y>    <width>141</width>    <height>133</height>   </rect>  </property>  <property name="windowTitle">   <string>Thumbnail</string>  </property>  <layout class="QGridLayout" name="gridLayout" rowstretch="0,1" columnstretch="0,1">   <property name="margin">    <number>4</number>   </property>   <property name="spacing">    <number>0</number>   </property>   <item row="0" column="1">    <widget class="QLabel" name="TextLabel">     <property name="alignment">      <set>Qt::AlignCenter</set>     </property>    </widget>   </item>   <item row="1" column="1">    <widget class="QLabel" name="PixmapLabel">     <property name="alignment">      <set>Qt::AlignCenter</set>     </property>    </widget>   </item>  </layout> </widget> <resources/> <connections/></ui>
 |