mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-08 03:20:30 -08:00
port of EQL/Qt4 to Qt5
This commit is contained in:
commit
0591f54ce8
339 changed files with 99935 additions and 0 deletions
6
examples/9-simple-lisp-editor/settings.lisp
Normal file
6
examples/9-simple-lisp-editor/settings.lisp
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
(provide :settings)
|
||||
|
||||
(defvar eql::*code-font* (eql:qnew "QFont(QString,int)"
|
||||
#+darwin "Monaco" #+darwin 12
|
||||
#+linux "Monospace" #+linux 9
|
||||
#+windows "Courier New" #+windows 10))
|
||||
Loading…
Add table
Add a link
Reference in a new issue