~ubuntu-branches/ubuntu/raring/muse/raring

« back to all changes in this revision

Viewing changes to muse/style.qss

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2011-08-12 11:16:41 UTC
  • mfrom: (1.1.9) (10.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20110812111641-sjz0e93fr0ozfv0b
Tags: 2.0~beta2-1
* New maintainer (see bug 637185#12), thanks Daniel!
* New upstream release (Closes: #627371):
  - New interface Qt4-based (Closes: #604584)
* Refresh packaging:
  - Move to DH7 and source format 3.0 (quilt).
  - Refresh patchset.
  - Fix a bunch lintian warnings.
  - debian/postinst:
    + Use set -e in the body rather than pass -e on the #! line to make it
      have actually effect if it is run by hand with "sh /path/to/script".
  - Update instructions on how-to increase RTC clock frequency.
    Thanks to Torquil Macdonald Sørensen for the report (Closes: #570833).
  - Bump Standards.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
 *    this is the MusE application style sheet
 
3
 */
 
4
 
 
5
 
 
6
/* TODO */
 
7
 
 
8
/*
 
9
 
 
10
QLabel#midiChannelLabel { font-size: 6pt }
 
11
MidiRack, EffectRack    { font-size: 8pt }
 
12
QLabel#trackLabel       { font-size: 6pt }
 
13
SimpleButton            { font-size: 8pt }
 
14
QToolButton#routeButton { font-size: 8pt }
 
15
QToolButton#preButton   { font-size: 8pt }
 
16
 
 
17
TimeCanvas {
 
18
      qproperty-fontSize1: 6;
 
19
      qproperty-fontSize2: 8;
 
20
      qproperty-fontSize3: 8
 
21
      }
 
22
 
 
23
QLabel#knobLabel        { font-size: 8pt }
 
24
Awl--MidiVolEntry       { font-size: 5pt }
 
25
Awl--MidiPanEntry       { font-size: 5pt }
 
26
Awl--VolEntry           { font-size: 5pt }
 
27
Awl--PanEntry           { font-size: 5pt }
 
28
 
 
29
QLabel#AudioOut         {
 
30
      font-size: 7pt;
 
31
      background-color: white;
 
32
      }
 
33
 
 
34
QLabel#Group         {
 
35
      font-size: 7pt;
 
36
      background-color: yellow;
 
37
      }
 
38
 
 
39
QLabel#Wave         {
 
40
      font-size: 7pt;
 
41
      background-color: rgb(0,255,0);
 
42
      }
 
43
 
 
44
QLabel#AudioIn         {
 
45
      font-size: 7pt;
 
46
      background-color: red;
 
47
      }
 
48
 
 
49
QLabel#Synth         {
 
50
      font-size: 7pt;
 
51
      background-color: blue;
 
52
      }
 
53
 
 
54
QLabel#Midi         {
 
55
      font-size: 7pt;
 
56
      background-color: gray;
 
57
      }
 
58
 
 
59
QLabel#MidiOut         {
 
60
      font-size: 7pt;
 
61
      background-color: gray;
 
62
      }
 
63
 
 
64
QLabel#MidiIn         {
 
65
      font-size: 7pt;
 
66
      background-color: gray;
 
67
      }
 
68
QLabel#M-Synth         {
 
69
      font-size: 7pt;
 
70
      background-color: gray;
 
71
      }
 
72
 
 
73
*/
 
 
b'\\ No newline at end of file'