[Jdlraw-discussion] jdlRaw/Themes None.dlt, NONE, 1.1 Standard.dlt, NONE, 1.1
Status: Beta
Brought to you by:
jdla
|
From: Jos De L. <jd...@us...> - 2010-08-07 21:24:56
|
Update of /cvsroot/jdlraw/jdlRaw/Themes In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv1186/Themes Added Files: None.dlt Standard.dlt Log Message: *) Some restyling and theming possibility. --- NEW FILE: None.dlt --- ; ; jdlRaw ; ; $Id: None.dlt,v 1.1 2010/08/07 21:24:48 jdla Exp $ ; ; Copyright (C) 2008-2010 Jos De Laender <jos...@te...> ; ; This file is part of jdlRaw. ; ; jdlRaw is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ; ; jdlRaw is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with jdlRaw. If not, see <http://www.gnu.org/licenses/>. ; ; ;; No theme : Just use the one that your window manager is dictating. ; --- NEW FILE: Standard.dlt --- ; ; jdlRaw ; ; $Id: Standard.dlt,v 1.1 2010/08/07 21:24:48 jdla Exp $ ; ; Copyright (C) 2008-2010 Jos De Laender <jos...@te...> ; ; This file is part of jdlRaw. ; ; jdlRaw is free software: you can redistribute it and/or modify ; it under the terms of the GNU General Public License as published by ; the Free Software Foundation, either version 3 of the License, or ; (at your option) any later version. ; ; jdlRaw is distributed in the hope that it will be useful, ; but WITHOUT ANY WARRANTY; without even the implied warranty of ; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ; GNU General Public License for more details. ; ; You should have received a copy of the GNU General Public License ; along with jdlRaw. If not, see <http://www.gnu.org/licenses/>. ; ; ;; Mimic a lightroom like color scheme that distracts as few ;; as possible from the image. ; * { font-size:8pt; } QMainWindow, QDialog { background-color: #303030; color: #C0C0C0; } QStatusBar, QStatusBar > QLabel, QMenuBar, QMenu, QMenu::item, QScrollBar, QComboBox, QComboBox QAbstractItemView, QAbstractSpinBox, QLineEdit, QSlider, QPushButton , QToolButton { background-color: #404040; color: #C0C0C0; } QMenu::separator { background-color: #505050; color: #C0C0C0; } QCheckBox::indicator:non-exclusive:checked { background-color: #505050; image: url(:/jdlRaw/Icons/checkbox_checked_13x13_c0.png); } QCheckBox::indicator:non-exclusive:unchecked { background-color: #505050; } QFrame { border-style: none; background-color: #303030; color: #C0C0C0; } QGroupBox { background-color: #303030; color: #C0C0C0; } QComboBox:disabled { background-color: #404040; color: #000000; font-style: normal; font-weight: normal; } QCheckBox { background-color: #303030; color: #C0C0C0; } ;due to its tiny size we have to make it some lighter than a button. QCheckBox::indicator:checked { background-color: #505050; image: url(:/jdlRaw/Icons/checkbox_checked_13x13_c0.png); } QCheckBox::indicator:unchecked { background-color: #505050; } QAbstractScrollArea { background-color: #303030; color: #C0C0C0; } ; The central tabwidget is somehow more complicated due to the labels below. QTabWidget , QWidget#GenericTabWidget , QWidget#CameraTabWidget , QWidget#InfoTabWidget , QWidget#InfoLabel , QWidget#ParentForToolboxes_0 , QWidget#ParentForToolboxes_1 , QWidget#ParentForToolboxes_2 , QWidget#ParentForToolboxes_3 , QWidget#ParentForToolboxes_4 , QWidget#ParentForToolboxes_5 , QWidget#ParentForToolboxes_6 , QWidget#ParentForToolboxes_7 , QWidget#ParentForToolboxes_8 , QWidget#ParentForToolboxes_9 { background-color: #303030; color: #C0C0C0; } QTabBar { background-color: #404040; color: #C0C0C0; } ;For the toolboxcontrols and it doesn't hurt nowhere. ;.QFrame to avoid impact on label. ; QWidget#GenericTabWidget .QFrame , QWidget#CameraTab .QFrame , QWidget#InfoTabWidget .QFrame , QWidget#ParentForToolboxes_0 .QFrame , QWidget#ParentForToolboxes_1 .QFrame , QWidget#ParentForToolboxes_2 .QFrame , QWidget#ParentForToolboxes_3 .QFrame , QWidget#ParentForToolboxes_4 .QFrame , QWidget#ParentForToolboxes_5 .QFrame , QWidget#ParentForToolboxes_6 .QFrame , QWidget#ParentForToolboxes_7 .QFrame , QWidget#ParentForToolboxes_8 .QFrame , QWidget#ParentForToolboxes_9 .QFrame { border-style: none; border-width: 1px; background-color: #404040; color: #C0C0C0; } ;Overwrite the label bg as used in the toolboxcontrols QWidget#GenericTabWidget .QFrame > QLabel , QWidget#CameraTab .QFrame > QLabel , QWidget#InfoTabWidget .QFrame > QLabel , QWidget#ParentForToolboxes_0 .QFrame > QLabel , QWidget#ParentForToolboxes_1 .QFrame > QLabel , QWidget#ParentForToolboxes_2 .QFrame > QLabel , QWidget#ParentForToolboxes_3 .QFrame > QLabel , QWidget#ParentForToolboxes_4 .QFrame > QLabel , QWidget#ParentForToolboxes_5 .QFrame > QLabel , QWidget#ParentForToolboxes_6 .QFrame > QLabel , QWidget#ParentForToolboxes_7 .QFrame > QLabel , QWidget#ParentForToolboxes_8 .QFrame > QLabel , QWidget#ParentForToolboxes_9 .QFrame > QLabel { background-color: #404040; color: #C0C0C0; } QWidget#GenericTabWidget .QFrame > QCheckBox , QWidget#CameraTab .QFrame > QCheckBox , QWidget#InfoTabWidget .QFrame > QCheckBox , QWidget#ParentForToolboxes_0 .QFrame > QCheckBox , QWidget#ParentForToolboxes_1 .QFrame > QCheckBox , QWidget#ParentForToolboxes_2 .QFrame > QCheckBox , QWidget#ParentForToolboxes_3 .QFrame > QCheckBox , QWidget#ParentForToolboxes_4 .QFrame > QCheckBox , QWidget#ParentForToolboxes_5 .QFrame > QCheckBox , QWidget#ParentForToolboxes_6 .QFrame > QCheckBox , QWidget#ParentForToolboxes_7 .QFrame > QCheckBox , QWidget#ParentForToolboxes_8 .QFrame > QCheckBox , QWidget#ParentForToolboxes_9 .QFrame > QCheckBox { background-color: #404040; color: #C0C0C0; } |