Skip to content
Snippets Groups Projects
Commit 1c21ba8b authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

copy edit native stylesheet

parent a52e1c46
No related branches found
No related tags found
1 merge request!2058GUI instrument editor: detector section made more compact
ProjectsView{ CompoundForm, LayerForm,MesocrystalForm,ParticleForm,CoreAndShellForm, ParticleLayoutForm{
background-color: #e6e6e6; border: 1px solid;
} border-color: rgba(100, 100, 100, 10%);
/* Set The Style For The Global SideBar */
QToolButton#ViewSelectionButton
{
border: none;
color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop : 0 #153b4c, stop : 1 #347a9c);
} }
QToolButton#ViewSelectionButton:pressed
{
color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #97a8b0, stop: 1 #dae7ed);
}
QToolButton#ViewSelectionButton:hover /* Reset Margin From QGroupBox To 0px To Save Space In SampleView */
{ LayerForm {
color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #254b5c, stop: 1 #448aac); margin-top:0px;
}
QToolButton#ViewSelectionButton:checked
{
color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop : 0 #2b899c, stop : 1 #2abdda);
} }
QToolButton#ViewSelectionButton:disabled LayerForm QGroupBox{
{ border: 1px solid;
color: dimgray; background-color: transparent; border-color: rgba(100, 100, 100, 25%);
border-right: 1px solid rgba(100,100,100,25%); }
ProjectsView{
background-color: #e6e6e6;
} }
SampleView QGroupBox SampleView QGroupBox
{ {
border: 1px solid rgba(0, 0, 0,0%); border: 1px solid rgba(0, 0, 0,0%);
...@@ -49,17 +42,30 @@ SampleView LayerOrientedSampleEditor QScrollArea LayerForm QPushButton{ ...@@ -49,17 +42,30 @@ SampleView LayerOrientedSampleEditor QScrollArea LayerForm QPushButton{
color: black; color: black;
} }
CompoundForm, LayerForm,MesocrystalForm,ParticleForm,CoreAndShellForm, ParticleLayoutForm{
border: 1px solid; /* Set The Style For The Global SideBar */
border-color: rgba(100, 100, 100, 10%); QToolButton#ViewSelectionButton
{
border: none;
color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop : 0 #153b4c, stop : 1 #347a9c);
} }
/* Reset Margin From QGroupBox To 0px To Save Space In SampleView */ QToolButton#ViewSelectionButton:pressed
LayerForm { {
margin-top:0px; color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #97a8b0, stop: 1 #dae7ed);
}
QToolButton#ViewSelectionButton:hover
{
color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop: 0 #254b5c, stop: 1 #448aac);
} }
LayerForm QGroupBox{
border: 1px solid; QToolButton#ViewSelectionButton:checked
border-color: rgba(100, 100, 100, 25%); {
color: white; background-color: qlineargradient(x1: 0, y1: 0, x2: 1, y2: 0, stop : 0 #2b899c, stop : 1 #2abdda);
}
QToolButton#ViewSelectionButton:disabled
{
color: dimgray; background-color: transparent;
border-right: 1px solid rgba(100,100,100,25%);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment