~ywwg/mixxx/DJO-hacks-1.11

« back to all changes in this revision

Viewing changes to mixxx/res/skins/Shade1024x768-XGA/skin.xml

  • Committer: Owen Williams
  • Date: 2012-12-24 06:09:04 UTC
  • mfrom: (2438.88.363 1.11)
  • Revision ID: owilliams@localhost-20121224060904-pci6ope8f933y8v4
mergeĀ fromĀ lp:mixxx/1.11

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
        "Shade" is licensed under the Creative Commons Attribution-ShareAlike 3.0 Unported license.
7
7
        http://creativecommons.org/licenses/by-sa/3.0/
8
8
 
 
9
        With every copy of the work, you are required to either provide a copy of the license it self
 
10
        or a link (URI). Failure to do this is a failure to complete the terms of the CC license.
 
11
 
9
12
        You are free:
10
13
        to Share - to copy, distribute and transmit the work
11
14
        to Remix - to adapt the work
13
16
        Under the following conditions:
14
17
        Attribution - You must attribute the work in the manner specified by the author or licensor
15
18
        (but not in any way that suggests that they endorse you or your use of the work).
 
19
        A attribution should include the following: The name of the author and/or licensor, 
 
20
        the title of the work, the URL that is associated with the work.
16
21
 
17
22
        Share Alike - If you alter, transform, or build upon this work, you may distribute
18
23
        the resulting work only under the same or similar license to this one.
29
34
        http://mixxx.org/wiki/doku.php/creating_skins
30
35
 
31
36
        List of controls:
32
 
        http://www.mixxx.org/wiki/doku.php/midi_controller_mapping_file_format#ui_midi_controls_and_names
 
37
        http://mixxx.org/wiki/doku.php/mixxxcontrols
33
38
 
34
39
        Qt Style Sheets documentation:
35
 
        http://doc.qt.nokia.com/latest/stylesheet.html
 
40
        https://qt-project.org/doc/qt-4.8/stylesheet.html
36
41
 
37
42
        Debugging:
38
43
        To outline WidgetGroups change all occurrences (exept this one ;-) of
48
53
        <manifest>
49
54
        <title>Shade1024x768-XGA</title>
50
55
        <author>jus</author>
51
 
        <version>1.11.0.9</version>
 
56
        <version>1.11.0.10</version>
52
57
        <description>A 2-deck split-waveform skin with 4 samplers.</description>
53
58
        <language>en</language>
54
59
        <license>Creative Commons Attribution, Share-Alike 3.0 Unported</license>
55
60
        <attributes>
56
61
                <attribute config_key="[Master],num_decks">2</attribute>
57
62
                <attribute config_key="[Master],num_samplers">4</attribute>
 
63
                <attribute config_key="[Master],num_preview_decks">1</attribute>
 
64
                <!--Optionally, make elements visible on skin load-->
 
65
                <attribute config_key="[Spinny1],show_spinny">1</attribute>
 
66
                <attribute config_key="[Spinny2],show_spinny">1</attribute>
 
67
                <attribute config_key="[Samplers],show_samplers">0</attribute>
 
68
                <attribute config_key="[Vinylcontrol],show_vinylcontrol">0</attribute>
 
69
                <attribute config_key="[Microphone],show_microphone">0</attribute>
 
70
                <attribute config_key="[PreviewDeck],show_previewdeck">0</attribute>
58
71
        </attributes>
59
72
        </manifest>
60
73
 
84
97
        <!--
85
98
        ############################################################################################
86
99
        ############################################################################################
87
 
        WidgetGroup : Show/hide Samplers and shrink Library
 
100
        WidgetGroup : Show/hide Samplers, Preview Deck, and shrink Library
88
101
        ############################################################################################
89
102
        ############################################################################################
90
103
        -->
103
116
                <Children>
104
117
                        <!-- Sampler Bank sub-widget -->
105
118
                        <WidgetGroup>
106
 
                                <Size>1014,100</Size>
 
119
                                <Size>1014,me</Size>
107
120
                                <Layout>horizontal</Layout>
108
121
                                <Style>QGroupBox { border: 0px solid yellow; margin: 0px 0px 6px 0px;} </Style>
109
122
                                <Children>
2171
2184
                                </Connection>
2172
2185
                        </WidgetGroup>
2173
2186
 
2174
 
                        <!-- Library sub-widget -->
 
2187
                        <!--
 
2188
                        **********************************************
 
2189
                        Library / Preview Deck / Search / Tree view
 
2190
                        **********************************************
 
2191
                        -->
2175
2192
                        <WidgetGroup>
2176
2193
                                <Pos>0,0</Pos>
2177
 
                                <Size>1012,i</Size>
 
2194
                                <Size>e,e</Size>
2178
2195
                                <Layout>horizontal</Layout>
2179
 
                                <Style>QGroupBox { border: 5px solid #565E6B; margin: 0px 0px 0px 0px;}</Style>
 
2196
                                <Style>
 
2197
                                QGroupBox { border: 0px solid #565E6B; margin: 0px 0px 0px 0px;}
 
2198
 
 
2199
                                QTableView, QTextBrowser, QTreeView { border: 1px solid #656565; font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
2200
                                background: transparent; color: #ACACAC;
 
2201
                                <!--we use  "background: transparent" as workaround, else "alternate-background-color" wont work, QT 4.7.x bug?-->
 
2202
                                alternate-background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(43, 43, 43, 255), stop:0.049 rgba(43, 43, 43, 255), stop:0.050 rgba(43, 43, 43, 100), stop:0.949 rgba(43, 43, 43, 100), stop:0.95 rgba(43, 43, 43, 255), stop:1 rgba(43, 43, 43, 255));}
 
2203
                                <!--checkbox in library "Played" column -->
 
2204
                                QTableView::indicator { width: 12px; height: 12px;}
 
2205
                                QTableView::indicator:checked { background: url(skin:/style/style_checkbox_checked.png);}
 
2206
                                QTableView::indicator:unchecked { background: url(skin:/style/style_checkbox_unchecked.png);}
 
2207
                                <!--Button in library "Preview" column -->
 
2208
                                QPushButton#LibraryPreviewButton { width: 23px; height: 12px; background: transparent; border: 0; }
 
2209
                                QPushButton#LibraryPreviewButton:!checked{ image: url(skin:/style/style_library_preview_play.png); }
 
2210
                                QPushButton#LibraryPreviewButton:checked{ image: url(skin:/style/style_library_preview_pause.png); }
 
2211
 
 
2212
                                QHeaderView { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; }
 
2213
 
 
2214
                                <!--Styling a QSpinbox is complex and it took ages to figure out how to remove the surrounding frame and make the background transparent without affecting the subcontrols (up/down-buttons).
 
2215
                                You could easily style a subcontrol like in the QT-Docs, but if you want to have the OS-native subcontrols, this is the only way i found ( there are probably others ).
 
2216
                                In our case make sure that the "frame"-property in the corresponding dlgautodj.ui file is set to "false"
 
2217
                                The general rule when it comes to stylesheets is always to remember that if you style part of a widget, then you usually have to style all of it.
 
2218
                                -->
 
2219
                                <!--transition time in Auto DJ tab-->
 
2220
                                QSpinBox:editable { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; color: #ACACAC; }
 
2221
                                QSpinBox { min-height: 20px; max-height: 20px;min-width: 40px; max-width: 40px;}
 
2222
 
 
2223
                                <!--library search bar-->
 
2224
                                WSearchLineEdit { padding: 2px; border: 1px solid #656565; font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; color: #ACACAC; }
 
2225
                                WSearchLineEdit:focus {padding: 2px; border: 2px solid #FF6600; font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: rgba(255, 102, 0,50); color: #D6D6D6;}
 
2226
 
 
2227
                                <!--splitter between treeview and library-->
 
2228
                                QSplitter::handle { image: url(skin:/style/style_handle_unchecked.png); background: none; }
 
2229
                                QSplitter::handle:pressed { image: url(skin:/style/style_handle_checked.png); background: none; }
 
2230
                                QSplitter::handle:horizontal { width: 6px; }
 
2231
                                QSplitter::handle:vertical { height: 6px;}
 
2232
 
 
2233
                                QPushButton { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; }
 
2234
                                <!--Extra declaration for QRadionButton otherwise it shows up with wrong colors in Linux with Gnome -->
 
2235
                                QLabel, QRadioButton { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; color: #C1C1C1;}
 
2236
 
 
2237
                                <!--Spacing between treeview and searchbar-->
 
2238
                                QTreeView { margin: 6px 0px 0px 0px; }
 
2239
                                
 
2240
                                <!--triangle for closed/opened branches in treeview-->
 
2241
                                QTreeView { show-decoration-selected: 0;} <!-- Suppresses that selected sidebar items branch indicator shows wrong color when out of focus ; lp:880588-->
 
2242
                                QTreeView::branch:has-children:!has-siblings:closed,
 
2243
                                QTreeView::branch:closed:has-children:has-siblings { border-image: none; image: url(skin:/style/style_branch_closed.png);}
 
2244
                                QTreeView::branch:open:has-children:!has-siblings,
 
2245
                                QTreeView::branch:open:has-children:has-siblings { border-image: none; image: url(skin:/style/style_branch_open.png);}
 
2246
                                <!--
 
2247
                                <BgColor>#101010</BgColor>
 
2248
                                <FgColor>#C1C1C1</FgColor>
 
2249
                                <BgColorRowEven>#101010</BgColorRowEven>
 
2250
                                <BgColorRowUneven>#151515</BgColorRowUneven>
 
2251
                                -->
 
2252
                                </Style>
2180
2253
                                <Children>
2181
 
                                        <!--
2182
 
                                        **********************************************
2183
 
                                        General- Search and Library display
2184
 
                                        **********************************************
2185
 
                                        -->
2186
 
                                        <TableView>
2187
 
                                                <Style>
2188
 
                                                QTableView, QTextBrowser, QTreeView { border: 0px solid #656565; font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
2189
 
                                                background: transparent; color: #ACACAC;
2190
 
                                                <!--we use  "background: transparent" as workaround, else "alternate-background-color" wont work, QT 4.7.x bug?-->
2191
 
                                                alternate-background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(43, 43, 43, 255), stop:0.049 rgba(43, 43, 43, 255), stop:0.050 rgba(43, 43, 43, 100), stop:0.949 rgba(43, 43, 43, 100), stop:0.95 rgba(43, 43, 43, 255), stop:1 rgba(43, 43, 43, 255));}
2192
 
                                                <!--checkbox in library "Played" column -->
2193
 
                                                QTableView::indicator { width: 12px; height: 12px;}
2194
 
                                                QTableView::indicator:checked { background: url(skin:/style/style_checkbox_checked.png);}
2195
 
                                                QTableView::indicator:unchecked { background: url(skin:/style/style_checkbox_unchecked.png);}
2196
 
 
2197
 
                                                QHeaderView { font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; }
2198
 
 
2199
 
                                                <!--Styling a QSpinbox is complex and it took ages to figure out how to remove the surrounding frame and make the background transparent without affecting the subcontrols (up/down-buttons).
2200
 
                                                You could easily style a subcontrol like in the QT-Docs, but if you want to have the OS-native subcontrols, this is the only way i found ( there are probably others ).
2201
 
                                                In our case make sure that the "frame"-property in the corresponding dlgautodj.ui file is set to "false"
2202
 
                                                The general rule when it comes to stylesheets is always to remember that if you style part of a widget, then you usually have to style all of it.
2203
 
                                                -->
2204
 
                                                <!--transition time in Auto DJ tab-->
2205
 
                                                QSpinBox:editable { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; color: #ACACAC; }
2206
 
                                                QSpinBox { min-height: 20px; max-height: 20px;min-width: 40px; max-width: 40px;}
2207
 
 
2208
 
                                                <!--library search bar-->
2209
 
                                                WSearchLineEdit { padding: 2px; border: 1px solid #656565; font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; color: #ACACAC; }
2210
 
                                                WSearchLineEdit:focus {padding: 2px; border: 2px solid #FF6600; font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: rgba(255, 102, 0,20); color: #D6D6D6;}
2211
 
 
2212
 
                                                <!--splitter between treeview and library-->
2213
 
                                                QSplitter::handle { image: url(skin:/style/style_handle_unchecked.png); background: none; }
2214
 
                                                QSplitter::handle:pressed { image: url(skin:/style/style_handle_checked.png); background: none; }
2215
 
                                                QSplitter::handle:horizontal { width: 6px; }
2216
 
                                                QSplitter::handle:vertical { height: 6px;}
2217
 
 
2218
 
                                                QPushButton { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; }
2219
 
                                                <!--Extra declaration for QRadionButton otherwise it shows up with wrong colors in Linux with Gnome -->
2220
 
                                                QLabel, QRadioButton { font: 12px/14px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif; background: transparent; color: #C1C1C1;}
2221
 
 
2222
 
                                                <!--triangle for closed/opened branches in treeview-->
2223
 
                                                QTreeView {show-decoration-selected: 0;} <!-- Suppresses that selected sidebar item's branch indicator shows wrong color when out of focus ; lp:880588-->
2224
 
                                                QTreeView::branch:has-children:!has-siblings:closed,
2225
 
                                                QTreeView::branch:closed:has-children:has-siblings { border-image: none; image: url(skin:/style/style_branch_closed.png);}
2226
 
                                                QTreeView::branch:open:has-children:!has-siblings,
2227
 
                                                QTreeView::branch:open:has-children:has-siblings { border-image: none; image: url(skin:/style/style_branch_open.png);}
2228
 
                                                </Style>
2229
 
                                                <!--
2230
 
                                                <BgColor>#101010</BgColor>
2231
 
                                                <FgColor>#C1C1C1</FgColor>
2232
 
                                                <BgColorRowEven>#101010</BgColorRowEven>
2233
 
                                                <BgColorRowUneven>#151515</BgColorRowUneven>
2234
 
                                                -->
2235
 
                                        </TableView>
 
2254
                                        <Splitter>
 
2255
                                                <Size>me,me</Size>
 
2256
                                                <Style></Style>
 
2257
                                                <SplitSizes>1,10</SplitSizes>
 
2258
                                                <Children>
 
2259
                                                        <WidgetGroup>
 
2260
                                                                <Style>QGroupBox {}</Style>
 
2261
                                                                <Layout>vertical</Layout>
 
2262
                                                                <Children>
 
2263
                                                                        <!-- Preview Deck-->
 
2264
                                                                        <WidgetGroup>
 
2265
                                                                                <Style>
 
2266
                                                                                        QGroupBox { }
 
2267
                                                                                </Style>
 
2268
                                                                                <Layout>horizontal</Layout>
 
2269
                                                                                <Children>
 
2270
                                                                                        <!-- Preview Deck Column 1 Row 1-->
 
2271
                                                                                        <WidgetGroup>
 
2272
                                                                                        <Layout>vertical</Layout>
 
2273
                                                                                        <Children>
 
2274
                                                                                        <WidgetGroup>
 
2275
                                                                                                <Style>
 
2276
                                                                                                        QGroupBox
 
2277
                                                                                                        {
 
2278
                                                                                                        padding: 2px 0px 2px 2px;
 
2279
                                                                                                        border-left: 1px solid #656565;
 
2280
                                                                                                        border-right: 0px solid #2B2B2B;
 
2281
                                                                                                        border-top: 1px solid #656565;
 
2282
                                                                                                        border-bottom: 1px solid #2B2B2B;
 
2283
                                                                                                        background: transparent;
 
2284
                                                                                                        }
 
2285
                                                                                                </Style>
 
2286
                                                                                                <Layout>horizontal</Layout>
 
2287
                                                                                                <Children>
 
2288
                                                                                                        <!--
 
2289
                                                                                                        **********************************************
 
2290
                                                                                                        Text- Track Title
 
2291
                                                                                                        **********************************************
 
2292
                                                                                                        -->
 
2293
                                                                                                        <Text>
 
2294
                                                                                                                <TooltipId>text</TooltipId>
 
2295
                                                                                                                <Style>QLabel { 
 
2296
                                                                                                                font: 11px/13px Lucida Grande, Lucida Sans Unicode, Arial, Verdana, sans-serif;
 
2297
                                                                                                                background-color: transparent;
 
2298
                                                                                                                color: #ACACAC;
 
2299
                                                                                                                text-align: left;
 
2300
                                                                                                                }
 
2301
                                                                                                                </Style>
 
2302
                                                                                                                <Group>[PreviewDeck1]</Group>
 
2303
                                                                                                                <Pos></Pos>
 
2304
                                                                                                                <Size>50me,15f</Size>
 
2305
                                                                                                        </Text>
 
2306
                                                                                                        <!--
 
2307
                                                                                                        **********************************************
 
2308
                                                                                                        Button- Eject
 
2309
                                                                                                        **********************************************
 
2310
                                                                                                        -->
 
2311
                                                                                                        <PushButton>
 
2312
                                                                                                                <TooltipId>eject</TooltipId>
 
2313
                                                                                                                <Style></Style>
 
2314
                                                                                                                <NumberStates>1</NumberStates>
 
2315
                                                                                                                <State>
 
2316
                                                                                                                        <Number>0</Number>
 
2317
                                                                                                                        <Pressed>btn_eject1_over.png</Pressed>
 
2318
                                                                                                                        <Unpressed>btn_eject1.png</Unpressed>
 
2319
                                                                                                                </State>
 
2320
                                                                                                                <Pos></Pos>
 
2321
                                                                                                                <Connection>
 
2322
                                                                                                                        <ConfigKey>[PreviewDeck1],eject</ConfigKey>
 
2323
                                                                                                                        <EmitOnPressAndRelease>true</EmitOnPressAndRelease>
 
2324
                                                                                                                        <ButtonState>LeftButton</ButtonState>
 
2325
                                                                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2326
                                                                                                                </Connection>
 
2327
                                                                                                        </PushButton>
 
2328
                                                                                                </Children>
 
2329
                                                                                        </WidgetGroup>
 
2330
                                                                                        <!-- Preview Deck Column 1 Row 2-->
 
2331
                                                                                        <WidgetGroup>
 
2332
                                                                                                <Style>
 
2333
                                                                                                QGroupBox {
 
2334
                                                                                                margin-bottom: 7px;
 
2335
                                                                                                padding: 2px;
 
2336
                                                                                                border-left: 1px solid #656565;
 
2337
                                                                                                border-right: 0px solid #2B2B2B;
 
2338
                                                                                                border-top: 0px solid #2B2B2B;
 
2339
                                                                                                border-bottom: 1px solid #656565;
 
2340
                                                                                                background: transparent;
 
2341
                                                                                                }
 
2342
                                                                                                </Style>
 
2343
                                                                                                <Layout>horizontal</Layout>
 
2344
                                                                                                <Children>
 
2345
                                                                                                        <PushButton>
 
2346
                                                                                                                <TooltipId>play_start</TooltipId>
 
2347
                                                                                                                <Style></Style>
 
2348
                                                                                                                <NumberStates>2</NumberStates>
 
2349
                                                                                                                <RightClickIsPushButton>true</RightClickIsPushButton>
 
2350
                                                                                                                <State>
 
2351
                                                                                                                        <Number>0</Number>
 
2352
                                                                                                                        <Pressed>btn_play_sampler_down.png</Pressed>
 
2353
                                                                                                                        <Unpressed>btn_play_sampler.png</Unpressed>
 
2354
                                                                                                                </State>
 
2355
                                                                                                                <State>
 
2356
                                                                                                                        <Number>1</Number>
 
2357
                                                                                                                        <Pressed>btn_play_sampler_overdown.png</Pressed>
 
2358
                                                                                                                        <Unpressed>btn_play_sampler_over.png</Unpressed>
 
2359
                                                                                                                </State>
 
2360
                                                                                                                <Pos>2,2</Pos>
 
2361
                                                                                                                <Connection>
 
2362
                                                                                                                        <ConfigKey>[PreviewDeck1],play</ConfigKey>
 
2363
                                                                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
2364
                                                                                                                        <ButtonState>LeftButton</ButtonState>
 
2365
                                                                                                                </Connection>
 
2366
                                                                                                                <Connection>
 
2367
                                                                                                                        <ConfigKey>[PreviewDeck1],start</ConfigKey>
 
2368
                                                                                                                        <EmitOnDownPress>true</EmitOnDownPress>
 
2369
                                                                                                                        <ButtonState>RightButton</ButtonState>
 
2370
                                                                                                                        <ConnectValueToWidget>false</ConnectValueToWidget>
 
2371
                                                                                                                </Connection>
 
2372
                                                                                                        </PushButton>
 
2373
                                                                                                        <Overview>
 
2374
                                                                                                                <TooltipId>waveform_overview</TooltipId>
 
2375
                                                                                                                <Style></Style>
 
2376
                                                                                                                <Group>[PreviewDeck1]</Group>
 
2377
                                                                                                                <Size>me,30f</Size>
 
2378
                                                                                                                <BgColor></BgColor>
 
2379
                                                                                                                <BgColor>#FFFFFF</BgColor>
 
2380
                                                                                                                <SignalHighColor>#FFE300</SignalHighColor>
 
2381
                                                                                                                <SignalMidColor>#0099FF</SignalMidColor>
 
2382
                                                                                                                <SignalLowColor>#FF0035</SignalLowColor>
 
2383
                                                                                                                <SignalColor>#FF8000</SignalColor>
 
2384
                                                                                                                <MarkerColor>#00FF00</MarkerColor>
 
2385
                                                                                                                <DefaultMark>
 
2386
                                                                                                                        <Align>bottom</Align>
 
2387
                                                                                                                        <Color>#FFFFFF</Color>
 
2388
                                                                                                                        <TextColor>#00FF00</TextColor>
 
2389
                                                                                                                        <Text> %1 </Text>
 
2390
                                                                                                                </DefaultMark>
 
2391
                                                                                                                <Mark>
 
2392
                                                                                                                        <Control>cue_point</Control>
 
2393
                                                                                                                        <Text> C </Text>
 
2394
                                                                                                                        <Align>top</Align>
 
2395
                                                                                                                        <Color>#FF001C</Color>
 
2396
                                                                                                                        <TextColor>#00FF00</TextColor>
 
2397
                                                                                                                </Mark>
 
2398
                                                                                                                <Connection>
 
2399
                                                                                                                        <ConfigKey>[PreviewDeck1],playposition</ConfigKey>
 
2400
                                                                                                                        <EmitOnDownPress>false</EmitOnDownPress>
 
2401
                                                                                                                </Connection>
 
2402
                                                                                                        </Overview>
 
2403
                                                                                                </Children>
 
2404
                                                                                        </WidgetGroup>
 
2405
                                                                                        </Children>
 
2406
                                                                                        </WidgetGroup>
 
2407
 
 
2408
                                                                                <!-- Preview Deck Column 2-->
 
2409
                                                                                        <WidgetGroup>
 
2410
                                                                                                <Size>20f,i</Size>
 
2411
                                                                                                <Style>
 
2412
                                                                                                QGroupBox {
 
2413
                                                                                                margin-bottom: 7px;
 
2414
                                                                                                padding: 0px;
 
2415
                                                                                                border-left: 0px solid #2B2B2B;
 
2416
                                                                                                border-right: 1px solid #656565;
 
2417
                                                                                                border-top: 1px solid #656565;
 
2418
                                                                                                border-bottom: 1px solid #656565;
 
2419
                                                                                                background: transparent;
 
2420
                                                                                                }
 
2421
                                                                                                </Style>                                                                                                
 
2422
                                                                                                <Children>
 
2423
                                                                                                <!--
 
2424
                                                                                                **********************************************
 
2425
                                                                                                Visual- Volume peak indicator
 
2426
                                                                                                **********************************************
 
2427
                                                                                                -->
 
2428
                                                                                                <StatusLight>
 
2429
                                                                                                        <TooltipId>PeakIndicator</TooltipId>
 
2430
                                                                                                        <Style></Style>
 
2431
                                                                                                        <PathStatusLight>btn_clipping_previewdeck_over.png</PathStatusLight>
 
2432
                                                                                                        <PathBack>btn_clipping_previewdeck.png</PathBack>
 
2433
                                                                                                        <Pos>0,1</Pos>
 
2434
                                                                                                        <Connection>
 
2435
                                                                                                                <ConfigKey>[PreviewDeck1],PeakIndicator</ConfigKey>
 
2436
                                                                                                        </Connection>
 
2437
                                                                                                </StatusLight>
 
2438
                                        
 
2439
                                                                                                <!--
 
2440
                                                                                                **********************************************
 
2441
                                                                                                Visual - Volume level display
 
2442
                                                                                                **********************************************
 
2443
                                                                                                -->
 
2444
                                                                                                <VuMeter>
 
2445
                                                                                                        <TooltipId>channel_VuMeter</TooltipId>
 
2446
                                                                                                        <Style></Style>
 
2447
                                                                                                        <PathVu>btn_volume_display_previewdeck_over.png</PathVu>
 
2448
                                                                                                        <PathBack>btn_volume_display_previewdeck.png</PathBack>
 
2449
                                                                                                        <Pos>0,12</Pos>
 
2450
                                                                                                        <Horizontal>false</Horizontal>
 
2451
                                                                                                        <PeakHoldSize>3</PeakHoldSize>
 
2452
                                                                                                        <PeakHoldTime>250</PeakHoldTime>
 
2453
                                                                                                        <PeakFallTime>50</PeakFallTime>
 
2454
                                                                                                        <PeakFallStep>3</PeakFallStep>
 
2455
                                                                                                        <Connection>
 
2456
                                                                                                                <ConfigKey>[PreviewDeck1],VuMeter</ConfigKey>
 
2457
                                                                                                        </Connection>
 
2458
                                                                                                </VuMeter>
 
2459
 
 
2460
                                                                                                <!--
 
2461
                                                                                                **********************************************
 
2462
                                                                                                Slider- Channel Volume
 
2463
                                                                                                **********************************************
 
2464
                                                                                                -->
 
2465
                                                                                                <SliderComposed>
 
2466
                                                                                                        <TooltipId>pregain</TooltipId>
 
2467
                                                                                                        <Style></Style>
 
2468
                                                                                                        <Handle>knob_volume_previewdeck.png</Handle>
 
2469
                                                                                                        <Slider>slider_volume_previewdeck.png</Slider>
 
2470
                                                                                                        <Pos>10,2</Pos>
 
2471
                                                                                                        <Horizontal>false</Horizontal>
 
2472
                                                                                                        <Connection>
 
2473
                                                                                                                <ConfigKey>[PreviewDeck1],pregain</ConfigKey>
 
2474
                                                                                                                <EmitOnDownPress>false</EmitOnDownPress>
 
2475
                                                                                                        </Connection>
 
2476
                                                                                                </SliderComposed>
 
2477
                                                                                                </Children>
 
2478
                                                                                        </WidgetGroup>
 
2479
                                                                                </Children>
 
2480
                                                                                <Connection>
 
2481
                                                                                        <ConfigKey>[PreviewDeck],show_previewdeck</ConfigKey>
 
2482
                                                                                        <BindProperty>visible</BindProperty>
 
2483
                                                                                </Connection>
 
2484
                                                                        </WidgetGroup>
 
2485
                                                                        <!--Search Input Field-->
 
2486
                                                                        <SearchBox></SearchBox>
 
2487
                                                                        <!--Library Tree View-->
 
2488
                                                                        <LibrarySidebar></LibrarySidebar>
 
2489
                                                                </Children>
 
2490
                                                        </WidgetGroup>
 
2491
                                                        <WidgetGroup>
 
2492
                                                                <!-- Library Table-->
 
2493
                                                                <Style>QGroupBox {}</Style>
 
2494
                                                                <Layout>vertical</Layout>
 
2495
                                                                <Children>
 
2496
                                                                        <Library></Library>
 
2497
                                                                </Children>
 
2498
                                                        </WidgetGroup>
 
2499
                                                </Children>
 
2500
                                        </Splitter>
2236
2501
                                </Children>
2237
2502
                        </WidgetGroup>
2238
2503
                </Children>
3121
3386
                                                                <SignalMidColor></SignalMidColor>
3122
3387
                                                                <SignalLowColor></SignalLowColor>
3123
3388
                                                                <SignalColor>#191F24</SignalColor>
3124
 
                                                                <BeatColor>#626F87</BeatColor>
 
3389
                                                                <BeatColor>#FFFFFF</BeatColor>
3125
3390
                                                                <BeatHighlightColor>#626F87</BeatHighlightColor>
3126
3391
                                                                <MarkerColor>#00FF00</MarkerColor>
3127
3392
                                                                <CueColor>#FFFF00</CueColor>
3128
3393
                                                                <EndOfTrackColor>#EA0000</EndOfTrackColor>
3129
 
                                                                <AxesColor></AxesColor>
 
3394
                                                                <AxesColor>#00FF00</AxesColor>
3130
3395
                                                                <Align></Align>
3131
3396
                                                                <DefaultMark>
3132
3397
                                                                        <Align>top</Align>
4465
4730
                                                                <SignalMidColor></SignalMidColor>
4466
4731
                                                                <SignalLowColor></SignalLowColor>
4467
4732
                                                                <SignalColor>#191F24</SignalColor>
4468
 
                                                                <BeatColor>#626F87</BeatColor>
 
4733
                                                                <BeatColor>#FFFFFF</BeatColor>
4469
4734
                                                                <BeatHighlightColor>#626F87</BeatHighlightColor>
4470
4735
                                                                <MarkerColor>#00FF00</MarkerColor>
4471
4736
                                                                <CueColor>#FFFF00</CueColor>
4472
4737
                                                                <EndOfTrackColor>#EA0000</EndOfTrackColor>
4473
 
                                                                <AxesColor></AxesColor>
 
4738
                                                                <AxesColor>#00FF00</AxesColor>
4474
4739
                                                                <Align></Align>
4475
4740
                                                                <DefaultMark>
4476
4741
                                                                        <Align>top</Align>