-
back-link: ch06-controls/controls.html#qt-quick-controls-2
"This is done using the toolBar property of the window. "
and in the code:
header: ToolBar { ...
a'int property named "header"?
-
There have been several issues dealing with bugs related to the Raspberry Pi 4 including #29 and #23 . The wiki instructions have not been updated to reflect this. There seem to be specific steps that…
-
aknew updated
8 years ago
-
![20181203_162053_hdr](https://user-images.githubusercontent.com/45576585/49402803-eb138180-f718-11e8-8fca-445dfbbf271f.jpg)
-
@manafalajmi
I can sense some activity in your app with respect to design. I would like to have progress update on what you have worked so far. If there are any pain points, I can give you some tips…
-
I'm on Ubuntu 22.04, but need to use the releases for Ubuntu 20.04 for an executable install of the GUI . When attempting to load the GUI when installed via builds for Ubuntu 22.04 it crashes with err…
-
Easiest code for test. I tried it in https://qmlweb.github.io/ and my own project.
```
import QtQuick 2.0
import QtQuick.Controls 1.4
TextField {
validator: RegExpValidator { regExp: RegE…
-
Hi
Running CM3, followed Debian instructions but received message:
"qrc:/main.qml:22 module "QtQuick.controls" version 2.3 is not installed
Cannot load QML interface"
Possible newbie quest…
-
I'm struggling a bit getting a build on `bullseye`, though I think it should be possible.
This is as far as I've gotten:
```
$ sudo apt install libqt5svg5-dev qtdeclarative5-dev qtbase5-dev
$ …
-
I was using these commands to compile monero-gui on my own arm64 hardware. These were the commands I used:
```
sudo apt install qtbase5-dev qtdeclarative5-dev qml-module-qtqml-models2 qml-module-qtq…