Skip to content

Instantly share code, notes, and snippets.

@yamamaya
Last active April 27, 2023 10:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save yamamaya/56dd567082bcff93e9bf981cc522003f to your computer and use it in GitHub Desktop.
Save yamamaya/56dd567082bcff93e9bf981cc522003f to your computer and use it in GitHub Desktop.
QCAD EasyToSee theme

This theme changes all fonts of textboxes including command-line and history to Consolas.

  1. Create "EasyToSee" folder in "Program files\QCAD\themes".
  2. Then, copy this "stylesheet.css" into it.
  3. Launch QCAD, change the theme to EasyToSee and restart.
/*
QCAD EasyToSee Theme
RequiresPlugin:false
*/
QLineEdit {
font-family: Consolas;
}
QTextEdit#History {
font-family: Consolas;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment