Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
BornAgain
Commits
1c21ba8b
Commit
1c21ba8b
authored
1 year ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
copy edit native stylesheet
parent
a52e1c46
No related branches found
Branches containing commit
No related tags found
1 merge request
!2058
GUI instrument editor: detector section made more compact
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
GUI/styles/Native.stylesheet
+38
-32
38 additions, 32 deletions
GUI/styles/Native.stylesheet
with
38 additions
and
32 deletions
GUI/styles/Native.stylesheet
+
38
−
32
View file @
1c21ba8b
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%);
}
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment