qt icon indicating copy to clipboard operation
qt copied to clipboard

Qt binding for Go (Golang) with support for Windows / macOS / Linux / FreeBSD / Android / iOS / Sailfish OS / Raspberry Pi / AsteroidOS / Ubuntu Touch / JavaScript / WebAssembly

Results 128 qt issues
Sort by recently updated
recently updated
newest added

I don't want to use vendor, but when I execute qtdeploy build desktop, it will automatically download vendor directory, is there any parameter to control it not to use vendor...

# import config packagefile github.com/therecipe/qt=$WORK/b161/_pkg_.a packagefile github.com/therecipe/qt/core=$WORK/b160/_pkg_.a packagefile github.com/therecipe/qt/gui=$WORK/b163/_pkg_.a packagefile strings=$WORK/b041/_pkg_.a packagefile runtime/cgo=$WORK/b062/_pkg_.a packagefile syscall=$WORK/b036/_pkg_.a EOF /usr/local/go/pkg/tool/linux_amd64/compile -o $WORK/b162/_pkg_.a -trimpath "$WORK/b162=>;/media/ui/vendor/github.com/therecipe/qt=>github.com/therecipe/[email protected]" -p github.com/therecipe/qt/widgets -buildid FCWw7M6OgkGjqJx-9hgz/FCWw7M6OgkGjqJx-9hgz -goversion go1.13.4 -D "" -importcfg...

After installation, everything works fine, but sometimes after a couple of months and sometimes a couple of days, such an error appears during compilation, what could be the problem and...

Hi team, I am facing the below errors. ``` httpRequest error: ["","","core.QCoreApplication_Instance",""] -> Post "http://127.0.0.1:8000/syncCallIntoLocal": read tcp 127.0.0.1:61814->127.0.0.1:8000: wsarecv: An existing connection was forcibly closed by the remote host. httpRequest...

Is the project out of maintenance?

![image](https://user-images.githubusercontent.com/28855943/172080931-bb94e0b9-de12-46dd-aa89-73b61d8a6b57.png)

when i tried to build my project i faced this error in this line my code w.DumperMinRowsSpinbox.SetButtonSymbols(QAbstractSpinBox::UpDownArrows)

There is no `SetPlaceHolder` function for QComboBox and uic insertPolicy generation error. Example ui file is attached. [combobox.ui.zip](https://github.com/therecipe/qt/files/8840202/combobox.ui.zip)

I download the app [wifimouse][11] for windows. [wifimouse][11] app fully build with qt. [Source code of wifimouse server application][12] I install and run wifimouse app in my computer it works...