Re: [Interest] Problems customising Combobox popup with Qt 6.8.0

2024-11-13 Thread EXT Mitch Curtis via Interest
Ah, good catch! I've pushed a fix: https://codereview.qt-project.org/c/qt/qtdeclarative/+/604083 > -Original Message- > From: Nuno Santos > Sent: Wednesday, 13 November 2024 5:05 PM > To: EXT Mitch Curtis > Cc: interestqt-project. org > Subject: Re: [Interes

Re: [Interest] Problems customising Combobox popup with Qt 6.8.0

2024-11-12 Thread EXT Mitch Curtis via Interest
Hi, > -Original Message- > From: Interest On Behalf Of Nuno Santos > via Interest > Sent: Wednesday, 13 November 2024 3:43 AM > To: interestqt-project. org > Subject: [Interest] Problems customising Combobox popup with Qt 6.8.0 > > Hi, > > Since Qt 6.8.0, customising Combobox popup pro

Re: [Interest] Creating a custom QML style with Material as a fallback, but with a dark theme

2023-09-20 Thread EXT Mitch Curtis via Interest
I've created https://bugreports.qt.io/browse/QTBUG-117403 to track this. > -Original Message- > From: Interest On Behalf Of EXT Mitch > Curtis via Interest > Sent: Wednesday, September 20, 2023 1:07 PM > To: Matthew Fincham ; interest@qt-project.org > Subject: Re

Re: [Interest] Creating a custom QML style with Material as a fallback, but with a dark theme

2023-09-19 Thread EXT Mitch Curtis via Interest
> -Original Message- > From: Matthew Fincham > Sent: Wednesday, September 20, 2023 12:43 PM > To: EXT Mitch Curtis ; interest@qt-project.org > Subject: Re: [Interest] Creating a custom QML style with Material as a > fallback, > but with a dark theme > > H

Re: [Interest] Creating a custom QML style with Material as a fallback, but with a dark theme

2023-09-19 Thread EXT Mitch Curtis via Interest
Hi Matthew, > -Original Message- > From: Interest On Behalf Of Matthew > Fincham via Interest > Sent: Tuesday, September 19, 2023 1:13 PM > To: interest@qt-project.org > Subject: Re: [Interest] Creating a custom QML style with Material as a > fallback, > but with a dark theme > > Hi > >

Re: [Interest] Installer problems

2023-07-04 Thread EXT Mitch Curtis via Interest
I agree. I created a somewhat related suggestion here: https://bugreports.qt.io/browse/QTIFW-3012 From: Interest on behalf of Turtle Creek Software Date: Wednesday, 5 July 2023 at 02:43 To: Sze Howe Koh Cc: interest@qt-project.org Subject: Re: [Interest] Installer problems Thanks for the sug

Re: [Interest] Qt 6.5 - The current style does not support customization of this control

2023-04-19 Thread EXT Mitch Curtis via Interest
-Original Message- > From: Interest On Behalf Of EXT Mitch > Curtis via Interest > Sent: Thursday, April 20, 2023 9:31 AM > To: Nuno Santos ; Qt Interest project.org> > Subject: Re: [Interest] Qt 6.5 - The current style does not support > customization of this contr

Re: [Interest] Qt 6.5 - The current style does not support customization of this control

2023-04-19 Thread EXT Mitch Curtis via Interest
Hi, > -Original Message- > From: Interest On Behalf Of Nuno Santos > Sent: Wednesday, April 19, 2023 5:25 PM > To: Qt Interest > Subject: [Interest] Qt 6.5 - The current style does not support customization > of this control > > Hi, > > Yesterday I have installed Qt 6.5 to give it a tr

Re: [Interest] Cannot drag a Pane in Qml even on Qt 6.X

2023-03-06 Thread EXT Mitch Curtis via Interest
> -Original Message- > From: Interest On Behalf Of Nuno > Santos > Sent: Monday, 6 March 2023 4:55 PM > To: Qt Interest > Subject: [Interest] Cannot drag a Pane in Qml even on Qt 6.X > > Hi, > > It was not possible to drag a Pane on Qt 5.X > > But I was almost convinced it was possible

Re: [Interest] Errors while building Qt 6 on Windows

2023-02-20 Thread EXT Mitch Curtis via Interest
> -Original Message- > From: Interest On Behalf Of Alexey > Edelev > Sent: Monday, 20 February 2023 9:24 PM > To: Daljit Singh > Cc: Qt Interest > Subject: Re: [Interest] Errors while building Qt 6 on Windows > > Hi Daljit, > > Please remove C:/Strawberry from path. before running conf

Re: [Interest] QML TextArea : Wrapping placeholder text?

2023-01-29 Thread EXT Mitch Curtis via Interest
> -Original Message- > From: Interest On Behalf Of Cathal > Tummon (ctummon) via Interest > Sent: Friday, 27 January 2023 7:00 PM > To: Interest@qt-project.org > Subject: [Interest] QML TextArea : Wrapping placeholder text? > > Hi all, > > > > Just wondering if there is a recommended w

Re: [Interest] Qml Linting Error - Warnings occurred while importing module "QtQuick.Controls":

2022-12-19 Thread EXT Mitch Curtis via Interest
> -Original Message- > From: Interest On Behalf Of Ulf > Hermann via Interest > Sent: Tuesday, 20 December 2022 2:43 AM > To: interest@qt-project.org > Subject: Re: [Interest] Qml Linting Error - Warnings occurred while importing > module "QtQuick.Controls": > > > Warning: QtQuick.Control

Re: [Interest] Official linuxdeployqt ?

2022-08-04 Thread EXT Mitch Curtis
Nothing official; see https://bugreports.qt.io/browse/QTBUG-74940. From: Interest on behalf of Scott Bloom Date: Friday, 5 August 2022 at 01:44 To: interest@qt-project.org Subject: [Interest] Official linuxdeployqt ? Is there a Qt supported linuxdeployqt comparable to the windeployqt? I found

Re: [Interest] Quick Item visibility test / hit test... or synthesize press event

2022-06-21 Thread EXT Mitch Curtis
There’s no public API for this specific task, but there have been suggestions for it: https://bugreports.qt.io/browse/QTBUG-23745 https://bugreports.qt.io/browse/QTBUG-83647 From: Interest on behalf of Federico Ferri Date: Wednesday, 22 June 2022 at 05:26 To: Qt Project MailingList Subject:

Re: [Interest] QML Runtime Style Change

2022-06-15 Thread EXT Mitch Curtis
Ah… it might have something to do with the fact that the engine (and context, etc.) are destroyed in the meantime, and callLater being called from QML. The QML team would know more about that. So I guess you have to stick to delaying the call in C++. From: Interest on behalf of randomslap--- v

Re: [Interest] QML Runtime Style Change

2022-06-14 Thread EXT Mitch Curtis
> The program will not maintain the same position between window re-appearances. If by position you mean window position, you can use Settings to store it: https://doc.qt.io/qt-6/qml-qt-labs-settings-settings.html#details > I'd also like to ask, is there any way to get rid of the "special" clas

Re: [Interest] QIcon vs QQuickIcon

2022-05-29 Thread EXT Mitch Curtis
As QIcon isn’t a gadget, you will probably need to make model roles for name and source and assign those to the QQuickIcon’s properties instead. From: Interest on behalf of ivan tkachenko Date: Sunday, 29 May 2022 at 22:33 To: interest@qt-project.org Subject: [Interest] QIcon vs QQuickIcon Hi

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] 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] 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] 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
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] 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] 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] 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] 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] 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-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] 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] 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] 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] 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] 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 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] 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] 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 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] 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: 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: 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] 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] 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] 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] 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-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-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 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

[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] 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: >

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] 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] [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] 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] 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.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] 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] 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

[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] 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

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] 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] 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] 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

[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] 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

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] 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] 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
> -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

[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] 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

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] 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] Capital letters with Qt Virtual Keyboard

2018-07-24 Thread Mitch Curtis
> -Original Message- > From: Luca Carlon > Sent: Tuesday, 24 July 2018 12:45 PM > To: Mitch Curtis ; > > Subject: Fwd: [Interest] Capital letters with Qt Virtual Keyboard > > On Tue, Jul 24, 2018 at 11:29 AM Mitch Curtis wrote: > > > > >

Re: [Interest] Capital letters with Qt Virtual Keyboard

2018-07-24 Thread Mitch Curtis
> -Original Message- > From: Interest On > Behalf Of Luca Carlon > Sent: Monday, 23 July 2018 7:48 PM > To: > Subject: [Interest] Capital letters with Qt Virtual Keyboard > > Hello! I wrote this simple code with the Qt Virtual Keyboard: > > import QtQuick 2.8 > import QtQuick.VirtualKe

Re: [Interest] suggest Qml strong type detection control requirement properties

2018-05-23 Thread Mitch Curtis
Is this a bug? If so, please create a bug report that lists the exact steps to reproduce the issue: http://bugreports.qt.io From: Interest On Behalf Of Minzhang He Sent: Thursday, 17 May 2018 9:19 AM To: Interest@qt-project.org Subject: [Interest] suggest Qml strong type detection control requ

Re: [Interest] How to determine whether QML item is anchored?

2018-04-06 Thread Mitch Curtis
, 6 April 2018 1:41 PM To: Mitch Curtis Cc: interest@qt-project.org Subject: Re: [Interest] How to determine whether QML item is anchored? Thanks, I'm aware of this, but this is a bit different.. Would be great to get ability to compare against something like anchors.defaultLeft&

Re: [Interest] How to determine whether QML item is anchored?

2018-04-06 Thread Mitch Curtis
This assumes that you have control over the anchors, though. From: Alexander Ivash [mailto:elder...@gmail.com] Sent: Friday, 6 April 2018 1:23 PM To: Mitch Curtis Cc: interest@qt-project.org Subject: Re: [Interest] How to determine whether QML item is anchored? Let's say I'm trying to

Re: [Interest] How to determine whether QML item is anchored?

2018-04-06 Thread Mitch Curtis
What are you trying to do? From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Alexander Ivash Sent: Friday, 6 April 2018 11:40 AM To: interest@qt-project.org Subject: [Interest] How to determine whether QML item is anchored? What I'm missing? It seems like ev

Re: [Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-15 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Shawn Rutledge > Sent: Thursday, 15 March 2018 3:27 PM > To: Shantanu Tushar > Cc: Qt Project MailingList > Subject: Re: [Interest] How to render small Images decently on non

Re: [Interest] Qt/Mac : what about a (the) Window menu?

2018-03-06 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Nikos Chantziaras > Sent: Wednesday, 7 March 2018 2:53 AM > To: interest@qt-project.org > Subject: Re: [Interest] Qt/Mac : what about a (the) Window menu? > > On 07/03/18 01:52,

Re: [Interest] How to render small Images decently on non retina displays with QtQuick?

2018-03-06 Thread Mitch Curtis
Can you elaborate on "really bad", and also share a screenshot? From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Nuno Santos Sent: Tuesday, 6 March 2018 4:27 PM To: Qt Project MailingList Subject: [Interest] How to render small Images decently on non retina

Re: [Interest] Using private QtQuick APIs

2018-01-17 Thread Mitch Curtis
In qtquickcontrols2.git [1] it’s linked to like this: QT_PRIVATE += quick-private I think QT += quick-private also works.. not sure what the difference is. [1] http://code.qt.io/cgit/qt/qtquickcontrols2.git/tree/src/quicktemplates2/quicktemplates2.pro#n6 On 1/16/18, 4:43 PM, "Interest on behal

Re: [Interest] QtCreator, the past...

2018-01-12 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Jason H > Sent: Friday, 12 January 2018 3:33 PM > To: Konstantin Tokarev > Cc: Qt Project > Subject: Re: [Interest] QtCreator, the past... > > I found Lars' C++ con talk ver

Re: [Interest] how to change color of placeholderText in Quick Controls 2 TextField ?

2017-12-10 Thread Mitch Curtis
> -Original Message- > From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] > On Behalf Of Alexander Ivash > Sent: Saturday, 9 December 2017 10:54 PM > To: interest@qt-project.org > Subject: [Interest] how to change color of placeholderText in Quick Controls > 2 TextFi

Re: [Interest] Unable to do Valgrind Memory Analyzer on i.MX6Q target

2017-10-05 Thread Mitch Curtis
There's also a bug with Valgrind that was fixed recently, but I doubt it's related: https://bugreports.qt.io/browse/QTCREATORBUG-19004 From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Mitch Curtis Sent: Thursday, 5 October 2017 12:01 PM To: A

Re: [Interest] Unable to do Valgrind Memory Analyzer on i.MX6Q target

2017-10-05 Thread Mitch Curtis
I don't know if this applies to embedded targets, but did you accidentally change the "Base environment for this run configuration" in Creator? Go to Projects > Build & Run > Run Environment and check which value the combobox has; it should probably say "Build Environment", which is the default.

Re: [Interest] strip: Customise Qt intaller, remove *.qt.io

2017-09-29 Thread Mitch Curtis
https://bugreports.qt.io/browse/QTIFW-975 From: Interest on behalf of Jean-Michaël Celerier Sent: Friday, 29 September 2017 12:53:42 PM To: Christian Gagneraud Cc: interest@qt-project.org Subject: Re: [Interest] strip: Customise Qt intaller, remove *.qt.i

interest@qt-project.org

2017-09-28 Thread Mitch Curtis
It could be https://bugreports.qt.io/browse/QTBUG-54088? The issue isn’t in the .pro; the integrated InputPanel approach (or ”Applictaion integration”: http://doc.qt.io/qt-5/qtvirtualkeyboard-deployment-guide.html#integration-method) will pretty much always work, as it simply puts the InputPane

Re: [Interest] Building & Running on High Sierra

2017-09-20 Thread Mitch Curtis
Did you recently update Xcode? I just ran into a failure on the 5.10 branch after installing updates: https://bugreports.qt.io/browse/QTBUG-63323 From: Interest [mailto:interest-bounces+mitch.curtis=qt...@qt-project.org] On Behalf Of Patrick Stinson Sent: Wednesday, 20 September 2017 4:56 PM To

Re: [Interest] QML MenuBar on Windows

2017-08-17 Thread Mitch Curtis
MenuBar will be available in 5.10: https://doc-snapshots.qt.io/qt5-dev/qml-qtquick-controls2-menubar.html#details With regards to native support through Qt.labs.platform, I think I remember hearing that QPA is lacking support for some stuff, which Qt.labs.platform relies on to provide the nativ

Re: [Interest] Mirror Qml Item content into Qml Image

2017-06-27 Thread Mitch Curtis
You can use a ShaderEffectSource instead of an Image: http://doc.qt.io/qt-5/qml-qtquick-shadereffectsource.html#details From: Interest on behalf of Nuno Santos Sent: Tuesday, 27 June 2017 11:19:58 AM To: Qt Project MailingList Subject: [Interest] Mirror

Re: [Interest] Printing QObject-derived classes on QCOMPARE failure

2017-06-26 Thread Mitch Curtis
ved classes on QCOMPARE > failure > > Hi, > > Il 24/06/2017 15:54, Mitch Curtis ha scritto: > > Is it possible to have QCOMPARE call the operator<< overload for my > custom QObject-derived class upon failure? > > > > The following test only prints: > >

[Interest] Printing QObject-derived classes on QCOMPARE failure

2017-06-24 Thread Mitch Curtis
Is it possible to have QCOMPARE call the operator<< overload for my custom QObject-derived class upon failure? The following test only prints: FAIL! : Untitled1Test::testCase1() Compared pointers are not the same Loc: [../untitled1/tst_untitled1test.cpp(44)] Code: #include #includ

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

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] 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] 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-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] 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

  1   2   >