Andreas Nicolai

Results 84 issues of Andreas Nicolai

Hi all, just a quick info, I wrote a small skript to assist with link/crossref management/checking in AsciiDoc, see https://github.com/ghorwin/asciidoctor-publishing (at the bottom of the page). May this be something...

Hi, I have a problem with zip files where filenames/folder names contain "umlaute" and the zip was created in Windows using local latin9 encoding. When unzipping on Linux utf8 encoding...

bug
windows

Convert Python code to C++ code to avoid the annoying PyQt compatibility problems (especially on Mac and Windows).

FMICodeGenerator should handle and maintain states properly. With "states", we need to distinguish between a) just regular states and b) integrated continuous variables. a) This is handled already automatically. Whenever...

enhancement
question

Create a prototype with two coupled differential equations that are numerically integrated. Indicate in the prototype all variables/constants that need to be provided in the wizard.

task

> Es wäre schön wenn Sie mir Example01 (GridObject) zukommen lassen > würden, wo die Basisklasse > class OpenGLWindow : public QWindow, protected QOpenGLFunctions > gegen die Basisklasse > class...

question

Wie macht man das mit den Transparanzen am Besten. Beispiel mit Fenstern bzw. komplett durchsichtigen Häusern?

The function ```c++ void SmtpClient::waitForEvent(int msec, const char *successSignal) { QEventLoop loop; QObject::connect(this, successSignal, &loop, SLOT(quit())); QObject::connect(this, SIGNAL(error(SmtpClient::SmtpError)), &loop, SLOT(quit())); if(msec > 0) { QTimer timer; timer.setSingleShot(true); connect(&timer, SIGNAL(timeout()), &loop,...