userinfotip.ui 4.13 KB
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
 <class>UserInfoTip</class>
 <widget class="QWidget" name="UserInfoTip">
  <property name="geometry">
   <rect>
    <x>0</x>
    <y>0</y>
    <width>160</width>
    <height>220</height>
   </rect>
  </property>
  <property name="minimumSize">
   <size>
    <width>160</width>
    <height>220</height>
   </size>
  </property>
  <property name="maximumSize">
   <size>
    <width>160</width>
    <height>220</height>
   </size>
  </property>
  <property name="windowTitle">
   <string>viptalk</string>
  </property>
  <widget class="QLabel" name="labelHeadImg">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>0</y>
     <width>160</width>
     <height>140</height>
    </rect>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QLabel" name="labelName">
   <property name="geometry">
    <rect>
     <x>10</x>
     <y>145</y>
     <width>141</width>
     <height>25</height>
    </rect>
   </property>
   <property name="font">
    <font>
     <family>Arial</family>
     <pointsize>-1</pointsize>
     <weight>50</weight>
     <italic>false</italic>
     <bold>false</bold>
    </font>
   </property>
   <property name="styleSheet">
    <string notr="true">font: 16px &quot;Arial&quot;;
color:&quot;#ffffff&quot;;</string>
   </property>
   <property name="text">
    <string>Nikita</string>
   </property>
  </widget>
  <widget class="QLabel" name="labelBG">
   <property name="geometry">
    <rect>
     <x>0</x>
     <y>140</y>
     <width>160</width>
     <height>82</height>
    </rect>
   </property>
   <property name="minimumSize">
    <size>
     <width>160</width>
     <height>82</height>
    </size>
   </property>
   <property name="maximumSize">
    <size>
     <width>160</width>
     <height>82</height>
    </size>
   </property>
   <property name="styleSheet">
    <string notr="true">background-color: rgb(255, 255, 255);</string>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QLabel" name="label">
   <property name="geometry">
    <rect>
     <x>12</x>
     <y>175</y>
     <width>15</width>
     <height>15</height>
    </rect>
   </property>
   <property name="minimumSize">
    <size>
     <width>15</width>
     <height>15</height>
    </size>
   </property>
   <property name="maximumSize">
    <size>
     <width>15</width>
     <height>15</height>
    </size>
   </property>
   <property name="styleSheet">
    <string notr="true">border-image: url(:/Images/Home/home_img_score.png);</string>
   </property>
   <property name="text">
    <string/>
   </property>
  </widget>
  <widget class="QLabel" name="labelEvaluation">
   <property name="geometry">
    <rect>
     <x>32</x>
     <y>176</y>
     <width>31</width>
     <height>16</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">font: 16px &quot;Arial&quot;;
color:&quot;#ff7e00&quot;;</string>
   </property>
   <property name="text">
    <string>5.0</string>
   </property>
  </widget>
  <widget class="QLabel" name="label_3">
   <property name="geometry">
    <rect>
     <x>12</x>
     <y>200</y>
     <width>71</width>
     <height>16</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">font: 12px &quot;Arial&quot;;</string>
   </property>
   <property name="text">
    <string>Total Hours:</string>
   </property>
  </widget>
  <widget class="QLabel" name="labelCallTime">
   <property name="geometry">
    <rect>
     <x>80</x>
     <y>200</y>
     <width>81</width>
     <height>16</height>
    </rect>
   </property>
   <property name="styleSheet">
    <string notr="true">font: 12px &quot;Arial&quot;;</string>
   </property>
   <property name="text">
    <string>1h 100min</string>
   </property>
   <property name="alignment">
    <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
   </property>
  </widget>
  <zorder>labelBG</zorder>
  <zorder>labelHeadImg</zorder>
  <zorder>label</zorder>
  <zorder>labelEvaluation</zorder>
  <zorder>label_3</zorder>
  <zorder>labelCallTime</zorder>
  <zorder>labelName</zorder>
 </widget>
 <resources/>
 <connections/>
</ui>