~ubuntukylin-members/youker-assistant/youker-assistant-0.2

« back to all changes in this revision

Viewing changes to qml/func/AptCruft.qml

  • Committer: kobe
  • Date: 2013-12-03 02:34:43 UTC
  • Revision ID: xiangli@ubuntukylin.com-20131203023443-ou52rdts18tmidm9
add KernelModel.qml

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
                //包管理清理        用户可以根据扫描结果选择性地清理包管理残留包,缓存路径为:/var/cache/apt/archives/
68
68
                mainModel.append({"itemTitle": qsTr("The package management cleaning"),
69
69
                                 "picture": "../img/toolWidget/apt-min.png",
70
 
                                 "detailstr": qsTr("User can according to the scan results selectively clean residual package, cache path is:/var/cache/apt/archives/"),
71
 
                                 "flags": "clear_apt"})
 
70
                                 "detailstr": qsTr("User can according to the scan results selectively clean residual package, cache path is:/var/cache/apt/archives/")})
 
71
//                mainModel.append({"itemTitle": qsTr("The package management cleaning"),
 
72
//                                 "picture": "../img/toolWidget/apt-min.png",
 
73
//                                 "detailstr": qsTr("User can according to the scan results selectively clean residual package, cache path is:/var/cache/apt/archives/"),
 
74
//                                 "flags": "clear_apt"})
72
75
            }
73
76
            else {
74
77
                root.resultFlag = false;//扫描的实际有效内容不存在