-
Notifications
You must be signed in to change notification settings - Fork 0
QFS ‐ QFCCFD ‐ Config ‐ Settings.inc
Steve Hsu edited this page Dec 22, 2024
·
2 revisions
QFS ‐ QFCCFD ‐ Config
- Settings.inc
This article only introduces what you might need when writing skins.
Variable Name | Friendly Name | Description | |
---|---|---|---|
🟩 | Sy.Vr |
System Version |
11 - Windows 11 or newer 10 - Windows 10 8 - Windows 8 or other 7 - Windows 7 or older This variable is usually used with additionally including #@#\Config\Parameter\SystemDefault.inc . |
🟩 | Sy.Dpi |
System DPI | This variable is commonly used to counteract the scaling of text in text boxes generated using the Measure of the InputText Plugin. |
🟩 | Sy.Drv |
System Drive | The typical value for this variable is a letter, representing the system drive letter. |
🟩 | Us.Nm |
Username | - |
🟩 | Us.Im |
User Image Path | - |
🟩 | Lg |
Language | This variable is usually used with additionally including #@#\Config\Language\#Lg#\TimeDatePlacematic.inc . To use a language file inside a Package, you should use the Lg.Pk variable. |
🟩 | Un |
Units |
0 - Metric 1 - Imperial |
🟩 | Tf |
Time Format |
0 - 12-hour 1 - 24-hour |
🟩 | Ft.Fc.Gn |
General Font | - |
🟩 | Ft.Fc.Cl |
Clock Font | - |
🟩 | Ft.Wt.Gn |
Weight of General Font | - |
🟩 | Ft.Wt.Cl |
Weight of Clock Font | - |
🟩 | Ft.Sc.Gn |
Scaling of General Font | - |
🟩 | Cr |
Corner radius | - |
🟩 | Op.Fg |
Opacity of Foreground | - |
🟩 | Ppos.X |
Panel Position Offset (px) (Horizontal) | - |
🟩 | Ppos.Y |
Panel Position Offset (px) (Vertical) | - |
🟨 | Sc |
Scaling | All key values related to SIZE and POSITION in ALL Meters MUST be multiplied by #Sc# to adapt to scaling. |
🟩 | Em |
Energy-Saving Mode |
0 - OFF 1 - ON |
🟩 | TcMd |
Touch Screen Mode |
0 - OFF 1 - ON |