From a94d340bb9ce92ee77eb20e68f8e0b3d5bfc61c9 Mon Sep 17 00:00:00 2001 From: shun_iwasawa Date: Mar 22 2016 07:12:33 +0000 Subject: remove dv's original style sheets --- diff --git a/stuff/config/qss/dark/bottomseparator.png b/stuff/config/qss/dark/bottomseparator.png deleted file mode 100644 index 070050b..0000000 Binary files a/stuff/config/qss/dark/bottomseparator.png and /dev/null differ diff --git a/stuff/config/qss/dark/but.png b/stuff/config/qss/dark/but.png deleted file mode 100644 index f5225fe..0000000 Binary files a/stuff/config/qss/dark/but.png and /dev/null differ diff --git a/stuff/config/qss/dark/butdis.png b/stuff/config/qss/dark/butdis.png deleted file mode 100644 index 5bf7318..0000000 Binary files a/stuff/config/qss/dark/butdis.png and /dev/null differ diff --git a/stuff/config/qss/dark/buthover.png b/stuff/config/qss/dark/buthover.png deleted file mode 100644 index 49c9030..0000000 Binary files a/stuff/config/qss/dark/buthover.png and /dev/null differ diff --git a/stuff/config/qss/dark/chk_chk.png b/stuff/config/qss/dark/chk_chk.png deleted file mode 100644 index c8b9cc4..0000000 Binary files a/stuff/config/qss/dark/chk_chk.png and /dev/null differ diff --git a/stuff/config/qss/dark/chk_chk_disabled.png b/stuff/config/qss/dark/chk_chk_disabled.png deleted file mode 100644 index cf08a05..0000000 Binary files a/stuff/config/qss/dark/chk_chk_disabled.png and /dev/null differ diff --git a/stuff/config/qss/dark/chk_unchk.png b/stuff/config/qss/dark/chk_unchk.png deleted file mode 100644 index ab9e9b6..0000000 Binary files a/stuff/config/qss/dark/chk_unchk.png and /dev/null differ diff --git a/stuff/config/qss/dark/chk_unchk_disabled.png b/stuff/config/qss/dark/chk_unchk_disabled.png deleted file mode 100644 index cfa015d..0000000 Binary files a/stuff/config/qss/dark/chk_unchk_disabled.png and /dev/null differ diff --git a/stuff/config/qss/dark/click.png b/stuff/config/qss/dark/click.png deleted file mode 100644 index 3fb14d6..0000000 Binary files a/stuff/config/qss/dark/click.png and /dev/null differ diff --git a/stuff/config/qss/dark/current.png b/stuff/config/qss/dark/current.png deleted file mode 100644 index dca53d5..0000000 Binary files a/stuff/config/qss/dark/current.png and /dev/null differ diff --git a/stuff/config/qss/dark/dark.qss b/stuff/config/qss/dark/dark.qss deleted file mode 100644 index 26af9ab..0000000 --- a/stuff/config/qss/dark/dark.qss +++ /dev/null @@ -1,1009 +0,0 @@ -/* TOONZ 6.1 Qt Style Test - Digital Video 2007 -*/ - -/*---------------------------------------------------------------------------*/ -QMainWindow #MainStackedWidget { - border: 6px solid rgb(60,60,60); - background-color: rgb(60,60,60); -} -/*---------------------------------------------------------------------------*/ -TPanel { - qproperty-BGColor: rgb(140,140,140); - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -.QWidget { -} -/*---------------------------------------------------------------------------*/ -/* QMenuBar */ -QMenuBar { - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/*Menu*/ -#fxMenu::item:checked, #fxMenu::item:unchecked { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - background-color: rgb(140,140,140); - color: black; - font-weight: bold; -} -#fxMenu::indicator:unchecked { - image: url(); -} -#fxMenu::indicator:checked { - image: url(); -} -#fxMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -#fxMenu::item:disabled { - color: gray; - background-color: rgb(140,140,140); -} -QMenu { - margin: 2px; - background-color: rgb(140,140,140); - border: 1px solid black; -} -QMenu::item { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - color: black; -} -QMenu::separator { - background-image: url(qss/dark/menuseparator.png) 1; - height: 2px; - margin-bottom: 2px; - margin-top: 2px; - margin-left: 5px; - margin-right: 5px; -} -QMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -QMenu::item:disabled { - color: rgb(90,90,90); - background-color: rgb(140,140,140); - border: 1px solid transparent; -} -QMenu::indicator { - width: 13px; - height: 13px; -} -QMenu::indicator:unchecked { - image: url(qss/dark/chk_unchk.png); -} -QMenu::indicator:unchecked:disabled { - image: url(qss/standard/chk_unchk_disabled.png); -} -QMenu::indicator:checked { - image: url(qss/dark/chk_chk.png); -} -QMenu::indicator:checked:disabled { - image: url(qss/standard/chk_chk_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/*PopupButton*/ -PopupButton { - padding-left:-8px; - padding-right:4px; -} -PopupButton QMenu { - background-color: rgb(140,140,140); - border: 0px; - padding: -1px; -} -PopupButton QMenu::item { - border: 1px solid transparent; - color: black; -} -PopupButton::menu-indicator { - image: url(qss/standard/down_arrow.png); - width: 10px; - height: 17px; - border-left: 1px solid grey; -} -PopupButton::menu-indicator:disabled { - image: url(qss/standard/down_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/*Outline Style PopupButtons*/ -PopupButton#Cap { - min-width: 32px; max-width: 32px; -} -PopupButton#Cap QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Cap QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -PopupButton#Join { - min-width: 32px; max-width: 32px; -} -PopupButton#Join QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Join QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -/*---------------------------------------------------------------------------*/ -/* Generic QFrame */ -QFrame { - border: 0px; - margin: 0px; - background: rgb(140,140,140); -} -/*Text disable color*/ -QFrame:disabled { - color: rgb(120,120,120); -} -#OnePixelMarginFrame { - margin: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QDialog */ -QDialog #dialogButtonFrame { - border-top: 1px solid rgb(90,90,90); - background-color: rgb(115,115,115); -} -QDialog #dialogButtonFrame QLabel { - background-color: rgb(115,115,115); -} -QDialog #dialogMainFrame { - background-color: rgb(140,140,140); - border: none; -} -/*---------------------------------------------------------------------------*/ -/* Special setting for the styleEditor */ -StyleEditor .QScrollArea { - margin: 0px; - border-right: 1px solid rgb(90,90,90); -} -StyleEditor QToolBar { - border-right: 1px solid rgb(90,90,90); -} -/*---------------------------------------------------------------------------*/ -/*Panel title bar*/ -#HorizontalPanelTitleBar { - background-color: transparent; - border-width: 8px; - border-image: url(qss/dark/titlebar_horizontal.png) 8; -} -#VerticalPanelTitleBar[Active="true"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/dark/titlebar_vertical.png) 8; -} -#VerticalPanelTitleBar[Active="false"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/dark/titlebar_vertical_inactive.png) 8; -} -/*---------------------------------------------------------------------------*/ -#SchematicSceneViewer { - background: rgb(100,100,100); -} -/*---------------------------------------------------------------------------*/ -/*SceneViewer Ruler*/ -Ruler { - qproperty-ParentBGColor: rgb(145,145,145); -} -/*---------------------------------------------------------------------------*/ -/* Menu bar */ -#subXsheetTabBarContainer { - background: rgb(120,120,120); -} -SubSheetBar { - qproperty-ParentBGColor: rgb(140,140,140); -} -#dvTopBar { - background-color: rgb(115,115,115); -} -/*---------------------------------------------------------------------------*/ -/* Tool bar */ -#ToolBarContainer { - background: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* Tab bar */ -#TabBarContainer { - border: none; - background: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* File Browser Tree and Cast Tree background*/ -#BrowserTreeView { - background-color: rgb(120,120,120); -} -/*---------------------------------------------------------------------------*/ -/* Customize sheet scrollArea */ -/* Sheet scrollAreas. - NB.: SpreadsheetViewer e XsheetViewer va reso un unico oggetto - una volta che si e' uniformato completamente l'xsheet alle colonne numeriche.*/ -SpreadsheetViewer { - background: rgb(140,140,140); - qproperty-LightLightBGColor: rgb(200,200,200); - qproperty-LightBGColor: rgb(155,155,155); - qproperty-BGColor: rgb(125,125,125); - qproperty-DarkBGColor: rgb(160,160,160); - qproperty-LightLineColor: rgb(135,135,135 ); - qproperty-DarkLineColor: rgb(90,90,90); -} -#ScrollArea { - border:1px solid rgb(95,95,95); -} -#CellScrollArea { - border-top:1px solid rgb(95,95,95); - border-left:1px solid rgb(95,95,95); -} -XsheetViewer { - background: rgb(140,140,140); - qproperty-LightLightBGColor: rgb(200,200,200); - qproperty-LightBGColor: rgb(155,155,155); - qproperty-BGColor: rgb(125,125,125); - qproperty-DarkBGColor: rgb(160,160,160); - qproperty-LightLineColor: rgb(135,135,135); - qproperty-DarkLineColor: rgb(90,90,90); -} -#xsheetScrollArea { - background: rgb(140,140,140); - margin: 1px; -} -#cornerWidget { - background: rgb(140,140,140); -} -#XshColumnChangeObjectWidget { - background-color: rgb(155,155,155); - selection-background-color: rgb(49,106,197); - border: 1px solid black -} -/*---------------------------------------------------------------------------*/ -/* Customize Function Area */ -FunctionPanel { - qproperty-BGColor: rgb(140,140,140); - qproperty-ValueLineColor: rgb(160,160,160); - qproperty-FrameLineColor: rgb(150,150,150); - qproperty-OtherCurvesColor: rgb(95,95,95); - qproperty-RulerBackground: rgb(160,160,160); -} -/*---------------------------------------------------------------------------*/ -/* Customize FilmStrip color */ -FilmstripFrames { - qproperty-BGColor: rgb(140,140,140); - qproperty-LightLineColor: rgb(100,100,100); - qproperty-DarkLineColor: rgb(95,95,95); -} -/*---------------------------------------------------------------------------*/ -/* Main toolbar */ -QToolBar { - /* top right bottom left */ - margin: 0px; - padding: 0px; - border-top: 1px solid rgb(90,90,90); - background-color: rgb(140,140,140); - border-image: none; -} -QToolBar::separator { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 0px; - image: url(qss/dark/bottomseparator.png); - width: 3px; -} -QToolBar QToolButton[checkable=false] { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QToolButton:disabled { - border-image: none; -} -QToolBar QToolButton[checkable=false]:hover { - border-width: 2; - border-image: url(qss/dark/over.png) 2; -} -QToolBar QToolButton[checkable=false]:checked, -QToolBar QToolButton[checkable=false]:pressed { - border-width: 2; - border-image: url(qss/dark/click.png) 2; -} -/*Chackable buttons: NO border image*/ -QToolBar QToolButton[checkable=true] { - /* top right bottom left */ - margin: 1px -3px 0px -3px; - border: 0px solid transparent; - border-image: none; -} -QToolBar QToolButton[checkable=true]:hover { - image: none; -} -QToolBar QToolButton[checkable=true]:checked, -QToolBar QToolButton[checkable=true]:pressed { - border-image: none; -} -QToolBar QToolButton#chackableButtonWithImageBorder { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QToolButton#chackableButtonWithImageBorder:hover { - border-width: 2; - border-image: url(qss/dark/over.png) 2; -} -QToolBar QToolButton#chackableButtonWithImageBorder:checked, -QToolBar QToolButton#chackableButtonWithImageBorder:pressed { - border-width: 2; - border-image: url(qss/dark/click.png) 2; -} -QToolBar QToolButton::menu-button { - margin-top: 1px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QLabel { - margin-top: 1px; - background-color: rgb(140,140,140); - border-width: 2; -} -/* To hide Arrow !! */ -QToolBar QToolButton::menu-indicator { - image: none; -} -/*---------------------------------------------------------------------------*/ -/* Tool Bar */ -#toolBar { - margin: 1px; - background-color: rgb(140,140,140); -} -#toolBar QToolBar { - border: none; - margin: 1px; -} -#toolBar QToolBar::separator { - image: none; - margin: 0px 1px 0px 1px; - background-color: rgb(90,90,90); - height: 1px; -} -#toolBar QToolButton { - margin: 0px; - border: 2px solid transparent; - border-image: none; - background-color: rgb(140,140,140); -} -#toolBar QToolButton:pressed { - border-image: url(qss/dark/click.png) 2; - border-width: 2; -} -#toolBar QToolButton:checked { - border-image: url(qss/dark/current.png) 2; - border-width: 2; -} -#toolBar QPushButton { - border: 1px solid black; -} -/*---------------------------------------------------------------------------*/ -/* ToolOptionPanel ToolBar */ -#toolOptionBar { - border: 0px; - margin: 0px; - background-color: rgb(140,140,140); -} -#toolOptionBar::separator { - image: none; - margin-top: 0px; - margin-bottom: 0px; - margin-left: 1px; - margin-right: 1px; - background-color: rgb(90,90,90); - height: 30px; - width: 1px; -} -#toolOptionBar QWidget { - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/*Key frame navigator*/ -#keyFrameNavigator QToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; - background-color: rgb(140,140,140); -} -#keyFrameNavigator QToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/dark/over.png) 2; -} -#keyFrameNavigator QToolButton:checked, -#keyFrameNavigator QToolButton:pressed { - border-width: 2; - border-image: url(qss/dark/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -QMessageBox { - background-color: rgb(140,140,140); - border: 1px solid rgb(90,90,90); -} -/*---------------------------------------------------------------------------*/ -/* Customize arrows. */ -QComboBox::down-arrow, QComboBox::menu-indicator { - image: url(qss/dark/down_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::down-arrow:disabled, QComboBox::down-arrow:off { - image: url(qss/dark/down_arrow_disabled.png); -} -QComboBox::up-arrow { - image: url(qss/dark/up_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::up-arrow:disabled, QComboBox::up-arrow:off { - image: url(qss/dark/up_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -QPushButton { - border-image: url(qss/dark/but.png) 2; - border-width: 2; - color: black; -} -/*---------------------------------------------------------------------------*/ -#PeggingWidget { - background-color: rgb(0,0,0); -} -/*---------------------------------------------------------------------------*/ -#PeggingButton { - border-image: none; - background-color: rgb(228,228,228); - border: 0px solid black; -} -#PeggingButton:hover { - border-image: url(qss/standard/over.png) 2; - border-width: 2; -} -#PeggingButton:pressed { - border-image: url(qss/standard/click.png) 2; - border-width: 2; -} -#PeggingButton:checked { - border-image: none; - background-color: rgb(255,255,255); - border-left-color: lightgray; - border-left-width: 2px; - border-top-color: lightgray; - border-top-width: 2px; - border-right-width: 0px; - border-bottom-width: 0px; -} -/*---------------------------------------------------------------------------*/ -QComboBox[editable="false"] { - border-image: url(qss/dark/but.png) 2; - border-width: 2; -} -QComboBox[editable="true"] { - border-image: url(qss/dark/but.png) 2; - border-width: 2; -} -QComboBox:disabled, QPushButton:disabled { - border-image: url(qss/dark/butdis.png) 2; - border-width: 2; - height: 22px; - color: rgb(90,90,90); -} -QComboBox:hover, QPushButton:hover { - border-image: url(qss/dark/buthover.png) 2; - border-width: 2; - height: 22px; -} -QComboBox:pressed, QPushButton:pressed { - border-image: url(qss/dark/but.png) 2; - border-width: 2; - height: 22px; -} -/* Customize non-editable comboboxes drop-down */ -QComboBox[editable="false"] { - padding-left: 3px; - padding-right: 2px; -} -QComboBox[editable="false"]::drop-down { - width: 15px; - border-left-style: solid; - border-left-color: darkgray; - border-left-width: 1px; -} -/* Customize editable comboboxes.*/ -QComboBox[editable="true"] { - padding-right: 16px; -} -QComboBox[editable="true"]::drop-down { - subcontrol-origin: border; - subcontrol-position: top right; - width: 13px; - position: absolute; - top: 2px; - bottom: 2px; - right: 2px; -} -QComboBox[editable="true"]::drop-down, -QComboBox[editable="true"]::drop-down:hover, -QComboBox[editable="true"]::drop-down:on { - border-width: 0px; - border-left-width: 3px; /* we need only left and center part */ -} -/*---------------------------------------------------------------------------*/ -DvScrollWidget > QPushButton { - border-image: none; - border: 0px solid black; - background-color: rgb(160,160,160); -} -DvScrollWidget > QPushButton:hover { - border-image: none; - border: 0px solid black; - background-color: rgb(180,180,180); -} -DvScrollWidget > QPushButton:pressed { - border-image: none; - border: 0px solid black; - background-color: rgb(150,150,150); -} -/*---------------------------------------------------------------------------*/ -#ScrollLeftButton { - image: url(qss/dark/left_arrow_black.png); - border-right: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollRightButton { - image: url(qss/dark/right_arrow_black.png); - border-left: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollUpButton { - image: url(qss/dark/up_arrow_black.png); - border-bottom: 1px solid black; - min-height: 15px; - max-height: 15px; -} -#ScrollDownButton { - image: url(qss/dark/down_arrow_black.png); - border-top: 1px solid black; - min-height: 15px; - max-height: 15px; -} -/*---------------------------------------------------------------------------*/ -#ToolBarContainer #ScrollLeftButton { - margin-top: 1px; -} -#ToolBarContainer #ScrollRightButton { - margin-top: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QToolButton */ -QToolButton { - border-image: url(qss/dark/but.png) 2; - border-width: 2; -} -QToolButton:disabled { - border-image: url(qss/dark/butdis.png) 2; - border-width: 2; -} -QToolButton:hover { - border-image: url(qss/dark/buthover.png) 2; - border-width: 2; -} -QToolButton:disabled:hover { - margin-top: 1px; - border-image: none; - border-width: 0px; -} -QToolButton:pressed { - border-image: url(qss/dark/but.png) 2; - border-width: 2; -} -QToolButton:checked { - border-image: url(qss/dark/buthover.png) 2; - border-width: 2; -} -/*---------------------------------------------------------------------------*/ -#ToolbarToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; -} -#ToolbarToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/dark/over.png) 2; -} -#ToolbarToolButton:checked, -#ToolbarToolButton:pressed { - border-width: 2; - border-image: url(qss/dark/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -#StyleEditorArrowButton { - margin: 0px 0px 0px 0px; - border: 1px solid transparent; - border-image: none; - background-color: rgb(145,145,145); -} -#StyleEditorArrowButton:hover { - border-width: 1; - border-image: url(qss/dark/over.png) 1; -} -#StyleEditorArrowButton:checked, -#StyleEditorArrowButton:pressed { - border-width: 1; - border-image: url(qss/dark/click.png) 1; -} -/*---------------------------------------------------------------------------*/ -/* QLineEdit */ -QLineEdit { - border-image: url(qss/dark/frame.png) 3; - border-width: 3; -} -QLineEdit::focus { - border-image: url(qss/dark/framehover.png) 3; - border-width: 3; -} -QLineEdit:disabled { - color: rgb(135,135,135); - border-image: url(qss/dark/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QPlainTextEdit & QTextEdit */ -QPlainTextEdit, QTexEdit { - border-image: url(qss/dark/frame.png) 3; - border-width: 3; -} -QPlainTextEdit::focus, QTextEdit::focus { - border-image: url(qss/dark/framehover.png) 3; - border-width: 3; -} -QPlainTextEdit:disabled, QTextEdit:disabled { - color: rgb(135,135,135); - border-image: url(qss/dark/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QGroupBox */ -QGroupBox -{ - background-color: none; - margin-top: 5px; - padding-top: 5px; - border: 1px solid; - border-radius: 3px; -} -QGroupBox:enabled -{ - border-color: rgb(90, 90, 90); -} -QGroupBox:disabled -{ - border-color: rgb(140, 140, 140); -} -QGroupBox::title { - subcontrol-origin: border; - top: -6px; - left: 6px; -} -/*---------------------------------------------------------------------------*/ -/* QStatusBar */ -QStatusBar { - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* Customize Horizontal QSlider. */ -QSlider { - height: 20; -} -QSlider::groove:horizontal { - border-image: url(qss/dark/sl_groove.png) 1; - border-width: 1; - height: 1px; -} -QSlider::handle:horizontal:enabled { - image: url(qss/dark/h_handle.png); - width: 16px; - margin: -16px -4px; -} -QSlider::handle:horizontal:disabled { - image: url(qss/dark/h_handle_disabled.png); - width: 16px; - margin: -16px -4px; -} - - -/* Customize Horizontal QSlider that have name "colorSlider" */ -#colorSlider::groove:horizontal { - border-image: none; -} -#colorSlider::handle:horizontal { - image: url(qss/dark/h_chandle.png); - width: 16px; - margin: -16px -3px -16px -4px; -} - -/*---------------------------------------------------------------------------*/ - -#IntPairField { - qproperty-HandleLeftPixmap: url(qss/dark/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/dark/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/dark/h_slider_left_disabled.png); - qproperty-HandleRightGrayPixmap: url(qss/dark/h_slider_right_disabled.png); -} - -/*---------------------------------------------------------------------------*/ - -#DoublePairField { - qproperty-HandleLeftPixmap: url(qss/dark/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/dark/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/dark/h_slider_left_disabled.png); - qproperty-HandleRightGrayPixmap: url(qss/dark/h_slider_right_disabled.png); -} - -/*---------------------------------------------------------------------------*/ - -/* Flipbook Slider. */ -FlipSlider { - qproperty-PBHeight: 10; - - qproperty-PBOverlay: url(qss/dark/flipslider.png); - qproperty-PBMarker: url(qss/dark/flipmarker.png); - - qproperty-PBColorMarginLeft: 2; - qproperty-PBColorMarginTop: 2; - qproperty-PBColorMarginRight: 2; - qproperty-PBColorMarginBottom: 3; - - qproperty-PBMarkerMarginLeft: 2; - qproperty-PBMarkerMarginRight: 2; - - qproperty-baseColor: rgb(235,235,235); - qproperty-notStartedColor: rgb(210,40,40); - qproperty-startedColor: rgb(220,160,160); - qproperty-finishedColor: rgb(235,235,235); -} - -/*---------------------------------------------------------------------------*/ - -/* Customize QTabBar */ -QTabBar { - height: 22px; - border: 0px; -} -QTabBar::tab { - top: -1px; - min-width: 54px; - min-height: 15px; -} -QTabBar::tab:selected { - padding-top: 2px; - border-image: url(qss/dark/uptab.png) 4; - border-width: 4; -} -QTabBar::tab:only-one { - padding-top: 2px; - border-image: url(qss/dark/oouptab.png) 4; - border-width: 4; -} -QTabBar::tab:first:selected { - border-image: url(qss/dark/fuptab.png) 4; - border-width: 4; -} -QTabBar::tab:!selected { - margin-top: 2px; - border-image: url(qss/dark/tab.png) 4; - border-width: 4; -} -QTabBar::tab:first:!selected { - border-image: url(qss/dark/ftab.png) 4; - border-width: 4; -} -QTabBar::tab:last:!selected { - border-image: url(qss/dark/ltab.png) 4; - border-width: 4; -} -/* Customize RoomTabWidget */ -/* ATTENTION: These declarations must be putted after the QTabBar ones */ -RoomTabWidget { - height: 22px; - background-color: rgb(120,120,120); - color: white; -} -RoomTabWidget::tab { - top: 1px; - min-width: 54px; - min-height: 15px; -} -RoomTabWidget::tab:selected { - border-image: url(qss/dark/uptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:first:selected, RoomTabWidget::tab:only-one { - border-image: url(qss/dark/fuptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:!selected { - margin-top: 2px; - border-image: url(qss/dark/tbtab.png) 4; - border-width: 4; - font: normal; -} -RoomTabWidget::tab:first:!selected { - border-image: url(qss/dark/ftbtab.png) 4; - border-width: 4; -} -RoomTabWidget::tab:last:!selected { - border-image: url(qss/dark/ltbtab.png) 4; - border-width: 4; -} -/*---------------------------------------------------------------------------*/ -/* Customize QScrollBar horizontal*/ -QScrollBar:horizontal { - background-image: url(qss/dark/sb_h.png); - height: 16px; - margin-top: 0px; - margin-bottom: 0px; - margin-right:15px; - margin-left:15px; -} -QScrollBar::handle:horizontal { - border-image: url(qss/dark/sb_hhandle.png)3; - border-width: 3; - image: url(qss/dark/sb_hline.png); - image-position: center center; -} -QScrollBar::add-line:horizontal { - image: url(qss/dark/sb_rarrow.png); - width: 15px; - subcontrol-position: right; - subcontrol-origin: margin; -} -QScrollBar::sub-line:horizontal { - image: url(qss/dark/sb_larrow.png); - width: 15px; - subcontrol-position: left; - subcontrol-origin: margin; -} -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; -} -/* Customize QScrollBar vertical*/ -QScrollBar:vertical { - background-image: url(qss/dark/sb_v.png); - width: 16px; - margin-left: 0px; - margin-right: 0px; - margin-top:15px; - margin-bottom:15px; -} -QScrollBar::handle:vertical { - border-image: url(qss/dark/sb_vhandle.png)3; - border-width: 3; - image: url(qss/dark/sb_vline.png); - image-position: center center; -} -QScrollBar::add-line:vertical { - image: url(qss/dark/sb_downarrow.png); - height: 15px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} -QScrollBar::sub-line:vertical { - image: url(qss/dark/sb_uparrow.png); - height: 15px; - subcontrol-position: top; - subcontrol-origin: margin; -} -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; -} -/*---------------------------------------------------------------------------*/ -/* Customize check boxes. */ -QCheckBox { - spacing: 1px; -} -QCheckBox::indicator { - width: 13px; - height: 13px; -} -QCheckBox::indicator:unchecked, QTreeView::indicator:unchecked { - image: url(qss/dark/chk_unchk.png); -} -QCheckBox::indicator:unchecked:disabled, QTreeView::indicator:unchecked:disabled { - image: url(qss/standard/chk_unchk_disabled.png); -} -QCheckBox::indicator:checked, QTreeView::indicator:checked { - image: url(qss/dark/chk_chk.png); -} -QCheckBox::indicator:checked:disabled, QTreeView::indicator:checked:disabled { - image: url(qss/standard/chk_chk_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/* Customize radio buttons. */ -QRadioButton { - spacing: 5px; -} -QRadioButton::indicator { - width: 13px; - height: 13px; -} -QRadioButton::indicator::unchecked { - image: url(qss/dark/radio.png); -} -QRadioButton::indicator::checked { - image: url(qss/dark/radio_p.png); -} -/*---------------------------------------------------------------------------*/ -/* QSplitter (Un pochettino assumo che sono tutti verticali) */ -QSplitter { - background-color: rgb(120,120,120); -} -QSplitter::handle { - margin: 0px; - background-color: rgb(120,120,120); -} -QSplitter::handle:horizontal { - image: url(qss/dark/hsplitter_handle.png); - border-left: 1px solid rgb(90,90,90); - border-right: 1px solid rgb(90,90,90); - image-position: center center; -} -QSplitter::handle:vertical { - image: url(qss/dark/vsplitter_handle.png); - border-top: 1px solid rgb(90,90,90); - border-bottom: 1px solid rgb(90,90,90); - padding-left: 1px; - padding-right: 1px; - image-position: center center; -} -/*---------------------------------------------------------------------------*/ -/* QToolTip */ -QToolTip { - border: 1px solid black; - background-color: rgb(255,255,225); -} -/*---------------------------------------------------------------------------*/ -/* Generic Separators with inscribed name */ -DVGui--Separator { - alternate-background-color: rgb(120, 120, 120); /* line color */ -} -/*---------------------------------------------------------------------------*/ -/* Export Level Popup Options */ -#ExportLevelOptions -{ - background-color: rgb(115,115,115); -} -#ExportLevelOptions QWidget -{ - background-color: none; -} -ExportLevelPopup DVGui--Separator { - padding: 0px 5px 0px 5px; - alternate-background-color: rgb(90, 90, 90); -} - diff --git a/stuff/config/qss/dark/dark_mac.qss b/stuff/config/qss/dark/dark_mac.qss deleted file mode 100644 index 1ada2e9..0000000 --- a/stuff/config/qss/dark/dark_mac.qss +++ /dev/null @@ -1,1049 +0,0 @@ -/* TOONZ 6.1 Qt Style Test - Digital Video 2007 -*/ - -/*---------------------------------------------------------------------------*/ -QMainWindow #MainStackedWidget { - border: 6px solid rgb(60,60,60); - background-color: rgb(60,60,60); -} -/*---------------------------------------------------------------------------*/ -/*------------ Mac OS ------------*/ -TPanel { - qproperty-BGColor: rgb(140,140,140); - background-color: rgb(140,140,140); - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*---------------------------------------------------------------------------*/ -.QWidget { -} -/*---------------------------------------------------------------------------*/ -/* QMenuBar */ -QMenuBar { - background-color: rgb(140,140,140); - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*---------------------------------------------------------------------------*/ -/*Menu*/ -#fxMenu::item:checked, #fxMenu::item:unchecked { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - background-color: rgb(140,140,140); - color: black; - font-weight: bold; -} -#fxMenu::indicator:unchecked { - image: url(); -} -#fxMenu::indicator:checked { - image: url(); -} -#fxMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -#fxMenu::item:disabled { - color: gray; - background-color: rgb(140,140,140); -} -QMenu { - margin: 2px; - background-color: rgb(140,140,140); - border: 1px solid black; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QMenu::item { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - color: black; -} -QMenu::separator { - background-image: url(qss/dark/menuseparator.png) 1; - height: 2px; - margin-bottom: 2px; - margin-top: 2px; - margin-left: 5px; - margin-right: 5px; -} -QMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -QMenu::item:disabled { - color: rgb(90,90,90); - background-color: rgb(140,140,140); - border: 1px solid transparent; -} -QMenu::indicator { - width: 13px; - height: 13px; -} -QMenu::indicator:unchecked { - image: url(qss/dark/chk_unchk.png); -} -QMenu::indicator:unchecked:disabled { - image: url(qss/standard/chk_unchk_disabled.png); -} -QMenu::indicator:checked { - image: url(qss/dark/chk_chk.png); -} -QMenu::indicator:checked:disabled { - image: url(qss/standard/chk_chk_disabled.png); -} -/*---------------------------------------------------------------------------*/ -QPushButton { - margin-bottom: -1px; - border-image: url(qss/dark/but.png) 2; - border-width: 2; - color: black; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*---------------------------------------------------------------------------*/ -/* Generic QFrame */ -QFrame { - border: 0px; - margin: 0px; - background: rgb(140,140,140); - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*Text disable color*/ -QFrame:disabled { - color: rgb(120,120,120); -} -#OnePixelMarginFrame { - margin: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QDialog */ -QDialog #dialogButtonFrame { - border-top: 1px solid rgb(90,90,90); - background-color: rgb(115,115,115); -} -QDialog #dialogButtonFrame QLabel { - background-color: rgb(115,115,115); -} -QDialog #dialogMainFrame { - background-color: rgb(140,140,140); - border: none; -} -/*---------------------------------------------------------------------------*/ -/* Special setting for the styleEditor */ -StyleEditor .QScrollArea { - margin: 0px; - border-right: 1px solid rgb(90,90,90); -} -StyleEditor QToolBar { - border-right: 1px solid rgb(90,90,90); -} -/*---------------------------------------------------------------------------*/ -/*Panel title bar*/ -#HorizontalPanelTitleBar { - background-color: transparent; - border-width: 8px; - border-image: url(qss/dark/titlebar_horizontal.png) 8; -} -#VerticalPanelTitleBar[Active="true"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/dark/titlebar_vertical.png) 8; -} -#VerticalPanelTitleBar[Active="false"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/dark/titlebar_vertical_inactive.png) 8; -} -/*---------------------------------------------------------------------------*/ -#SchematicSceneViewer { - background: rgb(100,100,100); -} -/*---------------------------------------------------------------------------*/ -/*SceneViewer Ruler*/ -Ruler { - qproperty-ParentBGColor: rgb(145,145,145); -} -/*---------------------------------------------------------------------------*/ -/* Menu bar */ -#subXsheetTabBarContainer { - background: rgb(120,120,120); -} -SubSheetBar { - qproperty-ParentBGColor: rgb(115,115,115); -} -#dvTopBar { - background-color: rgb(115,115,115); -} -/*---------------------------------------------------------------------------*/ -/* Tool bar */ -#ToolBarContainer { - background: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* Tab bar */ -#TabBarContainer { - border: none; - background: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* File Browser Tree and Cast Tree background*/ -#BrowserTreeView { - background-color: rgb(120,120,120); -} -/*---------------------------------------------------------------------------*/ -/* Customize sheet scrollArea */ -/* Sheet scrollAreas. - NB.: SpreadsheetViewer e XsheetViewer va reso un unico oggetto - una volta che si e' uniformato completamente l'xsheet alle colonne numeriche.*/ -SpreadsheetViewer { - background: rgb(140,140,140); - qproperty-LightLightBGColor: rgb(200,200,200); - qproperty-LightBGColor: rgb(155,155,155); - qproperty-BGColor: rgb(125,125,125); - qproperty-DarkBGColor: rgb(160,160,160); - qproperty-LightLineColor: rgb(135,135,135 ); - qproperty-DarkLineColor: rgb(90,90,90); -} -#ScrollArea { - border:1px solid rgb(95,95,95); -} -#CellScrollArea { - border-top:1px solid rgb(95,95,95); - border-left:1px solid rgb(95,95,95); -} -XsheetViewer { - background: rgb(140,140,140); - qproperty-LightLightBGColor: rgb(200,200,200); - qproperty-LightBGColor: rgb(155,155,155); - qproperty-BGColor: rgb(125,125,125); - qproperty-DarkBGColor: rgb(160,160,160); - qproperty-LightLineColor: rgb(135,135,135); - qproperty-DarkLineColor: rgb(90,90,90); -} -#xsheetScrollArea { - background: rgb(140,140,140); - margin: 1px; -} -#cornerWidget { - background: rgb(140,140,140); -} -#XshColumnChangeObjectWidget { - background-color: rgb(155,155,155); - selection-background-color: rgb(49,106,197); - border: 1px solid black -} -/*---------------------------------------------------------------------------*/ -/* Customize Function Area */ -FunctionPanel { - qproperty-BGColor: rgb(140,140,140); - qproperty-ValueLineColor: rgb(160,160,160); - qproperty-FrameLineColor: rgb(150,150,150); - qproperty-OtherCurvesColor: rgb(95,95,95); - qproperty-RulerBackground: rgb(160,160,160); -} -/*---------------------------------------------------------------------------*/ -/* Customize FilmStrip color */ -FilmstripFrames { - qproperty-BGColor: rgb(140,140,140); - qproperty-LightLineColor: rgb(100,100,100); - qproperty-DarkLineColor: rgb(95,95,95); -} -/*---------------------------------------------------------------------------*/ -/* Main toolbar */ -QToolBar { - /* top right bottom left */ - margin: 0px; - padding: 0px; - border-top: 1px solid rgb(90,90,90); - background-color: rgb(140,140,140); - border-image: none; -} -QToolBar::separator { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 0px; - image: url(qss/dark/bottomseparator.png); - width: 3px; -} -QToolBar QToolButton[checkable=false] { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QToolButton:disabled { - border-image: none; -} -QToolBar QToolButton[checkable=false]:hover { - border-width: 2; - border-image: url(qss/dark/over.png) 2; -} -QToolBar QToolButton[checkable=false]:checked, -QToolBar QToolButton[checkable=false]:pressed { - border-width: 2; - border-image: url(qss/dark/click.png) 2; -} -/*Chackable buttons: NO border image*/ -QToolBar QToolButton[checkable=true] { - /* top right bottom left */ - margin: 1px -3px 0px -3px; - border: 0px solid transparent; - border-image: none; -} -QToolBar QToolButton[checkable=true]:hover { - image: none; -} -QToolBar QToolButton[checkable=true]:checked, -QToolBar QToolButton[checkable=true]:pressed { - border-image: none; -} -QToolBar QToolButton#chackableButtonWithImageBorder { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QToolButton#chackableButtonWithImageBorder:hover { - border-width: 2; - border-image: url(qss/dark/over.png) 2; -} -QToolBar QToolButton#chackableButtonWithImageBorder:checked, -QToolBar QToolButton#chackableButtonWithImageBorder:pressed { - border-width: 2; - border-image: url(qss/dark/click.png) 2; -} -QToolBar QToolButton::menu-button { - margin-top: 1px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QLabel { - margin-top: 1px; - background-color: rgb(140,140,140); - border-width: 2; -} -/* To hide Arrow !! */ -QToolBar QToolButton::menu-indicator { - image: none; -} -/*---------------------------------------------------------------------------*/ -/* Tool Bar */ -#toolBar { - margin: 1px; - background-color: rgb(140,140,140); -} -#toolBar QToolBar { - border: none; - margin: 1px; -} -#toolBar QToolBar::separator { - image: none; - margin: 0px 1px 0px 1px; - background-color: rgb(90,90,90); - height: 1px; -} -#toolBar QToolButton { - margin: 0px; - border: 2px solid transparent; - border-image: none; - background-color: rgb(140,140,140); -} -#toolBar QToolButton:pressed { - border-image: url(qss/dark/click.png) 2; - border-width: 2; -} -#toolBar QToolButton:checked { - border-image: url(qss/dark/current.png) 2; - border-width: 2; -} -#toolBar QPushButton { - margin: 0px; - border: 1px solid black; -} -/*---------------------------------------------------------------------------*/ -/* ToolOptionPanel ToolBar */ -#toolOptionBar { - border: 0px; - margin: 0px; - background-color: rgb(140,140,140); -} -#toolOptionBar::separator { - image: none; - margin-top: 0px; - margin-bottom: 0px; - margin-left: 1px; - margin-right: 1px; - background-color: rgb(90,90,90); - height: 30px; - width: 1px; -} -#toolOptionBar QWidget { - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/*Key frame navigator*/ -#keyFrameNavigator QToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; - background-color: rgb(140,140,140); -} -#keyFrameNavigator QToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/dark/over.png) 2; -} -#keyFrameNavigator QToolButton:checked, -#keyFrameNavigator QToolButton:pressed { - border-width: 2; - border-image: url(qss/dark/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -QMessageBox { - background-color: rgb(140,140,140); - border: 1px solid rgb(90,90,90); -} -/*---------------------------------------------------------------------------*/ -/* Customize arrows. */ -QComboBox::down-arrow, QComboBox::menu-indicator { - image: url(qss/dark/down_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::down-arrow:disabled, QComboBox::down-arrow:off { - image: url(qss/dark/down_arrow_disabled.png); -} -QComboBox::up-arrow { - image: url(qss/dark/up_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::up-arrow:disabled, QComboBox::up-arrow:off { - image: url(qss/dark/up_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/*PopupButton*/ -PopupButton { - margin: 0px; - padding-left:-8px; - padding-right:4px; -} -PopupButton QMenu { - background-color: rgb(140,140,140); - border: 0px; - padding: -1px; -} -PopupButton QMenu::item { - border: 1px solid transparent; - color: black; -} -PopupButton::menu-indicator { - image: url(qss/standard/down_arrow.png); - width: 10px; - height: 17px; - border-left: 1px solid grey; -} -PopupButton::menu-indicator:disabled { - image: url(qss/standard/down_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/*Outline Style PopupButtons*/ -PopupButton#Cap { - min-width: 32px; max-width: 32px; -} -PopupButton#Cap QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Cap QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -PopupButton#Join { - min-width: 32px; max-width: 32px; -} -PopupButton#Join QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Join QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -/*---------------------------------------------------------------------------*/ -#PeggingButton { - border-image: none; - background-color: rgb(228,228,228); - border: 0px solid black; -} -#PeggingButton:hover { - border-image: url(qss/standard/over.png) 2; - border-width: 2; -} -#PeggingButton:pressed { - border-image: url(qss/standard/click.png) 2; - border-width: 2; -} -#PeggingButton:checked { - border-image: none; - background-color: rgb(255,255,255); - border-left-color: lightgray; - border-left-width: 2px; - border-top-color: lightgray; - border-top-width: 2px; - border-right-width: 0px; - border-bottom-width: 0px; -} -/*---------------------------------------------------------------------------*/ -QComboBox { - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*---------------------------------------------------------------------------*/ -QComboBox[editable="false"] { - border-image: url(qss/dark/but.png) 2; - border-width: 2; -} -QComboBox[editable="true"] { - border-image: url(qss/dark/but.png) 2; - border-width: 2; -} -QComboBox:disabled, QPushButton:disabled { - border-image: url(qss/dark/butdis.png) 2; - border-width: 2; - height: 22px; - color: rgb(90,90,90); -} -QComboBox:hover, QPushButton:hover { - border-image: url(qss/dark/buthover.png) 2; - border-width: 2; - height: 22px; -} -QComboBox:pressed, QPushButton:pressed { - border-image: url(qss/dark/but.png) 2; - border-width: 2; - height: 22px; -} -/* Customize non-editable comboboxes drop-down */ -QComboBox[editable="false"] { - padding-left: 3px; - padding-right: 2px; /* space for the arrow */ -} -QComboBox[editable="false"]::drop-down { - width: 15px; - border-left-style: solid; - border-left-color: darkgray; - border-left-width: 1px; -} -/* Customize editable comboboxes.*/ -QComboBox[editable="true"] { - padding-right: 16px; -} -QComboBox[editable="true"]::drop-down { - subcontrol-origin: border; - subcontrol-position: top right; - width: 13px; - position: absolute; - top: 2px; - bottom: 2px; - right: 2px; -} -QComboBox[editable="true"]::drop-down, -QComboBox[editable="true"]::drop-down:hover, -QComboBox[editable="true"]::drop-down:on { - border-width: 0px; - border-left-width: 3px; /* we need only left and center part */ -} -/*---------------------------------------------------------------------------*/ -DvScrollWidget > QPushButton { - border-image: none; - border: 0px solid black; - background-color: rgb(160,160,160); -} -DvScrollWidget > QPushButton:hover { - border-image: none; - border: 0px solid black; - background-color: rgb(180,180,180); -} -DvScrollWidget > QPushButton:pressed { - border-image: none; - border: 0px solid black; - background-color: rgb(150,150,150); -} -/*---------------------------------------------------------------------------*/ -#ScrollLeftButton { - image: url(qss/dark/left_arrow_black.png); - border-right: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollRightButton { - image: url(qss/dark/right_arrow_black.png); - border-left: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollUpButton { - image: url(qss/dark/up_arrow_black.png); - border-bottom: 1px solid black; - min-height: 15px; - max-height: 15px; -} -#ScrollDownButton { - image: url(qss/dark/down_arrow_black.png); - border-top: 1px solid black; - min-height: 15px; - max-height: 15px; -} -/*---------------------------------------------------------------------------*/ -#ToolBarContainer #ScrollLeftButton { - margin-top: 1px; -} -#ToolBarContainer #ScrollRightButton { - margin-top: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QToolButton */ -QToolButton { - border-image: url(qss/dark/but.png) 2; - border-width: 2; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QToolButton:disabled { - border-image: url(qss/dark/butdis.png) 2; - border-width: 2; -} -QToolButton:hover { - border-image: url(qss/dark/buthover.png) 2; - border-width: 2; -} -QToolButton:disabled:hover { - margin-top: 1px; - border-image: none; - border-width: 0px; -} -QToolButton:pressed { - border-image: url(qss/dark/but.png) 2; - border-width: 2; -} -QToolButton:checked { - border-image: url(qss/dark/buthover.png) 2; - border-width: 2; -} -/*---------------------------------------------------------------------------*/ -#ToolbarToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; -} -#ToolbarToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/dark/over.png) 2; -} -#ToolbarToolButton:checked, -#ToolbarToolButton:pressed { - border-width: 2; - border-image: url(qss/dark/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -#StyleEditorArrowButton { - margin: 0px 0px 0px 0px; - border: 1px solid transparent; - border-image: none; - background-color: rgb(145,145,145); -} -#StyleEditorArrowButton:hover { - border-width: 1; - border-image: url(qss/dark/over.png) 1; -} -#StyleEditorArrowButton:checked, -#StyleEditorArrowButton:pressed { - border-width: 1; - border-image: url(qss/dark/click.png) 1; -} -/*---------------------------------------------------------------------------*/ -/* QLineEdit */ -QLineEdit { - margin-bottom: 1px; - margin-right: 1px; - border-image: url(qss/dark/frame.png) 3; - border-width: 3; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QLineEdit::focus { - border-image: url(qss/dark/framehover.png) 3; - border-width: 3; -} -QLineEdit:disabled { - color: rgb(135,135,135); - border-image: url(qss/dark/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QPlainTextEdit & QTextEdit */ -QPlainTextEdit, QTexEdit { - border-image: url(qss/dark/frame.png) 3; - border-width: 3; -} -QPlainTextEdit::focus, QTextEdit::focus { - border-image: url(qss/dark/framehover.png) 3; - border-width: 3; -} -QPlainTextEdit:disabled, QTextEdit:disabled { - color: rgb(135,135,135); - border-image: url(qss/dark/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QGroupBox */ -QGroupBox -{ - background-color: none; - margin-top: 5px; - padding-top: 5px; - border: 1px solid; - border-radius: 3px; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QGroupBox:enabled -{ - border-color: rgb(90, 90, 90); -} -QGroupBox:disabled -{ - border-color: rgb(140, 140, 140); -} -QGroupBox::title { - subcontrol-origin: border; - top: -6px; - left: 6px; -} -/*---------------------------------------------------------------------------*/ -/* QStatusBar */ -QStatusBar { - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* Customize Horizontal QSlider. */ -QSlider { - height: 20; -} -QSlider::groove:horizontal { - border-image: url(qss/dark/sl_groove.png) 1; - border-width: 1; - height: 1px; -} -QSlider::handle:horizontal:enabled { - image: url(qss/dark/h_handle.png); - width: 16px; - margin: -16px -4px; -} -QSlider::handle:horizontal:disabled { - image: url(qss/dark/h_handle_disabled.png); - width: 16px; - margin: -16px -4px; -} - - -/* Customize Horizontal QSlider that have name "colorSlider" */ -#colorSlider::groove:horizontal { - border-image: none; -} -#colorSlider::handle:horizontal { - image: url(qss/dark/h_chandle.png); - width: 16px; - margin: -16px -3px -16px -4px; -} - -/*---------------------------------------------------------------------------*/ - -#IntPairField { - qproperty-HandleLeftPixmap: url(qss/dark/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/dark/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/dark/h_slider_left_disabled.png); - qproperty-HandleRightGrayPixmap: url(qss/dark/h_slider_right_disabled.png); -} - -/*---------------------------------------------------------------------------*/ - -#DoublePairField { - qproperty-HandleLeftPixmap: url(qss/dark/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/dark/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/dark/h_slider_left_disabled.png); - qproperty-HandleRightGrayPixmap: url(qss/dark/h_slider_right_disabled.png); -} - -/*---------------------------------------------------------------------------*/ - -/* Flipbook Slider. */ -FlipSlider { - qproperty-PBHeight: 10; - - qproperty-PBOverlay: url(qss/dark/flipslider.png); - qproperty-PBMarker: url(qss/dark/flipmarker.png); - - qproperty-PBColorMarginLeft: 2; - qproperty-PBColorMarginTop: 2; - qproperty-PBColorMarginRight: 2; - qproperty-PBColorMarginBottom: 3; - - qproperty-PBMarkerMarginLeft: 2; - qproperty-PBMarkerMarginRight: 2; - - qproperty-baseColor: rgb(235,235,235); - qproperty-notStartedColor: rgb(210,40,40); - qproperty-startedColor: rgb(220,160,160); - qproperty-finishedColor: rgb(235,235,235); -} - -/*---------------------------------------------------------------------------*/ -/* Customize QTabBar */ -QTabBar { - height: 22px; - border: 0px; -} -QTabBar::tab { - top: -1px; - min-width: 54px; - min-height: 15px; -} -QTabBar::tab:selected { - padding-top: 2px; - border-image: url(qss/dark/uptab.png) 4; - border-width: 4; -} -QTabBar::tab:only-one { - padding-top: 2px; - border-image: url(qss/dark/oouptab.png) 4; - border-width: 4; -} -QTabBar::tab:first:selected { - border-image: url(qss/dark/fuptab.png) 4; - border-width: 4; -} -QTabBar::tab:!selected { - margin-top: 2px; - border-image: url(qss/dark/tab.png) 4; - border-width: 4; -} -QTabBar::tab:first:!selected { - border-image: url(qss/dark/ftab.png) 4; - border-width: 4; -} -QTabBar::tab:last:!selected { - border-image: url(qss/dark/ltab.png) 4; - border-width: 4; -} -/* Customize RoomTabWidget */ -/* ATTENTION: These declarations must be putted after the QTabBar ones */ -RoomTabWidget { - height: 22px; - background-color: rgb(120,120,120); - color: white; -} -RoomTabWidget::tab { - top: 1px; - min-width: 54px; - min-height: 15px; -} -RoomTabWidget::tab:selected { - border-image: url(qss/dark/uptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:first:selected, RoomTabWidget::tab:only-one { - border-image: url(qss/dark/fuptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:!selected { - margin-top: 2px; - border-image: url(qss/dark/tbtab.png) 4; - border-width: 4; - font: normal; -} -RoomTabWidget::tab:first:!selected { - border-image: url(qss/dark/ftbtab.png) 4; - border-width: 4; -} -RoomTabWidget::tab:last:!selected { - border-image: url(qss/dark/ltbtab.png) 4; - border-width: 4; -} -/*---------------------------------------------------------------------------*/ -/* Customize QScrollBar horizontal*/ -QScrollBar:horizontal { - background-image: url(qss/dark/sb_h.png); - height: 16px; - margin-top: 0px; - margin-bottom: 0px; - margin-right:15px; - margin-left:15px; -} -QScrollBar::handle:horizontal { - border-image: url(qss/dark/sb_hhandle.png)3; - border-width: 3; - image: url(qss/dark/sb_hline.png); - image-position: center center; -} -QScrollBar::add-line:horizontal { - image: url(qss/dark/sb_rarrow.png); - width: 15px; - subcontrol-position: right; - subcontrol-origin: margin; -} -QScrollBar::sub-line:horizontal { - image: url(qss/dark/sb_larrow.png); - width: 15px; - subcontrol-position: left; - subcontrol-origin: margin; -} -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; -} -/* Customize QScrollBar vertical*/ -QScrollBar:vertical { - background-image: url(qss/dark/sb_v.png); - width: 16px; - margin-left: 0px; - margin-right: 0px; - margin-top:15px; - margin-bottom:15px; -} -QScrollBar::handle:vertical { - border-image: url(qss/dark/sb_vhandle.png)3; - border-width: 3; - image: url(qss/dark/sb_vline.png); - image-position: center center; -} -QScrollBar::add-line:vertical { - image: url(qss/dark/sb_downarrow.png); - height: 15px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} -QScrollBar::sub-line:vertical { - image: url(qss/dark/sb_uparrow.png); - height: 15px; - subcontrol-position: top; - subcontrol-origin: margin; -} -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; -} -/*---------------------------------------------------------------------------*/ -/* Customize check boxes. */ -QCheckBox { - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; - spacing: 1px; -} -QCheckBox::indicator { - width: 13px; - height: 13px; -} -QCheckBox::indicator:unchecked, QTreeView::indicator:unchecked { - image: url(qss/dark/chk_unchk.png); -} -QCheckBox::indicator:unchecked:disabled, QTreeView::indicator:unchecked:disabled { - image: url(qss/standard/chk_unchk_disabled.png); -} -QCheckBox::indicator:checked, QTreeView::indicator:checked { - image: url(qss/dark/chk_chk.png); -} -QCheckBox::indicator:checked:disabled, QTreeView::indicator:checked:disabled { - image: url(qss/standard/chk_chk_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/* Customize radio buttons. */ -QRadioButton { - spacing: 5px; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QRadioButton::indicator { - width: 13px; - height: 13px; -} -QRadioButton::indicator::unchecked { - image: url(qss/dark/radio.png); -} -QRadioButton::indicator::checked { - image: url(qss/dark/radio_p.png); -} -/*---------------------------------------------------------------------------*/ -/* QSplitter (Un pochettino assumo che sono tutti verticali) */ -QSplitter { - background-color: rgb(120,120,120); -} -QSplitter::handle { - margin: 0px; - background-color: rgb(120,120,120); -} -QSplitter::handle:horizontal { - image: url(qss/dark/hsplitter_handle.png); - border-left: 1px solid rgb(90,90,90); - border-right: 1px solid rgb(90,90,90); - image-position: center center; -} -QSplitter::handle:vertical { - image: url(qss/dark/vsplitter_handle.png); - border-top: 1px solid rgb(90,90,90); - border-bottom: 1px solid rgb(90,90,90); - padding-left: 1px; - padding-right: 1px; - image-position: center center; -} -/*---------------------------------------------------------------------------*/ -/* QToolTip */ -QToolTip { - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; - border: 1px solid black; - background-color: rgb(255,255,225); -} -/*---------------------------------------------------------------------------*/ -/* Generic Separators with inscribed name */ -DVGui--Separator { - alternate-background-color: rgb(120, 120, 120); /* line color */ -} -/*---------------------------------------------------------------------------*/ -/* Export Level Popup Options */ -#ExportLevelOptions -{ - background-color: rgb(115,115,115); -} -#ExportLevelOptions QWidget -{ - background-color: none; -} -ExportLevelPopup DVGui--Separator { - padding: 0px 5px 0px 5px; - alternate-background-color: rgb(90, 90, 90); -} - diff --git a/stuff/config/qss/dark/down_arrow.png b/stuff/config/qss/dark/down_arrow.png deleted file mode 100644 index 2bcd46a..0000000 Binary files a/stuff/config/qss/dark/down_arrow.png and /dev/null differ diff --git a/stuff/config/qss/dark/down_arrow_black.png b/stuff/config/qss/dark/down_arrow_black.png deleted file mode 100644 index d9fbc98..0000000 Binary files a/stuff/config/qss/dark/down_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/dark/down_arrow_disabled.png b/stuff/config/qss/dark/down_arrow_disabled.png deleted file mode 100644 index d9eefed..0000000 Binary files a/stuff/config/qss/dark/down_arrow_disabled.png and /dev/null differ diff --git a/stuff/config/qss/dark/flipmarker.png b/stuff/config/qss/dark/flipmarker.png deleted file mode 100644 index a35bfd9..0000000 Binary files a/stuff/config/qss/dark/flipmarker.png and /dev/null differ diff --git a/stuff/config/qss/dark/flipslider.png b/stuff/config/qss/dark/flipslider.png deleted file mode 100644 index f402f30..0000000 Binary files a/stuff/config/qss/dark/flipslider.png and /dev/null differ diff --git a/stuff/config/qss/dark/frame.png b/stuff/config/qss/dark/frame.png deleted file mode 100644 index ad1714f..0000000 Binary files a/stuff/config/qss/dark/frame.png and /dev/null differ diff --git a/stuff/config/qss/dark/framedisable.png b/stuff/config/qss/dark/framedisable.png deleted file mode 100644 index b150ab4..0000000 Binary files a/stuff/config/qss/dark/framedisable.png and /dev/null differ diff --git a/stuff/config/qss/dark/framehover.png b/stuff/config/qss/dark/framehover.png deleted file mode 100644 index f11d77f..0000000 Binary files a/stuff/config/qss/dark/framehover.png and /dev/null differ diff --git a/stuff/config/qss/dark/ftab.png b/stuff/config/qss/dark/ftab.png deleted file mode 100644 index 7f12d27..0000000 Binary files a/stuff/config/qss/dark/ftab.png and /dev/null differ diff --git a/stuff/config/qss/dark/ftbtab.png b/stuff/config/qss/dark/ftbtab.png deleted file mode 100644 index 52434cd..0000000 Binary files a/stuff/config/qss/dark/ftbtab.png and /dev/null differ diff --git a/stuff/config/qss/dark/fuptab.png b/stuff/config/qss/dark/fuptab.png deleted file mode 100644 index aefec60..0000000 Binary files a/stuff/config/qss/dark/fuptab.png and /dev/null differ diff --git a/stuff/config/qss/dark/fuptbtab.png b/stuff/config/qss/dark/fuptbtab.png deleted file mode 100644 index 10661f9..0000000 Binary files a/stuff/config/qss/dark/fuptbtab.png and /dev/null differ diff --git a/stuff/config/qss/dark/h_chandle.png b/stuff/config/qss/dark/h_chandle.png deleted file mode 100644 index ec9fb31..0000000 Binary files a/stuff/config/qss/dark/h_chandle.png and /dev/null differ diff --git a/stuff/config/qss/dark/h_handle.png b/stuff/config/qss/dark/h_handle.png deleted file mode 100644 index 2a2ba59..0000000 Binary files a/stuff/config/qss/dark/h_handle.png and /dev/null differ diff --git a/stuff/config/qss/dark/h_handle_disabled.png b/stuff/config/qss/dark/h_handle_disabled.png deleted file mode 100644 index db7ed13..0000000 Binary files a/stuff/config/qss/dark/h_handle_disabled.png and /dev/null differ diff --git a/stuff/config/qss/dark/h_slider_left.png b/stuff/config/qss/dark/h_slider_left.png deleted file mode 100644 index 1b9e355..0000000 Binary files a/stuff/config/qss/dark/h_slider_left.png and /dev/null differ diff --git a/stuff/config/qss/dark/h_slider_left_disabled.png b/stuff/config/qss/dark/h_slider_left_disabled.png deleted file mode 100644 index 8b97fe3..0000000 Binary files a/stuff/config/qss/dark/h_slider_left_disabled.png and /dev/null differ diff --git a/stuff/config/qss/dark/h_slider_right.png b/stuff/config/qss/dark/h_slider_right.png deleted file mode 100644 index 2276512..0000000 Binary files a/stuff/config/qss/dark/h_slider_right.png and /dev/null differ diff --git a/stuff/config/qss/dark/h_slider_right_disabled.png b/stuff/config/qss/dark/h_slider_right_disabled.png deleted file mode 100644 index 5d97d51..0000000 Binary files a/stuff/config/qss/dark/h_slider_right_disabled.png and /dev/null differ diff --git a/stuff/config/qss/dark/hsplitter_handle.png b/stuff/config/qss/dark/hsplitter_handle.png deleted file mode 100644 index 2893eb9..0000000 Binary files a/stuff/config/qss/dark/hsplitter_handle.png and /dev/null differ diff --git a/stuff/config/qss/dark/left_arrow_black.png b/stuff/config/qss/dark/left_arrow_black.png deleted file mode 100644 index b89cdcc..0000000 Binary files a/stuff/config/qss/dark/left_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/dark/ltab.png b/stuff/config/qss/dark/ltab.png deleted file mode 100644 index 6e1da97..0000000 Binary files a/stuff/config/qss/dark/ltab.png and /dev/null differ diff --git a/stuff/config/qss/dark/ltbtab.png b/stuff/config/qss/dark/ltbtab.png deleted file mode 100644 index f99cb00..0000000 Binary files a/stuff/config/qss/dark/ltbtab.png and /dev/null differ diff --git a/stuff/config/qss/dark/menuseparator.PNG b/stuff/config/qss/dark/menuseparator.PNG deleted file mode 100644 index 8f3bc2b..0000000 Binary files a/stuff/config/qss/dark/menuseparator.PNG and /dev/null differ diff --git a/stuff/config/qss/dark/oouptab.png b/stuff/config/qss/dark/oouptab.png deleted file mode 100644 index 6faf3fb..0000000 Binary files a/stuff/config/qss/dark/oouptab.png and /dev/null differ diff --git a/stuff/config/qss/dark/over.png b/stuff/config/qss/dark/over.png deleted file mode 100644 index 5ea84de..0000000 Binary files a/stuff/config/qss/dark/over.png and /dev/null differ diff --git a/stuff/config/qss/dark/radio.png b/stuff/config/qss/dark/radio.png deleted file mode 100644 index ef901a8..0000000 Binary files a/stuff/config/qss/dark/radio.png and /dev/null differ diff --git a/stuff/config/qss/dark/radio_p.png b/stuff/config/qss/dark/radio_p.png deleted file mode 100644 index 277940f..0000000 Binary files a/stuff/config/qss/dark/radio_p.png and /dev/null differ diff --git a/stuff/config/qss/dark/right_arrow_black.png b/stuff/config/qss/dark/right_arrow_black.png deleted file mode 100644 index 8878c62..0000000 Binary files a/stuff/config/qss/dark/right_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/dark/sb_downarrow.png b/stuff/config/qss/dark/sb_downarrow.png deleted file mode 100644 index bb82321..0000000 Binary files a/stuff/config/qss/dark/sb_downarrow.png and /dev/null differ diff --git a/stuff/config/qss/dark/sb_h.png b/stuff/config/qss/dark/sb_h.png deleted file mode 100644 index 741221f..0000000 Binary files a/stuff/config/qss/dark/sb_h.png and /dev/null differ diff --git a/stuff/config/qss/dark/sb_hhandle.png b/stuff/config/qss/dark/sb_hhandle.png deleted file mode 100644 index 2553dce..0000000 Binary files a/stuff/config/qss/dark/sb_hhandle.png and /dev/null differ diff --git a/stuff/config/qss/dark/sb_hline.png b/stuff/config/qss/dark/sb_hline.png deleted file mode 100644 index 2eb8d10..0000000 Binary files a/stuff/config/qss/dark/sb_hline.png and /dev/null differ diff --git a/stuff/config/qss/dark/sb_larrow.png b/stuff/config/qss/dark/sb_larrow.png deleted file mode 100644 index 856b246..0000000 Binary files a/stuff/config/qss/dark/sb_larrow.png and /dev/null differ diff --git a/stuff/config/qss/dark/sb_rarrow.png b/stuff/config/qss/dark/sb_rarrow.png deleted file mode 100644 index e7a2d35..0000000 Binary files a/stuff/config/qss/dark/sb_rarrow.png and /dev/null differ diff --git a/stuff/config/qss/dark/sb_uparrow.png b/stuff/config/qss/dark/sb_uparrow.png deleted file mode 100644 index 6645fca..0000000 Binary files a/stuff/config/qss/dark/sb_uparrow.png and /dev/null differ diff --git a/stuff/config/qss/dark/sb_v.png b/stuff/config/qss/dark/sb_v.png deleted file mode 100644 index 46a68fb..0000000 Binary files a/stuff/config/qss/dark/sb_v.png and /dev/null differ diff --git a/stuff/config/qss/dark/sb_vhandle.png b/stuff/config/qss/dark/sb_vhandle.png deleted file mode 100644 index 5caea11..0000000 Binary files a/stuff/config/qss/dark/sb_vhandle.png and /dev/null differ diff --git a/stuff/config/qss/dark/sb_vline.png b/stuff/config/qss/dark/sb_vline.png deleted file mode 100644 index 3633774..0000000 Binary files a/stuff/config/qss/dark/sb_vline.png and /dev/null differ diff --git a/stuff/config/qss/dark/sl_groove.png b/stuff/config/qss/dark/sl_groove.png deleted file mode 100644 index 951b253..0000000 Binary files a/stuff/config/qss/dark/sl_groove.png and /dev/null differ diff --git a/stuff/config/qss/dark/tab.png b/stuff/config/qss/dark/tab.png deleted file mode 100644 index 4f41d89..0000000 Binary files a/stuff/config/qss/dark/tab.png and /dev/null differ diff --git a/stuff/config/qss/dark/tbtab.png b/stuff/config/qss/dark/tbtab.png deleted file mode 100644 index 2ba38e7..0000000 Binary files a/stuff/config/qss/dark/tbtab.png and /dev/null differ diff --git a/stuff/config/qss/dark/titlebar_horizontal.png b/stuff/config/qss/dark/titlebar_horizontal.png deleted file mode 100644 index 62a1fbc..0000000 Binary files a/stuff/config/qss/dark/titlebar_horizontal.png and /dev/null differ diff --git a/stuff/config/qss/dark/titlebar_vertical.png b/stuff/config/qss/dark/titlebar_vertical.png deleted file mode 100644 index eacef0d..0000000 Binary files a/stuff/config/qss/dark/titlebar_vertical.png and /dev/null differ diff --git a/stuff/config/qss/dark/titlebar_vertical_inactive.png b/stuff/config/qss/dark/titlebar_vertical_inactive.png deleted file mode 100644 index 5564aca..0000000 Binary files a/stuff/config/qss/dark/titlebar_vertical_inactive.png and /dev/null differ diff --git a/stuff/config/qss/dark/up_arrow.png b/stuff/config/qss/dark/up_arrow.png deleted file mode 100644 index 142e60d..0000000 Binary files a/stuff/config/qss/dark/up_arrow.png and /dev/null differ diff --git a/stuff/config/qss/dark/up_arrow_black.png b/stuff/config/qss/dark/up_arrow_black.png deleted file mode 100644 index 6c27909..0000000 Binary files a/stuff/config/qss/dark/up_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/dark/up_arrow_disabled.png b/stuff/config/qss/dark/up_arrow_disabled.png deleted file mode 100644 index 4d2c277..0000000 Binary files a/stuff/config/qss/dark/up_arrow_disabled.png and /dev/null differ diff --git a/stuff/config/qss/dark/uptab.png b/stuff/config/qss/dark/uptab.png deleted file mode 100644 index b470ef8..0000000 Binary files a/stuff/config/qss/dark/uptab.png and /dev/null differ diff --git a/stuff/config/qss/dark/uptbtab.png b/stuff/config/qss/dark/uptbtab.png deleted file mode 100644 index 5fe4c9d..0000000 Binary files a/stuff/config/qss/dark/uptbtab.png and /dev/null differ diff --git a/stuff/config/qss/dark/vsplitter_handle.png b/stuff/config/qss/dark/vsplitter_handle.png deleted file mode 100644 index aae6b9a..0000000 Binary files a/stuff/config/qss/dark/vsplitter_handle.png and /dev/null differ diff --git a/stuff/config/qss/production/Thumbs.db b/stuff/config/qss/production/Thumbs.db deleted file mode 100644 index ef05441..0000000 Binary files a/stuff/config/qss/production/Thumbs.db and /dev/null differ diff --git a/stuff/config/qss/production/bottomseparator.png b/stuff/config/qss/production/bottomseparator.png deleted file mode 100644 index 2461174..0000000 Binary files a/stuff/config/qss/production/bottomseparator.png and /dev/null differ diff --git a/stuff/config/qss/production/but.png b/stuff/config/qss/production/but.png deleted file mode 100644 index ad31be9..0000000 Binary files a/stuff/config/qss/production/but.png and /dev/null differ diff --git a/stuff/config/qss/production/butdis.png b/stuff/config/qss/production/butdis.png deleted file mode 100644 index 9f3ed2c..0000000 Binary files a/stuff/config/qss/production/butdis.png and /dev/null differ diff --git a/stuff/config/qss/production/buthover.png b/stuff/config/qss/production/buthover.png deleted file mode 100644 index 9f3ed2c..0000000 Binary files a/stuff/config/qss/production/buthover.png and /dev/null differ diff --git a/stuff/config/qss/production/chk_chk.png b/stuff/config/qss/production/chk_chk.png deleted file mode 100644 index b7723b7..0000000 Binary files a/stuff/config/qss/production/chk_chk.png and /dev/null differ diff --git a/stuff/config/qss/production/chk_unchk.png b/stuff/config/qss/production/chk_unchk.png deleted file mode 100644 index 46f9a4d..0000000 Binary files a/stuff/config/qss/production/chk_unchk.png and /dev/null differ diff --git a/stuff/config/qss/production/click.png b/stuff/config/qss/production/click.png deleted file mode 100644 index c8a1fe9..0000000 Binary files a/stuff/config/qss/production/click.png and /dev/null differ diff --git a/stuff/config/qss/production/current.png b/stuff/config/qss/production/current.png deleted file mode 100644 index 7559bd5..0000000 Binary files a/stuff/config/qss/production/current.png and /dev/null differ diff --git a/stuff/config/qss/production/down_arrow.png b/stuff/config/qss/production/down_arrow.png deleted file mode 100644 index 31da5d7..0000000 Binary files a/stuff/config/qss/production/down_arrow.png and /dev/null differ diff --git a/stuff/config/qss/production/down_arrow_black.png b/stuff/config/qss/production/down_arrow_black.png deleted file mode 100644 index d9fbc98..0000000 Binary files a/stuff/config/qss/production/down_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/production/down_arrow_disabled.png b/stuff/config/qss/production/down_arrow_disabled.png deleted file mode 100644 index 98c55c3..0000000 Binary files a/stuff/config/qss/production/down_arrow_disabled.png and /dev/null differ diff --git a/stuff/config/qss/production/flipmarker.png b/stuff/config/qss/production/flipmarker.png deleted file mode 100644 index 7e0c0de..0000000 Binary files a/stuff/config/qss/production/flipmarker.png and /dev/null differ diff --git a/stuff/config/qss/production/flipslider.png b/stuff/config/qss/production/flipslider.png deleted file mode 100644 index cfa191e..0000000 Binary files a/stuff/config/qss/production/flipslider.png and /dev/null differ diff --git a/stuff/config/qss/production/frame.png b/stuff/config/qss/production/frame.png deleted file mode 100644 index a3da918..0000000 Binary files a/stuff/config/qss/production/frame.png and /dev/null differ diff --git a/stuff/config/qss/production/framedisable.png b/stuff/config/qss/production/framedisable.png deleted file mode 100644 index 1b897bc..0000000 Binary files a/stuff/config/qss/production/framedisable.png and /dev/null differ diff --git a/stuff/config/qss/production/framehover.png b/stuff/config/qss/production/framehover.png deleted file mode 100644 index 1c14fec..0000000 Binary files a/stuff/config/qss/production/framehover.png and /dev/null differ diff --git a/stuff/config/qss/production/ftab.png b/stuff/config/qss/production/ftab.png deleted file mode 100644 index 155d4a8..0000000 Binary files a/stuff/config/qss/production/ftab.png and /dev/null differ diff --git a/stuff/config/qss/production/ftbtab.png b/stuff/config/qss/production/ftbtab.png deleted file mode 100644 index 834b0f7..0000000 Binary files a/stuff/config/qss/production/ftbtab.png and /dev/null differ diff --git a/stuff/config/qss/production/fuptab.png b/stuff/config/qss/production/fuptab.png deleted file mode 100644 index aefec60..0000000 Binary files a/stuff/config/qss/production/fuptab.png and /dev/null differ diff --git a/stuff/config/qss/production/fuptbtab.png b/stuff/config/qss/production/fuptbtab.png deleted file mode 100644 index 0e3b303..0000000 Binary files a/stuff/config/qss/production/fuptbtab.png and /dev/null differ diff --git a/stuff/config/qss/production/h_chandle.png b/stuff/config/qss/production/h_chandle.png deleted file mode 100644 index 59cbcb2..0000000 Binary files a/stuff/config/qss/production/h_chandle.png and /dev/null differ diff --git a/stuff/config/qss/production/h_handle.png b/stuff/config/qss/production/h_handle.png deleted file mode 100644 index 995138c..0000000 Binary files a/stuff/config/qss/production/h_handle.png and /dev/null differ diff --git a/stuff/config/qss/production/h_slider_left.png b/stuff/config/qss/production/h_slider_left.png deleted file mode 100644 index a7bc1ce..0000000 Binary files a/stuff/config/qss/production/h_slider_left.png and /dev/null differ diff --git a/stuff/config/qss/production/h_slider_right.png b/stuff/config/qss/production/h_slider_right.png deleted file mode 100644 index a05ba8f..0000000 Binary files a/stuff/config/qss/production/h_slider_right.png and /dev/null differ diff --git a/stuff/config/qss/production/hsplitter_handle.png b/stuff/config/qss/production/hsplitter_handle.png deleted file mode 100644 index ad93550..0000000 Binary files a/stuff/config/qss/production/hsplitter_handle.png and /dev/null differ diff --git a/stuff/config/qss/production/left_arrow_black.png b/stuff/config/qss/production/left_arrow_black.png deleted file mode 100644 index b89cdcc..0000000 Binary files a/stuff/config/qss/production/left_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/production/ltab.png b/stuff/config/qss/production/ltab.png deleted file mode 100644 index 7fe6408..0000000 Binary files a/stuff/config/qss/production/ltab.png and /dev/null differ diff --git a/stuff/config/qss/production/ltbtab.png b/stuff/config/qss/production/ltbtab.png deleted file mode 100644 index 834b0f7..0000000 Binary files a/stuff/config/qss/production/ltbtab.png and /dev/null differ diff --git a/stuff/config/qss/production/menuseparator.PNG b/stuff/config/qss/production/menuseparator.PNG deleted file mode 100644 index 0a44fae..0000000 Binary files a/stuff/config/qss/production/menuseparator.PNG and /dev/null differ diff --git a/stuff/config/qss/production/oouptab.png b/stuff/config/qss/production/oouptab.png deleted file mode 100644 index 6faf3fb..0000000 Binary files a/stuff/config/qss/production/oouptab.png and /dev/null differ diff --git a/stuff/config/qss/production/out_sb_h.png b/stuff/config/qss/production/out_sb_h.png deleted file mode 100644 index 8ea48c5..0000000 Binary files a/stuff/config/qss/production/out_sb_h.png and /dev/null differ diff --git a/stuff/config/qss/production/over.png b/stuff/config/qss/production/over.png deleted file mode 100644 index 7525799..0000000 Binary files a/stuff/config/qss/production/over.png and /dev/null differ diff --git a/stuff/config/qss/production/production.qss b/stuff/config/qss/production/production.qss deleted file mode 100644 index e8b8e45..0000000 --- a/stuff/config/qss/production/production.qss +++ /dev/null @@ -1,963 +0,0 @@ -/* TOONZ 6.2 (SP1) Qt Style Test - Digital Video 2011 -*/ - -/*---------------------------------------------------------------------------*/ -QMainWindow #MainStackedWidget { - border: 6px solid rgb(60,60,60); - background-color: rgb(60,60,60); -} -/*---------------------------------------------------------------------------*/ -TPanel { - qproperty-BGColor: rgb(140,140,140); - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -.QWidget { -} -/*---------------------------------------------------------------------------*/ -/* QMenuBar */ -QMenuBar { - background-image: url(qss/production/topfade.png) 10; - background-color: rgb(180,180,180); -} -/*---------------------------------------------------------------------------*/ -/*Menu*/ -#fxMenu::item:checked, #fxMenu::item:unchecked { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - background-color: rgb(140,140,140); - color: black; - font-weight: bold; -} -#fxMenu::indicator:unchecked { - image: url(); -} -#fxMenu::indicator:checked { - image: url(); -} -#fxMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -#fxMenu::item:disabled { - color: grey; - background-color: rgb(140,140,140); -} -QMenu { - margin: 0px; - background-color: rgb(140,140,140); - border: 4px solid black; -} -QMenu::item { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - color: black; -} -QMenu::separator { - background-image: url(qss/production/menuseparator.png) 1; - height: 2px; - margin-bottom: 2px; - margin-top: 2px; - margin-left: 5px; - margin-right: 5px; -} -QMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -QMenu::item:disabled { - color: rgb(90,90,90); - background-color: rgb(140,140,140); - border: 1px solid transparent; -} -QMenu::indicator { - width: 13px; - height: 13px; -} -QMenu::indicator:unchecked { - image: url(qss/production/chk_unchk.png); -} -QMenu::indicator:checked { - image: url(qss/production/chk_chk.png); -} -/*---------------------------------------------------------------------------*/ -/*PopupButton*/ -PopupButton { - padding-left:-8px; - padding-right:4px; -} -PopupButton QMenu { - margin:2px; - background-color: rgb(140,140,140); - border: 0px; - padding: -1px; -} -PopupButton QMenu::item { - border: 1px solid transparent; - color: black; -} -PopupButton::menu-indicator { - image: url(qss/standard/down_arrow.png); - width: 10px; - height: 17px; - border-left: 1px solid grey; -} -PopupButton::menu-indicator:disabled { - image: url(qss/standard/down_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/*Outline Style PopupButtons*/ -PopupButton#Cap { - min-width: 32px; max-width: 32px; -} -PopupButton#Cap QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Cap QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -PopupButton#Join { - min-width: 32px; max-width: 32px; -} -PopupButton#Join QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Join QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -/*---------------------------------------------------------------------------*/ -/* Generic QFrame */ -QFrame { - border: 0px; - margin: 0px; - background: rgb(140,140,140); -} -/*Text disable color*/ -QFrame:disabled { - color: rgb(140,140,140); -} -#OnePixelMarginFrame { - margin: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QDialog */ -QDialog #dialogButtonFrame { - border-top: 1px solid rgb(90,90,90); - background-color: rgb(115,115,115); -} -QDialog #dialogButtonFrame QLabel { - background-color: rgb(115,115,115); -} -QDialog #dialogMainFrame { - background-color: rgb(140,140,140); - border: none; -} -/*---------------------------------------------------------------------------*/ -/* Special setting for the styleEditor */ -StyleEditor .QScrollArea { - margin: 0px; - border-right: 1px solid rgb(90,90,90); -} -StyleEditor QToolBar { - border-right: 1px solid rgb(90,90,90); -} -/*---------------------------------------------------------------------------*/ -/*Panel title bar*/ -#HorizontalPanelTitleBar { - background-color: transparent; - border-width: 8px; - border-image: url(qss/production/titlebar_horizontal.png) 8; -} -#VerticalPanelTitleBar[Active="true"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/production/titlebar_vertical.png) 8; -} -#VerticalPanelTitleBar[Active="false"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/production/titlebar_vertical_inactive.png) 8; -} -/*---------------------------------------------------------------------------*/ -#SchematicSceneViewer { - background: rgb(100,100,100); -} -/*---------------------------------------------------------------------------*/ -/*SceneViewer Ruler*/ -Ruler { - qproperty-ParentBGColor: rgb(145,145,145); -} -/*---------------------------------------------------------------------------*/ -/* Menu bar */ -#subXsheetTabBarContainer { - background: rgb(120,120,120); -} -SubSheetBar { - qproperty-ParentBGColor: rgb(140,140,140); -} -#dvTopBar { - background-color: rgb(115,115,115); -} -/*---------------------------------------------------------------------------*/ -/* Tool bar */ -#ToolBarContainer { - background: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* Tab bar */ -#TabBarContainer { - border: none; - background: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* File Browser Tree and Cast Tree background*/ -#BrowserTreeView { - background-color: rgb(120,120,120); -} -/*---------------------------------------------------------------------------*/ -/* Customize sheet scrollArea */ -/* Sheet scrollAreas. - NB.: SpreadsheetViewer e XsheetViewer va reso un unico oggetto - una volta che si e' uniformato completamente l'xsheet alle colonne numeriche.*/ -SpreadsheetViewer { - background: rgb(140,140,140); - qproperty-LightLightBGColor: rgb(200,200,200); - qproperty-LightBGColor: rgb(155,155,155); - qproperty-BGColor: rgb(125,125,125); - qproperty-DarkBGColor: rgb(160,160,160); - qproperty-LightLineColor: rgb(135,135,135 ); - qproperty-DarkLineColor: rgb(90,90,90); -} -#ScrollArea { - border:1px solid rgb(95,95,95); -} -#CellScrollArea { - border-top:1px solid rgb(95,95,95); - border-left:1px solid rgb(95,95,95); -} -XsheetViewer { - background: rgb(140,140,140); - qproperty-LightLightBGColor: rgb(200,200,200); - qproperty-LightBGColor: rgb(155,155,155); - qproperty-BGColor: rgb(125,125,125); - qproperty-DarkBGColor: rgb(160,160,160); - qproperty-LightLineColor: rgb(135,135,135); - qproperty-DarkLineColor: rgb(90,90,90); -} -#xsheetScrollArea { - background: rgb(140,140,140); - margin: 1px; -} -#cornerWidget { - background: rgb(140,140,140); -} -#XshColumnChangeObjectWidget { - background-color: rgb(155,155,155); - selection-background-color: rgb(49,106,197); - border: 1px solid black; -} -/*---------------------------------------------------------------------------*/ -/* Customize Function Area */ -FunctionPanel { - qproperty-BGColor: rgb(140,140,140); - qproperty-ValueLineColor: rgb(160,160,160); - qproperty-FrameLineColor: rgb(150,150,150); - qproperty-OtherCurvesColor: rgb(95,95,95); - qproperty-RulerBackground: rgb(160,160,160); -} -/*---------------------------------------------------------------------------*/ -/* Customize FilmStrip color */ -FilmstripFrames { - qproperty-BGColor: rgb(140,140,140); - qproperty-LightLineColor: rgb(100,100,100); - qproperty-DarkLineColor: rgb(95,95,95); -} -/*---------------------------------------------------------------------------*/ -/* Main toolbar */ -QToolBar { - /* top right bottom left */ - margin: 0px; - padding: 0px; - border-top: 1px solid rgb(90,90,90); - background-color: rgb(140,140,140); - border-image: none; -} -QToolBar::separator { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 0px; - image: url(qss/production/bottomseparator.png); - width: 3px; -} -QToolBar QToolButton[checkable=false] { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QToolButton:disabled { - border-image: none; -} -QToolBar QToolButton[checkable=false]:hover { - border-width: 2; - border-image: url(qss/production/over.png) 2; -} -QToolBar QToolButton[checkable=false]:checked, -QToolBar QToolButton[checkable=false]:pressed { - border-width: 2; - border-image: url(qss/production/click.png) 2; -} -/*Chackable buttons: NO border image*/ -QToolBar QToolButton[checkable=true] { - /* top right bottom left */ - margin: 1px -3px 0px -3px; - border: 0px solid transparent; - border-image: none; -} -QToolBar QToolButton[checkable=true]:hover { - image: none; -} -QToolBar QToolButton[checkable=true]:checked, -QToolBar QToolButton[checkable=true]:pressed { - border-image: none; -} -QToolBar QToolButton#chackableButtonWithImageBorder { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QToolButton#chackableButtonWithImageBorder:hover { - border-width: 2; - border-image: url(qss/production/over.png) 2; -} -QToolBar QToolButton#chackableButtonWithImageBorder:checked, -QToolBar QToolButton#chackableButtonWithImageBorder:pressed { - border-width: 2; - border-image: url(qss/production/click.png) 2; -} -QToolBar QToolButton::menu-button { - margin-top: 1px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QLabel { - margin-top: 1px; - background-color: rgb(140,140,140); - border-width: 2; -} -/* To hide Arrow !! */ -QToolBar QToolButton::menu-indicator { - image: none; -} -/*---------------------------------------------------------------------------*/ -/* Tool Bar */ -#toolBar { - margin: 1px; - background-color: rgb(140,140,140); -} -#toolBar QToolBar { - border: none; - margin: 1px; -} -#toolBar QToolBar::separator { - image: none; - margin: 0px 1px 0px 1px; - background-color: rgb(90,90,90); - height: 1px; -} -#toolBar QToolButton { - margin: 0px; - border: 2px solid transparent; - border-image: none; - background-color: rgb(140,140,140); -} -#toolBar QToolButton:pressed { - border-image: url(qss/production/click.png) 2; - border-width: 2; -} -#toolBar QToolButton:checked { - border-image: url(qss/production/current.png) 2; - border-width: 2; -} -#toolBar QPushButton { - border: 1px solid black; -} -/*---------------------------------------------------------------------------*/ -/* ToolOptionPanel ToolBar */ -#toolOptionBar { - border: 0px; - margin: 0px; - background-color: rgb(140,140,140); -} -#toolOptionBar::separator { - image: none; - margin-top: 0px; - margin-bottom: 0px; - margin-left: 1px; - margin-right: 1px; - background-color: rgb(90,90,90); - height: 30px; - width: 1px; -} -#toolOptionBar QWidget { - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/*Key frame navigator*/ -#keyFrameNavigator QToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; - background-color: rgb(140,140,140); -} -#keyFrameNavigator QToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/production/over.png) 2; -} -#keyFrameNavigator QToolButton:checked, -#keyFrameNavigator QToolButton:pressed { - border-width: 2; - border-image: url(qss/production/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -QMessageBox { - background-color: rgb(140,140,140); - border: 1px solid rgb(90,90,90); -} -/*---------------------------------------------------------------------------*/ -/* Customize arrows. */ -QComboBox::down-arrow, QComboBox::menu-indicator { - image: url(qss/production/down_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::down-arrow:disabled, QComboBox::down-arrow:off { - image: url(qss/production/down_arrow_disabled.png); -} -QComboBox::up-arrow { - image: url(qss/production/up_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::up-arrow:disabled, QComboBox::up-arrow:off { - image: url(qss/production/up_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -QPushButton { - border-image: url(qss/production/but.png) 2; - border-width: 2; - color: black; -} -/*---------------------------------------------------------------------------*/ -QComboBox[editable="false"] { - border-image: url(qss/production/but.png) 2; - border-width: 2; -} -QComboBox[editable="true"] { - border-image: url(qss/production/but.png) 2; - border-width: 2; -} -QComboBox:disabled, QPushButton:disabled { - border-image: url(qss/production/butdis.png) 2; - border-width: 2; - height: 22px; - color: rgb(90,90,90); -} -QComboBox:hover, QPushButton:hover { - border-image: url(qss/production/buthover.png) 2; - border-width: 2; - height: 22px; -} -QComboBox:pressed, QPushButton:pressed { - border-image: url(qss/production/but.png) 2; - border-width: 2; - height: 22px; -} -/* Customize non-editable comboboxes drop-down */ -QComboBox[editable="false"] { - padding-left: 3px; - padding-right: 2px; -} -QComboBox[editable="false"]::drop-down { - width: 20px; - border-left-style: solid; - border-left-color: darkgray; - border-left-width: 1px; -} -/* Customize editable comboboxes.*/ -QComboBox[editable="true"] { - padding-right: 16px; -} -QComboBox[editable="true"]::drop-down { - subcontrol-origin: border; - subcontrol-position: top right; - width: 13px; - position: absolute; - top: 2px; - bottom: 2px; - right: 2px; -} -QComboBox[editable="true"]::drop-down, -QComboBox[editable="true"]::drop-down:hover, -QComboBox[editable="true"]::drop-down:on { - border-width: 0px; - border-left-width: 3px; /* we need only left and center part */ -} -/*---------------------------------------------------------------------------*/ -DvScrollWidget > QPushButton { - border-image: none; - border: 0px solid black; - background-color: rgb(160,160,160); -} -DvScrollWidget > QPushButton:hover { - border-image: none; - border: 0px solid black; - background-color: rgb(180,180,180); -} -DvScrollWidget > QPushButton:pressed { - border-image: none; - border: 0px solid black; - background-color: rgb(150,150,150); -} -/*---------------------------------------------------------------------------*/ -#ScrollLeftButton { - image: url(qss/production/left_arrow_black.png); - border-right: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollRightButton { - image: url(qss/production/right_arrow_black.png); - border-left: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollUpButton { - image: url(qss/production/up_arrow_black.png); - border-bottom: 1px solid black; - min-height: 15px; - max-height: 15px; -} -#ScrollDownButton { - image: url(qss/production/down_arrow_black.png); - border-top: 1px solid black; - min-height: 15px; - max-height: 15px; -} -/*---------------------------------------------------------------------------*/ -#ToolBarContainer #ScrollLeftButton { - margin-top: 1px; -} -#ToolBarContainer #ScrollRightButton { - margin-top: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QToolButton */ -QToolButton { - border-image: url(qss/production/but.png) 2; - border-width: 2; -} -QToolButton:disabled { - border-image: url(qss/production/butdis.png) 2; - border-width: 2; -} -QToolButton:hover { - border-image: url(qss/production/buthover.png) 2; - border-width: 2; -} -QToolButton:disabled:hover { - margin-top: 1px; - border-image: none; - border-width: 0px; -} -QToolButton:pressed { - border-image: url(qss/production/but.png) 2; - border-width: 2; -} -QToolButton:checked { - border-image: url(qss/production/buthover.png) 2; - border-width: 2; -} -/*---------------------------------------------------------------------------*/ -#ToolbarToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; -} -#ToolbarToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/production/over.png) 2; -} -#ToolbarToolButton:checked, -#ToolbarToolButton:pressed { - border-width: 2; - border-image: url(qss/production/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -#StyleEditorArrowButton { - margin: 0px 0px 0px 0px; - border: 1px solid transparent; - border-image: none; - background-color: rgb(145,145,145); -} -#StyleEditorArrowButton:hover { - border-width: 1; - border-image: url(qss/production/over.png) 1; -} -#StyleEditorArrowButton:checked, -#StyleEditorArrowButton:pressed { - border-width: 1; - border-image: url(qss/production/click.png) 1; -} -/*---------------------------------------------------------------------------*/ -/* QLineEdit */ -QLineEdit { - border-image: url(qss/production/frame.png) 3; - border-width: 3; -} -QLineEdit::focus { - border-image: url(qss/production/framehover.png) 3; - border-width: 3; -} -QLineEdit:disabled { - color: rgb(40,40,40); - border-image: url(qss/production/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QPlainTextEdit & QTextEdit */ -QPlainTextEdit, QTexEdit { - border-image: url(qss/production/frame.png) 3; - border-width: 3; -} -QPlainTextEdit::focus, QTextEdit::focus { - border-image: url(qss/production/framehover.png) 3; - border-width: 3; -} -QPlainTextEdit:disabled, QTextEdit:disabled { - color: rgb(90,90,90); - border-image: url(qss/production/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QGroupBox */ -QGroupBox -{ - background-color: none; - margin-top: 5px; - padding-top: 5px; - border: 1px solid; - border-radius: 3px; -} -QGroupBox:enabled -{ - border-color: rgb(90, 90, 90); -} -QGroupBox:disabled -{ - border-color: rgb(140, 140, 140); -} -QGroupBox::title { - subcontrol-origin: border; - top: -6px; - left: 6px; -} -/*---------------------------------------------------------------------------*/ -/* QStatusBar */ -QStatusBar { - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* Customize Horizontal QSlider. */ -QSlider { - height: 20; -} -QSlider::groove:horizontal { - border-image: url(qss/production/sl_groove.png) 1; - border-width: 1; - height: 1px; -} -QSlider::handle:horizontal { - image: url(qss/production/h_handle.png); - width: 16px; - margin: -16px -4px; -} -/* Customize Horizontal QSlider that have name "colorSlider" */ -#colorSlider::groove:horizontal { - border-image: none; -} -#colorSlider::handle:horizontal { - image: url(qss/production/h_chandle.png); - width: 16px; - margin: -16px -3px -16px -4px; -} - -/*---------------------------------------------------------------------------*/ - -#IntPairField { - qproperty-HandleLeftPixmap: url(qss/production/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/production/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/production/h_slider_left.png); - qproperty-HandleRightGrayPixmap: url(qss/production/h_slider_right.png); -} - -/*---------------------------------------------------------------------------*/ - -#DoublePairField { - qproperty-HandleLeftPixmap: url(qss/production/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/production/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/production/h_slider_left.png); - qproperty-HandleRightGrayPixmap: url(qss/production/h_slider_right.png); -} - -/*---------------------------------------------------------------------------*/ - -/* Flipbook Slider. */ -FlipSlider { - qproperty-PBHeight: 10; - - qproperty-PBOverlay: url(qss/production/flipslider.png); - qproperty-PBMarker: url(qss/production/flipmarker.png); - - qproperty-PBColorMarginLeft: 2; - qproperty-PBColorMarginTop: 2; - qproperty-PBColorMarginRight: 2; - qproperty-PBColorMarginBottom: 3; - - qproperty-PBMarkerMarginLeft: 2; - qproperty-PBMarkerMarginRight: 2; - - qproperty-baseColor: rgb(235,235,235); - qproperty-notStartedColor: rgb(210,40,40); - qproperty-startedColor: rgb(220,160,160); - qproperty-finishedColor: rgb(235,235,235); -} - -/*---------------------------------------------------------------------------*/ - -/* Customize QTabBar */ -QTabBar { - height: 22px; - border: 0px; -} -QTabBar::tab { - top: -1px; - min-width: 54px; - min-height: 15px; -} -QTabBar::tab:selected { - padding-top: 2px; - border-image: url(qss/production/uptab.png) 4; - border-width: 4; -} -QTabBar::tab:only-one { - padding-top: 2px; - border-image: url(qss/production/oouptab.png) 4; - border-width: 4; -} -QTabBar::tab:first:selected { - border-image: url(qss/production/fuptab.png) 4; - border-width: 4; -} -QTabBar::tab:!selected { - margin-top: 2px; - border-image: url(qss/production/tab.png) 4; - border-width: 4; -} -QTabBar::tab:first:!selected { - border-image: url(qss/production/ftab.png) 4; - border-width: 4; -} -QTabBar::tab:last:!selected { - border-image: url(qss/production/ltab.png) 4; - border-width: 4; -} -/* Customize RoomTabWidget */ -/* ATTENTION: These declarations must be putted after the QTabBar ones */ -RoomTabWidget { - height: 22px; - background-color: rgb(120,120,120); - color: white; -} -RoomTabWidget::tab { - top: 1px; - min-width: 54px; - min-height: 15px; -} -RoomTabWidget::tab:selected { - border-image: url(qss/production/uptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:first:selected, RoomTabWidget::tab:only-one { - border-image: url(qss/production/fuptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:!selected { - margin-top: 2px; - border-image: url(qss/production/tbtab.png) 4; - border-width: 4; - font: normal; -} -RoomTabWidget::tab:first:!selected { - border-image: url(qss/production/ftbtab.png) 4; - border-width: 4; -} -RoomTabWidget::tab:last:!selected { - border-image: url(qss/production/ltbtab.png) 4; - border-width: 4; -} -/*---------------------------------------------------------------------------*/ -/* Customize QScrollBar horizontal*/ -QScrollBar:horizontal { - background-image: url(qss/production/sb_h.png); - height: 16px; - margin-top: 0px; - margin-bottom: 0px; - margin-right:15px; - margin-left:15px; -} -QScrollBar::handle:horizontal { - border-image: url(qss/production/sb_hhandle.png)3; - border-width: 3; - image: url(qss/production/sb_hline.png); - image-position: center center; -} -QScrollBar::add-line:horizontal { - image: url(qss/production/sb_rarrow.png); - width: 15px; - subcontrol-position: right; - subcontrol-origin: margin; -} -QScrollBar::sub-line:horizontal { - image: url(qss/production/sb_larrow.png); - width: 15px; - subcontrol-position: left; - subcontrol-origin: margin; -} -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; -} -/* Customize QScrollBar vertical*/ -QScrollBar:vertical { - background-image: url(qss/production/sb_v.png); - width: 16px; - margin-left: 0px; - margin-right: 0px; - margin-top:15px; - margin-bottom:15px; -} -QScrollBar::handle:vertical { - border-image: url(qss/production/sb_vhandle.png)3; - border-width: 3; - image: url(qss/production/sb_vline.png); - image-position: center center; -} -QScrollBar::add-line:vertical { - image: url(qss/production/sb_downarrow.png); - height: 15px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} -QScrollBar::sub-line:vertical { - image: url(qss/production/sb_uparrow.png); - height: 15px; - subcontrol-position: top; - subcontrol-origin: margin; -} -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; -} -/*---------------------------------------------------------------------------*/ -/* Customize check boxes. */ -QCheckBox { - spacing: 1px; -} -QCheckBox::indicator { - width: 13px; - height: 13px; -} -QCheckBox::indicator:unchecked, QTreeView::indicator:unchecked { - image: url(qss/production/chk_unchk.png); -} -QCheckBox::indicator:checked, QTreeView::indicator:checked { - image: url(qss/production/chk_chk.png); -} -/*---------------------------------------------------------------------------*/ -/* Customize radio buttons. */ -QRadioButton { - spacing: 5px; -} -QRadioButton::indicator { - width: 13px; - height: 13px; -} -QRadioButton::indicator::unchecked { - image: url(qss/production/radio.png); -} -QRadioButton::indicator::checked { - image: url(qss/production/radio_p.png); -} -/*---------------------------------------------------------------------------*/ -/* QSplitter (Un pochettino assumo che sono tutti verticali) */ -QSplitter { - background-color: rgb(120,120,120); -} -QSplitter::handle { - margin: 0px; - background-color: rgb(120,120,120); -} -QSplitter::handle:horizontal { - image: url(qss/production/hsplitter_handle.png); - border-left: 1px solid rgb(90,90,90); - border-right: 1px solid rgb(90,90,90); - image-position: center center; -} -QSplitter::handle:vertical { - image: url(qss/production/vsplitter_handle.png); - border-top: 1px solid rgb(90,90,90); - border-bottom: 1px solid rgb(90,90,90); - padding-left: 1px; - padding-right: 1px; - image-position: center center; -} -/*---------------------------------------------------------------------------*/ -/* QToolTip */ -QToolTip { - border: 1px solid black; - background-color: rgb(255,255,225); -} -/*---------------------------------------------------------------------------*/ -/* Generic Separators with inscribed name */ -DVGui--Separator { - alternate-background-color: rgb(120, 120, 120); /* line color */ -} -/*---------------------------------------------------------------------------*/ -/* Export Level Popup Options */ -#ExportLevelOptions -{ - background-color: rgb(115,115,115); -} -#ExportLevelOptions QWidget -{ - background-color: none; -} -ExportLevelPopup DVGui--Separator { - padding: 0px 5px 0px 5px; - alternate-background-color: rgb(90, 90, 90); -} diff --git a/stuff/config/qss/production/production_mac.qss b/stuff/config/qss/production/production_mac.qss deleted file mode 100644 index 2397de1..0000000 --- a/stuff/config/qss/production/production_mac.qss +++ /dev/null @@ -1,998 +0,0 @@ -/* TOONZ 6.2 (SP1) Qt Style Test - Digital Video 2011 -*/ - -/*---------------------------------------------------------------------------*/ -QMainWindow #MainStackedWidget { - border: 6px solid rgb(60,60,60); - background-color: rgb(60,60,60); -} -/*---------------------------------------------------------------------------*/ -/*------------ Mac OS ------------*/ -TPanel { - qproperty-BGColor: rgb(140,140,140); - background-color: rgb(140,140,140); - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*---------------------------------------------------------------------------*/ -.QWidget { -} -/*---------------------------------------------------------------------------*/ -/* QMenuBar */ -QMenuBar { - background-color: rgb(180,180,180); - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*---------------------------------------------------------------------------*/ -/*Menu*/ -#fxMenu::item:checked, #fxMenu::item:unchecked { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - background-color: rgb(140,140,140); - color: black; - font-weight: bold; -} -#fxMenu::indicator:unchecked { - image: url(); -} -#fxMenu::indicator:checked { - image: url(); -} -#fxMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -#fxMenu::item:disabled { - color: gray; - background-color: rgb(140,140,140); -} -QMenu { - margin: 2px; - background-color: rgb(140,140,140); - border: 4px solid black; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QMenu::item { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - color: black; -} -QMenu::separator { - background-image: url(qss/production/menuseparator.png) 1; - height: 2px; - margin-bottom: 2px; - margin-top: 2px; - margin-left: 5px; - margin-right: 5px; -} -QMenu::item:selected { - color: white; -} -QMenu::item:disabled { - color: rgb(90,90,90); - background-color: rgb(140,140,140); - border: 1px solid transparent; -} -QMenu::indicator { - width: 13px; - height: 13px; -} -QMenu::indicator:unchecked { - image: url(qss/production/chk_unchk.png); -} -QMenu::indicator:checked { - image: url(qss/production/chk_chk.png); -} -/*---------------------------------------------------------------------------*/ -/*PopupButton*/ -PopupButton { - padding-left:-8px; - padding-right:4px; -} -PopupButton QMenu { - margin:2px; - background-color: rgb(140,140,140); - border: 0px; - padding: -1px; -} -PopupButton QMenu::item { - border: 1px solid transparent; - color: black; -} -PopupButton::menu-indicator { - image: url(qss/standard/down_arrow.png); - width: 10px; - height: 17px; - border-left: 1px solid grey; -} -PopupButton::menu-indicator:disabled { - image: url(qss/standard/down_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/*Outline Style PopupButtons*/ -PopupButton#Cap { - min-width: 32px; max-width: 32px; -} -PopupButton#Cap QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Cap QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -PopupButton#Join { - min-width: 32px; max-width: 32px; -} -PopupButton#Join QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Join QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -/*---------------------------------------------------------------------------*/ -/* Generic QFrame */ -QFrame { - border: 0px; - margin: 0px; - background: rgb(140,140,140); - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*Text disable color*/ -QFrame:disabled { - color: rgb(120,120,120); -} -#OnePixelMarginFrame { - margin: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QDialog */ -QDialog #dialogButtonFrame { - border-top: 1px solid rgb(90,90,90); - background-color: rgb(115,115,115); -} -QDialog #dialogButtonFrame QLabel { - background-color: rgb(115,115,115); -} -QDialog #dialogMainFrame { - background-color: rgb(140,140,140); - border: none; -} -/*---------------------------------------------------------------------------*/ -/* Special setting for the styleEditor */ -StyleEditor .QScrollArea { - margin: 0px; - border-right: 1px solid rgb(90,90,90); -} -StyleEditor QToolBar { - border-right: 1px solid rgb(90,90,90); -} -/*---------------------------------------------------------------------------*/ -/*Panel title bar*/ -#HorizontalPanelTitleBar { - background-color: transparent; - border-width: 8px; - border-image: url(qss/production/titlebar_horizontal.png) 8; -} -#VerticalPanelTitleBar[Active="true"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/production/titlebar_vertical.png) 8; -} -#VerticalPanelTitleBar[Active="false"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/production/titlebar_vertical_inactive.png) 8; -} -/*---------------------------------------------------------------------------*/ -#SchematicSceneViewer { - background: rgb(100,100,100); -} -/*---------------------------------------------------------------------------*/ -/*SceneViewer Ruler*/ -Ruler { - qproperty-ParentBGColor: rgb(145,145,145); -} -/*---------------------------------------------------------------------------*/ -/* Menu bar */ -#subXsheetTabBarContainer { - background: rgb(120,120,120); -} -SubSheetBar { - qproperty-ParentBGColor: rgb(140,140,140); -} -#dvTopBar { - background-image: url(qss/production/topfade.png) 10; -} -/*---------------------------------------------------------------------------*/ -/* Tool bar */ -#ToolBarContainer { - background: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* Tab bar */ -#TabBarContainer { - border: none; - background: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* File Browser Tree and Cast Tree background*/ -#BrowserTreeView { - background-color: rgb(120,120,120); -} -/*---------------------------------------------------------------------------*/ -/* Customize sheet scrollArea */ -/* Sheet scrollAreas. - NB.: SpreadsheetViewer e XsheetViewer va reso un unico oggetto - una volta che si e' uniformato completamente l'xsheet alle colonne numeriche.*/ -SpreadsheetViewer { - background: rgb(140,140,140); - qproperty-LightLightBGColor: rgb(200,200,200); - qproperty-LightBGColor: rgb(155,155,155); - qproperty-BGColor: rgb(125,125,125); - qproperty-DarkBGColor: rgb(160,160,160); - qproperty-LightLineColor: rgb(135,135,135 ); - qproperty-DarkLineColor: rgb(90,90,90); -} -#ScrollArea { - border:1px solid rgb(95,95,95); -} -#CellScrollArea { - border-top:1px solid rgb(95,95,95); - border-left:1px solid rgb(95,95,95); -} -XsheetViewer { - background: rgb(140,140,140); - qproperty-LightLightBGColor: rgb(200,200,200); - qproperty-LightBGColor: rgb(155,155,155); - qproperty-BGColor: rgb(125,125,125); - qproperty-DarkBGColor: rgb(160,160,160); - qproperty-LightLineColor: rgb(135,135,135); - qproperty-DarkLineColor: rgb(90,90,90); -} -#xsheetScrollArea { - background: rgb(140,140,140); - margin: 1px; -} -#cornerWidget { - background: rgb(140,140,140); -} -#XshColumnChangeObjectWidget { - background-color: rgb(155,155,155); - selection-background-color: rgb(49,106,197); - border: 1px solid black -} -/*---------------------------------------------------------------------------*/ -/* Customize Function Area */ -FunctionPanel { - qproperty-BGColor: rgb(140,140,140); - qproperty-ValueLineColor: rgb(160,160,160); - qproperty-FrameLineColor: rgb(150,150,150); - qproperty-OtherCurvesColor: rgb(95,95,95); - qproperty-RulerBackground: rgb(160,160,160); -} -/*---------------------------------------------------------------------------*/ -/* Customize FilmStrip color */ -FilmstripFrames { - qproperty-BGColor: rgb(140,140,140); - qproperty-LightLineColor: rgb(100,100,100); - qproperty-DarkLineColor: rgb(95,95,95); -} -/*---------------------------------------------------------------------------*/ -/* Main toolbar */ -QToolBar { - /* top right bottom left */ - margin: 0px; - padding: 0px; - border-top: 1px solid rgb(90,90,90); - background-color: rgb(140,140,140); - border-image: none; -} -QToolBar::separator { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 0px; - image: url(qss/production/bottomseparator.png); - width: 3px; -} -QToolBar QToolButton[checkable=false] { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QToolButton:disabled { - border-image: none; -} -QToolBar QToolButton[checkable=false]:hover { - border-width: 2; - border-image: url(qss/production/over.png) 2; -} -QToolBar QToolButton[checkable=false]:checked, -QToolBar QToolButton[checkable=false]:pressed { - border-width: 2; - border-image: url(qss/production/click.png) 2; -} -/*Chackable buttons: NO border image*/ -QToolBar QToolButton[checkable=true] { - /* top right bottom left */ - margin: 1px -3px 0px -3px; - border: 0px solid transparent; - border-image: none; -} -QToolBar QToolButton[checkable=true]:hover { - image: none; -} -QToolBar QToolButton[checkable=true]:checked, -QToolBar QToolButton[checkable=true]:pressed { - border-image: none; -} -QToolBar QToolButton#chackableButtonWithImageBorder { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QToolButton#chackableButtonWithImageBorder:hover { - border-width: 2; - border-image: url(qss/production/over.png) 2; -} -QToolBar QToolButton#chackableButtonWithImageBorder:checked, -QToolBar QToolButton#chackableButtonWithImageBorder:pressed { - border-width: 2; - border-image: url(qss/production/click.png) 2; -} -QToolBar QToolButton::menu-button { - margin-top: 1px; - border-image: none; - background-color: rgb(140,140,140); -} -QToolBar QLabel { - margin-top: 1px; - background-color: rgb(140,140,140); - border-width: 2; -} -/* To hide Arrow !! */ -QToolBar QToolButton::menu-indicator { - image: none; -} -/*---------------------------------------------------------------------------*/ -/* Tool Bar */ -#toolBar { - margin: 1px; - background-color: rgb(140,140,140); -} -#toolBar QToolBar { - border: none; - margin: 1px; -} -#toolBar QToolBar::separator { - image: none; - margin: 0px 1px 0px 1px; - background-color: rgb(90,90,90); - height: 1px; -} -#toolBar QToolButton { - margin: 0px; - border: 2px solid transparent; - border-image: none; - background-color: rgb(140,140,140); -} -#toolBar QToolButton:pressed { - border-image: url(qss/production/click.png) 2; - border-width: 2; -} -#toolBar QToolButton:checked { - border-image: url(qss/production/current.png) 2; - border-width: 2; -} -#toolBar QPushButton { - border: 1px solid black; -} -/*---------------------------------------------------------------------------*/ -/* ToolOptionPanel ToolBar */ -#toolOptionBar { - border: 0px; - margin: 0px; - background-color: rgb(140,140,140); -} -#toolOptionBar::separator { - image: none; - margin-top: 0px; - margin-bottom: 0px; - margin-left: 1px; - margin-right: 1px; - background-color: rgb(90,90,90); - height: 30px; - width: 1px; -} -#toolOptionBar QWidget { - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/*Key frame navigator*/ -#keyFrameNavigator QToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; - background-color: rgb(140,140,140); -} -#keyFrameNavigator QToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/production/over.png) 2; -} -#keyFrameNavigator QToolButton:checked, -#keyFrameNavigator QToolButton:pressed { - border-width: 2; - border-image: url(qss/production/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -QMessageBox { - background-color: rgb(140,140,140); - border: 1px solid rgb(90,90,90); -} -/*---------------------------------------------------------------------------*/ -/* Customize arrows. */ -QComboBox::down-arrow, QComboBox::menu-indicator { - image: url(qss/production/down_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::down-arrow:disabled, QComboBox::down-arrow:off { - image: url(qss/production/down_arrow_disabled.png); -} -QComboBox::up-arrow { - image: url(qss/production/up_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::up-arrow:disabled, QComboBox::up-arrow:off { - image: url(qss/production/up_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -QPushButton { - border-image: url(qss/production/but.png) 2; - border-width: 2; - color: black; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*---------------------------------------------------------------------------*/ -QComboBox { - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QComboBox[editable="false"] { - border-image: url(qss/production/but.png) 2; - border-width: 2; -} -QComboBox[editable="true"] { - border-image: url(qss/production/but.png) 2; - border-width: 2; -} -QComboBox:disabled, QPushButton:disabled { - border-image: url(qss/production/butdis.png) 2; - border-width: 2; - height: 22px; - color: rgb(90,90,90); -} -QComboBox:hover, QPushButton:hover { - border-image: url(qss/production/buthover.png) 2; - border-width: 2; - height: 22px; -} -QComboBox:pressed, QPushButton:pressed { - border-image: url(qss/production/but.png) 2; - border-width: 2; - height: 22px; -} -/* Customize non-editable comboboxes drop-down */ -QComboBox[editable="false"] { - padding-left: 3px; - padding-right: 2px; -} -QComboBox[editable="false"]::drop-down { - width: 15px; - border-left-style: solid; - border-left-color: darkgray; - border-left-width: 1px; -} -/* Customize editable comboboxes.*/ -QComboBox[editable="true"] { - padding-right: 16px; -} -QComboBox[editable="true"]::drop-down { - subcontrol-origin: border; - subcontrol-position: top right; - width: 13px; - position: absolute; - top: 2px; - bottom: 2px; - right: 2px; -} -QComboBox[editable="true"]::drop-down, -QComboBox[editable="true"]::drop-down:hover, -QComboBox[editable="true"]::drop-down:on { - border-width: 0px; - border-left-width: 3px; /* we need only left and center part */ -} -/*---------------------------------------------------------------------------*/ -DvScrollWidget > QPushButton { - border-image: none; - border: 0px solid black; - background-color: rgb(160,160,160); -} -DvScrollWidget > QPushButton:hover { - border-image: none; - border: 0px solid black; - background-color: rgb(180,180,180); -} -DvScrollWidget > QPushButton:pressed { - border-image: none; - border: 0px solid black; - background-color: rgb(150,150,150); -} -/*---------------------------------------------------------------------------*/ -#ScrollLeftButton { - image: url(qss/production/left_arrow_black.png); - border-right: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollRightButton { - image: url(qss/production/right_arrow_black.png); - border-left: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollUpButton { - image: url(qss/production/up_arrow_black.png); - border-bottom: 1px solid black; - min-height: 15px; - max-height: 15px; -} -#ScrollDownButton { - image: url(qss/production/down_arrow_black.png); - border-top: 1px solid black; - min-height: 15px; - max-height: 15px; -} -/*---------------------------------------------------------------------------*/ -#ToolBarContainer #ScrollLeftButton { - margin-top: 1px; -} -#ToolBarContainer #ScrollRightButton { - margin-top: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QToolButton */ -QToolButton { - border-image: url(qss/production/but.png) 2; - border-width: 2; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QToolButton:disabled { - border-image: url(qss/production/butdis.png) 2; - border-width: 2; -} -QToolButton:hover { - border-image: url(qss/production/buthover.png) 2; - border-width: 2; -} -QToolButton:disabled:hover { - margin-top: 1px; - border-image: none; - border-width: 0px; -} -QToolButton:pressed { - border-image: url(qss/production/but.png) 2; - border-width: 2; -} -QToolButton:checked { - border-image: url(qss/production/buthover.png) 2; - border-width: 2; -} -/*---------------------------------------------------------------------------*/ -#ToolbarToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; -} -#ToolbarToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/production/over.png) 2; -} -#ToolbarToolButton:checked, -#ToolbarToolButton:pressed { - border-width: 2; - border-image: url(qss/production/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -#StyleEditorArrowButton { - margin: 0px 0px 0px 0px; - border: 1px solid transparent; - border-image: none; - background-color: rgb(145,145,145); -} -#StyleEditorArrowButton:hover { - border-width: 1; - border-image: url(qss/production/over.png) 1; -} -#StyleEditorArrowButton:checked, -#StyleEditorArrowButton:pressed { - border-width: 1; - border-image: url(qss/production/click.png) 1; -} -/*---------------------------------------------------------------------------*/ -/* QLineEdit */ -QLineEdit { - border-image: url(qss/production/frame.png) 3; - border-width: 3; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QLineEdit::focus { - border-image: url(qss/production/framehover.png) 3; - border-width: 3; -} -QLineEdit:disabled { - color: rgb(40,40,40); - border-image: url(qss/production/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QPlainTextEdit & QTextEdit */ -QPlainTextEdit, QTexEdit { - border-image: url(qss/production/frame.png) 3; - border-width: 3; -} -QPlainTextEdit::focus, QTextEdit::focus { - border-image: url(qss/production/framehover.png) 3; - border-width: 3; -} -QPlainTextEdit:disabled, QTextEdit:disabled { - color: rgb(135,135,135); - border-image: url(qss/production/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QGroupBox */ -QGroupBox -{ - background-color: none; - margin-top: 5px; - padding-top: 5px; - border: 1px solid; - border-radius: 3px; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QGroupBox:enabled -{ - border-color: rgb(90, 90, 90); -} -QGroupBox:disabled -{ - border-color: rgb(140, 140, 140); -} -QGroupBox::title { - subcontrol-origin: border; - top: -6px; - left: 6px; -} -/*---------------------------------------------------------------------------*/ -/* QStatusBar */ -QStatusBar { - background-color: rgb(140,140,140); -} -/*---------------------------------------------------------------------------*/ -/* Customize Horizontal QSlider. */ -QSlider { - height: 20; -} -QSlider::groove:horizontal { - border-image: url(qss/production/sl_groove.png) 1; - border-width: 1; - height: 1px; -} -QSlider::handle:horizontal { - image: url(qss/production/h_handle.png); - width: 16px; - margin: -16px -4px; -} -/* Customize Horizontal QSlider that have name "colorSlider" */ -#colorSlider::groove:horizontal { - border-image: none; -} -#colorSlider::handle:horizontal { - image: url(qss/production/h_chandle.png); - width: 16px; - margin: -16px -3px -16px -4px; -} - -/*---------------------------------------------------------------------------*/ - -#IntPairField { - qproperty-HandleLeftPixmap: url(qss/production/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/production/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/production/h_slider_left.png); - qproperty-HandleRightGrayPixmap: url(qss/production/h_slider_right.png); -} - -/*---------------------------------------------------------------------------*/ - -#DoublePairField { - qproperty-HandleLeftPixmap: url(qss/production/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/production/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/production/h_slider_left.png); - qproperty-HandleRightGrayPixmap: url(qss/production/h_slider_right.png); -} - -/*---------------------------------------------------------------------------*/ - -/* Flipbook Slider. */ -FlipSlider { - qproperty-PBHeight: 10; - - qproperty-PBOverlay: url(qss/production/flipslider.png); - qproperty-PBMarker: url(qss/production/flipmarker.png); - - qproperty-PBColorMarginLeft: 2; - qproperty-PBColorMarginTop: 2; - qproperty-PBColorMarginRight: 2; - qproperty-PBColorMarginBottom: 3; - - qproperty-PBMarkerMarginLeft: 2; - qproperty-PBMarkerMarginRight: 2; - - qproperty-baseColor: rgb(235,235,235); - qproperty-notStartedColor: rgb(210,40,40); - qproperty-startedColor: rgb(220,160,160); - qproperty-finishedColor: rgb(235,235,235); -} - -/*---------------------------------------------------------------------------*/ -/* Customize QTabBar */ -QTabBar { - height: 22px; - border: 0px; -} -QTabBar::tab { - top: -1px; - min-width: 54px; - min-height: 15px; -} -QTabBar::tab:selected { - padding-top: 2px; - border-image: url(qss/production/uptab.png) 4; - border-width: 4; -} -QTabBar::tab:only-one { - padding-top: 2px; - border-image: url(qss/production/oouptab.png) 4; - border-width: 4; -} -QTabBar::tab:first:selected { - border-image: url(qss/production/fuptab.png) 4; - border-width: 4; -} -QTabBar::tab:!selected { - margin-top: 2px; - border-image: url(qss/production/tab.png) 4; - border-width: 4; -} -QTabBar::tab:first:!selected { - border-image: url(qss/production/ftab.png) 4; - border-width: 4; -} -QTabBar::tab:last:!selected { - border-image: url(qss/production/ltab.png) 4; - border-width: 4; -} -/* Customize RoomTabWidget */ -/* ATTENTION: These declarations must be putted after the QTabBar ones */ -RoomTabWidget { - height: 22px; - background-color: rgb(120,120,120); - color: white; -} -RoomTabWidget::tab { - top: 1px; - min-width: 54px; - min-height: 15px; -} -RoomTabWidget::tab:selected { - border-image: url(qss/production/uptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:first:selected, RoomTabWidget::tab:only-one { - border-image: url(qss/production/fuptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:!selected { - margin-top: 2px; - border-image: url(qss/production/tbtab.png) 4; - border-width: 4; - font: normal; -} -RoomTabWidget::tab:first:!selected { - border-image: url(qss/production/ftbtab.png) 4; - border-width: 4; -} -RoomTabWidget::tab:last:!selected { - border-image: url(qss/production/ltbtab.png) 4; - border-width: 4; -} -/*---------------------------------------------------------------------------*/ -/* Customize QScrollBar horizontal*/ -QScrollBar:horizontal { - background-image: url(qss/production/sb_h.png); - height: 16px; - margin-top: 0px; - margin-bottom: 0px; - margin-right:15px; - margin-left:15px; -} -QScrollBar::handle:horizontal { - border-image: url(qss/production/sb_hhandle.png)3; - border-width: 3; - image: url(qss/production/sb_hline.png); - image-position: center center; -} -QScrollBar::add-line:horizontal { - image: url(qss/production/sb_rarrow.png); - width: 15px; - subcontrol-position: right; - subcontrol-origin: margin; -} -QScrollBar::sub-line:horizontal { - image: url(qss/production/sb_larrow.png); - width: 15px; - subcontrol-position: left; - subcontrol-origin: margin; -} -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; -} -/* Customize QScrollBar vertical*/ -QScrollBar:vertical { - background-image: url(qss/production/sb_v.png); - width: 16px; - margin-left: 0px; - margin-right: 0px; - margin-top:15px; - margin-bottom:15px; -} -QScrollBar::handle:vertical { - border-image: url(qss/production/sb_vhandle.png)3; - border-width: 3; - image: url(qss/production/sb_vline.png); - image-position: center center; -} -QScrollBar::add-line:vertical { - image: url(qss/production/sb_downarrow.png); - height: 15px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} -QScrollBar::sub-line:vertical { - image: url(qss/production/sb_uparrow.png); - height: 15px; - subcontrol-position: top; - subcontrol-origin: margin; -} -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; -} -/*---------------------------------------------------------------------------*/ -/* Customize check boxes. */ -QCheckBox { - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; - spacing: 1px; -} -QCheckBox::indicator { - width: 13px; - height: 13px; -} -QCheckBox::indicator:unchecked, QTreeView::indicator:unchecked { - image: url(qss/production/chk_unchk.png); -} -QCheckBox::indicator:checked, QTreeView::indicator:checked { - image: url(qss/production/chk_chk.png); -} -/*---------------------------------------------------------------------------*/ -/* Customize radio buttons. */ -QRadioButton { - spacing: 5px; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QRadioButton::indicator { - width: 13px; - height: 13px; -} -QRadioButton::indicator::unchecked { - image: url(qss/production/radio.png); -} -QRadioButton::indicator::checked { - image: url(qss/production/radio_p.png); -} -/*---------------------------------------------------------------------------*/ -/* QSplitter (Un pochettino assumo che sono tutti verticali) */ -QSplitter { - background-color: rgb(120,120,120); -} -QSplitter::handle { - margin: 0px; - background-color: rgb(120,120,120); -} -QSplitter::handle:horizontal { - image: url(qss/production/hsplitter_handle.png); - border-left: 1px solid rgb(90,90,90); - border-right: 1px solid rgb(90,90,90); - image-position: center center; -} -QSplitter::handle:vertical { - image: url(qss/production/vsplitter_handle.png); - border-top: 1px solid rgb(90,90,90); - border-bottom: 1px solid rgb(90,90,90); - padding-left: 1px; - padding-right: 1px; - image-position: center center; -} -/*---------------------------------------------------------------------------*/ -/* QToolTip */ -QToolTip { - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; - border: 1px solid black; - background-color: rgb(255,255,225); -} -/*---------------------------------------------------------------------------*/ -/* Generic Separators with inscribed name */ -DVGui--Separator { - alternate-background-color: rgb(120, 120, 120); /* line color */ -} -/*---------------------------------------------------------------------------*/ -/* Export Level Popup Options */ -#ExportLevelOptions -{ - background-color: rgb(115,115,115); -} -#ExportLevelOptions QWidget -{ - background-color: none; -} -ExportLevelPopup DVGui--Separator { - padding: 0px 5px 0px 5px; - alternate-background-color: rgb(90, 90, 90); -} diff --git a/stuff/config/qss/production/radio.png b/stuff/config/qss/production/radio.png deleted file mode 100644 index 11b3d03..0000000 Binary files a/stuff/config/qss/production/radio.png and /dev/null differ diff --git a/stuff/config/qss/production/radio_p.png b/stuff/config/qss/production/radio_p.png deleted file mode 100644 index f85b433..0000000 Binary files a/stuff/config/qss/production/radio_p.png and /dev/null differ diff --git a/stuff/config/qss/production/right_arrow_black.png b/stuff/config/qss/production/right_arrow_black.png deleted file mode 100644 index 8878c62..0000000 Binary files a/stuff/config/qss/production/right_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/production/sb_downarrow.png b/stuff/config/qss/production/sb_downarrow.png deleted file mode 100644 index 8590401..0000000 Binary files a/stuff/config/qss/production/sb_downarrow.png and /dev/null differ diff --git a/stuff/config/qss/production/sb_h.png b/stuff/config/qss/production/sb_h.png deleted file mode 100644 index 13d8d42..0000000 Binary files a/stuff/config/qss/production/sb_h.png and /dev/null differ diff --git a/stuff/config/qss/production/sb_hhandle.png b/stuff/config/qss/production/sb_hhandle.png deleted file mode 100644 index 8a54c49..0000000 Binary files a/stuff/config/qss/production/sb_hhandle.png and /dev/null differ diff --git a/stuff/config/qss/production/sb_hline.png b/stuff/config/qss/production/sb_hline.png deleted file mode 100644 index a94e491..0000000 Binary files a/stuff/config/qss/production/sb_hline.png and /dev/null differ diff --git a/stuff/config/qss/production/sb_larrow.png b/stuff/config/qss/production/sb_larrow.png deleted file mode 100644 index f7d81ed..0000000 Binary files a/stuff/config/qss/production/sb_larrow.png and /dev/null differ diff --git a/stuff/config/qss/production/sb_rarrow.png b/stuff/config/qss/production/sb_rarrow.png deleted file mode 100644 index b032c92..0000000 Binary files a/stuff/config/qss/production/sb_rarrow.png and /dev/null differ diff --git a/stuff/config/qss/production/sb_uparrow.png b/stuff/config/qss/production/sb_uparrow.png deleted file mode 100644 index 89dcd79..0000000 Binary files a/stuff/config/qss/production/sb_uparrow.png and /dev/null differ diff --git a/stuff/config/qss/production/sb_v.png b/stuff/config/qss/production/sb_v.png deleted file mode 100644 index 9c60cab..0000000 Binary files a/stuff/config/qss/production/sb_v.png and /dev/null differ diff --git a/stuff/config/qss/production/sb_vhandle.png b/stuff/config/qss/production/sb_vhandle.png deleted file mode 100644 index 388d0e0..0000000 Binary files a/stuff/config/qss/production/sb_vhandle.png and /dev/null differ diff --git a/stuff/config/qss/production/sb_vline.png b/stuff/config/qss/production/sb_vline.png deleted file mode 100644 index 2ac4415..0000000 Binary files a/stuff/config/qss/production/sb_vline.png and /dev/null differ diff --git a/stuff/config/qss/production/sl_groove.png b/stuff/config/qss/production/sl_groove.png deleted file mode 100644 index 81b2865..0000000 Binary files a/stuff/config/qss/production/sl_groove.png and /dev/null differ diff --git a/stuff/config/qss/production/tab.png b/stuff/config/qss/production/tab.png deleted file mode 100644 index 8a437d3..0000000 Binary files a/stuff/config/qss/production/tab.png and /dev/null differ diff --git a/stuff/config/qss/production/tbtab.png b/stuff/config/qss/production/tbtab.png deleted file mode 100644 index 834b0f7..0000000 Binary files a/stuff/config/qss/production/tbtab.png and /dev/null differ diff --git a/stuff/config/qss/production/titlebar_horizontal.png b/stuff/config/qss/production/titlebar_horizontal.png deleted file mode 100644 index 962f0cc..0000000 Binary files a/stuff/config/qss/production/titlebar_horizontal.png and /dev/null differ diff --git a/stuff/config/qss/production/titlebar_vertical _inactive.png b/stuff/config/qss/production/titlebar_vertical _inactive.png deleted file mode 100644 index f365f9e..0000000 Binary files a/stuff/config/qss/production/titlebar_vertical _inactive.png and /dev/null differ diff --git a/stuff/config/qss/production/titlebar_vertical.png b/stuff/config/qss/production/titlebar_vertical.png deleted file mode 100644 index f365f9e..0000000 Binary files a/stuff/config/qss/production/titlebar_vertical.png and /dev/null differ diff --git a/stuff/config/qss/production/topfade.png b/stuff/config/qss/production/topfade.png deleted file mode 100644 index e021e97..0000000 Binary files a/stuff/config/qss/production/topfade.png and /dev/null differ diff --git a/stuff/config/qss/production/up_arrow.png b/stuff/config/qss/production/up_arrow.png deleted file mode 100644 index 749c418..0000000 Binary files a/stuff/config/qss/production/up_arrow.png and /dev/null differ diff --git a/stuff/config/qss/production/up_arrow_black.png b/stuff/config/qss/production/up_arrow_black.png deleted file mode 100644 index 6c27909..0000000 Binary files a/stuff/config/qss/production/up_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/production/up_arrow_disabled.png b/stuff/config/qss/production/up_arrow_disabled.png deleted file mode 100644 index 365da38..0000000 Binary files a/stuff/config/qss/production/up_arrow_disabled.png and /dev/null differ diff --git a/stuff/config/qss/production/uptab.png b/stuff/config/qss/production/uptab.png deleted file mode 100644 index b470ef8..0000000 Binary files a/stuff/config/qss/production/uptab.png and /dev/null differ diff --git a/stuff/config/qss/production/uptbtab.png b/stuff/config/qss/production/uptbtab.png deleted file mode 100644 index 0e3b303..0000000 Binary files a/stuff/config/qss/production/uptbtab.png and /dev/null differ diff --git a/stuff/config/qss/production/vsplitter_handle.png b/stuff/config/qss/production/vsplitter_handle.png deleted file mode 100644 index a1e7564..0000000 Binary files a/stuff/config/qss/production/vsplitter_handle.png and /dev/null differ diff --git a/stuff/config/qss/standard/bottomseparator.png b/stuff/config/qss/standard/bottomseparator.png deleted file mode 100644 index 2461174..0000000 Binary files a/stuff/config/qss/standard/bottomseparator.png and /dev/null differ diff --git a/stuff/config/qss/standard/but.png b/stuff/config/qss/standard/but.png deleted file mode 100644 index b683f77..0000000 Binary files a/stuff/config/qss/standard/but.png and /dev/null differ diff --git a/stuff/config/qss/standard/butdis.png b/stuff/config/qss/standard/butdis.png deleted file mode 100644 index 1318fa8..0000000 Binary files a/stuff/config/qss/standard/butdis.png and /dev/null differ diff --git a/stuff/config/qss/standard/buthover.png b/stuff/config/qss/standard/buthover.png deleted file mode 100644 index 8e96909..0000000 Binary files a/stuff/config/qss/standard/buthover.png and /dev/null differ diff --git a/stuff/config/qss/standard/chk_chk.png b/stuff/config/qss/standard/chk_chk.png deleted file mode 100644 index c8b9cc4..0000000 Binary files a/stuff/config/qss/standard/chk_chk.png and /dev/null differ diff --git a/stuff/config/qss/standard/chk_chk_disabled.png b/stuff/config/qss/standard/chk_chk_disabled.png deleted file mode 100644 index cf08a05..0000000 Binary files a/stuff/config/qss/standard/chk_chk_disabled.png and /dev/null differ diff --git a/stuff/config/qss/standard/chk_unchk.png b/stuff/config/qss/standard/chk_unchk.png deleted file mode 100644 index ab9e9b6..0000000 Binary files a/stuff/config/qss/standard/chk_unchk.png and /dev/null differ diff --git a/stuff/config/qss/standard/chk_unchk_disabled.png b/stuff/config/qss/standard/chk_unchk_disabled.png deleted file mode 100644 index cfa015d..0000000 Binary files a/stuff/config/qss/standard/chk_unchk_disabled.png and /dev/null differ diff --git a/stuff/config/qss/standard/click.png b/stuff/config/qss/standard/click.png deleted file mode 100644 index 6e42b1c..0000000 Binary files a/stuff/config/qss/standard/click.png and /dev/null differ diff --git a/stuff/config/qss/standard/current.png b/stuff/config/qss/standard/current.png deleted file mode 100644 index dca53d5..0000000 Binary files a/stuff/config/qss/standard/current.png and /dev/null differ diff --git a/stuff/config/qss/standard/down_arrow.png b/stuff/config/qss/standard/down_arrow.png deleted file mode 100644 index f37e972..0000000 Binary files a/stuff/config/qss/standard/down_arrow.png and /dev/null differ diff --git a/stuff/config/qss/standard/down_arrow_black.png b/stuff/config/qss/standard/down_arrow_black.png deleted file mode 100644 index d9fbc98..0000000 Binary files a/stuff/config/qss/standard/down_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/standard/down_arrow_disabled.png b/stuff/config/qss/standard/down_arrow_disabled.png deleted file mode 100644 index d9eefed..0000000 Binary files a/stuff/config/qss/standard/down_arrow_disabled.png and /dev/null differ diff --git a/stuff/config/qss/standard/flipmarker.png b/stuff/config/qss/standard/flipmarker.png deleted file mode 100644 index a35bfd9..0000000 Binary files a/stuff/config/qss/standard/flipmarker.png and /dev/null differ diff --git a/stuff/config/qss/standard/flipslider.png b/stuff/config/qss/standard/flipslider.png deleted file mode 100644 index f402f30..0000000 Binary files a/stuff/config/qss/standard/flipslider.png and /dev/null differ diff --git a/stuff/config/qss/standard/frame.png b/stuff/config/qss/standard/frame.png deleted file mode 100644 index 32e171f..0000000 Binary files a/stuff/config/qss/standard/frame.png and /dev/null differ diff --git a/stuff/config/qss/standard/framedisable.png b/stuff/config/qss/standard/framedisable.png deleted file mode 100644 index e81e80a..0000000 Binary files a/stuff/config/qss/standard/framedisable.png and /dev/null differ diff --git a/stuff/config/qss/standard/framehover.png b/stuff/config/qss/standard/framehover.png deleted file mode 100644 index 38fc3a5..0000000 Binary files a/stuff/config/qss/standard/framehover.png and /dev/null differ diff --git a/stuff/config/qss/standard/ftab.png b/stuff/config/qss/standard/ftab.png deleted file mode 100644 index 155d4a8..0000000 Binary files a/stuff/config/qss/standard/ftab.png and /dev/null differ diff --git a/stuff/config/qss/standard/ftbtab.png b/stuff/config/qss/standard/ftbtab.png deleted file mode 100644 index a16865f..0000000 Binary files a/stuff/config/qss/standard/ftbtab.png and /dev/null differ diff --git a/stuff/config/qss/standard/fuptab.png b/stuff/config/qss/standard/fuptab.png deleted file mode 100644 index 5e11539..0000000 Binary files a/stuff/config/qss/standard/fuptab.png and /dev/null differ diff --git a/stuff/config/qss/standard/fuptbtab.png b/stuff/config/qss/standard/fuptbtab.png deleted file mode 100644 index 66dd2a6..0000000 Binary files a/stuff/config/qss/standard/fuptbtab.png and /dev/null differ diff --git a/stuff/config/qss/standard/h_chandle.png b/stuff/config/qss/standard/h_chandle.png deleted file mode 100644 index aff3e52..0000000 Binary files a/stuff/config/qss/standard/h_chandle.png and /dev/null differ diff --git a/stuff/config/qss/standard/h_handle.png b/stuff/config/qss/standard/h_handle.png deleted file mode 100644 index d8bdf6f..0000000 Binary files a/stuff/config/qss/standard/h_handle.png and /dev/null differ diff --git a/stuff/config/qss/standard/h_handle_disabled.png b/stuff/config/qss/standard/h_handle_disabled.png deleted file mode 100644 index 57ba8e0..0000000 Binary files a/stuff/config/qss/standard/h_handle_disabled.png and /dev/null differ diff --git a/stuff/config/qss/standard/h_slider_left.png b/stuff/config/qss/standard/h_slider_left.png deleted file mode 100644 index 20afa79..0000000 Binary files a/stuff/config/qss/standard/h_slider_left.png and /dev/null differ diff --git a/stuff/config/qss/standard/h_slider_left_disabled.png b/stuff/config/qss/standard/h_slider_left_disabled.png deleted file mode 100644 index d592b52..0000000 Binary files a/stuff/config/qss/standard/h_slider_left_disabled.png and /dev/null differ diff --git a/stuff/config/qss/standard/h_slider_right.png b/stuff/config/qss/standard/h_slider_right.png deleted file mode 100644 index f5525ef..0000000 Binary files a/stuff/config/qss/standard/h_slider_right.png and /dev/null differ diff --git a/stuff/config/qss/standard/h_slider_right_disabled.png b/stuff/config/qss/standard/h_slider_right_disabled.png deleted file mode 100644 index 63103af..0000000 Binary files a/stuff/config/qss/standard/h_slider_right_disabled.png and /dev/null differ diff --git a/stuff/config/qss/standard/hsplitter_handle.png b/stuff/config/qss/standard/hsplitter_handle.png deleted file mode 100644 index ad93550..0000000 Binary files a/stuff/config/qss/standard/hsplitter_handle.png and /dev/null differ diff --git a/stuff/config/qss/standard/left_arrow_black.png b/stuff/config/qss/standard/left_arrow_black.png deleted file mode 100644 index b89cdcc..0000000 Binary files a/stuff/config/qss/standard/left_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/standard/ltab.png b/stuff/config/qss/standard/ltab.png deleted file mode 100644 index 7fe6408..0000000 Binary files a/stuff/config/qss/standard/ltab.png and /dev/null differ diff --git a/stuff/config/qss/standard/ltbtab.png b/stuff/config/qss/standard/ltbtab.png deleted file mode 100644 index f99cb00..0000000 Binary files a/stuff/config/qss/standard/ltbtab.png and /dev/null differ diff --git a/stuff/config/qss/standard/menuseparator.PNG b/stuff/config/qss/standard/menuseparator.PNG deleted file mode 100644 index 0a44fae..0000000 Binary files a/stuff/config/qss/standard/menuseparator.PNG and /dev/null differ diff --git a/stuff/config/qss/standard/oouptab.png b/stuff/config/qss/standard/oouptab.png deleted file mode 100644 index 69df8e4..0000000 Binary files a/stuff/config/qss/standard/oouptab.png and /dev/null differ diff --git a/stuff/config/qss/standard/over.png b/stuff/config/qss/standard/over.png deleted file mode 100644 index 5ea84de..0000000 Binary files a/stuff/config/qss/standard/over.png and /dev/null differ diff --git a/stuff/config/qss/standard/radio.png b/stuff/config/qss/standard/radio.png deleted file mode 100644 index ef901a8..0000000 Binary files a/stuff/config/qss/standard/radio.png and /dev/null differ diff --git a/stuff/config/qss/standard/radio_p.png b/stuff/config/qss/standard/radio_p.png deleted file mode 100644 index 277940f..0000000 Binary files a/stuff/config/qss/standard/radio_p.png and /dev/null differ diff --git a/stuff/config/qss/standard/right_arrow_black.png b/stuff/config/qss/standard/right_arrow_black.png deleted file mode 100644 index 8878c62..0000000 Binary files a/stuff/config/qss/standard/right_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/standard/sb_downarrow.png b/stuff/config/qss/standard/sb_downarrow.png deleted file mode 100644 index cc9e76b..0000000 Binary files a/stuff/config/qss/standard/sb_downarrow.png and /dev/null differ diff --git a/stuff/config/qss/standard/sb_h.png b/stuff/config/qss/standard/sb_h.png deleted file mode 100644 index 8ea48c5..0000000 Binary files a/stuff/config/qss/standard/sb_h.png and /dev/null differ diff --git a/stuff/config/qss/standard/sb_hhandle.png b/stuff/config/qss/standard/sb_hhandle.png deleted file mode 100644 index d17bdc3..0000000 Binary files a/stuff/config/qss/standard/sb_hhandle.png and /dev/null differ diff --git a/stuff/config/qss/standard/sb_hline.png b/stuff/config/qss/standard/sb_hline.png deleted file mode 100644 index a94e491..0000000 Binary files a/stuff/config/qss/standard/sb_hline.png and /dev/null differ diff --git a/stuff/config/qss/standard/sb_larrow.png b/stuff/config/qss/standard/sb_larrow.png deleted file mode 100644 index eb9904e..0000000 Binary files a/stuff/config/qss/standard/sb_larrow.png and /dev/null differ diff --git a/stuff/config/qss/standard/sb_rarrow.png b/stuff/config/qss/standard/sb_rarrow.png deleted file mode 100644 index c13720c..0000000 Binary files a/stuff/config/qss/standard/sb_rarrow.png and /dev/null differ diff --git a/stuff/config/qss/standard/sb_uparrow.png b/stuff/config/qss/standard/sb_uparrow.png deleted file mode 100644 index 64f2da3..0000000 Binary files a/stuff/config/qss/standard/sb_uparrow.png and /dev/null differ diff --git a/stuff/config/qss/standard/sb_v.png b/stuff/config/qss/standard/sb_v.png deleted file mode 100644 index 5822808..0000000 Binary files a/stuff/config/qss/standard/sb_v.png and /dev/null differ diff --git a/stuff/config/qss/standard/sb_vhandle.png b/stuff/config/qss/standard/sb_vhandle.png deleted file mode 100644 index a1147e0..0000000 Binary files a/stuff/config/qss/standard/sb_vhandle.png and /dev/null differ diff --git a/stuff/config/qss/standard/sb_vline.png b/stuff/config/qss/standard/sb_vline.png deleted file mode 100644 index 2ac4415..0000000 Binary files a/stuff/config/qss/standard/sb_vline.png and /dev/null differ diff --git a/stuff/config/qss/standard/sl_groove.png b/stuff/config/qss/standard/sl_groove.png deleted file mode 100644 index 37c82ed..0000000 Binary files a/stuff/config/qss/standard/sl_groove.png and /dev/null differ diff --git a/stuff/config/qss/standard/standard.qss b/stuff/config/qss/standard/standard.qss deleted file mode 100644 index 9796129..0000000 --- a/stuff/config/qss/standard/standard.qss +++ /dev/null @@ -1,1020 +0,0 @@ -/* TOONZ 6.1 Qt Style Test - Digital Video 2007 -*/ - -/*---------------------------------------------------------------------------*/ -QMainWindow #MainStackedWidget { - border: 6px solid rgb(90,90,90); - background-color: rgb(90,90,90); -} -/*---------------------------------------------------------------------------*/ -TPanel { - qproperty-BGColor: rgb(235,235,235); - background-color: rgb(235,235,235); -} -/*---------------------------------------------------------------------------*/ -.QWidget { -} -/*---------------------------------------------------------------------------*/ -/* QMenuBar */ -QMenuBar { - background-color: rgb(225,225,225); -} -/*---------------------------------------------------------------------------*/ -/*Menu*/ -#fxMenu::item:checked, #fxMenu::item:unchecked { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - background-color: rgb(225,225,225); - color: black; - font-weight: bold; -} -#fxMenu::indicator:unchecked { - image: url(); -} -#fxMenu::indicator:checked { - image: url(); -} -#fxMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -#fxMenu::item:disabled { - color: gray; - background-color: rgb(225,225,225); -} -QMenu { - margin: 2px; - background-color: rgb(225,225,225); - border: 1px solid black; -} -QMenu::item { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - color: black; -} -QMenu::separator { - background-image: url(qss/standard/menuseparator.png) 1; - height: 2px; - margin-bottom: 2px; - margin-top: 2px; - margin-left: 5px; - margin-right: 5px; -} -QMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -QMenu::item:disabled { - color: gray; - background-color: rgb(225,225,225); - border: 1px solid transparent; -} -QMenu::indicator { - width: 13px; - height: 13px; -} -QMenu::indicator:unchecked { - image: url(qss/standard/chk_unchk.png); -} -QMenu::indicator:unchecked:disabled { - image: url(qss/standard/chk_unchk_disabled.png); -} -QMenu::indicator:checked { - image: url(qss/standard/chk_chk.png); -} -QMenu::indicator:checked:disabled { - image: url(qss/standard/chk_chk_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/*PopupButton*/ -PopupButton { - padding-left:-8px; - padding-right:4px; -} -PopupButton QMenu { - background-color: rgb(225,225,225); - border: 0px; - padding: -1px; -} -PopupButton QMenu::item { - border: 1px solid transparent; - color: black; -} -PopupButton::menu-indicator { - image: url(qss/standard/down_arrow.png); - width: 10px; - height: 17px; - border-left: 1px solid grey; -} -PopupButton::menu-indicator:disabled { - image: url(qss/standard/down_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/*Outline Style PopupButtons*/ -PopupButton#Cap { - min-width: 32px; max-width: 32px; -} -PopupButton#Cap QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Cap QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -PopupButton#Join { - min-width: 32px; max-width: 32px; -} -PopupButton#Join QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Join QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -/*---------------------------------------------------------------------------*/ -/* Generic QFrame */ -QFrame { - border: 0px; - margin: 0px; - background-color: rgb(235,235,235); -} -QFrame:disabled { -} -#OnePixelMarginFrame { - margin: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QDialog */ -QDialog #dialogButtonFrame { - border-top: 1px solid rgb(120,120,120); - background-color: rgb(225,225,225); -} -QDialog #dialogButtonFrame QLabel { - background-color: rgb(225,225,225); -} -QDialog #dialogMainFrame { - background-color: rgb(235,235,235); - border: none; -} -/*---------------------------------------------------------------------------*/ -/* Special setting for the styleEditor */ -StyleEditor .QScrollArea { - margin: 0px; - border-right: 1px solid rgb(120,120,120); -} -#styleEditorPage { - border: 0px; -} -StyleEditor QToolBar { - border-right: 1px solid rgb(120,120,120); -} -/*---------------------------------------------------------------------------*/ -/*Panel title bar*/ -#HorizontalPanelTitleBar { - background-color: transparent; - border-width: 8px; - border-image: url(qss/standard/titlebar_horizontal.png) 8; -} -#VerticalPanelTitleBar[Active="true"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/standard/titlebar_vertical.png) 8; -} -#VerticalPanelTitleBar[Active="false"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/standard/titlebar_vertical_inactive.png) 8; -} -/*---------------------------------------------------------------------------*/ -#SchematicSceneViewer { - background-color: rgb(210,210,210); -} -/*---------------------------------------------------------------------------*/ -/*SceneViewer Ruler*/ -Ruler { - qproperty-ParentBGColor: rgb(235,235,235); -} -/*---------------------------------------------------------------------------*/ -/* Menu bar */ -#subXsheetTabBarContainer { - background-color: rgb(160,160,160); -} -SubSheetBar { - qproperty-ParentBGColor: rgb(225,225,225); -} -#dvTopBar { - background-color: rgb(225,225,225); -} -/*---------------------------------------------------------------------------*/ -/* Tool bar */ -#ToolBarContainer { - background-color: rgb(225,225,225); -} -/*---------------------------------------------------------------------------*/ -/* Tab bar */ -#TabBarContainer { - border: none; - background-color: rgb(235,235,235); -} -/*---------------------------------------------------------------------------*/ -/* File Browser Tree and Cast Tree background*/ -#BrowserTreeView { - background-color: white; -} -/*---------------------------------------------------------------------------*/ -/* Customize sheet scrollArea */ -/* Sheet scrollAreas. - NB.: SheetViewer e XsheetViewer va reso un unico oggetto - una volta che si e' uniformato completamente l'xsheet alle colonne numeriche.*/ -SpreadsheetViewer { - background-color: rgb(210,210,210); - qproperty-LightLightBGColor: rgb(250,250,250); - qproperty-LightBGColor: rgb(240,240,240); - qproperty-BGColor: rgb(230,230,230); - qproperty-DarkBGColor: rgb(225,225,225); - qproperty-LightLineColor: rgb(210,210,210); - qproperty-DarkLineColor: rgb(150,150,150); -} -#ScrollArea { - border:1px solid rgb(150, 150, 150); -} -#CellScrollArea { - border-top:1px solid rgb(150, 150, 150); - border-left:1px solid rgb(150, 150, 150); -} -/* XSheet scrollAreas (row, column and cell) */ -XsheetViewer { - background-color: rgb(210,210,210); - qproperty-LightLightBGColor: rgb(250,250,250); - qproperty-LightBGColor: rgb(240,240,240); - qproperty-BGColor: rgb(230,230,230); - qproperty-DarkBGColor: rgb(225,225,225); - qproperty-LightLineColor: rgb(210,210,210); - qproperty-DarkLineColor: rgb(150,150,150); -} -#xsheetScrollArea { - background-color: rgb(210,210,210); - margin: 1px; -} -#cornerWidget { - background-color: rgb(210,210,210); -} -#XshColumnChangeObjectWidget { - background-color: rgb(235,235,235); - selection-background-color: rgb(49,106,197); - border: 1px solid black -} -/*---------------------------------------------------------------------------*/ -/* Customize Function Area */ -FunctionPanel { - qproperty-BGColor: rgb(225,225,225); - qproperty-ValueLineColor: rgb(186,186,186); - qproperty-FrameLineColor: rgb(210,210,210); - qproperty-OtherCurvesColor: rgb(150,150,150); - qproperty-RulerBackground: rgb(255,255,255); -} -/*---------------------------------------------------------------------------*/ -/* Customize FilmStrip color */ -FilmstripFrames { - qproperty-BGColor: rgb(225,225,225); - qproperty-LightLineColor: rgb(210,210,210); - qproperty-DarkLineColor: rgb(150,150,150); -} -/*---------------------------------------------------------------------------*/ -/* Main toolbar */ -QToolBar { - /* top right bottom left */ - margin: 0px; - padding: 0px; - border-top: 1px solid rgb(120,120,120); - background-color: rgb(225,225,225); - border-image: none; -} -QToolBar::separator { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 0px; - image: url(qss/standard/bottomseparator.png); - width: 3px; -} -QToolBar QToolButton[checkable=false] { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(225,225,225); -} -QToolBar QToolButton:disabled { - border-image: none; -} -QToolBar QToolButton[checkable=false]:hover { - border-width: 2; - border-image: url(qss/standard/over.png) 2; -} -QToolBar QToolButton[checkable=false]:checked, -QToolBar QToolButton[checkable=false]:pressed { - border-width: 2; - border-image: url(qss/standard/click.png) 2; -} -/*Chackable buttons: NO border image*/ -QToolBar QToolButton[checkable=true] { - /* top right bottom left */ - margin: 1px -3px 0px -3px; - border: 0px solid transparent; - border-image: none; -} -QToolBar QToolButton[checkable=true]:hover { - image: none; -} -QToolBar QToolButton[checkable=true]:checked, -QToolBar QToolButton[checkable=true]:pressed { - border-image: none; -} -QToolBar QToolButton#chackableButtonWithImageBorder { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(225,225,225); -} -QToolBar QToolButton#chackableButtonWithImageBorder:hover { - border-width: 2; - border-image: url(qss/standard/over.png) 2; -} -QToolBar QToolButton#chackableButtonWithImageBorder:checked, -QToolBar QToolButton#chackableButtonWithImageBorder:pressed { - border-width: 2; - border-image: url(qss/standard/click.png) 2; -} -QToolBar QToolButton::menu-button { - margin-top: 1px; - border-image: none; - background-color: rgb(225,225,225); -} -QToolBar QLabel { - margin-top: 1px; - background-color: rgb(225,225,225); - border-width: 2; -} -/* To hide Arrow !! */ -QToolBar QToolButton::menu-indicator { - image: none; -} -/*---------------------------------------------------------------------------*/ -/* Tool Bar (vertical)*/ -/* 6.4: #toolBar is now a scrollable container of the actual QToolBar */ -#toolBar { - margin: 1px; - background-color: rgb(225,225,225); -} -#toolBar QToolBar { - border: none; - margin: 1px; -} -#toolBar QToolBar::separator { - image: none; - margin: 0px 1px 0px 1px; - background-color: rgb(120,120,120); - height: 1px; -} -#toolBar QToolButton { - margin: 0px; - border: 2px solid transparent; - border-image: none; - background-color: rgb(225,225,225); -} -#toolBar QToolButton:pressed { - border-image: url(qss/standard/click.png) 2; - border-width: 2; -} -#toolBar QToolButton:checked { - border-image: url(qss/standard/current.png) 2; - border-width: 2; -} -#toolBar QPushButton { - border: 1px solid black; -} -/*---------------------------------------------------------------------------*/ -/* ToolOptionPanel ToolBar */ -#toolOptionBar { - border: 0px; - margin: 0px; - background-color: rgb(235,235,235); -} -#toolOptionBar::separator { - image: none; - margin-top: 0px; - margin-bottom: 0px; - margin-left: 1px; - margin-right: 1px; - background-color: rgb(120,120,120); - height: 30px; - width: 1px; -} -#toolOptionBar QWidget { - background-color: rgb(235,235,235); -} -/*---------------------------------------------------------------------------*/ -/*Key frame navigator*/ -#keyFrameNavigator QToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; - background-color: rgb(225,225,225); -} -#keyFrameNavigator QToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/standard/over.png) 2; -} -#keyFrameNavigator QToolButton:checked, -#keyFrameNavigator QToolButton:pressed { - border-width: 2; - border-image: url(qss/standard/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -QMessageBox { - background-color: rgb(235,235,235); - border: 1px solid rgb(120,120,120); -} -/*---------------------------------------------------------------------------*/ -/* Customize arrows. */ -QComboBox::down-arrow, QComboBox::menu-indicator { - image: url(qss/standard/down_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::down-arrow:disabled, QComboBox::down-arrow:off { - image: url(qss/standard/down_arrow_disabled.png); -} -QComboBox::up-arrow { - image: url(qss/standard/up_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::up-arrow:disabled, QComboBox::up-arrow:off { - image: url(qss/standard/up_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -QPushButton { - border-image: url(qss/standard/but.png) 2; - border-width: 2; - color: black; -} -/*---------------------------------------------------------------------------*/ -#PeggingWidget { - background-color: rgb(0,0,0); -} -/*---------------------------------------------------------------------------*/ -#PeggingButton { - border-image: none; - background-color: rgb(228,228,228); - border: 0px solid black; -} -#PeggingButton:hover { - border-image: url(qss/standard/over.png) 2; - border-width: 2; -} -#PeggingButton:pressed { - border-image: url(qss/standard/click.png) 2; - border-width: 2; -} -#PeggingButton:checked { - border-image: none; - background-color: rgb(255,255,255); - border-left-color: lightgray; - border-left-width: 2px; - border-top-color: lightgray; - border-top-width: 2px; - border-right-width: 0px; - border-bottom-width: 0px; -} -/*---------------------------------------------------------------------------*/ -QComboBox[editable="false"] { - border-image: url(qss/standard/but.png) 2; - border-width: 2; -} -QComboBox[editable="true"] { - border-image: url(qss/standard/but.png) 2; - border-width: 2; -} -QComboBox:disabled, QPushButton:disabled { - border-image: url(qss/standard/butdis.png) 2; - border-width: 2; - height: 22px; - color: rgb(120,120,120); -} -QComboBox:hover, QPushButton:hover { - border-image: url(qss/standard/buthover.png) 2; - border-width: 2; - height: 22px; -} -QComboBox:pressed, QPushButton:pressed { - border-image: url(qss/standard/but.png) 2; - border-width: 2; - height: 22px; -} -/* Customize non-editable comboboxes drop-down */ -QComboBox[editable="false"] { - padding-left: 3px; - padding-right: 2px; -} -QComboBox[editable="false"]::drop-down { - width: 15px; - border-left-style: solid; - border-left-color: darkgray; - border-left-width: 1px; -} -/* Customize editable comboboxes.*/ -QComboBox[editable="true"] { - padding-right: 16px; -} -QComboBox[editable="true"]::drop-down { - subcontrol-origin: border; - subcontrol-position: top right; - width: 13px; - position: absolute; - top: 2px; - bottom: 2px; - right: 2px; -} -QComboBox[editable="true"]::drop-down, -QComboBox[editable="true"]::drop-down:hover, -QComboBox[editable="true"]::drop-down:on { - border-width: 0px; - border-left-width: 3px; /* we need only left and center part */ -} -/*---------------------------------------------------------------------------*/ -/* The animated, scrollable toolbar containers */ -DvScrollWidget > QPushButton { - border-image: none; - border: 0px solid black; - background-color: rgb(225,225,225); -} -DvScrollWidget > QPushButton:hover { - border-image: none; - border: 0px solid black; - background-color: rgb(245,245,245); -} -DvScrollWidget > QPushButton:pressed { - border-image: none; - border: 0px solid black; - background-color: rgb(215,215,215); -} -#ScrollLeftButton { - image: url(qss/standard/left_arrow_black.png); - border-right: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollRightButton { - image: url(qss/standard/right_arrow_black.png); - border-left: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollUpButton { - image: url(qss/standard/up_arrow_black.png); - border-bottom: 1px solid black; - min-height: 15px; - max-height: 15px; -} -#ScrollDownButton { - image: url(qss/standard/down_arrow_black.png); - border-top: 1px solid black; - min-height: 15px; - max-height: 15px; -} -/* Flipbook toolbar-specific */ -#ToolBarContainer #ScrollLeftButton { - margin-top: 1px; -} -#ToolBarContainer #ScrollRightButton { - margin-top: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QToolButton */ -QToolButton { - border-image: url(qss/standard/but.png) 2; - border-width: 2; -} -QToolButton:disabled { - border-image: url(qss/standard/butdis.png) 2; - border-width: 2; -} -QToolButton:hover { - border-image: url(qss/standard/buthover.png) 2; - border-width: 2; -} -QToolButton:disabled:hover { - margin-top: 1px; - border-image: none; - border-width: 0px; -} -QToolButton:pressed { - border-image: url(qss/standard/but.png) 2; - border-width: 2; -} -QToolButton:checked { - border-image: url(qss/standard/buthover.png) 2; - border-width: 2; -} -/*---------------------------------------------------------------------------*/ -#ToolbarToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; -} -#ToolbarToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/standard/over.png) 2; -} -#ToolbarToolButton:checked, -#ToolbarToolButton:pressed { - border-width: 2; - border-image: url(qss/standard/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -#StyleEditorArrowButton { - margin: 0px 0px 0px 0px; - border: 1px solid transparent; - border-image: none; - background-color: rgb(235,235,235); -} -#StyleEditorArrowButton:hover { - border-width: 1; - border-image: url(qss/standard/over.png) 1; -} -#StyleEditorArrowButton:checked, -#StyleEditorArrowButton:pressed { - border-width: 1; - border-image: url(qss/standard/click.png) 1; -} -/*---------------------------------------------------------------------------*/ -/* QLineEdit */ -QLineEdit { - border-image: url(qss/standard/frame.png) 3; - border-width: 3; -} -QLineEdit::focus { - border-image: url(qss/standard/framehover.png) 3; - border-width: 3; -} -QLineEdit:disabled { - color: rgb(128,128,128); - border-image: url(qss/standard/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QPlainTextEdit & QTextEdit*/ -QPlainTextEdit, QTextEdit { - border-image: url(qss/standard/frame.png) 3; - border-width: 3; -} -QPlainTextEdit::focus, QTextEdit::focus { - border-image: url(qss/standard/framehover.png) 3; - border-width: 3; -} -QPlainTextEdit:disabled, QTextEdit::disabled { - color: rgb(128,128,128); - border-image: url(qss/standard/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QGroupBox */ -QGroupBox -{ - background-color: none; - margin-top: 5px; - padding-top: 5px; - border: 1px solid; - border-radius: 3px; -} -QGroupBox:enabled -{ - border-color: rgb(120, 120, 120); -} -QGroupBox:disabled -{ - border-color: rgb(180, 180, 180); -} -QGroupBox::title { - subcontrol-origin: border; - top: -6px; - left: 6px; -} -/*---------------------------------------------------------------------------*/ -/* QStatusBar */ -QStatusBar { - background-color: rgb(235,235,235); -} -/*---------------------------------------------------------------------------*/ -/* Customize Horizontal QSlider. */ -QSlider { - height: 20; -} -QSlider::groove:horizontal { - border-image: url(qss/standard/sl_groove.png) 1; - border-width: 1; - height: 1px; -} -QSlider::handle:horizontal:enabled { - image: url(qss/standard/h_handle.png); - width: 16px; - margin: -16px -4px; -} -QSlider::handle:horizontal:disabled { - image: url(qss/standard/h_handle_disabled.png); - width: 16px; - margin: -16px -4px; -} - - -/* Customize Horizontal QSlider that have name "colorSlider" */ -#colorSlider::groove:horizontal { - border-image: none; -} -#colorSlider::handle:horizontal { - image: url(qss/standard/h_chandle.png); - width: 16px; - margin: -16px -3px -16px -4px; -} - -/*---------------------------------------------------------------------------*/ - -#IntPairField { - qproperty-HandleLeftPixmap: url(qss/standard/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/standard/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/standard/h_slider_left_disabled.png); - qproperty-HandleRightGrayPixmap: url(qss/standard/h_slider_right_disabled.png); -} - -/*---------------------------------------------------------------------------*/ - -#DoublePairField { - qproperty-HandleLeftPixmap: url(qss/standard/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/standard/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/standard/h_slider_left_disabled.png); - qproperty-HandleRightGrayPixmap: url(qss/standard/h_slider_right_disabled.png); -} - -/*---------------------------------------------------------------------------*/ - -/* Flipbook Slider. */ -FlipSlider { - - /*Fixed height of the slider. It's a Q_PROPERTY since on mac the min-height/max-height trick seems - to be not working*/ - qproperty-PBHeight: 10; - - /*Overlay and marker appearences*/ - qproperty-PBOverlay: url(qss/standard/flipslider.png); - qproperty-PBMarker: url(qss/standard/flipmarker.png); - - /*Margins for the colored frame indicators and the marker. - NOTE: The above images are cut in 3 pieces according to the left-right margin components. The margin - parts are reproduced identically at the sides of the slider colorbar. - The middle part is stretched to cover the slider width.*/ - qproperty-PBColorMarginLeft: 2; - qproperty-PBColorMarginTop: 2; - qproperty-PBColorMarginRight: 2; - qproperty-PBColorMarginBottom: 3; - - /*The marker margins are shown at the sides of the colorbar rect corresponding to a frame.*/ - qproperty-PBMarkerMarginLeft: 2; - qproperty-PBMarkerMarginRight: 2; - - /*Colors shown for the colorbar. The base color is commonly used outside render contexts. - The others refer to the status of the render for single frames.*/ - qproperty-baseColor: rgb(235,235,235); - qproperty-notStartedColor: rgb(210,40,40); - qproperty-startedColor: rgb(220,160,160); - qproperty-finishedColor: rgb(235,235,235); -} - -/*---------------------------------------------------------------------------*/ -/* Customize QTabBar */ -QTabBar { - height: 22px; - border: 0px; -} -QTabBar::tab { - top: -1px; - min-width: 54px; - min-height: 15px; -} -QTabBar::tab:selected { - padding-top: 2px; - border-image: url(qss/standard/uptab.png) 4; - border-width: 4; -} -QTabBar::tab:only-one { - padding-top: 2px; - border-image: url(qss/standard/oouptab.png) 4; - border-width: 4; -} -QTabBar::tab:first:selected { - border-image: url(qss/standard/fuptab.png) 4; - border-width: 4; -} -QTabBar::tab:!selected { - margin-top: 2px; - border-image: url(qss/standard/tab.png) 4; - border-width: 4; -} -QTabBar::tab:first:!selected { - border-image: url(qss/standard/ftab.png) 4; - border-width: 4; -} -QTabBar::tab:last:!selected { - border-image: url(qss/standard/ltab.png) 4; - border-width: 4; -} -/* Customize RoomTabWidget */ -/* ATTENTION: These declarations must be putted after the QTabBar ones */ -RoomTabWidget { - height: 22px; - background-color: rgb(160,160,160); - color: white; -} -RoomTabWidget::tab { - top: 1px; - min-width: 54px; - min-height: 15px; -} -RoomTabWidget::tab:selected { - border-image: url(qss/standard/uptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:first:selected, RoomTabWidget::tab:only-one { - border-image: url(qss/standard/fuptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:!selected { - margin-top: 2px; - border-image: url(qss/standard/tbtab.png) 4; - border-width: 4; - font: normal; -} -RoomTabWidget::tab:first:!selected { - border-image: url(qss/standard/ftbtab.png) 4; - border-width: 4; -} -RoomTabWidget::tab:last:!selected { - border-image: url(qss/standard/ltbtab.png) 4; - border-width: 4; -} -/*---------------------------------------------------------------------------*/ -/* Customize QScrollBar horizontal*/ -QScrollBar:horizontal { - background-image: url(qss/standard/sb_h.png); - height: 16px; - margin-top: 0px; - margin-bottom: 0px; - margin-right:15px; - margin-left:15px; -} -QScrollBar::handle:horizontal { - border-image: url(qss/standard/sb_hhandle.png)3; - border-width: 3; - image: url(qss/standard/sb_hline.png); - image-position: center center; -} -QScrollBar::add-line:horizontal { - image: url(qss/standard/sb_rarrow.png); - width: 15px; - subcontrol-position: right; - subcontrol-origin: margin; -} -QScrollBar::sub-line:horizontal { - image: url(qss/standard/sb_larrow.png); - width: 15px; - subcontrol-position: left; - subcontrol-origin: margin; -} -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; -} -/* Customize QScrollBar vertical*/ -QScrollBar:vertical { - background-image: url(qss/standard/sb_v.png); - width: 16px; - margin-left: 0px; - margin-right: 0px; - margin-top:15px; - margin-bottom:15px; -} -QScrollBar::handle:vertical { - border-image: url(qss/standard/sb_vhandle.png)3; - border-width: 3; - image: url(qss/standard/sb_vline.png); - image-position: center center; -} -QScrollBar::add-line:vertical { - image: url(qss/standard/sb_downarrow.png); - height: 15px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} -QScrollBar::sub-line:vertical { - image: url(qss/standard/sb_uparrow.png); - height: 15px; - subcontrol-position: top; - subcontrol-origin: margin; -} -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; -} -/*---------------------------------------------------------------------------*/ -/* Customize check boxes. */ -QCheckBox { - spacing: 1px; -} -QCheckBox::indicator { - width: 13px; - height: 13px; -} -QCheckBox::indicator:unchecked, QTreeView::indicator:unchecked { - image: url(qss/standard/chk_unchk.png); -} -QCheckBox::indicator:unchecked:disabled, QTreeView::indicator:unchecked:disabled { - image: url(qss/standard/chk_unchk_disabled.png); -} -QCheckBox::indicator:checked, QTreeView::indicator:checked { - image: url(qss/standard/chk_chk.png); -} -QCheckBox::indicator:checked:disabled, QTreeView::indicator:checked:disabled { - image: url(qss/standard/chk_chk_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/* Customize radio buttons. */ -QRadioButton { - spacing: 5px; -} -QRadioButton::indicator { - width: 13px; - height: 13px; -} -QRadioButton::indicator::unchecked { - image: url(qss/standard/radio.png); -} -QRadioButton::indicator::checked { - image: url(qss/standard/radio_p.png); -} -/*---------------------------------------------------------------------------*/ -/* QSplitter (Un pochettino assumo che sono tutti verticali) */ -QSplitter { - background-color: rgb(235,235,235); -} -QSplitter::handle { - margin: 0px; - background-color: rgb(225,225,225); -} -QSplitter::handle:horizontal { - image: url(qss/standard/hsplitter_handle.png); - border-left: 1px solid rgb(120,120,120); - border-right: 1px solid rgb(120,120,120); - image-position: center center; -} -QSplitter::handle:vertical { - image: url(qss/standard/vsplitter_handle.png); - border-top: 1px solid rgb(120,120,120); - border-bottom: 1px solid rgb(120,120,120); - padding-left: 1px; - padding-right: 1px; - image-position: center center; -} -/*---------------------------------------------------------------------------*/ -/* QToolTip */ -QToolTip { - border: 1px solid black; - background-color: rgb(255,255,225); -} -/*---------------------------------------------------------------------------*/ -/* Generic Separators with inscribed name */ -DVGui--Separator { - alternate-background-color: rgb(120, 120, 120); /* line color */ -} -/*---------------------------------------------------------------------------*/ -/* Export Level Popup Options */ -#ExportLevelOptions -{ - background-color: rgb(225,225,225); -} -#ExportLevelOptions QWidget -{ - background-color: none; -} -ExportLevelPopup DVGui--Separator { - padding: 0px 5px 0px 5px; -} diff --git a/stuff/config/qss/standard/standard_mac.qss b/stuff/config/qss/standard/standard_mac.qss deleted file mode 100644 index d784a0c..0000000 --- a/stuff/config/qss/standard/standard_mac.qss +++ /dev/null @@ -1,1054 +0,0 @@ -/* TOONZ 6.1 Qt Style Test - Digital Video 2007 -*/ - -/*---------------------------------------------------------------------------*/ -QMainWindow #MainStackedWidget { - border: 6px solid rgb(90,90,90); - background-color: rgb(90,90,90); -} -/*---------------------------------------------------------------------------*/ -/*------------ Mac OS ------------*/ -TPanel { - qproperty-BGColor: rgb(235,235,235); - background-color: rgb(235,235,235); - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*---------------------------------------------------------------------------*/ -.QWidget { -} -/*---------------------------------------------------------------------------*/ -/* QMenuBar */ -QMenuBar { - background-color: rgb(225,225,225); - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*---------------------------------------------------------------------------*/ -/*Menu*/ -#fxMenu::item:checked, #fxMenu::item:unchecked { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - background-color: rgb(225,225,225); - color: black; - font-weight: bold; -} -#fxMenu::indicator:unchecked { - image: url(); -} -#fxMenu::indicator:checked { - image: url(); -} -#fxMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -#fxMenu::item:disabled { - color: gray; - background-color: rgb(225,225,225); -} -QMenu { - margin: 2px; - background-color: rgb(225,225,225); - border: 1px solid black; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QMenu::item { - padding: 2px 25px 2px 20px; - border: 1px solid transparent; - color: black; -} -QMenu::separator { - background-image: url(qss/standard/menuseparator.png) 1; - height: 2px; - margin-bottom: 2px; - margin-top: 2px; - margin-left: 5px; - margin-right: 5px; -} -QMenu::item:selected { - background-color: rgb(49,106,197); - color: white; - border-color: darkblue; -} -QMenu::item:disabled { - color: gray; - background-color: rgb(225,225,225); - border: 1px solid transparent; -} -QMenu::indicator { - width: 13px; - height: 13px; -} -QMenu::indicator:unchecked { - image: url(qss/standard/chk_unchk.png); -} -QMenu::indicator:unchecked:disabled { - image: url(qss/standard/chk_unchk_disabled.png); -} -QMenu::indicator:checked { - image: url(qss/standard/chk_chk.png); -} -QMenu::indicator:checked:disabled { - image: url(qss/standard/chk_chk_disabled.png); -} -/*---------------------------------------------------------------------------*/ -QPushButton { - margin-bottom: -1px; - border-image: url(qss/standard/but.png) 2; - border-width: 2; - color: black; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -/*---------------------------------------------------------------------------*/ -/* Generic QFrame */ -QFrame { - border: 0px; - margin: 0px; - background-color: rgb(235,235,235); - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; - -} -QFrame:disabled { -} -#OnePixelMarginFrame { - margin: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QDialog */ -QDialog #dialogButtonFrame { - border-top: 1px solid rgb(120,120,120); - background-color: rgb(225,225,225); -} -QDialog #dialogButtonFrame QLabel { - background-color: rgb(225,225,225); -} -QDialog #dialogMainFrame { - background-color: rgb(235,235,235); - border: none; -} -/*---------------------------------------------------------------------------*/ -/* Special setting for the styleEditor */ -StyleEditor .QScrollArea { - margin: 0px; - border-right: 1px solid rgb(120,120,120); -} -#styleEditorPage { - border: 0px; -} -StyleEditor QToolBar { - border-right: 1px solid rgb(120,120,120); -} -/*---------------------------------------------------------------------------*/ -/*Panel title bar*/ -#HorizontalPanelTitleBar { - background-color: transparent; - border-width: 8px; - border-image: url(qss/standard/titlebar_horizontal.png) 8; -} -#VerticalPanelTitleBar[Active="true"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/standard/titlebar_vertical.png) 8; -} -#VerticalPanelTitleBar[Active="false"] { - background-color: transparent; - border-width: 8px; - border-image: url(qss/standard/titlebar_vertical_inactive.png) 8; -} -/*---------------------------------------------------------------------------*/ -#SchematicSceneViewer { - background-color: rgb(210,210,210); -} -/*---------------------------------------------------------------------------*/ -/*SceneViewer Ruler*/ -Ruler { - qproperty-ParentBGColor: rgb(235,235,235); -} -/*---------------------------------------------------------------------------*/ -/* Menu bar */ -#subXsheetTabBarContainer { - background-color: rgb(160,160,160); -} -SubSheetBar { - qproperty-ParentBGColor: rgb(225,225,225); -} -#dvTopBar { - background-color: rgb(225,225,225); -} -/*---------------------------------------------------------------------------*/ -/* Tool bar */ -#ToolBarContainer { - background-color: rgb(225,225,225); -} -/*---------------------------------------------------------------------------*/ -/* Tab bar */ -#TabBarContainer { - border: none; - background-color: rgb(235,235,235); -} -/*---------------------------------------------------------------------------*/ -/* File Browser Tree and Cast Tree background*/ -#BrowserTreeView { - background-color: white; -} -/*---------------------------------------------------------------------------*/ -/* Customize sheet scrollArea */ -/* Sheet scrollAreas. - NB.: SheetViewer e XsheetViewer va reso un unico oggetto - una volta che si e' uniformato completamente l'xsheet alle colonne numeriche.*/ -SpreadsheetViewer { - background-color: rgb(210,210,210); - qproperty-LightLightBGColor: rgb(250,250,250); - qproperty-LightBGColor: rgb(240,240,240); - qproperty-BGColor: rgb(230,230,230); - qproperty-DarkBGColor: rgb(225,225,225); - qproperty-LightLineColor: rgb(210,210,210); - qproperty-DarkLineColor: rgb(150,150,150); -} -#ScrollArea { - border:1px solid rgb(150, 150, 150); -} -#CellScrollArea { - border-top:1px solid rgb(150, 150, 150); - border-left:1px solid rgb(150, 150, 150); -} -/* XSheet scrollAreas (row, column and cell) */ -XsheetViewer { - background-color: rgb(210,210,210); - qproperty-LightLightBGColor: rgb(250,250,250); - qproperty-LightBGColor: rgb(240,240,240); - qproperty-BGColor: rgb(230,230,230); - qproperty-DarkBGColor: rgb(225,225,225); - qproperty-LightLineColor: rgb(210,210,210); - qproperty-DarkLineColor: rgb(150,150,150); -} -#xsheetScrollArea { - background-color: rgb(210,210,210); - margin: 1px; -} -#cornerWidget { - background-color: rgb(210,210,210); -} -#XshColumnChangeObjectWidget { - background-color: rgb(235,235,235); - selection-background-color: rgb(49,106,197); - border: 1px solid black -} -/*---------------------------------------------------------------------------*/ -/* Customize Function Area */ -FunctionPanel { - qproperty-BGColor: rgb(225,225,225); - qproperty-ValueLineColor: rgb(186,186,186); - qproperty-FrameLineColor: rgb(210,210,210); - qproperty-OtherCurvesColor: rgb(150,150,150); - qproperty-RulerBackground: rgb(255,255,255); -} -/*---------------------------------------------------------------------------*/ -/* Customize FilmStrip color */ -FilmstripFrames { - qproperty-BGColor: rgb(225,225,225); - qproperty-LightLineColor: rgb(210,210,210); - qproperty-DarkLineColor: rgb(150,150,150); -} -/*---------------------------------------------------------------------------*/ -/* Main toolbar */ -QToolBar { - /* top right bottom left */ - margin: 0px; - padding: 0px; - border-top: 1px solid rgb(120,120,120); - background-color: rgb(225,225,225); - border-image: none; -} -QToolBar::separator { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 0px; - image: url(qss/standard/bottomseparator.png); - width: 3px; -} -QToolBar QToolButton[checkable=false] { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(225,225,225); -} -QToolBar QToolButton:disabled { - border-image: none; -} -QToolBar QToolButton[checkable=false]:hover { - border-width: 2; - border-image: url(qss/standard/over.png) 2; -} -QToolBar QToolButton[checkable=false]:checked, -QToolBar QToolButton[checkable=false]:pressed { - border-width: 2; - border-image: url(qss/standard/click.png) 2; -} -/*Chackable buttons: NO border image*/ -QToolBar QToolButton[checkable=true] { - /* top right bottom left */ - margin: 1px -3px 0px -3px; - border: 0px solid transparent; - border-image: none; -} -QToolBar QToolButton[checkable=true]:hover { - image: none; -} -QToolBar QToolButton[checkable=true]:checked, -QToolBar QToolButton[checkable=true]:pressed { - border-image: none; -} -QToolBar QToolButton#chackableButtonWithImageBorder { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 2px; - border-image: none; - background-color: rgb(225,225,225); -} -QToolBar QToolButton#chackableButtonWithImageBorder:hover { - border-width: 2; - border-image: url(qss/standard/over.png) 2; -} -QToolBar QToolButton#chackableButtonWithImageBorder:checked, -QToolBar QToolButton#chackableButtonWithImageBorder:pressed { - border-width: 2; - border-image: url(qss/standard/click.png) 2; -} -QToolBar QToolButton::menu-button { - margin-top: 1px; - border-image: none; - background-color: rgb(225,225,225); -} -QToolBar QLabel { - margin-top: 1px; - background-color: rgb(225,225,225); - border-width: 2; -} -/* To hide Arrow !! */ -QToolBar QToolButton::menu-indicator { - image: none; -} -/*---------------------------------------------------------------------------*/ -/* Tool Bar (vertical)*/ -/* 6.4: #toolBar is now a scrollable container of the actual QToolBar */ -#toolBar { - margin: 1px; - background-color: rgb(225,225,225); -} -#toolBar QToolBar { - border: none; - margin: 1px; -} -#toolBar QToolBar::separator { - image: none; - margin: 0px 1px 0px 1px; - background-color: rgb(120,120,120); - height: 1px; -} -#toolBar QToolButton { - margin: 0px; - border: 2px solid transparent; - border-image: none; - background-color: rgb(225,225,225); -} -#toolBar QToolButton:pressed { - border-image: url(qss/standard/click.png) 2; - border-width: 2; -} -#toolBar QToolButton:checked { - border-image: url(qss/standard/current.png) 2; - border-width: 2; -} -#toolBar QPushButton { - margin: 0px; - border: 1px solid black; -} -/*---------------------------------------------------------------------------*/ -/* ToolOptionPanel ToolBar */ -#toolOptionBar { - border: 0px; - margin: 0px; - background-color: rgb(235,235,235); -} -#toolOptionBar::separator { - image: none; - margin-top: 0px; - margin-bottom: 0px; - margin-left: 1px; - margin-right: 1px; - background-color: rgb(120,120,120); - height: 30px; - width: 1px; -} -#toolOptionBar QWidget { - background-color: rgb(235,235,235); -} -/*---------------------------------------------------------------------------*/ -/*Key frame navigator*/ -#keyFrameNavigator QToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; - background-color: rgb(225,225,225); -} -#keyFrameNavigator QToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/standard/over.png) 2; -} -#keyFrameNavigator QToolButton:checked, -#keyFrameNavigator QToolButton:pressed { - border-width: 2; - border-image: url(qss/standard/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -QMessageBox { - background-color: rgb(235,235,235); - border: 1px solid rgb(120,120,120); -} -/*---------------------------------------------------------------------------*/ -/* Customize arrows. */ -QComboBox::down-arrow, QComboBox::menu-indicator { - image: url(qss/standard/down_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::down-arrow:disabled, QComboBox::down-arrow:off { - image: url(qss/standard/down_arrow_disabled.png); -} -QComboBox::up-arrow { - image: url(qss/standard/up_arrow.png); - width: 7px; - height: 7px; -} -QComboBox::up-arrow:disabled, QComboBox::up-arrow:off { - image: url(qss/standard/up_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/*PopupButton*/ -PopupButton { - margin: 0px; - padding-left:-8px; - padding-right:4px; -} -PopupButton QMenu { - background-color: rgb(225,225,225); - border: 0px; - padding: -1px; -} -PopupButton QMenu::item { - border: 1px solid transparent; - color: black; -} -PopupButton::menu-indicator { - image: url(qss/standard/down_arrow.png); - width: 10px; - height: 17px; - border-left: 1px solid grey; -} -PopupButton::menu-indicator:disabled { - image: url(qss/standard/down_arrow_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/*Outline Style PopupButtons*/ -PopupButton#Cap { - min-width: 32px; max-width: 32px; -} -PopupButton#Cap QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Cap QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -PopupButton#Join { - min-width: 32px; max-width: 32px; -} -PopupButton#Join QMenu { - min-width: 18px; max-width: 18px; -} -PopupButton#Join QMenu::item { - min-width: 16px; max-width: 16px; - padding: 0px; -} -/*---------------------------------------------------------------------------*/ -#PeggingWidget { - background-color: rgb(0,0,0); -} -/*---------------------------------------------------------------------------*/ -#PeggingButton { - border-image: none; - background-color: rgb(228,228,228); - border: 0px solid black; -} -#PeggingButton:hover { - border-image: url(qss/standard/over.png) 2; - border-width: 2; -} -#PeggingButton:pressed { - border-image: url(qss/standard/click.png) 2; - border-width: 2; -} -#PeggingButton:checked { - border-image: none; - background-color: rgb(255,255,255); - border-left-color: lightgray; - border-left-width: 2px; - border-top-color: lightgray; - border-top-width: 2px; - border-right-width: 0px; - border-bottom-width: 0px; -} -/*---------------------------------------------------------------------------*/ -QComboBox { - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QComboBox[editable="false"] { - border-image: url(qss/standard/but.png) 2; - border-width: 2; -} -QComboBox[editable="true"] { - border-image: url(qss/standard/but.png) 2; - border-width: 2; -} -QComboBox:disabled, QPushButton:disabled { - border-image: url(qss/standard/butdis.png) 2; - border-width: 2; - height: 22px; - color: rgb(120,120,120); -} -QComboBox:hover, QPushButton:hover { - border-image: url(qss/standard/buthover.png) 2; - border-width: 2; - height: 22px; -} -QComboBox:pressed, QPushButton:pressed { - border-image: url(qss/standard/but.png) 2; - border-width: 2; - height: 22px; -} -/* Customize non-editable comboboxes drop-down */ -QComboBox[editable="false"] { - padding-left: 3px; - padding-right: 2px; -} -QComboBox[editable="false"]::drop-down { - width: 15px; - border-left-style: solid; - border-left-color: darkgray; - border-left-width: 1px; -} -/* Customize editable comboboxes.*/ -QComboBox[editable="true"] { - padding-right: 16px; -} -QComboBox[editable="true"]::drop-down { - subcontrol-origin: border; - subcontrol-position: top right; - width: 13px; - position: absolute; - top: 2px; - bottom: 2px; - right: 2px; -} -QComboBox[editable="true"]::drop-down, -QComboBox[editable="true"]::drop-down:hover, -QComboBox[editable="true"]::drop-down:on { - border-width: 0px; - border-left-width: 3px; /* we need only left and center part */ -} -/*---------------------------------------------------------------------------*/ -/* The animated, scrollable toolbar containers */ -DvScrollWidget > QPushButton { - border-image: none; - border: 0px solid black; - background-color: rgb(225,225,225); -} -DvScrollWidget > QPushButton:hover { - border-image: none; - border: 0px solid black; - background-color: rgb(245,245,245); -} -DvScrollWidget > QPushButton:pressed { - border-image: none; - border: 0px solid black; - background-color: rgb(215,215,215); -} -#ScrollLeftButton { - image: url(qss/standard/left_arrow_black.png); - border-right: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollRightButton { - image: url(qss/standard/right_arrow_black.png); - border-left: 1px solid black; - min-width: 15px; - max-width: 15px; -} -#ScrollUpButton { - image: url(qss/standard/up_arrow_black.png); - border-bottom: 1px solid black; - min-height: 15px; - max-height: 15px; -} -#ScrollDownButton { - image: url(qss/standard/down_arrow_black.png); - border-top: 1px solid black; - min-height: 15px; - max-height: 15px; -} -/* Flipbook toolbar-specific */ -#ToolBarContainer #ScrollLeftButton { - margin-top: 1px; -} -#ToolBarContainer #ScrollRightButton { - margin-top: 1px; -} -/*---------------------------------------------------------------------------*/ -/* QToolButton */ -QToolButton { - border-image: url(qss/standard/but.png) 2; - border-width: 2; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QToolButton:disabled { - border-image: url(qss/standard/butdis.png) 2; - border-width: 2; -} -QToolButton:hover { - border-image: url(qss/standard/buthover.png) 2; - border-width: 2; -} -QToolButton:disabled:hover { - margin-top: 1px; - border-image: none; - border-width: 0px; -} -QToolButton:pressed { - border-image: url(qss/standard/but.png) 2; - border-width: 2; -} -QToolButton:checked { - border-image: url(qss/standard/buthover.png) 2; - border-width: 2; -} -/*---------------------------------------------------------------------------*/ -#ToolbarToolButton { - /* top right bottom left */ - margin: 1px 0px 0px 0px; - border: 2px solid transparent; - padding-right: 1px; - border-image: none; -} -#ToolbarToolButton:hover { - margin: 1px 0px 0px 0px; - border-width: 2; - border-image: url(qss/standard/over.png) 2; -} -#ToolbarToolButton:checked, -#ToolbarToolButton:pressed { - border-width: 2; - border-image: url(qss/standard/click.png) 2; -} -/*---------------------------------------------------------------------------*/ -#StyleEditorArrowButton { - margin: 0px 0px 0px 0px; - border: 1px solid transparent; - border-image: none; - background-color: rgb(235,235,235); -} -#StyleEditorArrowButton:hover { - border-width: 1; - border-image: url(qss/standard/over.png) 1; -} -#StyleEditorArrowButton:checked, -#StyleEditorArrowButton:pressed { - border-width: 1; - border-image: url(qss/standard/click.png) 1; -} -/*---------------------------------------------------------------------------*/ -/* QLineEdit */ -QLineEdit { - margin-bottom: 1px; - margin-right: 1px; - border-image: url(qss/standard/frame.png) 3; - border-width: 3; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QLineEdit::focus { - border-image: url(qss/standard/framehover.png) 3; - border-width: 3; -} -QLineEdit:disabled { - color: rgb(128,128,128); - border-image: url(qss/standard/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QPlainTextEdit & QTextEdit*/ -QPlainTextEdit, QTextEdit { - border-image: url(qss/standard/frame.png) 3; - border-width: 3; -} -QPlainTextEdit::focus, QTextEdit::focus { - border-image: url(qss/standard/framehover.png) 3; - border-width: 3; -} -QPlainTextEdit:disabled, QTextEdit::disabled { - color: rgb(128,128,128); - border-image: url(qss/standard/framedisable.png) 3; -} -/*---------------------------------------------------------------------------*/ -/* QGroupBox */ -QGroupBox -{ - background-color: none; - margin-top: 5px; - padding-top: 5px; - border: 1px solid; - border-radius: 3px; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QGroupBox:enabled -{ - border-color: rgb(120, 120, 120); -} -QGroupBox:disabled -{ - border-color: rgb(180, 180, 180); -} -QGroupBox::title { - subcontrol-origin: border; - top: -6px; - left: 6px; -} -/*---------------------------------------------------------------------------*/ -/* QStatusBar */ -QStatusBar { - background-color: rgb(235,235,235); -} -/*---------------------------------------------------------------------------*/ -/* Customize Horizontal QSlider. */ -QSlider { - height: 20; -} -QSlider::groove:horizontal { - border-image: url(qss/standard/sl_groove.png) 1; - border-width: 1; - height: 1px; -} -QSlider::handle:horizontal:enabled { - image: url(qss/standard/h_handle.png); - width: 16px; - margin: -16px -4px; -} -QSlider::handle:horizontal:disabled { - image: url(qss/standard/h_handle_disabled.png); - width: 16px; - margin: -16px -4px; -} - - -/* Customize Horizontal QSlider that have name "colorSlider" */ -#colorSlider::groove:horizontal { - border-image: none; -} -#colorSlider::handle:horizontal { - image: url(qss/standard/h_chandle.png); - width: 16px; - margin: -16px -3px -16px -4px; -} - -/*---------------------------------------------------------------------------*/ - -#IntPairField { - qproperty-HandleLeftPixmap: url(qss/standard/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/standard/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/standard/h_slider_left_disabled.png); - qproperty-HandleRightGrayPixmap: url(qss/standard/h_slider_right_disabled.png); -} - -/*---------------------------------------------------------------------------*/ - -#DoublePairField { - qproperty-HandleLeftPixmap: url(qss/standard/h_slider_left.png); - qproperty-HandleRightPixmap: url(qss/standard/h_slider_right.png); - qproperty-HandleLeftGrayPixmap: url(qss/standard/h_slider_left_disabled.png); - qproperty-HandleRightGrayPixmap: url(qss/standard/h_slider_right_disabled.png); -} - -/*---------------------------------------------------------------------------*/ - -/* Flipbook Slider. */ -FlipSlider { - qproperty-PBHeight: 10; - - qproperty-PBOverlay: url(qss/standard/flipslider.png); - qproperty-PBMarker: url(qss/standard/flipmarker.png); - - qproperty-PBColorMarginLeft: 2; - qproperty-PBColorMarginTop: 2; - qproperty-PBColorMarginRight: 2; - qproperty-PBColorMarginBottom: 3; - - qproperty-PBMarkerMarginLeft: 2; - qproperty-PBMarkerMarginRight: 2; - - qproperty-baseColor: rgb(235,235,235); - qproperty-notStartedColor: rgb(210,40,40); - qproperty-startedColor: rgb(220,160,160); - qproperty-finishedColor: rgb(235,235,235); -} - -/*---------------------------------------------------------------------------*/ -/* Customize QTabBar */ -QTabBar { - height: 22px; - border: 0px; -} -QTabBar::tab { - top: -1px; - min-width: 54px; - min-height: 15px; -} -QTabBar::tab:selected { - padding-top: 2px; - border-image: url(qss/standard/uptab.png) 4; - border-width: 4; -} -QTabBar::tab:only-one { - padding-top: 2px; - border-image: url(qss/standard/oouptab.png) 4; - border-width: 4; -} -QTabBar::tab:first:selected { - border-image: url(qss/standard/fuptab.png) 4; - border-width: 4; -} -QTabBar::tab:!selected { - margin-top: 2px; - border-image: url(qss/standard/tab.png) 4; - border-width: 4; -} -QTabBar::tab:first:!selected { - border-image: url(qss/standard/ftab.png) 4; - border-width: 4; -} -QTabBar::tab:last:!selected { - border-image: url(qss/standard/ltab.png) 4; - border-width: 4; -} -/* Customize RoomTabWidget */ -/* ATTENTION: These declarations must be putted after the QTabBar ones */ -RoomTabWidget { - height: 22px; - background-color: rgb(160,160,160); - color: white; -} -RoomTabWidget::tab { - top: 1px; - min-width: 54px; - min-height: 15px; -} -RoomTabWidget::tab:selected { - border-image: url(qss/standard/uptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:first:selected, RoomTabWidget::tab:only-one { - border-image: url(qss/standard/fuptbtab.png) 4; - border-width: 4; - font: bold; -} -RoomTabWidget::tab:!selected { - margin-top: 2px; - border-image: url(qss/standard/tbtab.png) 4; - border-width: 4; - font: normal; -} -RoomTabWidget::tab:first:!selected { - border-image: url(qss/standard/ftbtab.png) 4; - border-width: 4; -} -RoomTabWidget::tab:last:!selected { - border-image: url(qss/standard/ltbtab.png) 4; - border-width: 4; -} -/*---------------------------------------------------------------------------*/ -/* Customize QScrollBar horizontal*/ -QScrollBar:horizontal { - background-image: url(qss/standard/sb_h.png); - height: 16px; - margin-top: 0px; - margin-bottom: 0px; - margin-right:15px; - margin-left:15px; -} -QScrollBar::handle:horizontal { - border-image: url(qss/standard/sb_hhandle.png)3; - border-width: 3; - image: url(qss/standard/sb_hline.png); - image-position: center center; -} -QScrollBar::add-line:horizontal { - image: url(qss/standard/sb_rarrow.png); - width: 15px; - subcontrol-position: right; - subcontrol-origin: margin; -} -QScrollBar::sub-line:horizontal { - image: url(qss/standard/sb_larrow.png); - width: 15px; - subcontrol-position: left; - subcontrol-origin: margin; -} -QScrollBar::add-page:horizontal, QScrollBar::sub-page:horizontal { - background: none; -} -/* Customize QScrollBar vertical*/ -QScrollBar:vertical { - background-image: url(qss/standard/sb_v.png); - width: 16px; - margin-left: 0px; - margin-right: 0px; - margin-top:15px; - margin-bottom:15px; -} -QScrollBar::handle:vertical { - border-image: url(qss/standard/sb_vhandle.png)3; - border-width: 3; - image: url(qss/standard/sb_vline.png); - image-position: center center; -} -QScrollBar::add-line:vertical { - image: url(qss/standard/sb_downarrow.png); - height: 15px; - subcontrol-position: bottom; - subcontrol-origin: margin; -} -QScrollBar::sub-line:vertical { - image: url(qss/standard/sb_uparrow.png); - height: 15px; - subcontrol-position: top; - subcontrol-origin: margin; -} -QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical { - background: none; -} -/*---------------------------------------------------------------------------*/ -/* Customize check boxes. */ -QCheckBox { - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; - spacing: 1px; -} -QCheckBox::indicator { - width: 13px; - height: 13px; -} -QCheckBox::indicator:unchecked, QTreeView::indicator:unchecked { - image: url(qss/standard/chk_unchk.png); -} -QCheckBox::indicator:unchecked:disabled, QTreeView::indicator:unchecked:disabled { - image: url(qss/standard/chk_unchk_disabled.png); -} -QCheckBox::indicator:checked, QTreeView::indicator:checked { - image: url(qss/standard/chk_chk.png); -} -QCheckBox::indicator:checked:disabled, QTreeView::indicator:checked:disabled { - image: url(qss/standard/chk_chk_disabled.png); -} -/*---------------------------------------------------------------------------*/ -/* Customize radio buttons. */ -QRadioButton { - spacing: 5px; - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; -} -QRadioButton::indicator { - width: 13px; - height: 13px; -} -QRadioButton::indicator::unchecked { - image: url(qss/standard/radio.png); -} -QRadioButton::indicator::checked { - image: url(qss/standard/radio_p.png); -} -/*---------------------------------------------------------------------------*/ -/* QSplitter (Un pochettino assumo che sono tutti verticali) */ -QSplitter { - background-color: rgb(235,235,235); -} -QSplitter::handle { - margin: 0px; - background-color: rgb(225,225,225); -} -QSplitter::handle:horizontal { - image: url(qss/standard/hsplitter_handle.png); - border-left: 1px solid rgb(120,120,120); - border-right: 1px solid rgb(120,120,120); - image-position: center center; -} -QSplitter::handle:vertical { - image: url(qss/standard/vsplitter_handle.png); - border-top: 1px solid rgb(120,120,120); - border-bottom: 1px solid rgb(120,120,120); - padding-left: 1px; - padding-right: 1px; - image-position: center center; -} -/*---------------------------------------------------------------------------*/ -/* QToolTip */ -QToolTip { - /*Mac OS font style*/ - font-family: "Lucida Grande"; - font-size: 12px; - border: 1px solid black; - background-color: rgb(255,255,225); -} -/*---------------------------------------------------------------------------*/ -/* Generic Separators with inscribed name */ -DVGui--Separator { - alternate-background-color: rgb(120, 120, 120); /* line color */ -} -/*---------------------------------------------------------------------------*/ -/* Export Level Popup Options */ -#ExportLevelOptions -{ - background-color: rgb(225,225,225); -} -#ExportLevelOptions QWidget -{ - background-color: none; -} -ExportLevelPopup DVGui--Separator { - padding: 0px 5px 0px 5px; -} diff --git a/stuff/config/qss/standard/tab.png b/stuff/config/qss/standard/tab.png deleted file mode 100644 index 8a437d3..0000000 Binary files a/stuff/config/qss/standard/tab.png and /dev/null differ diff --git a/stuff/config/qss/standard/tbtab.png b/stuff/config/qss/standard/tbtab.png deleted file mode 100644 index 2ba38e7..0000000 Binary files a/stuff/config/qss/standard/tbtab.png and /dev/null differ diff --git a/stuff/config/qss/standard/titlebar_horizontal.png b/stuff/config/qss/standard/titlebar_horizontal.png deleted file mode 100644 index 5fe4bea..0000000 Binary files a/stuff/config/qss/standard/titlebar_horizontal.png and /dev/null differ diff --git a/stuff/config/qss/standard/titlebar_vertical.png b/stuff/config/qss/standard/titlebar_vertical.png deleted file mode 100644 index d2d9ad8..0000000 Binary files a/stuff/config/qss/standard/titlebar_vertical.png and /dev/null differ diff --git a/stuff/config/qss/standard/titlebar_vertical_inactive.png b/stuff/config/qss/standard/titlebar_vertical_inactive.png deleted file mode 100644 index 2ceee58..0000000 Binary files a/stuff/config/qss/standard/titlebar_vertical_inactive.png and /dev/null differ diff --git a/stuff/config/qss/standard/up_arrow.png b/stuff/config/qss/standard/up_arrow.png deleted file mode 100644 index 142e60d..0000000 Binary files a/stuff/config/qss/standard/up_arrow.png and /dev/null differ diff --git a/stuff/config/qss/standard/up_arrow_black.png b/stuff/config/qss/standard/up_arrow_black.png deleted file mode 100644 index 6c27909..0000000 Binary files a/stuff/config/qss/standard/up_arrow_black.png and /dev/null differ diff --git a/stuff/config/qss/standard/up_arrow_disabled.png b/stuff/config/qss/standard/up_arrow_disabled.png deleted file mode 100644 index 4d2c277..0000000 Binary files a/stuff/config/qss/standard/up_arrow_disabled.png and /dev/null differ diff --git a/stuff/config/qss/standard/uptab.png b/stuff/config/qss/standard/uptab.png deleted file mode 100644 index d8e2b0f..0000000 Binary files a/stuff/config/qss/standard/uptab.png and /dev/null differ diff --git a/stuff/config/qss/standard/uptbtab.png b/stuff/config/qss/standard/uptbtab.png deleted file mode 100644 index aa7826a..0000000 Binary files a/stuff/config/qss/standard/uptbtab.png and /dev/null differ diff --git a/stuff/config/qss/standard/vsplitter_handle.png b/stuff/config/qss/standard/vsplitter_handle.png deleted file mode 100644 index a1e7564..0000000 Binary files a/stuff/config/qss/standard/vsplitter_handle.png and /dev/null differ