fix for lag

This commit is contained in:
MisterMakerNL
2024-06-15 20:14:06 +02:00
committed by Chris Hennes
parent b39b92fbbc
commit 7d8d6417c7
27 changed files with 34 additions and 44 deletions

22
CMakeSettings.json Normal file
View File

@@ -0,0 +1,22 @@
{
"configurations": [
{
"name": "x64-release",
"generator": "Ninja",
"configurationType": "Release",
"inheritEnvironments": [ "msvc_x64_x64" ],
"buildRoot": "C:\\github repros\\out\\freecadbuild\\${name}",
"installRoot": "C:\\github repros\\out\\freecadinstall\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "",
"ctestCommandArgs": "",
"variables": [
{
"name": "FREECAD_LIBPACK_DIR",
"value": "C:/freecad_libs/LibPack",
"type": "PATH"
}
]
}
]
}

View File

@@ -1608,36 +1608,20 @@ margin: 0px;
padding: 0px;
}
QSint--ActionGroup QFrame[class="header"] QLabel {
image: url(qss:images_classic/Unfold_Blue2-dark.png) ;
/* background-color: transparent;
background-image: url(qss:images_classic/Arrow-down-lightgray.png);
background-repeat: none;
background-position: center center;
padding: 2px;
margin: 4px; */
QSint--ActionGroup QFrame[class="header"] QLabel[fold="false"] {
background-image: url(qss:images_classic/Qsint_header_Unfold_Blue-dark.png);
}
QSint--ActionGroup QFrame[class="header"] QLabel:hover {
/* background-color: transparent;
background-image: url(qss:images_classic/Arrow-down-white.png); */
image: url(qss:images_classic/UnfoldOver_Blue2-dark.png) ;
QSint--ActionGroup QFrame[class="header"] QLabel:hover[fold="false"] {
background-image: url(qss:images_classic/Qsint_header_UnfoldOver_Blue-dark.png);
}
QSint--ActionGroup QFrame[class="header"] QLabel[fold="true"] {
image: url(qss:images_classic/Fold_Blue2-dark.png) ;
/* background-color: transparent;
background-image: url(qss:images_classic/Arrow-up-lightgray.png);
background-repeat: none;
background-position: center center;
padding: 2px;
margin: 0px; */
background-image: url(qss:images_classic/Qsint_header_Fold_Blue-dark.png);
}
QSint--ActionGroup QFrame[class="header"] QLabel[fold="true"]:hover {
image: url(qss:images_classic/FoldOver_Blue1.png) ;
/* background-color: transparent; */
/* background-image: url(qss:images_classic/Arrow-up-white.png); */
background-image: url(qss:images_classic/Qsint_header_FoldOver_Blue-dark.png) ;
}
QSint--ActionGroup QFrame[class="content"] {

View File

@@ -1543,36 +1543,20 @@ margin: 0px;
padding: 0px;
}
QSint--ActionGroup QFrame[class="header"] QLabel {
image: url(qss:images_classic/Unfold_Blue2.png) ;
/* background-color: transparent;
background-image: url(qss:images_classic/Arrow-down-lightgray.png);
background-repeat: none;
background-position: center center;
padding: 2px;
margin: 4px; */
QSint--ActionGroup QFrame[class="header"] QLabel[fold="false"] {
background-image: url(qss:images_classic/Qsint_header_Unfold_Blue-light.png);
}
QSint--ActionGroup QFrame[class="header"] QLabel:hover {
/* background-color: transparent;
background-image: url(qss:images_classic/Arrow-down-black.png); */
image: url(qss:images_classic/UnfoldOver_Blue2.png) ;
QSint--ActionGroup QFrame[class="header"] QLabel:hover[fold="false"] {
background-image: url(qss:images_classic/Qsint_header_UnfoldOver_Blue-light.png);
}
QSint--ActionGroup QFrame[class="header"] QLabel[fold="true"] {
image: url(qss:images_classic/Fold_Blue2.png) ;
/* background-color: transparent;
background-image: url(qss:images_classic/Arrow-up-lightgray.png);
background-repeat: none;
background-position: center center;
padding: 2px;
margin: 0px; */
background-image: url(qss:images_classic/Qsint_header_Fold_Blue-light.png);
}
QSint--ActionGroup QFrame[class="header"] QLabel[fold="true"]:hover {
image: url(qss:images_classic/FoldOver_Blue1.png) ;
/* background-color: transparent; */
/* background-image: url(qss:images_classic/Arrow-up-black.png); */
background-image: url(qss:images_classic/Qsint_header_FoldOver_Blue-light.png) ;
}
QSint--ActionGroup QFrame[class="content"] {

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 663 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 695 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 645 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 682 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 720 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 690 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 665 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 743 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 668 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 725 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 767 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 779 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB