wolfseifert

Results 7 issues of wolfseifert

The following simple qt program `Buttons.java`: ``` import org.bytedeco.javacpp.IntPointer; import org.bytedeco.javacpp.Loader; import org.bytedeco.javacpp.Pointer; import org.bytedeco.javacpp.PointerPointer; import org.bytedeco.qt.Qt5Core.QString; import org.bytedeco.qt.Qt5Widgets.QApplication; import org.bytedeco.qt.Qt5Widgets.QGridLayout; import org.bytedeco.qt.Qt5Widgets.QPushButton; import org.bytedeco.qt.Qt5Widgets.QWidget; import org.bytedeco.qt.global.Qt5Core; import org.bytedeco.qt.helper.Qt5Widgets.ClickedCallback; import...

enhancement
help wanted

The program slint::slint! { export component HelloWorld inherits Window { title: "Helloworld"; Text { text: "Hello World from Slint!"; font-size: 30px; } preferred-width: 750px; preferred-height: 500px; } } fn main()...

bug
needs info
a:backend-winit

I have just migrated a fork of Gittyup to Qt6. It compiles (without deprecation warnings) and seems to run, but is still mostly untested (on Manjaro-KDE-Linux only).

enhancement

After pulling in 510eae80bf3b92c7e210817c329e4b417d0012ec: Transpiling the program below I get: csample.cpp2(49,5): error: local variable 'start' is not used; consider changing its name to '_' to make it explicitly anonymous, or...

bug

Transpiling Size: type == size_t; Real: type == double; Mat: type = { Elem: @struct type = { entry: Real; colind: Size; } data: ::std::valarray<::std::valarray<Elem>>; operator[]: (inout this, row: Size,...

bug

After pulling in 510eae80bf3b92c7e210817c329e4b417d0012ec: main: () = { a: std::any = 1; std::cout

bug

**Description** Building QtJambi 6.8.0 from sources against native Qt fails on Kubuntu 24.10 (Qt 6.6.2): BUILD FAILED /home/wolfgang/qtjambi/build.xml:294: The following error occurred while executing this line: /home/wolfgang/qtjambi/antfiles/java.xml:54: The following error...

bug