Montel Laurent
Montel Laurent
no idea why it crashs...
qmargins for example ? Not sure that it's used by default no ?
CXX-Qt-lib-extra lives for the moment in official repo. We will split after 0.7. I added QCommandLineParser/QCommandOption/QElipsedTimer.
I added QApplication in #869 In review for the moment we must find a solution for implement inherit class
Add QStandardPaths ? It can be useful. We can define [setTestModeEnabled](https://doc.qt.io/qt-6/qstandardpaths.html#setTestModeEnabled)
Hi, could you add info in CHANGELOG file please ? Thanks
``` ==18729== HEAP SUMMARY: ==18729== in use at exit: 27,609 bytes in 62 blocks ==18729== total heap usage: 15,493 allocs, 15,431 frees, 1,473,500 bytes allocated ==18729== ==18729== 512 (104 direct,...
``` (gdb) c Continuing. Breakpoint 1.7, 0x00007ffff7911580 in QPainterPath::QPainterPath() () from /lib64/libQt6Gui.so.6 (gdb) c Continuing. Breakpoint 1.1, 0x0000000000418510 in QPainterPath::QPainterPath(QPainterPath const&)@plt () (gdb) c Continuing. Breakpoint 1.8, 0x00007ffff7911590 in QPainterPath::QPainterPath(QPainterPath...
error[E0308]: mismatched types --> crates/cxx-qt-lib/src/gui/qpen.rs:186:9 | 184 | fn as_ref(&self) -> &ffi::QPen { | ---------- expected `&qpen::QPen` because of return type 185 | let pen = ffi::qpen_init_from_qcolor(&self); 186 | pen...
warning: [email protected]: Compiler version doesn't include clang or GCC: "c++" "--version" error[E0515]: cannot return reference to local variable `pen` --> crates/cxx-qt-lib/src/gui/qpen.rs:186:9 | 186 | &pen | ^^^^ returns a reference...