Blame view

build-LiveChat-desktop50-Release/FeiTalk/ui_userinfotip.h 4.33 KB
6e10e93e   陈明泉   no message
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
  /********************************************************************************
  ** Form generated from reading UI file 'userinfotip.ui'
  **
  ** Created: Fri Jul 15 15:59:54 2016
  **      by: Qt User Interface Compiler version 5.0.0
  **
  ** WARNING! All changes made in this file will be lost when recompiling UI file!
  ********************************************************************************/
  
  #ifndef UI_USERINFOTIP_H
  #define UI_USERINFOTIP_H
  
  #include <QtCore/QVariant>
  #include <QtWidgets/QAction>
  #include <QtWidgets/QApplication>
  #include <QtWidgets/QButtonGroup>
  #include <QtWidgets/QHeaderView>
  #include <QtWidgets/QLabel>
  #include <QtWidgets/QWidget>
  
  QT_BEGIN_NAMESPACE
  
  class Ui_UserInfoTip
  {
  public:
      QLabel *labelHeadImg;
      QLabel *labelName;
      QLabel *labelBG;
      QLabel *label;
      QLabel *labelEvaluation;
      QLabel *label_3;
      QLabel *labelCallTime;
  
      void setupUi(QWidget *UserInfoTip)
      {
          if (UserInfoTip->objectName().isEmpty())
              UserInfoTip->setObjectName(QStringLiteral("UserInfoTip"));
          UserInfoTip->resize(160, 220);
          UserInfoTip->setMinimumSize(QSize(160, 220));
          UserInfoTip->setMaximumSize(QSize(160, 220));
          labelHeadImg = new QLabel(UserInfoTip);
          labelHeadImg->setObjectName(QStringLiteral("labelHeadImg"));
          labelHeadImg->setGeometry(QRect(0, 0, 160, 140));
          labelName = new QLabel(UserInfoTip);
          labelName->setObjectName(QStringLiteral("labelName"));
          labelName->setGeometry(QRect(10, 145, 141, 25));
          QFont font;
          font.setFamily(QStringLiteral("Arial"));
          font.setBold(false);
          font.setItalic(false);
          font.setWeight(50);
          labelName->setFont(font);
          labelName->setStyleSheet(QLatin1String("font: 16px \"Arial\";\n"
  "color:\"#ffffff\";"));
          labelBG = new QLabel(UserInfoTip);
          labelBG->setObjectName(QStringLiteral("labelBG"));
          labelBG->setGeometry(QRect(0, 140, 160, 82));
          labelBG->setMinimumSize(QSize(160, 82));
          labelBG->setMaximumSize(QSize(160, 82));
          labelBG->setStyleSheet(QStringLiteral("background-color: rgb(255, 255, 255);"));
          label = new QLabel(UserInfoTip);
          label->setObjectName(QStringLiteral("label"));
          label->setGeometry(QRect(12, 175, 15, 15));
          label->setMinimumSize(QSize(15, 15));
          label->setMaximumSize(QSize(15, 15));
          label->setStyleSheet(QStringLiteral("border-image: url(:/Images/Home/home_img_score.png);"));
          labelEvaluation = new QLabel(UserInfoTip);
          labelEvaluation->setObjectName(QStringLiteral("labelEvaluation"));
          labelEvaluation->setGeometry(QRect(32, 176, 31, 16));
          labelEvaluation->setStyleSheet(QLatin1String("font: 16px \"Arial\";\n"
  "color:\"#ff7e00\";"));
          label_3 = new QLabel(UserInfoTip);
          label_3->setObjectName(QStringLiteral("label_3"));
          label_3->setGeometry(QRect(12, 200, 71, 16));
          label_3->setStyleSheet(QStringLiteral("font: 12px \"Arial\";"));
          labelCallTime = new QLabel(UserInfoTip);
          labelCallTime->setObjectName(QStringLiteral("labelCallTime"));
          labelCallTime->setGeometry(QRect(80, 200, 81, 16));
          labelCallTime->setStyleSheet(QStringLiteral("font: 12px \"Arial\";"));
          labelCallTime->setAlignment(Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter);
          labelBG->raise();
          labelHeadImg->raise();
          label->raise();
          labelEvaluation->raise();
          label_3->raise();
          labelCallTime->raise();
          labelName->raise();
  
          retranslateUi(UserInfoTip);
  
          QMetaObject::connectSlotsByName(UserInfoTip);
      } // setupUi
  
      void retranslateUi(QWidget *UserInfoTip)
      {
          UserInfoTip->setWindowTitle(QApplication::translate("UserInfoTip", "viptalk", 0));
          labelHeadImg->setText(QString());
          labelName->setText(QApplication::translate("UserInfoTip", "Nikita", 0));
          labelBG->setText(QString());
          label->setText(QString());
          labelEvaluation->setText(QApplication::translate("UserInfoTip", "4.8", 0));
          label_3->setText(QApplication::translate("UserInfoTip", "Total Hours:", 0));
          labelCallTime->setText(QApplication::translate("UserInfoTip", "1h 100min", 0));
      } // retranslateUi
  
  };
  
  namespace Ui {
      class UserInfoTip: public Ui_UserInfoTip {};
  } // namespace Ui
  
  QT_END_NAMESPACE
  
  #endif // UI_USERINFOTIP_H