mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-05-03 03:10:04 +02:00

- qt4->qt5 - in built qt5 6.1.5 because rhel7 is not upto date with qt5, removed findqwt.cmake - made a fix in qwt lib (qwt_plot_layout.h) to work with 5.15 and lower versions for qrect constr. - qt5 forms fixed, qt4 many hard coding forms switched to forms including qtabwidget, scrolls etc, fonts moved to forms - docking option enabled by default, removed option to disable docking feature from "Mode" - added qVersionResolve utility functions to handle compatibility before and after qt5.12 - qtplots (ian's code) takes in gain mode enable to set some settings within the class, with proper gain plot ticks - ensure gain plots have no zooming of z axis in 2d and y axis in 1d - removed placeholder text in qpalette in main window form as its not supportd until 5.12 (so using qt5.9 designer insted of qt5.15 to cope) - tab order Servers: - fixed some error messages that were empty for fail in funcs (mostly minor as if this error, major issues)
147 lines
2.0 KiB
CSS
147 lines
2.0 KiB
CSS
#nav-tree .children_ul {
|
|
margin:0;
|
|
padding:4px;
|
|
}
|
|
|
|
#nav-tree ul {
|
|
list-style:none outside none;
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
#nav-tree li {
|
|
white-space:nowrap;
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
#nav-tree .plus {
|
|
margin:0px;
|
|
}
|
|
|
|
#nav-tree .selected {
|
|
background-image: url('tab_a.png');
|
|
background-repeat:repeat-x;
|
|
color: #fff;
|
|
text-shadow: 0px 1px 1px rgba(0, 0, 0, 1.0);
|
|
}
|
|
|
|
#nav-tree img {
|
|
margin:0px;
|
|
padding:0px;
|
|
border:0px;
|
|
vertical-align: middle;
|
|
}
|
|
|
|
#nav-tree a {
|
|
text-decoration:none;
|
|
padding:0px;
|
|
margin:0px;
|
|
outline:none;
|
|
}
|
|
|
|
#nav-tree .label {
|
|
margin:0px;
|
|
padding:0px;
|
|
font: 12px 'Lucida Grande',Geneva,Helvetica,Arial,sans-serif;
|
|
}
|
|
|
|
#nav-tree .label a {
|
|
padding:2px;
|
|
}
|
|
|
|
#nav-tree .selected a {
|
|
text-decoration:none;
|
|
color:#fff;
|
|
}
|
|
|
|
#nav-tree .children_ul {
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
#nav-tree .item {
|
|
margin:0px;
|
|
padding:0px;
|
|
}
|
|
|
|
#nav-tree {
|
|
padding: 0px 0px;
|
|
background-color: #FAFAFF;
|
|
font-size:14px;
|
|
overflow:auto;
|
|
}
|
|
|
|
#doc-content {
|
|
overflow:auto;
|
|
display:block;
|
|
padding:0px;
|
|
margin:0px;
|
|
-webkit-overflow-scrolling : touch; /* iOS 5+ */
|
|
}
|
|
|
|
#side-nav {
|
|
padding:0 6px 0 0;
|
|
margin: 0px;
|
|
display:block;
|
|
position: absolute;
|
|
left: 0px;
|
|
width: 250px;
|
|
}
|
|
|
|
.ui-resizable .ui-resizable-handle {
|
|
display:block;
|
|
}
|
|
|
|
.ui-resizable-e {
|
|
background-image:url("splitbar.png");
|
|
background-size:100%;
|
|
background-repeat:repeat-y;
|
|
background-attachment: scroll;
|
|
cursor:ew-resize;
|
|
height:100%;
|
|
right:0;
|
|
top:0;
|
|
width:6px;
|
|
}
|
|
|
|
.ui-resizable-handle {
|
|
display:none;
|
|
font-size:0.1px;
|
|
position:absolute;
|
|
z-index:1;
|
|
}
|
|
|
|
#nav-tree-contents {
|
|
margin: 6px 0px 0px 0px;
|
|
}
|
|
|
|
#nav-tree {
|
|
background-image:url('nav_h.png');
|
|
background-repeat:repeat-x;
|
|
background-color: #F9FAFC;
|
|
-webkit-overflow-scrolling : touch; /* iOS 5+ */
|
|
}
|
|
|
|
#nav-sync {
|
|
position:absolute;
|
|
top:5px;
|
|
right:24px;
|
|
z-index:0;
|
|
}
|
|
|
|
#nav-sync img {
|
|
opacity:0.3;
|
|
}
|
|
|
|
#nav-sync img:hover {
|
|
opacity:0.9;
|
|
}
|
|
|
|
@media print
|
|
{
|
|
#nav-tree { display: none; }
|
|
div.ui-resizable-handle { display: none; position: relative; }
|
|
}
|
|
|