see below – I understood that qtbrowser in indeed an example application in
beta state. Therefore, disabling the virtual keyboard is not supported by
default. However, it can be achieved by introducing the visibility property in
the respective QML file (/qml/Main.qml) and set it from the C++ end
Hi Thiago,
Thanks for the detailed response.
> On Apr 11, 2022, at 13:43, Thiago wrote:
>
> On Sunday, 10 April 2022 10:22:21 PDT Dirk Hohndel wrote:
>> ERROR: "error:
>> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch
>> ain/usr/bin/install_name_tool: \"-delete_rpath
Hello Dirk.
On Sunday, 10 April 2022 10:22:21 PDT Dirk Hohndel wrote:
> ERROR: "error:
> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolch
> ain/usr/bin/install_name_tool: \"-delete_rpath
> /Users/hohndel/src/install-root/lib\" specified more than once\nUsage:
> /Applicat
Do the items in the GridLayout have dynamic implicit width values? Maybe you
are running into a case where the implicit width of the items are affected by
some other thing that is also affected by the GridLayout [implicit] size. Also,
do you know the circumstances of the crash? It’d be helpful t
Thank you Thiago!
> On 11 Apr 2022, at 20:51, Thiago Macieira wrote:
>
> On Monday, 11 April 2022 10:42:40 PDT Nuno Santos wrote:
>> My Mac build machine is still running mac OS Mojave 10.14.6 and Xcode 11.3.1
>> due to legacy requirements.
>
> The SDK for 11.1 (available in XCode 12) has suppo
On Monday, 11 April 2022 10:42:40 PDT Nuno Santos wrote:
> My Mac build machine is still running mac OS Mojave 10.14.6 and Xcode 11.3.1
> due to legacy requirements.
The SDK for 11.1 (available in XCode 12) has support for ARM:
/*
* Architecture validation for current SDK
*/
#if !defined(__sys_
Hi,
I’m trying to build the latest Qt 5.15.9 with support for x86_64 and arm64:
./configure -confirm-license -recheck -platform macx-clang -device-option
QMAKE_APPLE_DEVICE_ARCHS="x86_64 arm64" -commercial -debug-and-release -static
-nomake examples -nomake tests -opengl desktop -no-securetrans
>> 1.) How can I set an initial URL when opening the browser ?
After getting familiar with QML I realized that Browserwindow.qml contained a
bug:
navigation.load();
had to be changed to
navigation.load(url);
So this one is resolved – now I check how to disable the virtual keyboard for
deskto
Hello,
Top #2 crasher of our app. Unfortunately, we can't reproduce it on our side.
Any suggestions on how to find the culprit in our QML code?
https://bugreports.qt.io/browse/QTBUG-102464
___
Interest mailing list
Interest@qt-project.org
https://lis
>> I believe qutebrowser has a qt6 branch, but yeah none of them are done
>> porting
>> yet.
Thus, I decided to continue using the minibrowser code which already is Qt6
ready and worked out fine for me so far. However, here I have the problem that
it does not store cookies. I did some research
On Montag, 11. April 2022 11:48:09 CEST Alexander Carôt wrote:
> Hej Allan,
>
> thanks for the reply !
>
> >> If you want a browser based on QtWebEngine I can recommend Falkon or
> >> Qutebrowser
>
> Theoretically this is the best choice, however, I need to be on Qt6 and they
> all still seem to
Hej Allan,
thanks for the reply !
>> If you want a browser based on QtWebEngine I can recommend Falkon or
>> Qutebrowser
Theoretically this is the best choice, however, I need to be on Qt6 and they
all still seem to be Qt5 based, right ?
Best
Alex
--
http://www.carot.de
Email : alexan...@c
12 matches
Mail list logo