[Interest] Android: Debug.isDebuggerConnected() returns false when debugging

2021-11-24 Thread Rob Allan
en more puzzling is that, a little earlier in the debug output, there is this message coming from the OS: I System.out: Debugger has connected Am I doing something wrong here? Can anyone suggest why this function seems to be telling me the debugger is not connect

[Interest] Can't include Android asset filenames containing spaces in qmake 5.15

2020-11-30 Thread Rob Allan
(I'm aware that one answer to this query is "Don't have spaces in your filenames". I'm looking into that option, but for historical reasons we have a lot of files containing embedded spaces, so getting rid of them all will have a lot of impacts and will requ

Re: [Interest] Interest Digest, Vol 110, Issue 22

2020-11-29 Thread Rob Allan
I ought to be able to choose whatever name I want for the library I'm building, and I was a bit surprised to find that there was no way to control this behavior. Rob Allan From: Assam Boudjelthia > To: Raphael Cotty , "interest@qt-project.org" < > interest@qt-project.org&

[Interest] Customizing the output library name in Android builds

2020-11-23 Thread Rob Allan
for the output library. Can anyone advise how to do this? Thanks, Rob Allan ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] Qt Quick main window contents are all rendered at an offset position

2017-08-06 Thread Rob Allan
iced some funny things when it comes to multiple windows with > QML. Wondering if what you have going on is similar though unintentional. > > > > > Sent from my iPad > > > On Aug 4, 2017, at 5:26 AM, Rob Allan wrote: > > > > We have a Qt Quick application w

[Interest] Qt Quick main window contents are all rendered at an offset position

2017-08-03 Thread Rob Allan
We have a Qt Quick application which, for most members of our team, works just fine. But for one team member, there is a strange bug in the way it is rendered. This user has a Microsoft Surface tablet, and the app runs OK on the tablet itself. But when he runs the app on an external monitor, the st

Re: [Interest] What don't you like about Qt?

2016-10-04 Thread Rob Allan
From: Thiago Macieira >> There isn't, because developer selects the bugs they're going to fix. >> There's common procedure. > Oops, this came out wrong after reediting. I meant that there is no common > procedure, each developer chooses the bugs however they wish. Doesn't this really cut to the

Re: [Interest] What don't you like about Qt?

2016-09-27 Thread Rob Allan
nd have less bugs to find and fix in the first place? Rob On Wed, Sep 28, 2016 at 10:43 AM, Konstantin Tokarev wrote: > > > 28.09.2016, 00:38, "Rob Allan" : > > I tend to agree with André (not surprising as he largely agreed with > me!). I'm not so sure about Bo&

Re: [Interest] What don't you like about Qt?

2016-09-27 Thread Rob Allan
x27;t you like about Qt? > Den 21-09-2016 kl. 23:53 skrev André Pönitz: > >> On Wed, Sep 21, 2016 at 05:42:44AM +, Shawn Rutledge wrote: >> >>> >>> On Sep 20, 2016, at 22:52, Rob Allan wrote: >>> >>>> My biggest gripe is that the Qt Quic

Re: [Interest] What don't you like about Qt?

2016-09-20 Thread Rob Allan
I'm fairly new to Qt (a few months), but am already very impressed by its power and overall quality. I'm also super impressed that the user-base is being asked about what they don't like - so many providers of tools or services just don't want to hear this stuff! So much kudos to the developers for

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

2016-09-01 Thread Rob Allan
tomButton is actually targeted. I wonder if there is any way this situation can be clarified, either in the way this is implemented in Qt Quick, or if nothing else, in the documentation. Again, many thanks to those who contributed answers and helped me to solve this! Rob On Wed, Aug 31, 2016 at 6

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

2016-08-30 Thread Rob Allan
I have a custom QML type, CustomButton, defined in CustomButton.qml. Initially this was a fairly simple type, with a 'clicked' signal, and a few JavaScript functions that set up the button content. I was able to use this custom button from other QML files, and from C++ code (using QMetaObject::invo

Re: [Interest] Creating Qt Quick controls from C++

2016-07-12 Thread Rob Allan
that it is not supported > on the c++ side by Qt. The only thing you can create on c++ side is new > item types by derived some existing. > > > 2016-07-07 23:52 GMT+02:00 Rob Allan : > >> I'm part of a team that is looking at migrating an existing Windows C++ >&g

[Interest] Creating Qt Quick controls from C++

2016-07-07 Thread Rob Allan
I'm part of a team that is looking at migrating an existing Windows C++ app to Qt. The first decision is whether to use Widgets or Qt Quick. Since Qt Quick is newer, shinier, faster, etc, that seems like the obvious choice. However, for reasons that I won't go into here, the vast majority of forms