[minor] color changes

This commit is contained in:
Marcel Paffrath 2017-09-08 15:50:08 +02:00
parent d15828a058
commit 7ef784f2d2
3 changed files with 26 additions and 16 deletions

View File

@ -3172,8 +3172,8 @@ def create_window():
return app, app_created return app, app_created
def main(args=None): def main(args=None):
#project_filename = None project_filename = None
args.project_filename = 'C:/Shared/AlpArray/alparray_data/project_alparray_test.plp' #args.project_filename = 'C:/Shared/AlpArray/alparray_data/project_alparray_test.plp'
pylot_infile = None pylot_infile = None
if args: if args:
if args.project_filename: if args.project_filename:

View File

@ -8,7 +8,7 @@ background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgb
color: rgba(0, 0, 0, 255); color: rgba(0, 0, 0, 255);
} }
QWidget:checked{ QToolBar QWidget:checked{
background-color: transparent; background-color: transparent;
border-color: rgba(230, 230, 230, 255); border-color: rgba(230, 230, 230, 255);
border-width: 2px; border-width: 2px;
@ -152,7 +152,7 @@ QTabBar::tab:selected{
background-color:rgba(255, 255, 255, 255); background-color:rgba(255, 255, 255, 255);
color: rgba(0, 0, 0, 255); color: rgba(0, 0, 0, 255);
border-style:solid; border-style:solid;
border-color:rgba(200, 200, 200, 255); border-color:rgba(255, 255, 255, 255);
border-bottom-color: transparent; border-bottom-color: transparent;
border-width:1px; border-width:1px;
padding:5px; padding:5px;
@ -165,7 +165,7 @@ background-color:transparent;
QTabWidget::pane{ QTabWidget::pane{
background-color:rgba(0, 0, 0, 255); background-color:rgba(0, 0, 0, 255);
border-style:solid; border-style:solid;
border-color:rgba(200, 200, 200, 255); border-color:rgba(255, 255, 255, 255);
border-width:1px; border-width:1px;
} }
@ -211,6 +211,11 @@ background-color: rgba(255, 255, 255, 255);
border-radius:0; border-radius:0;
} }
QCheckBox{
background-color:transparent;
border:none;
}
QListWidget{ QListWidget{
background-color:rgba(255, 255, 255, 255) background-color:rgba(255, 255, 255, 255)
} }

View File

@ -8,7 +8,7 @@ background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:0.5, stop
color: rgba(255, 255, 255, 255); color: rgba(255, 255, 255, 255);
} }
QWidget:checked{ QToolBar QWidget:checked{
background-color: transparent; background-color: transparent;
border-color: rgba(100, 100, 120, 255); border-color: rgba(100, 100, 120, 255);
border-width: 2px; border-width: 2px;
@ -56,7 +56,7 @@ background-color: qlineargradient(spread:pad, x1:0, y1:0, x2:1, y2:0, stop:0 rgb
QToolBar{ QToolBar{
background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:0.5, stop:0 rgba(70, 70, 80, 255), stop:1 rgba(60, 60, 70, 255)); background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:0.5, stop:0 rgba(70, 70, 80, 255), stop:1 rgba(60, 60, 70, 255));
border-style:solid; border-style:solid;
border-color:rgba(70, 70, 80, 255); border-color:rgba(80, 80, 90, 255);
border-width:1px; border-width:1px;
} }
@ -70,7 +70,7 @@ color: rgba(255, 255, 255, 255);
} }
QTableWidget{ QTableWidget{
background-color: rgba(70, 70, 80, 255); background-color: rgba(80, 80, 90, 255);
color:rgba(255, 255, 255, 255); color:rgba(255, 255, 255, 255);
border-color:rgba(255, 255, 255, 255); border-color:rgba(255, 255, 255, 255);
selection-background-color: rgba(200, 210, 230, 255); selection-background-color: rgba(200, 210, 230, 255);
@ -127,7 +127,7 @@ padding: 5px;
} }
QPushButton:pressed{ QPushButton:pressed{
background-color: rgba(70, 70, 80, 255); background-color: qlineargradient(spread:reflect, x1:0, y1:0, x2:0, y2:0.5, stop:0 rgba(80, 80, 90, 255), stop:1 rgba(70, 70, 80, 255));
} }
*:disabled{ *:disabled{
@ -142,17 +142,17 @@ QTabBar::tab{
background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(70, 70, 80, 255), stop:1 rgba(60, 60, 70, 255)); background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(70, 70, 80, 255), stop:1 rgba(60, 60, 70, 255));
color: rgba(255, 255, 255, 255); color: rgba(255, 255, 255, 255);
border-style:solid; border-style:solid;
border-color:rgba(60, 60, 70, 255); border-color:rgba(70, 70, 80, 255);
border-bottom-color: transparent; border-bottom-color: transparent;
border-width:1px; border-width:1px;
padding:5px; padding:5px;
} }
QTabBar::tab:selected{ QTabBar::tab:selected{
background-color:rgba(80, 80, 90, 255); background-color:qlineargradient(spread:pad, x1:0, y1:0, x2:0, y2:1, stop:0 rgba(80, 80, 90, 255), stop:1 rgba(70, 70, 80, 255));
color: rgba(255, 255, 255, 255); color: rgba(255, 255, 255, 255);
border-style:solid; border-style:solid;
border-color:rgba(80, 80, 90, 255); border-color:rgba(70, 70, 80, 255);
border-bottom-color: transparent; border-bottom-color: transparent;
border-width:1px; border-width:1px;
padding:5px; padding:5px;
@ -163,18 +163,18 @@ background-color:transparent;
} }
QTabWidget::pane{ QTabWidget::pane{
background-color:rgba(255, 255, 255, 255); background-color:rgba(70, 70, 80, 255);
border-style:solid; border-style:solid;
border-color:rgba(80, 80, 90, 255); border-color:rgba(70, 70, 80, 255);
border-width:1px; border-width:1px;
} }
QTabWidget::tab{ QTabWidget::tab{
background-color:rgba(60, 60, 70, 255); background-color:rgba(70, 70, 80, 255);
} }
QTabWidget > QWidget{ QTabWidget > QWidget{
background-color: rgba(60, 60, 70, 255); background-color: rgba(70, 70, 80, 255);
color: rgba(255, 255, 255, 255); color: rgba(255, 255, 255, 255);
} }
@ -206,6 +206,11 @@ color: rgba(255, 255, 255, 255);
background-color: rgba(80, 80, 90, 255); background-color: rgba(80, 80, 90, 255);
} }
QCheckBox{
background-color:transparent;
border:none;
}
QLineEdit{ QLineEdit{
background-color: rgba(80, 80, 90, 255); background-color: rgba(80, 80, 90, 255);
border-radius:0; border-radius:0;