Compare commits
2 Commits
93c37a905b
...
master
| Author | SHA1 | Date | |
|---|---|---|---|
| 5b7ef4c951 | |||
| 82679a5709 |
30
.vscode/launch.json
vendored
Normal file
30
.vscode/launch.json
vendored
Normal file
@@ -0,0 +1,30 @@
|
|||||||
|
{
|
||||||
|
// Use IntelliSense to learn about possible attributes.
|
||||||
|
// Hover to view descriptions of existing attributes.
|
||||||
|
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
|
||||||
|
"version": "0.2.0",
|
||||||
|
"configurations": [
|
||||||
|
{
|
||||||
|
"name": "Python Debugger: Attach using Process Id",
|
||||||
|
"type": "debugpy",
|
||||||
|
"request": "attach",
|
||||||
|
"processId": "${command:pickProcess}"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Python Debugger: Current File",
|
||||||
|
"type": "debugpy",
|
||||||
|
"request": "launch",
|
||||||
|
"program": "${file}",
|
||||||
|
"console": "integratedTerminal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"name": "Python Debugger: Attach",
|
||||||
|
"type": "debugpy",
|
||||||
|
"request": "attach",
|
||||||
|
"connect": {
|
||||||
|
"host": "localhost",
|
||||||
|
"port": 5678
|
||||||
|
}
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -82,12 +82,14 @@ QPushButton#staff_btn {
|
|||||||
}
|
}
|
||||||
|
|
||||||
HazardButton#connexion_btn {
|
HazardButton#connexion_btn {
|
||||||
color: rgb(0, 0, 0);
|
color: #0A1A3A;
|
||||||
|
/* color: #0D2A6B;*/
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
|
|
||||||
HazardButton#connexion_btn:hover {
|
HazardButton#connexion_btn:hover {
|
||||||
color: #ffffff;
|
/* color: #ffffff;*/
|
||||||
|
color: #0D2A6B;
|
||||||
}
|
}
|
||||||
|
|
||||||
HazardButton#connexion_btn:pressed {
|
HazardButton#connexion_btn:pressed {
|
||||||
|
|||||||
Reference in New Issue
Block a user