mirror of
https://gitlab.com/eql/EQL5.git
synced 2025-12-29 13:23:03 -08:00
add convenience function '(eql:qml)' for auto generating vars according to QML item's 'objectName'; bump version number;
This commit is contained in:
parent
97feac95d4
commit
ca22ff0254
17 changed files with 176 additions and 15 deletions
|
|
@ -7,7 +7,7 @@
|
|||
|
||||
void ini() {
|
||||
QString home(QDir::homePath() + "/.eql5/");
|
||||
if(!QFile::exists(home + "lib/gui.lisp")) {
|
||||
if(!QFile::exists(home + "lib/qml-ui-vars.lisp")) { // latest added file
|
||||
QDir dir(QDir::homePath());
|
||||
dir.mkdir(".eql5");
|
||||
dir.setPath(home);
|
||||
|
|
@ -35,6 +35,7 @@ void ini() {
|
|||
<< "lib/properties.lisp"
|
||||
<< "lib/properties.ui"
|
||||
<< "lib/qselect.lisp"
|
||||
<< "lib/qml-ui-vars.lisp"
|
||||
<< "lib/quic.lisp"
|
||||
<< "lib/restart-dialog.lisp"
|
||||
<< "lib/thread-safe.lisp"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue