-
I tried the qmldemo example (with my fix #3) and I was able to compile it both in linux and windows using the `github.com/qtchina/qt512_qtenv_*` libraries. But both in linux and windows it fails with …
-
Hi,
After installing the prerequisites (there is a problem with sudo apt install qmake qt5-defaults by the way, you have to do sudo apt install qt5-qmake qt5-default)
I can't solve this problem:
…
-
@jturcotte
When I build the samegame project, I got the following error:
gameareaimpl.cpp:(.text._ZN12SameGameImpl11createBlockEiii[_ZN12SameGameImpl11createBlockEiii]+0x84):‘QQuickSpringAnimatio…
-
- use PySide6 and QtWidgets (QML/QtQuick sucks), rawpy.
- Path selector
- Image thumbnail list in that path
- Show image on click
- Load existing annotations if any (from file.arw.json file)
- Save ch…
-
Hello all
I'm newbie to qml and rust. I want to declare a structure with a method returning my another structure.
Here is structures declaration
```rust
#[allow(non_snake_case)]
#[derive(QObjec…
-
The plasmoid does not work on Kubuntu 18.04 (plasmashell 5.12.9)
![screen](https://user-images.githubusercontent.com/8727963/84574859-15d0a280-adb2-11ea-83c2-785e2672d2a0.png)
installed packages
``…
-
While developing UI features in QML for my application, I got frustrated with the current workflow because it requires restarting the QML application to see changes. This is exacerbated by my window…
-
The Browser is producing blank rows.
This started after the most recent updates reverting to QtQuick v1, and adding/changing fonts. I'll be testing out previous versions to determine which of the …
-
When building from a clean tree, `cool-retro-term` no longer runs from compile directory:
```bash
$ qmake
$ make
$ ../cool-retro-term
qrc:/main.qml:137 Type TerminalContainer unavailable
qrc:/Te…
-
Here is a minimal reproducible example.
```
using QML, Qt5QuickControls2_jll
function get_int()
return 1
end
function QML.loadqml(text::QByteArray; kwargs...)
qml_engine = init_qm…