Alexander Poss

Results 119 comments of Alexander Poss

@markus2330 I would like to use elektra in my project. However, I cannot find examples for the basics like mounting a INI file. I have no problem reading through the...

Solution 1 and 2 sound best. What is blocking the global plug-ins from being merged?

Unfortunately, the Vagrant guide is out of date. You can try the "Hard way" https://github.com/machinekit/QtQuickVcp#windows_install However, it might be sufficient to run MachinekitClient in live-coding mode to write a small...

The `readonly property` is important to stay compatible with Qt QML. I would implement it using a modifier for `qmlpropdef`. I don't think a separate element is necessary.

Example: ```qml import QtQuick 2.0 Item { property list fooBar: [] } ```

Good idea. The current line should be straight-forward to access in the progress bar.

How do we handle different settings? There needs to be some way to store and load a complete group of settings. Maybe also portable on a client device. (E.g. uploading...

For that purpose the config component might have some kind of storage slots where one can store and load s´configs from. This might also be useful to calibrate parameters of...

Please make you have the most recent versions of QtQuickVcp and machinekit. Can you post a screenshot?

Please make sure to update your fork. ```bash git add upstream https://github.com/machinekit/Cetus.git git fetch upstream git pull upstream/master ```