~laney/ubuntu-system-settings/plugin-invocation-getopt-long

« back to all changes in this revision

Viewing changes to plugins/sound/SoundCheckEntry.qml

  • Committer: Tarmac
  • Author(s): Sebastien Bacher
  • Date: 2013-07-19 14:52:35 UTC
  • mfrom: (165.1.1 ubuntu-system-settings)
  • Revision ID: tarmac-20130719145235-ut0quzh6y06358hu
settings: share the "list item with checkbox on the left" widget
since it's going to be used in different panels. We need this until
https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1197058 is fixed in the
toolkit (or the design need to change to put those on the right...).

Approved by Iain Lane, PS Jenkins bot.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
import Ubuntu.Components 0.1
23
23
import Ubuntu.Components.ListItems 0.1 as ListItem
24
24
 
 
25
/* TODO: replace once https://bugs.launchpad.net/ubuntu-ui-toolkit/+bug/1197058 is fixed */
25
26
ListItem.Base {
26
27
    property string textEntry: ""
27
28
    property alias checkStatus: checkBox.checked