diff options
author | Josef Schauer <schauher@mur.at> | 2014-03-19 15:56:19 (GMT) |
---|---|---|
committer | Josef Schauer <schauher@mur.at> | 2014-03-19 15:56:19 (GMT) |
commit | 834ecaca43b3d92368d6698baa0bac425653bbbe (patch) | |
tree | 1bf3eb0f3e0becef6d4aa2242ce0642ac450ab28 /RHMixxx1280x800 | |
parent | 3e47dea7859da80f03c43e601c2ffb8f9768c0c2 (diff) |
Airtime getestet, notes
Diffstat (limited to 'RHMixxx1280x800')
-rw-r--r-- | RHMixxx1280x800/notes | 10 | ||||
-rwxr-xr-x | RHMixxx1280x800/skin.xml | 71 |
2 files changed, 38 insertions, 43 deletions
diff --git a/RHMixxx1280x800/notes b/RHMixxx1280x800/notes index 39b64f2..095358a 100644 --- a/RHMixxx1280x800/notes +++ b/RHMixxx1280x800/notes @@ -58,3 +58,13 @@ Auto DJ wenn play aktiv am midi ausgang aber kein druck stattgefunden hat, stop und zurück. http://www.mixxx.org/wiki/doku.php/gsoc2012_autodj_features + +Airtime +------- + +https://www.sourcefabric.org/en/airtime/didUknow/630/Open-source-digital-DJ-Integrating-Airtime-and-Mixxx.htm + +Wichtig: +-------- + +Defaultmäßig dateien in sampler laden diff --git a/RHMixxx1280x800/skin.xml b/RHMixxx1280x800/skin.xml index 8fcb946..caaeb1a 100755 --- a/RHMixxx1280x800/skin.xml +++ b/RHMixxx1280x800/skin.xml @@ -88,48 +88,35 @@ </Background> <!-- - ********************************************** - General- Search and Library display - ********************************************** - --> - - -<!-- +********************************************** +General- Search and Library display +********************************************** +--> +<WidgetGroup> +<Pos>20,267</Pos> +<Size>1240,525</Size> +<Layout>horizontal</Layout> +<Children> +<TableView> <Style> - QGroupBox { - border: 0px solid green; - margin: -200px 200px 0px 0px; - background: url(skin:/Sampler.png); - } +QTableView, QTextBrowser, QTreeView, QLabel, QHeaderView { +font: 11px/13px Geneva, 'Trebuchet MS',Trebuchet,Verdana,Sans-serif; +} +QLabel { background-color: transparent; color: #000000; padding-left: 1%; } +QTableView { background: #ebebeb; alternate-background-color: #cfdee7; color: #000000; } +QRadioButton { color: #000000; } +QTextBrowser { background: #ebebeb; color: #000000; } +WLibrarySidebar { background: #cfdee7; color: #000000; } +WSearchLineEdit { background: #cfdee7; color: #000000; } </Style> ---> - <WidgetGroup> - <Pos>6,212</Pos> - <Size>1252,346</Size> - <Layout>horizontal</Layout> - <Children> - <TableView> - <Style> - QTableView, QTextBrowser, QTreeView, QLabel, QHeaderView { - font: 13px/15px Geneva, 'Trebuchet MS',Trebuchet,Verdana,Sans-serif; - } - QLabel { background-color: transparent; color: #000000; padding-left: 1%; } - QTableView { font: 13px/15px FreeSans , Arial, sans-serif; - background: #ebebeb; alternate-background-color: #cfdee7; color: #000000; } - QRadioButton { color: #000000; } - QHeaderView { font: 11px/13px FreeSans, Arial, sans-serif; } - QTextBrowser { background: #ebebeb; color: #000000; } - WLibrarySidebar { background: #cfdee7; color: #000000; } - WSearchLineEdit { background: #cfdee7; color: #000000; } - </Style> - <BgColor>#FFFFFF</BgColor> - <FgColor>#333333</FgColor> - <BgColorRowEven>#ebebeb</BgColorRowEven> - <BgColorRowUneven>#cfdee7</BgColorRowUneven> - </TableView> - - </Children> - </WidgetGroup> +<BgColor>#FFFFFF</BgColor> +<FgColor>#333333</FgColor> +<BgColorRowEven>#ebebeb</BgColorRowEven> +<BgColorRowUneven>#cfdee7</BgColorRowUneven> +</TableView> + +</Children> +</WidgetGroup> @@ -742,13 +729,11 @@ Sampler --> <WidgetGroup> - <Pos>20,460</Pos> + <Pos>20,860</Pos> <Size>1240,500</Size> <Layout>horizontal</Layout> <Style>QGroupBox { border: 0px solid red; }</Style> <Children> - - <!-- Sampler Bank sub-widget --> <WidgetGroup> <Pos>0,0</Pos> |