Re: [Interest] Does QML have a way to detect if a click is outside an element?

2021-03-05 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Mark Gaiser > Sent: Friday, 5 March 2021 10:39 AM > To: Qt Interest > Subject: [Interest] Does QML have a way to detect if a click is outside an > element? > > Hi, > > Picture a QML window with a red rectangle in the middle of it (say 2

Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls

2021-04-12 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Ramakanth > Kesireddy > Sent: Thursday, 1 April 2021 3:10 AM > To: Qt Interest > Subject: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls > > Hi, > > As we used Qt 5.6 Qt labs controls 1.0 in our Qml application and woul

Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls

2021-04-15 Thread Mitch Curtis
> -Original Message- > From: Ramakanth Kesireddy > Sent: Thursday, 15 April 2021 6:33 AM > To: Mitch Curtis > Cc: Qt Interest > Subject: Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls > > Thanks for your response. > > Though there is

Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls

2021-04-20 Thread Mitch Curtis
> -Original Message- > From: Ramakanth Kesireddy > Sent: Wednesday, 21 April 2021 6:28 AM > To: Mitch Curtis > Cc: Qt Interest > Subject: Re: [Interest] Qt 5.6 Qt labs controls porting to QtQuick2 controls > > Thanks for your mail. It helps. > > As

Re: [Interest] Porting custom QML plugin to the Qt6

2021-04-28 Thread Mitch Curtis
See also https://bugreports.qt.io/browse/QTBUG-89274 and some of the related tasks. > -Original Message- > From: Interest On Behalf Of Jakub > Narolewski > Sent: Wednesday, 28 April 2021 9:54 PM > To: interest@qt-project.org > Subject: [Interest] Porting custom QML plugin to the Qt6 > >

Re: [Interest] Material controls memory usage

2021-05-11 Thread Mitch Curtis
Hi. > -Original Message- > From: Interest On Behalf Of nus1998 > Sent: Tuesday, 11 May 2021 3:11 AM > To: interest@qt-project.org > Subject: [Interest] Material controls memory usage > > Hi All, > > I made a simple comparison that it looks material controls cost 70 times > memory as no

Re: [Interest] Installation Sizes for Applications using Qt

2021-08-25 Thread Mitch Curtis
There is this useful website: https://qtlite.com/ Pick e.g. Qt 5.15.x (it seems that the Qt 6 versions don't work with it), then the modules you use, and it will give you a complete list of every feature you can disable for that module. Although like Thiago says, not all of them are guaranteed

Re: [Interest] QML: support both Qt5 and Qt6

2021-09-09 Thread Mitch Curtis
Which Qt 5 version are you using? > -Original Message- > From: Interest On Behalf Of Alexander > Dyagilev > Sent: Tuesday, 7 September 2021 11:15 PM > To: Shawn Rutledge ; Qt Interest project.org> > Subject: Re: [Interest] QML: support both Qt5 and Qt6 > > > On 9/7/2021 11:31 PM, Shawn

Re: [Interest] QML: support both Qt5 and Qt6

2021-09-09 Thread Mitch Curtis
MessageDialog was added in 5.8 according to https://doc.qt.io/qt-5/qml-qt-labs-platform-messagedialog.html, so it should work. > -Original Message- > From: Alexander Dyagilev > Sent: Thursday, 9 September 2021 10:59 AM > To: Mitch Curtis ; Shawn Rutledge > ; Qt Interest

Re: [Interest] QML: support both Qt5 and Qt6

2021-09-09 Thread Mitch Curtis
, I am (or was) trying to help you. By the way, the smiley face just comes across as condescending if what comes before it is not friendly. > -Original Message- > From: Alexander Dyagilev > Sent: Thursday, 9 September 2021 12:09 PM > To: Mitch Curtis ; Shawn Rutledge > ; Qt

Re: [Interest] Compile Qt 6.2.1 from source

2021-10-01 Thread Mitch Curtis
For some reason when I reply all to your messages they only go to you. So, explicitly adding the interest list back in: You could try using less “jobs” when building: https://stackoverflow.com/a/31132630 I’ve had to do this on my macOS machine to allow me to still use it while building. From:

Re: [Interest] QImageIOWriter for multi-framed images

2022-01-03 Thread Mitch Curtis
For what it's worth, there is a task in Jira for being able to write GIFs: https://bugreports.qt.io/browse/QTBUG-64889 From: Interest On Behalf Of Scott Bloom Sent: Monday, 20 December 2021 9:20 PM To: interest@qt-project.org Subject: [Interest] QImageIOWriter for multi-framed images QImageIORe

Re: [Interest] Qt 5.x from git for commercial licensees (Windows)

2016-05-02 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Rainer Wiesenfarth > Sent: Monday, 2 May 2016 11:47 AM > To: interest@qt-project.org > Subject: [Interest] Qt 5.x from git for commercial licensees (Windows) > > Hi all, > >

Re: [Interest] [Qml][type_id] Same component module have different type

2016-05-10 Thread Mitch Curtis
Can you come up with a minimal example that we can run? From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Jérôme Godbout Sent: Monday, 9 May 2016 8:18 PM To: Interests Qt Subject: [Interest] [Qml][type_id] Same component module have different type Hi, I hav

Re: [Interest] Row, Column, Repeater, and ListView spacer delegate?

2016-06-30 Thread Mitch Curtis
Nope. The only way to do it is like you've mentioned: import QtQuick 2.7 import QtQuick.Window 2.2 Window { visible: true width: 640 height: 480 ListView { id: listView width: 200 height: 400 clip: true model: 10 delegate: Item {

Re: [Interest] QML 5.7 QNX, module (or version) is not installed

2016-07-04 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Julien Bordes > Sent: Thursday, 30 June 2016 5:33 PM > To: interest@qt-project.org > Subject: [Interest] QML 5.7 QNX, module (or version) is not installed > > > > Hello Ever

Re: [Interest] QML 5.7 QNX, module (or version) is not installed

2016-07-05 Thread Mitch Curtis
What about QT_IM_MODULE, did you set that? From: Julien Bordes [mailto:julienbor...@hotmail.fr] Sent: Tuesday, 5 July 2016 1:56 PM To: Mitch Curtis ; interest@qt-project.org Subject: RE: QML 5.7 QNX, module (or version) is not installed >> -Original Message- >> Fr

Re: [Interest] QML 5.7 QNX, module (or version) is not installed

2016-07-05 Thread Mitch Curtis
Ah, sorry, I didn't see that you were running the basic example, which hard-codes it into main.cpp anyway. I'm not sure what the problem is. :/ From: Julien Bordes [mailto:julienbor...@hotmail.fr] Sent: Tuesday, 5 July 2016 2:41 PM To: Mitch Curtis ; interest@qt-project.org Subject: R

Re: [Interest] Utilizing the GPU, how to start?

2016-07-11 Thread Mitch Curtis
Have you tried Google? :D These two links probably cover your first two questions: http://doc.qt.io/qt-5/qtquick-visualcanvas-scenegraph.html http://doc.qt.io/qt-5/qtquick-visualcanvas-scenegraph-renderer.html > -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=q

Re: [Interest] Problems customising Slider Qt 5.7 when Qml is loaded by a loader - Object destroyed during incubation

2016-07-26 Thread Mitch Curtis
Looks like this bug: https://bugreports.qt.io/browse/QTBUG-50992 From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Nuno Santos Sent: Tuesday, 26 July 2016 10:56 AM To: Qt Project MailingList Subject: [Interest] Problems customising Slider Qt 5.7 when Qml is

Re: [Interest] Problems customising Slider Qt 5.7 when Qml is loaded by a loader - Object destroyed during incubation

2016-07-26 Thread Mitch Curtis
I doubt that it’s fixed. The others were closed as duplicates. Judging from the IRC log that JP posted, it seems that Simon is planning to look into the issue when he finds time. From: Nuno Santos [mailto:nunosan...@imaginando.pt] Sent: Tuesday, 26 July 2016 12:56 PM To: Mitch Curtis Cc: Qt

Re: [Interest] Why does QML prefer 'count' over '.length'?

2016-07-28 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Jason H > Sent: Wednesday, 27 July 2016 4:32 PM > To: J-P Nurmi > Cc: interest@qt-project.org > Subject: Re: [Interest] Why does QML prefer 'count' over '.length'? > > > >

Re: [Interest] Using QtQuickControls 2 within a static build of Qt 5.7

2016-07-28 Thread Mitch Curtis
Do you have any issues creating a standard Qt Quick Controls 2 application against a static Qt? I just tried with a very basic application and it worked without issues (Ubuntu 16.04, Qt 5.7). From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Nuno Santos Sen

Re: [Interest] Using QtQuick Controls 2 on android

2016-09-01 Thread Mitch Curtis
I dunno about the shader errors, but what if you add qputenv(“QML_IMPORT_TRACE”, “1”) at the beginning of main.cpp? It looks like the material style etc. plugins are deployed, the QML engine just can’t find them when it tries to import them. From: Interest [mailto:interest-bounces+mitch.curtis=

Re: [Interest] Adding a C++ wrapper class renders my QML custom type unusable

2016-09-01 Thread Mitch Curtis
Can you provide a small, reproducible example? From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Rob Allan Sent: Wednesday, 31 August 2016 8:09 AM To: interest@qt-project.org Subject: [Interest] Adding a C++ wrapper class renders my QML custom type unusable

Re: [Interest] Running QtQuick programs in Android virtual device

2016-09-06 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Wolfgang Baron > Sent: Sunday, 4 September 2016 2:05 PM > To: interest@qt-project.org > Subject: [Interest] Running QtQuick programs in Android virtual device > > Hi, > > I am

Re: [Interest] Something wrong with JIRA?

2016-09-08 Thread Mitch Curtis
There were some issues with Gerrit and Jira yesterday, which are still being looked at. Both are currently working for me for the moment. From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Oleg Evseev Sent: Wednesday, 7 September 2016 9:38 AM To: Qt Project

[Interest] Qt Quick Controls 2.1 Webinar

2016-10-04 Thread Mitch Curtis
Hi, We're hosting a webinar about the upcoming stuff in Qt Quick Controls 2.1. You can register here if you're interested: http://info.qt.io/webinar-tips-and-tricks-with-qt-quick-controls-2-1 Mitch ___ Interest mailing list Interest@qt-project.org h

Re: [Interest] [Quick Controls 2] Best way to add binding arrow tip to Popup?

2016-10-12 Thread Mitch Curtis
It probably wasn't mentioned because it's got a bad reputation as being slow. It's easy to abuse it and end up with crappy performance. As long as you limit the amount of painting you do and how often you do it, I don't think using it is really an issue in practice.

[Interest] Mouse event propagation in Qt Quick

2016-10-16 Thread Mitch Curtis
Hi. In the following example (#1), I want both the MouseArea to be clickable and the scroll bars to be draggable: import QtQuick 2.7 import QtQuick.Window 2.2 import QtQuick.Controls 2.0 Window { visible: true width: 640 height: 480 title: qsT

Re: [Interest] Mouse event propagation in Qt Quick

2016-10-16 Thread Mitch Curtis
> -Original Message- > From: J-P Nurmi > Sent: Sunday, 16 October 2016 4:06 PM > To: Mitch Curtis ; Qt Project > Subject: Re: Mouse event propagation in Qt Quick > > Hey Mitch, Hey! > > > - In example #2, why is Flickable happy to steal events that

Re: [Interest] Tumbler not working

2016-11-10 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Jason H > Sent: Wednesday, 9 November 2016 10:04 PM > To: Qt Interest > Subject: [Interest] Tumbler not working > > Simply, using a tumbler, and trying to set it to a value by:

Re: [Interest] Qt.labs.platform

2018-09-12 Thread Mitch Curtis
> -Original Message- > From: Interest On > Behalf Of Igor Mironchik > Sent: Wednesday, 12 September 2018 3:49 PM > To: interest@qt-project.org > Subject: [Interest] Qt.labs.platform > > I'm on Linux with static Qt, I link my app to libqtlabsplatformplugin.a > > I've got the following err

Re: [Interest] Is it possible to define and inherit component in the same QML file?

2018-09-12 Thread Mitch Curtis
> -Original Message- > From: Interest On > Behalf Of Alexander Ivash > Sent: Wednesday, 12 September 2018 6:02 PM > To: interest@qt-project.org > Subject: [Interest] Is it possible to define and inherit component in the same > QML file? > > Like this: > > property Component baseDelegate:

Re: [Interest] Is it possible to define and inherit component in the same QML file?

2018-09-12 Thread Mitch Curtis
> -Original Message- > From: Alexander Ivash > Sent: Wednesday, 12 September 2018 6:07 PM > To: Mitch Curtis > Subject: Re: [Interest] Is it possible to define and inherit component in the > same QML file? > > Thanks, that's what I thought, but still ho

[Interest] Qbs-built application deployed with macdeployqt doesn't start

2018-09-18 Thread Mitch Curtis
I’m getting the following error message when trying to launch my Qbs-built application that has been deployed with macdeployqt: Dyld Error Message: Library not loaded: @rpath/QtCore.framework/Versions/5/QtCore Referenced from: /Volumes/*/slate.app/Contents/MacOS/slate Reason: image not foun

Re: [Interest] Qbs-built application deployed with macdeployqt doesn't start

2018-09-18 Thread Mitch Curtis
> -Original Message- > From: Interest On > Behalf Of Thorbjørn Lindeijer > Sent: Tuesday, 18 September 2018 12:23 PM > To: interest@qt-project.org > Subject: Re: [Interest] Qbs-built application deployed with macdeployqt > doesn't start > > On Tue, Sep

Re: [Interest] Qbs-built application deployed with macdeployqt doesn't start

2018-09-18 Thread Mitch Curtis
> -Original Message- > From: Interest On > Behalf Of Mitch Curtis > Sent: Tuesday, 18 September 2018 1:34 PM > To: Thorbjørn Lindeijer ; interest@qt-project.org > Subject: Re: [Interest] Qbs-built application deployed with macdeployqt > doesn't start > &g

Re: [Interest] Qbs-built application deployed with macdeployqt doesn't start

2018-09-18 Thread Mitch Curtis
to set the install_name of the library. The same as the output of the second line of otool -L tiled.dylib, or as set with install_name_tool. On 18. Sep 2018, at 13:44, Mitch Curtis wrote: -Original Message----- From: Interest On Behalf Of Mitc

Re: [Interest] Deploying a linux binary?

2018-09-21 Thread Mitch Curtis
I tried linuxdeployqt but ran into graphical issues to the qt.conf file: https://github.com/probonopd/linuxdeployqt/issues/280 I ended up building statically, which was much easier. From: Interest on behalf of Jason H Sent: Thursday, 20 September 2018

Re: [Interest] QML id as string?

2018-10-04 Thread Mitch Curtis
Not sure if this is what you're after, but you can get an id as a string via http://doc.qt.io/qt-5/qqmlcontext.html#nameForObject: "Returns the name of object in this context, or an empty string if object is not named in the context. Objects are named by setContextProperty(), or by ids in the c

[Interest] Icons on macOS

2018-10-08 Thread Mitch Curtis
I’m trying to add icons to an application on macOS. My Qbs file looks like this: https://github.com/mitchcurtis/slate/tree/master/app/app.qbs The generated assetcatalog_generated_info.plist file looks like this: http://www.apple.com/DTDs/PropertyList-1.0.dtd";> CFBundleIconFile

Re: [Interest] Icons on macOS

2018-10-08 Thread Mitch Curtis
Unfortunately, I don’t know how it is done with Qbs as I never used it. --- Artem Sidyakin > On 8 Oct 2018, at 19:15, Mitch Curtis wrote: > > I’m trying to add icons to an application on macOS. My Qbs file looks like this: > &g

Re: [Interest] Icons on macOS

2018-10-11 Thread Mitch Curtis
It seems that after wiping the build directory and rebuilding it has started working. :/ On 10/9/18, 7:12 AM, "Interest on behalf of Mitch Curtis" wrote: The Qbs docs state that there is no direct equivalent to ICON: https://doc.qt.io/qbs/porting-to-qbs.html#icon

Re: [Interest] Bug Reports

2018-10-23 Thread Mitch Curtis
> -Original Message- > From: Interest On > Behalf Of Dan Allen > Sent: Monday, 22 October 2018 9:37 PM > To: Qt Project > Subject: [Interest] Bug Reports > > Hi All, > > I'm frustrated by what has happened on the last bug report > I posted

Re: [Interest] Failing to use QUICK_TEST_MAIN_WITH_SETUP

2018-10-24 Thread Mitch Curtis
> -Original Message- > From: Interest On > Behalf Of Marc Van Daele > Sent: Wednesday, 24 October 2018 10:58 AM > To: interest@qt-project.org > Subject: [Interest] Failing to use QUICK_TEST_MAIN_WITH_SETUP > > I'm trying to get an answer to https://forum.qt.io/topic/95715/qtest-failing- >

Re: [Interest] Failing to use QUICK_TEST_MAIN_WITH_SETUP

2018-10-24 Thread Mitch Curtis
> -Original Message- > From: Marc Van Daele > Sent: Wednesday, 24 October 2018 11:43 AM > To: Mitch Curtis > Cc: interest@qt-project.org > Subject: Re: [Interest] Failing to use QUICK_TEST_MAIN_WITH_SETUP > > Thanks! > Adding #include "main.moc" in

[Interest] Android IRC channels

2018-12-11 Thread Mitch Curtis
We have #necessitas for Android discussion, and I remember #qtforandroid was recently created after the spam attacks. Today I learned we also have #qt-android. Can we please settle on one channel and I'll add it to the Wiki [1]? People looking for help don't benefit from having three fragmented

Re: [Interest] Android IRC channels

2018-12-13 Thread Mitch Curtis
> -Original Message- > From: André Pönitz > Sent: Wednesday, 12 December 2018 8:43 PM > To: Mitch Curtis > Cc: interest@qt-project.org > Subject: Re: [Interest] Android IRC channels > > On Wed, Dec 12, 2018 at 07:45:58AM +, Mitch Curtis wrote: > > W

Re: [Interest] Q_ENUM and qRegisterMetaType()

2019-01-14 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Tom > Isaacson > Sent: Monday, 14 January 2019 11:05 AM > To: Interest@qt-project.org > Subject: [Interest] Q_ENUM and qRegisterMetaType() > > I thought replacing Q_DECLARE_METATYPE with Q_ENUM removed the > need to call qRegisterMetaType

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Jérôme > Godbout > Sent: Wednesday, 16 January 2019 12:12 AM > To: Interests Qt > Subject: [Interest] Qt.conf and desktop application > > Hi, > > I'm having some problem while porting an application to Linux Desktop. I'm > using a qt.co

Re: [Interest] Qt.conf and desktop application

2019-01-16 Thread Mitch Curtis
> -Original Message- > From: Jérôme Godbout > Sent: Wednesday, 16 January 2019 3:31 PM > To: Mitch Curtis ; Interests Qt project.org> > Subject: RE: Qt.conf and desktop application > > Hi, > static linking is not really an option for this right now, so I gue

Re: [Interest] Qt 5.12 for Windows (Static)

2019-01-17 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Nuno > Santos > Sent: Thursday, 17 January 2019 10:06 AM > To: interest@qt-project.org Interest > Subject: [Interest] Qt 5.12 for Windows (Static) > > Hi, > > I have just compiled a fresh Qt 5.12.1 from the source statically on Windows

Re: [Interest] [Development] Mailing list archive annoyance

2019-01-30 Thread Mitch Curtis
> -Original Message- > From: Development On Behalf Of > Christian Gagneraud > Sent: Wednesday, 30 January 2019 10:30 AM > To: interest ; development project.org> > Subject: [Development] Mailing list archive annoyance > > Hi all, > > I do not know what is going on with the mailing lis

Re: [Interest] Netiquette [was: Feature Request - QtCreator - Multiple right margins]

2019-02-08 Thread Mitch Curtis
Yep. Why don't we use our Code of Conduct here? https://codereview.qt-project.org/#/c/243623/ On 2/8/19, 6:47 PM, "Interest on behalf of m...@herrdiel.de" wrote: "All", somebody who calls a whole platform "idiot" lacks any respect for those who work in that field. Doing so r

Re: [Interest] Disable -Og when configuring as developer build

2019-02-15 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Konstantin > Shegunov > Sent: Friday, 15 February 2019 3:01 PM > To: Interests Qt > Subject: [Interest] Disable -Og when configuring as developer build > > Hello, > That flag's been a pain for me to debug the Qt codebase for a while now,

Re: [Interest] Odd behaviour when organizing .qml files into folders

2019-02-21 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Christian > Kandeler > Sent: Tuesday, 19 February 2019 9:42 AM > To: interest@qt-project.org > Subject: Re: [Interest] Odd behaviour when organizing .qml files into folders > > On Mon, 18 Feb 2019 15:01:47 -0500 > Furkan Üzümcü wrote: >

[Interest] Translating JSON files

2019-06-17 Thread Mitch Curtis
Is there a way to translate data that's not stored in a C++ or QML file, like JSON? I have a bunch of user-facing strings in a JSON file that will eventually need to be translated, and there doesn't seem to be any solution for this. ___ Interest mailin

Re: [Interest] Translating JSON files

2019-06-17 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Thiago > Macieira > Sent: Monday, 17 June 2019 9:50 PM > To: interest@qt-project.org > Subject: Re: [Interest] Translating JSON files > > On Monday, 17 June 2019 12:41:07 PDT Mitch Curtis wrote: > > Is

Re: [Interest] Translating JSON files

2019-06-17 Thread Mitch Curtis
> -Original Message- > From: Tom Isaacson > Sent: Monday, 17 June 2019 10:13 PM > To: Mitch Curtis ; Thiago Macieira > ; interest@qt-project.org > Subject: RE: [Interest] Translating JSON files > > -Original Message- > From: Interest On Behalf Of M

Re: [Interest] Translating JSON files

2019-06-17 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Thiago > Macieira > Sent: Monday, 17 June 2019 10:28 PM > To: interest@qt-project.org > Subject: Re: [Interest] Translating JSON files > > On Monday, 17 June 2019 13:02:13 PDT Mitch Curtis wrote: > > I

Re: [Interest] Translating JSON files

2019-06-18 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Thiago > Macieira > Sent: Monday, 17 June 2019 11:40 PM > To: interest@qt-project.org > Subject: Re: [Interest] Translating JSON files > > On Monday, 17 June 2019 14:18:33 PDT Mitch Curtis wrote: > > The t

Re: [Interest] Translating JSON files

2019-06-18 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Robert > Hairgrove > Sent: Tuesday, 18 June 2019 12:22 PM > To: interest@qt-project.org > Subject: Re: [Interest] Translating JSON files > > On 17.06.19 21:41, Mitch Curtis wrote: > > Is there a way to trans

Re: [Interest] Qt Quick Controls 1/2 and Surface Pro stylus pen

2019-07-15 Thread Mitch Curtis
Hi Mike. Would this be https://bugreports.qt.io/browse/QTBUG-76617? If so, you could try out the patch for it to see if it fixes it for you: https://codereview.qt-project.org/c/qt/qtbase/+/267594 Cheers. From: Interest On Behalf Of Nelson, Michael Sent: Friday, 12 July 2019 2:28 PM To: Qt Int

Re: [Interest] Click and hold on close button

2019-08-28 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Murphy, > Sean > Sent: Wednesday, 28 August 2019 3:57 PM > To: interest@qt-project.org > Subject: Re: [Interest] Click and hold on close button > > > I would just tell the user that it behaves like notepad and 99% of > > other Windows app

Re: [Interest] QML: PlaceholderText on ComboBox (Controls 2)

2019-09-02 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Carel > Combrink > Sent: Sunday, 1 September 2019 9:22 PM > To: interest > Subject: [Interest] QML: PlaceholderText on ComboBox (Controls 2) > > Hi, > > I have a ComboBox (QtQuick.Controls 2.5, Qt 5.12.4 ) and want to set a > "placehold

Re: [Interest] QML: PlaceholderText on ComboBox (Controls 2)

2019-09-02 Thread Mitch Curtis
> -Original Message- > From: Carel Combrink > Sent: Monday, 2 September 2019 10:33 AM > To: Mitch Curtis > Cc: interest > Subject: Re: [Interest] QML: PlaceholderText on ComboBox (Controls 2) > > Sorry, forgot the file, see attached: Please report this as a

Re: [Interest] QML and mac system menu

2019-09-10 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Alexander > Dyagilev > Sent: Tuesday, 10 September 2019 3:11 PM > To: interestqt-project.org > Subject: [Interest] QML and mac system menu > > Hello, > > I have the following code: > > import QtQuick 2.12 > import QtQuick.Controls 2.12

Re: [Interest] QML and mac system menu

2019-09-11 Thread Mitch Curtis
> -Original Message- > From: Andreas Pakulat > Sent: Tuesday, 10 September 2019 10:20 PM > To: Mitch Curtis > Cc: Alexander Dyagilev ; interestqt-project.org > > Subject: Re: [Interest] QML and mac system menu > > Hi, > > On Tue, Sep 10, 2019 at 3:26 P

Re: [Interest] Qt Creator: specify default project to run in .pro file?

2019-09-30 Thread Mitch Curtis
> -Original Message- > From: Interest On Behalf Of Alexander > Dyagilev > Sent: Monday, 30 September 2019 5:18 AM > To: Qt Project > Subject: [Interest] Qt Creator: specify default project to run in .pro file? > > Hello, > > My project contains several executable projects. One of them i

Re: [Interest] Qml Canvas is too slow

2019-11-01 Thread Mitch Curtis
There are a few articles online about improving its performance that should also apply to Qt. I just picked the first three I found: - https://developer.mozilla.org/en-US/docs/Web/API/Canvas_API/Tutorial/Optimizing_canvas - https://www.html5rocks.com/en/tutorials/canvas/performance/ - https://

Re: [Interest] QML engine, C++ model in secondary thread, signal lag, and infinite change loop

2020-03-17 Thread Mitch Curtis
Hi. > -Original Message- > From: Interest On Behalf Of Federico > Ferri > Sent: Tuesday, 17 March 2020 11:30 AM > To: interestqt-project.org > Subject: [Interest] QML engine, C++ model in secondary thread, signal lag, > and infinite change loop > > Hi, > > consider this scenario: > >

Re: [Interest] QtQuick: weird fonts problem

2020-06-09 Thread Mitch Curtis
From what I've seen, stuff like that is usually a graphics driver issue. > -Original Message- > From: Interest On Behalf Of Alexander > Dyagilev > Sent: Tuesday, 9 June 2020 8:52 AM > To: interest@qt-project.org > Subject: [Interest] QtQuick: weird fonts problem > > Hello, > > One of ou

Re: [Interest] QML StackView: cannot push while already in the process of completing a push

2020-07-22 Thread Mitch Curtis
Hi. > -Original Message- > From: Interest On Behalf Of Alexander > Dyagilev > Sent: Wednesday, 22 July 2020 3:31 AM > To: interest@qt-project.org > Subject: [Interest] QML StackView: cannot push while already in the process > of completing a push > > Hello, > > Qt 5.12.8, Android 10. >

Re: [Interest] temp disable any selection changing in TableView?

2020-07-22 Thread Mitch Curtis
TextEdit has a persistentSelection property: https://doc.qt.io/qt-5/qml-qtquick-textedit.html#persistentSelection-prop If the item you're referring to is a text input item, you can set that property to true. If the item you're referring to is derived from Control, then you have focusPolicy, wh

Re: [Interest] temp disable any selection changing in TableView?

2020-07-23 Thread Mitch Curtis
> -Original Message- > From: David M. Cotter > Sent: Wednesday, 22 July 2020 4:48 PM > To: Qt Interest > Cc: Mitch Curtis > Subject: Re: [Interest] temp disable any selection changing in TableView? > > i'm not sure if i was clear. this is for Qt Widgets

Re: [Interest] Making an ORM Library

2013-09-06 Thread Mitch Curtis
On 09/06/2013 03:32 PM, Michael Dougras Silva wrote: > This works for now, but I thinking that all classes to be mapped have to > be QObject derivated, thus store this classes in Qt containers isn't > possible. You could store (smart) pointers to those objects, then they could be stored in Qt con

Re: [Interest] Loading libraries from root folder

2013-09-09 Thread Mitch Curtis
On 09/09/2013 05:05 PM, Joseph W Joshua wrote: > Hello all, > > I wish to deploy my application under both Linux and windows. In > windows, the OS automatically looks for libraries in the application > startup path. However in Linux, the OS always complains about missing > libs, even though they ar

Re: [Interest] Loading libraries from root folder

2013-09-09 Thread Mitch Curtis
On 09/09/2013 08:07 PM, Joseph W Joshua wrote: > On 09/09/2013 07:05 AM, Till Oliver Knoll wrote: >> >> "The disadvantage of the second approach [rpath] is that the user may >> not have privileges to install into the predetermined path." >> >> > Till, > > It is this particular quote which put me of

Re: [Interest] 2D Graphs Qt Module

2013-09-24 Thread Mitch Curtis
On 09/24/2013 02:08 PM, Ramakanthreddy Kesireddy wrote: > Hi Thiago, > > Thanks for your mail. > Our project is a touch Controller(Linux with FrameBuffer support). > > As project involves 2D graphs/plots, I would like to know if we could go > ahead with QCustomPlot(derived from QPainter) > Or QML

Re: [Interest] Shift+Tab Shortcut

2013-09-24 Thread Mitch Curtis
On 09/20/2013 09:13 PM, Daniel Otto Bolognani wrote: > Hello list! > > We ported our software from QT3 Support to Pure QT4 and now we are facing > some different behaviour on the shortcuts, we have managed almost all of the > problems, unless the Shift+Tab shortcut that we need to intercept. > >

Re: [Interest] QTreeView header move first column doesn't work.

2013-10-09 Thread Mitch Curtis
Looks like a regression to me. Please create a bug report: https://bugreports.qt-project.org/browse/QTBUG On 10/08/2013 11:57 AM, Igor Mironchik wrote: > Hi. In the attachement you can find simple application where you can > test it... > > Thanks for help. > >> On previous versions of Qt moving f

Re: [Interest] QTreeView header move first column doesn't work.

2013-10-09 Thread Mitch Curtis
On 10/09/2013 09:31 AM, Igor Mironchik wrote: > 09.10.2013 10:02, Mitch Curtis пишет: >> Looks like a regression to me. Please create a bug report: >> https://bugreports.qt-project.org/browse/QTBUG > > But may be it's is not a bug. May be developers decided to disa

Re: [Interest] Qt 5.x internationalization.

2013-10-11 Thread Mitch Curtis
On 10/11/2013 09:13 AM, Ramesh Nelakuditi wrote: > Dear All, > > I would like to use following languages in my Qt5.x application , > *English, German, French, Spanish, Italian, Chinese, and Japanese.* > > Could you let us know, if there are any restriction on these languages > for Qt5.x framework.

Re: [Interest] QIcon and multiple themes

2013-10-18 Thread Mitch Curtis
On 10/16/2013 11:44 AM, Stefan Böhmann wrote: > Hi list, > > I want to provide a custom set of icons for my application without using > resources (license and size constraints). So all icons are installed together > with the application. I also have not only one single theme but a generic one >

Re: [Interest] (QQmlListProperty) Cannot assign to non-existent property "lon" lon: "3"

2013-11-13 Thread Mitch Curtis
On 11/12/2013 02:00 PM, Anisha Kaul wrote: > Greetings, > > I wish to see how [B]QQmlListProperty [/B] is used. I tried the > following but I am not sure if this is the correct way to do it. I got > an error shown as follows: > "Cannot assign to non-existent property "lon" lon: "3" > [...] > class

Re: [Interest] animation problems

2013-11-26 Thread Mitch Curtis
On 11/25/2013 03:30 PM, Nurmi J-P wrote: > > On 25 Nov 2013, at 14:57, Graham Labdon > wrote: > >> Hi >> I am trying to animate the movement of one of my widgets >> I have a simple Qt app consists of a main window with a label (done in >> QDesigner) >> The code to move the label is >> Q

Re: [Interest] Qt laptop stickers

2014-01-14 Thread Mitch Curtis
Tuukka? :) On 01/13/2014 04:55 PM, Bob Hood wrote: > > On 1/13/2014 6:57 AM, Juergen Bocklage-Ryannel wrote: >> On 07.01.14 05:51, Николай Шатохин wrote: >>> Hello. >>> >>> Does anyone have a Qt laptop stickers? Can you sell me some? >>> >>> Best regards, >>> Nick >>> >>> >>> _

Re: [Interest] Qt Plugin Low Level API

2014-05-23 Thread Mitch Curtis
On 05/22/2014 09:58 AM, Tony Rietwyk wrote: > Hi Etienne, > > The 4.8.5 doco for QObject.qobject_cast links to the "Plug & Paint" > example for use of qobject_cast with interfaces. Mind you, it > incorrectly shows the return type as QWidget. Hopefully that doco has > been rewritten in v5! Hopin

[Interest] PathView item positioning

2014-07-03 Thread Mitch Curtis
I have a PathView with 3 items. The view is large enough to fit all 3 items without any spacing between them. Given the code below, why does the first item sit at half its height *above* the top of the view? import QtQuick 2.2 Rectangle { width: 220 height: 220 color: "#494d53"

[Interest] PathView item missing when preferredHighlightBegin and preferredHighlightEnd are set without setting highlight

2014-07-03 Thread Mitch Curtis
As the title says, the code below results in a missing item (it will "disappear" after the view is dragged): import QtQuick 2.2 Rectangle { width: 220 height: 220 color: "#494d53" PathView { id: view width: 100 height: delegateHeight * pathItemCoun

Re: [Interest] [ANNOUNCE] GammaRay 2.1.0

2014-07-03 Thread Mitch Curtis
On 07/02/2014 05:48 PM, Allen Winter wrote: Anton has a nice blog about the new QtQuick capabilities in GammaRay 2.1: http://www.kdab.com/analysing-qtquick-apps-gammaray-button-gone/ On Friday, June 27, 2014 05:06:03 PM Allen Winter wrote: Very cool! Announcing GammaRay 2.1.0 Now with the m

Re: [Interest] What is the difference.

2014-09-24 Thread Mitch Curtis
On 22/09/14 17:33, Karl Ruetz wrote: > On Sep 22, 2014, at 10:25 AM, william.croc...@analog.com wrote: > >> On 09/22/2014 11:10 AM, Thiago Macieira wrote: >>> On Monday 22 September 2014 11:01:23 william.croc...@analog.com wrote: Gang: While we are talking about the need for a Q[Cor

Re: [Interest] (no subject)

2016-12-12 Thread Mitch Curtis
What happens if you run make in qtdeclarative? It looks like Qt Quick failed to build. (The Hunspell message can be ignored, unless you want spell correction) > -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Jason H > Sent:

Re: [Interest] ApplicationWindow overlay item opacity aspects

2017-03-15 Thread Mitch Curtis
Overlay sets opacity, so it is being overridden: http://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/src/quicktemplates2/qquickoverlay.cpp#n59 Maybe we could give control of animating visibility changes to the user somehow, so that the animation would be done in the modal delegate? The current

Re: [Interest] QtQuick import question

2017-04-19 Thread Mitch Curtis
For what it’s worth, the documentation for Qt Quick Controls 2 has (or will have) such a table (although starting at Qt 5.7, which is when they were released): https://doc-snapshots.qt.io/qt5-5.9/qtquickcontrols2-index.html#versions From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-

Re: [Interest] QtQuick import question

2017-04-20 Thread Mitch Curtis
I don’t know. CCing JP who wrote it. From: Elvis Stansvik [mailto:elvst...@gmail.com] Sent: Thursday, 20 April 2017 8:42 AM To: Mitch Curtis Cc: interest@qt-project.org Interest ; Viktor Engelmann Subject: RE: [Interest] QtQuick import question Den 19 apr. 2017 11:07 fm skrev "Mitch C

Re: [Interest] QtQuick import question

2017-04-20 Thread Mitch Curtis
In the meantime, you could create a suggestion for it so we have some way of tracking it. From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Mitch Curtis Sent: Thursday, 20 April 2017 9:22 AM To: Elvis Stansvik Cc: interest@qt-project.org Interest Subject

Re: [Interest] Suggestion: Change default QML main.cpp

2017-05-16 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Jason H > Sent: Tuesday, 16 May 2017 12:07 AM > To: interestqt-project.org > Subject: [Interest] Suggestion: Change default QML main.cpp > > After the > engine.load(QUrl(

Re: [Interest] QML disappointments

2017-06-23 Thread Mitch Curtis
I also miss QWidget. :( Such a shame that it was removed, right? From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Nishant Parashar Sent: Friday, 23 June 2017 6:43 PM To: Jason H Cc: interestqt-project.org Subject: Re: [Interest] QML disappointments Qt com

  1   2   >