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

« back to all changes in this revision

Viewing changes to qml/func/settings/BootAnimation.qml

  • Committer: kobe
  • Date: 2014-08-28 04:29:56 UTC
  • Revision ID: xiangli@ubuntukylin.com-20140828042956-2aiehddw85dgzbg8
release V1.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    property int lisv_height: 250
28
28
    property string image_path: ""
29
29
    property string actiontitle: qsTr("Boot animation settings")//开机动画设置
30
 
    property string actiontext: qsTr("Click the ' Custom Image ' button to select the picture you want to add, select the picture you want to set and click ' OK ' button to complete the setup.")//单击"自定义图片"按钮选择需要添加的图片,选中列表中要设置的图片名称,单击"确定"按钮完成设置。
 
30
    property string actiontext: qsTr("Click the \"Custom Picture\" button to select the picture you want to add, click the picture you want to set and push the \"OK\" button to complete.")//单击"自定义图片"按钮选择需要添加的图片,选中列表中要设置的图片名称,单击"确定"按钮完成设置。
31
31
    property int num: 0
32
32
    property string selectedimage: ""
33
33
 
124
124
    //分割条
125
125
    Common.Separator {
126
126
        id: top_splitbar
127
 
        y: 60
 
127
        y: 70
128
128
        anchors {
129
129
            left: parent.left
130
130
            leftMargin: 2
153
153
            fontcolor:"#707070"
154
154
            fontsize: 12
155
155
            width: 100; height: 28
156
 
            text: qsTr("Custom picture")//自定义图片
 
156
            text: qsTr("Custom Picture")//自定义图片
157
157
            anchors.horizontalCenter: parent.horizontalCenter
158
158
            onClicked: {
159
159
                bootimagepage.image_path = systemdispatcher.showSelectFileDialog("bootanimation");