Comment 2 for bug 992811

Revision history for this message
RJ Skerry-Ryan (rryan) wrote : Re: [Bug 992811] Re: BPM Lock Icon

Hm -- sorry for asking without making sure it was possible :). I'll take a
look tonight.

On Wed, May 2, 2012 at 4:01 AM, jus <email address hidden> wrote:

> I need a little help with this one please.
> With the current code (e.g. around line 2138 in
> Deere1280x800-WXGA/skin.xml ) all checkbox are the same, but we want to
> have separate icons for played/bpm lock/whatever column.
> QTableView::indicator { width: 12px; height: 12px;}
> QTableView::indicator:checked { background: url(skin:/foo.png);}
> QTableView::indicator:unchecked { background: url(skin:/foo.png);}
>
> I tried to specify an ID Selector with no luck. It should match all
> QTableView instances whose object name is LIBRARYTABLE_BPM_LOCK. I can work
> with LIBRARYTABLE_BPM_LOCK, can i?
> QTableView#LIBRARYTABLE_BPM_LOCK::indicator { width: 12px; height: 12px;}
> QTableView#LIBRARYTABLE_BPM_LOCK::indicator:checked { background:
> url(skin:/foo.png);}
> QTableView#LIBRARYTABLE_BPM_LOCK::indicator:unchecked { background:
> url(skin:/foo.png);}
>
> --
> You received this bug notification because you are a member of Mixxx
> Development Team, which is subscribed to Mixxx.
> https://bugs.launchpad.net/bugs/992811
>
> Title:
> BPM Lock Icon
>
> To manage notifications about this bug go to:
> https://bugs.launchpad.net/mixxx/+bug/992811/+subscriptions
>