~ubuntu-branches/ubuntu/vivid/ubuntu-settings-components/vivid

« back to all changes in this revision

Viewing changes to SettingsComponents.qml

  • Committer: Package Import Robot
  • Author(s): Ubuntu daily release, Nick Dedekind
  • Date: 2014-07-08 09:24:00 UTC
  • mfrom: (1.1.6)
  • Revision ID: package-import@ubuntu.com-20140708092400-18pi2nnkhzst3bww
Tags: 0.3+14.10.20140708-0ubuntu1
[ Nick Dedekind ]
* Added plugin module for Ubuntu.Settings.Menus
* Added TransferMenu

Show diffs side-by-side

added added

removed removed

Lines of Context:
159
159
                    onPlay: { mediaPlayer.running = !mediaPlayer.running; }
160
160
                }
161
161
 
 
162
                TransferMenu {
 
163
                    text: "Video Downloading"
 
164
                    stateText: "3 minutes remaning"
 
165
                    iconSource: "tests/artwork/speak-now.jpg"
 
166
                    progress: 0.6
 
167
                    active: true
 
168
                    removable: true
 
169
                    confirmRemoval: true
 
170
                }
 
171
 
 
172
                TransferMenu {
 
173
                    text: "Video Downloading"
 
174
                    iconSource: "tests/artwork/speak-now.jpg"
 
175
                    progress: 0.6
 
176
                    active: false
 
177
                    removable: true
 
178
                    confirmRemoval: true
 
179
                }
 
180
 
162
181
                AccessPointMenu {
163
182
                    checked: true
164
183
                    secure: true