functionNavigationBar
0
0
66
241
Form
0
10
0
0
0
-
0
0
45
16777215
QWidget #contentWidget
{
background-color: rgba(68, 89, 108, 100);
border-top-left-radius:5px;
border-bottom-left-radius:5px;
}
5
60
41
41
QPushButton
{
padding:2px;
image: url(:/images/icon_dashboard_selected.png);
background-color:transparent;
}
QPushButton:hover
{
padding:1px;
}
QPushButton:pressed
{
padding:2px;
}
46
46
false
true
5
140
41
41
QPushButton
{
padding:2px;
image: url(:/images/icon_chart_notSelected.png);
background-color:transparent;
}
QPushButton:hover
{
padding:1px;
}
QPushButton:pressed
{
padding:2px;
}
true
-
5
0
5
16777215
QWidget #dockWidget
{
background-color: rgba(68, 89, 108, 100);
border-top-right-radius:5px;
border-bottom-right-radius:5px;
}