~feng-kylin/youker-assistant/youker-assistant

« back to all changes in this revision

Viewing changes to cleaner/cleanlistwidget.cpp

  • Committer: lixiang
  • Date: 2018-03-06 03:13:06 UTC
  • Revision ID: lixiang@kylinos.cn-20180306031306-fd7qnru3vm4a1xjd
Rewrite with Qt5, and add system monitor

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
    this->setFixedSize(560, 398);
35
35
    setWindowFlags(Qt::FramelessWindowHint);
36
36
    this->setStyleSheet("QDialog{border: 1px solid white;border-radius:1px;background-color: #ffffff;}");
37
 
    this->setWindowIcon(QIcon(":/res/youker-assistant.png"));
 
37
    this->setWindowIcon(QIcon(":/res/kylin-assistant.png"));
38
38
    tip_label = new QLabel();
39
39
    num_label = new QLabel();
40
40