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 are

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 off the second

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 Element

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. When

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 first

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 disable to move first column because

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

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 graham.lab...@avalonsciences.com 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

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! Hoping won't

[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 * pathItemCount

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

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

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

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

2016-07-12 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

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

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

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 <mitch.

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 <mitch.cur...@qt.io>; interest@qt-project.org Subject: RE: QML 5.7 QNX, module (or version) is not installed >> -Original Message-

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 <mitch.cur...@qt.io>; interest@qt-proje

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

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

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

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

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:

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 <mitch.cur...@qt.io>; Qt Project <interest@qt-project.org> > Subject: Re: Mouse event propagation in Qt Quick > > Hey Mitch, Hey! > > > - In e

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-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 <mitch.cur...@qt.io> Cc: interest@qt-project.org Interest <interest@qt-project.org>; Viktor Engelmann <viktor.engelm...@qt.io> Subj

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 <elvst...@gmail.com> Cc: inter

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

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

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

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:

[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

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

2017-06-26 Thread Mitch Curtis
lasses 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: &

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,

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

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

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: Abin Joseph

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:

Re: [Interest] qt example of virtual keyboard on virtualbox ubuntu

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

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

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:

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

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,

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

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

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:

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

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 <mitch.cur...@qt.io> Cc: interest@qt-project.org Subject: Re: [Interest] How to determine whether QML item is anchored

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

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 <mitch.cur...@qt.io> 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 somethin

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

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

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

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

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

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 hope

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

[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

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

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 18, 2

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

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 Mitch Cur

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

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

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

[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

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

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 tr

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

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

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 >

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 a

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

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

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

  1   2   >