> Any help/hint is highly appreciated.
>>
>>
>> Regards,
>> Alexander
>> ___
>> Interest mailing list
>> Interest@qt-project.org
>> http://lists.qt-project.org/mailman/listinfo/interest
>>
>
&
I'm writing this email using a cell phone that is providing the most
fun I've ever had with any mobile device (that's me, the user) and the
best developer experience (that's me, the developer porting existing
code and building a great mobile UI).
You can actually buy it. its a real product. People
> Hey, thus came as a surprise to me!
Cool. They seem to be the first using Qt 5. AFAIK both Sailfish and
BB10 will start with 4.8.
And now we'll have a third mobile Qml component set (ignoring symbian
;-) It would be great if at least basic components like labels, input
fields etc. would share a
Hi,
I've just discovered that ScrollBar was recently made private within
the Desktop Components (change id
Ifeaa4aeaa01c0c274eed7c794e7bed273d40092c).
What's the best way to get a standard ListView decorated with scrollbars now?
Thanks,
Nils
___
Inter
Hi,
thanks, but the following code does not work:
import QtQuick 2.0
import QtDesktop 1.0 as Desktop
Rectangle {
width: 360
height: 360
Desktop.ScrollArea {
anchors.fill: parent
ListView {
anchors.fill: parent
model: 10
delegate: Text { text: modelData }
}
Hi Jens,
> I am afraid not.
Thanks for the info. I think I'm going to move to 5.1 too.
Best regards
Nils
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hi,
On Fri, Mar 8, 2013 at 1:41 AM, Steve Pavao wrote:
> The problem I am having is that I haven't found a reliable way to be able to
> set the
> associated text delegate's font.bold and font.pixelSize properties once I set
> the
> ListView's currentIndex to that desired value
> programatically
Hi,
I recently had to add some native drag & drop support to a 4.8/Quick
1.1 based application.
I've used this https://bitbucket.org/gregschlom/qml-drag-drop/overview.
I always try to keep porting to 5.0 / Quick 2.0 in mind so I've
checked what would have to
be adjusted in this case.
Part of the
Hi List,
some time ago I've submitted a fix for a QtSingleApplication problem.
The current implementation does not reliably prevent starting multiple
instances on Windows .
There does not seem to be a maintainer for Qt Solutions. So I'd
welcome anyone interested in reviewing this one line change:
ortation systems).
>
> I'll post my test results and comment in the codereview system.
>
> So hopefully a Troll will accept your commit after multiple devs checked and
> marked this
> minor change as proven.
>
> ciao,
> Chris
>
>
>> On 8. April 2013 at 10:
Hi Duane,
> To prevent multiple instances, we are using QSingleApplication. On Windows,
> if the
> app is started from the desktop this works fine but if it's started from
> a console a second instance can be started.
please try to apply the patch from
https://codereview.qt-project.org/#change,4
This is merged now.
Thanks to all reviewers.
Nils
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
terest mailing list
> Interest@qt-project.org
> http://lists.qt-project.org/mailman/listinfo/interest
--
Dipl. Inform. Nils Jeisecke
fon: +49 (0) 521 - 329647-12
fax: +49 (0) 521 - 329647-40
email: jeise...@saltation.de
---
saltation GmbH & Co. KG | Niederwall 43 |
Hi,
My solution looks like Nicolas'. Feel free to vote for QTBUG-37968
regarding the forced use of private API to achieve this.
Nils
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
Hi,
> The problem is in QScopedPointer at exit point
I don't think this has something to do with the QScopedPointer.
The QApplication is object is destroyed before the static instance of
your MainWindow is.
The QWidget destructor however needs a QApplication instance (see
stack frame #3).
Nils
_
On Thu, Sep 19, 2013 at 12:07 PM, Igor Mironchik
wrote:
> But in call stack I see that all d_tors() executed before
> QApplication::d_func() and then for some reasons executes
> QScopedPointer::data() !!! It's looks like a bug? Or I wrong?
The QApplication object is destroyed when the main functi
Hi list,
I just once again stumbled over the limitation that positionChanged
events in a MouseArea don't propagate to ancestor MouseAreas. As the
docs say "The accepted property of the MouseEvent parameter is ignored
in this handler."
Is this set in stone? What's the rationale behind this?
Nils
Hi Vladimir,
thanks for letting us know.
Are there any plans for a Qt5/QtQuick 2 based Cascades implementation?
Nils
On Wed, Mar 19, 2014 at 6:20 PM, Vladimir Minenko
wrote:
> Hi,
>
> just to let know those who are interested.
>
> The Qt5 (5.2.1) binary overlay for the BlackBerry 10.2 Gold NDK
Hi list.
I was expecting remote QtQuick based applications to be rather
unusable without software renderer fallback.
However I was positively surprised to see that deployment as "Citrix
Published Application" works quite well. General performance (listview
scrolling, animations) on a local networ
Hi list,
I'm currently playing with Qt Quick's accesibility features.
Is there any reason why the Accessible.onPressAction handler in QQC2
AbstractButton does not trigger 'clicked' by default?
Accessible.onPressAction: {
button.clicked()
}
Thanks
Nils
_
Hi list,
while checking out the status of Qt's graphics stack with very basic
QtQuick based applications I've made the following observations:
1. Windows 10 in VMWare Fusion: No window content is rendered for a
trivial QtQuick Hello World application. Running with
QT_D3D_ADAPTER_INDEX=1 helps, bu
Thanks for your response Allan.
On Tue, Nov 23, 2021 at 4:28 PM Allan Sandfeld Jensen wrote:
> We only support two backends in WebEngine currently, either WGL OpenGL or the
> software backend. The software backend should work just fine though. If you
> have any other QSG backend than OpenGL, it s
Hi Allan,
> We are planning to do that, but it is somewhat complicated. The QQuickWidget
> we use, only support OpenGL and Software in Qt 6.2, and there is no other
> QRHIWidget available or planned. We will be trying with a QWindow approach for
> 6.3 or 6.4.
I see. Could you elaborate on the rela
Hi,
On Fri, Jan 14, 2022 at 12:35 PM Alexander Dyagilev wrote:
> What does it mean? Why parent is NOT appWindow? Isn't it should be?
> Is it a bug? Am I missing something?
see
https://doc.qt.io/qt-5/qml-qtquick-controls2-applicationwindow.html#contentData-prop
"If you assign an Item to the con
Hi list,
It just happened again that some Google search for a Qt problem lead
me to https://bugreports-test.qt.io.
Unaware of that, it took some time to realize why some of my former
eloquent comments seemed to have vanished into thin air. Thoughts
about nasty doings from oh-so-evil Qt Company st
Hi Alex,
> While the server is an important part of our own test infra fuer jira I agree
> that Google should ignore it.
> We'll look into it. I am sorry for the confusion.
Thank you!
Nils
___
Interest mailing list
Interest@qt-project.org
https://lists
Am 24.02.2022 um 15:38 hat Volker Hilsheimer geschrieben:
>Evidently, the people commenting in this thread care deeply enough
>about Qt on the desktop to participate in the discussion. And I suppose
>most of us on this list are software engineers, many perhaps for more
>reasons than to put food on
Hi,
On Fri, May 5, 2023 at 11:19 AM Nuno Santos wrote:
> I’m having an hard time figuring out what is causing a random crash on Qml.
>
> Is this stack trace familiar to anyone?
Perhaps something like https://bugreports.qt.io/browse/QTBUG-83387 ?
Nils
Hi list,
import QtQuick
import QtQuick.Window
import QtQuick.Layouts
Window {
width: 640
height: 480
visible: true
title: qsTr("Hello World")
component Foo : Text {
required property int index
text: "Item " + index
}
ColumnLayout {
id: layout
Hi Heiko,
> you could use
>
> const index = (clickedItem as Foo).index;
>
> Unfortunately there is BUG#116264 which prevents inline components to be
> used that way but hopefully will be fixed in one of the next Qt-Versions.
> It would work if you put the Foo component into a Foo.qml file.
Ye
Hi list,
after upgrading to beta3, qmllint complains about this:
Warning: .../Main.qml:4:1: Warnings occurred while importing module
"QtCore": [import]
import QtCore
^^
---
Warning: /usr/local/Qt/6.6.0/macos/qml/QtCore/plugins.qmltypes:67:37:
Meta object revision and export version differ.
Re
Hi Matthew,
On Wed, Aug 30, 2023 at 7:50 AM Matthew Fincham via Interest
wrote:
> We are in the process of integrating qmllint after migrating a project to
> Qt6, and have hit a few issues.
> ...
> Please also note the type registration is done manually, not with the code
> generated by qmltype
Hi,
On Tue, Oct 24, 2023 at 4:35 PM Stefan Seefeld wrote:
> So it sounds like I still don't understand what `qt_add_qml_module` is doing.
AFAIK it builds a bunch of cmake custom commands that use moc for c++
and some other tooling for qml files to extract all the type
information. This then is t
Hi Ekke,
On Tue, Feb 13, 2024 at 1:41 PM ekke wrote:
> qt_add_qml_module(${MY_APP}
> URI Main_Module
> QML_FILES
> ${my_qml_files}
> ${my_js_files}
> SOURCES
> ${my_cpp_files}
> RESOURCES
> ${my_image_files}
> ${my_data-assets_files
Hi,
On Tue, Feb 13, 2024 at 2:41 PM ekke wrote:
> thx. But it's not the prefix. If I add images.qrc and data-assets.qrc to
> the executable, it's working.
If cmake policy QTP0001 is set to new, the resource prefix defaults to
"/qt/qml/", so your previous URIs won't work.
Did you check the gener
Hi,
On Tue, Nov 17, 2015 at 2:09 PM, Liang Jian wrote:
> I can't playback video using MediaPlayer, the error message says:
> DirectShowPlayerService::doRender: Unresolved error code 80040266
just a guess: playback via https using self signed certificates?
Nils
__
Hi list,
I'm running into trouble trying to step into Qt's sources while debugging.
To select the debug version of Qt I'm using DYLD_IMAGE_SUFFIX=_debug
which according to the image names in the backtrace seems to work.
However I don't get lldb to display line numbers or show source code
for sta
Hi list,
On Thu, Jan 14, 2016 at 1:45 PM, myself wrote:
> However I don't get lldb to display line numbers or show source code for
> stack frames inside Qt.
Seems that there is no such problem when using the debug version of a
self-compiled Qt library.
Is this an issue with the official release
On Tue, Jan 19, 2016 at 5:29 PM, Thiago Macieira
wrote:
> Yes. Debug symbols in the pre-compiled builds do not work.
Is this a known issue or shall I create a bug report?
Nils
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org
On Wed, Jan 20, 2016 at 10:26 PM, Thiago Macieira
wrote:
> I think it should show line numbers, but it can't find the source code because
> you don't have the source code at the same place as the debugging information
> expects it to be.
No lines numbers shown here.
However what's the point in bu
Hi list,
Please have a look at this (stunning) video as an illustration of my issue:
https://youtu.be/I3ENphe19qc
It shows the current (Qt 5.8 / dev) application window resize behavior
of a QtQuick based application (gallery example) vs. a QtWidget
(mainwindow example) based one.
This is on Win
Hi!
I was just playing around with the "Accessible" attached property and
Mac OS X Voice Over as a screen reader.
The result: It doesn’t work at all.
Neither the focus rectangle is properly displayed nor does changing
the focus trigger any status update on the accessibility side.
I’ve also trie
Hi!
I don't think this is a general problem.
I've seen this behaviour when for example using a repeater on a filter
model. If initially no filter is set, the repeater will happily
instantiate delegates for every model item. Those will then be
destroyed as soon as the filter becomes active, which
Hi Christpher,
Am 09.10.2018 um 11:10 hat Christopher Probst geschrieben:
> This may be off-topic, so I apologize in advance. I used the Qt Install
> Framework to build an installer of my Qt Application. The issue is that
> when I run the build installer, a big warning appears telling me that the
Am 09.10.2018 um 16:29 hat Nuno Santos geschrieben:
> There are several providers for this. Globalsign is just one. Then you will
> receive a usb dongle with your certificate (GlobalSign sends a USB dongle).
Yeah, and the glorious signtool will ask for a PIN every time your
automated build signs t
Hi,
Am 30.01.2019 um 02:27 hat Patrick Stinson geschrieben:
> Hello!
>
> I am trying to figure out how to get the following color for macOS
> (see screenshot) which is called “Accent Color" in the General section
> of System Preferences.
I'm afraid there's only the "highlight" color available (w
Hi,
Am 18.02.2019 um 16:49 hat Christopher Probst geschrieben:
> Does anybody know if it Is possible to use QSortFilterProxy to filter over
> data that is in vertical the header?
you mean QSortFilterProxyModel::filterAcceptsColumn?
Nils
___
Interest mai
Hi list,
I'm seeing the same thing here. Not sure when troubles started.
Nobody else having problems with that?
Nils
Am 19.08.2019 um 11:37 hat John Weeks geschrieben:
On Macintosh OS X 10.14.5, Qt 5.12.5, and Qt Creator 4.9.2 I keep getting a
crash while stepping through code. I get a stack
Hi Alex,
Coming from a Qt background, Qt Installer framework would be an obvious
candidate. I've not used QIFW but IMHO the installer part is one of the
things that do not really cry out for cross platform.
So in the past I tended to use NSIS for Windows installers. It's
powerful, strange and qu
Seems to work again. Thanks for fixing.
___
Interest mailing list
Interest@qt-project.org
https://lists.qt-project.org/listinfo/interest
Hi,
does anybody else experience the same problem? Clicking "Create" does
not work here.
Firefox JavaScript console: Uncaught TypeError: a.userPreferences is undefined
A local problem? Clearing caches, cookies, trying Safari etc. does not help.
Thanks
Nils
_
51 matches
Mail list logo