Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-24 Thread Mark Gaiser
On Thu, Feb 24, 2022 at 4:38 PM Volker Hilsheimer wrote: > > On 22 Feb 2022, at 00:34, Mark Gaiser wrote: > >>> On Mo, 2022-02-21 at 16:42 +0100, Mark Gaiser wrote: > >>> Hi, > >>> > >>> I'm facing so many bugs in QML Controls in Qt6 (t

Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread Mark Gaiser
; Had I known back then what I know **now** I would never have selected QML > over Widgets for Desktop development. In no way is it ready for anything > past some trivial applications. Not even close. The idea is great. The > vision is cool. Our development experience has not been a good one

Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread Mark Gaiser
V2 set... And it still has really severe bugs that just interrupt usability. 8 years... So I doubt it will be getting any better at all. > > On Mo, 2022-02-21 at 16:42 +0100, Mark Gaiser wrote: > > Hi, > > > > I'm facing so many bugs in QML Controls in Qt6 (they used to be Con

Re: [Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread Mark Gaiser
On Mon, Feb 21, 2022 at 6:27 PM coroberti wrote: > Hi Mark, > The initial dev is slower when using Widgets, > but with less bugs and more robustness, it could be worth doing it, > and at the end of the day, it is even time-saving. > > The Qt apps on the desktop platforms you m

[Interest] Is there a good alternative to the QML Controls in Qt6 for native desktop integration purposes?

2022-02-21 Thread Mark Gaiser
ad. Best regards, Mark ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

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

2021-03-05 Thread Mark Gaiser
On Fri, Mar 5, 2021 at 11:40 AM Mitch Curtis wrote: > > -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 out

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

2021-03-05 Thread Mark Gaiser
more native way for this kind of interaction? Best regards, Mark Gaiser ___ Interest mailing list Interest@qt-project.org https://lists.qt-project.org/listinfo/interest

Re: [Interest] download.qt.io is down

2021-01-19 Thread Mark Long
It seems that the only mirror list I can find online is served from download.qt.io, which is quite unhelpful at the moment. Does anyone have a mirror link handy or a link to another list somewhere else? Thanks much! Mark On Tue, Jan 19, 2021 at 12:59 PM Tuukka Turunen wrote: >

[Interest] Recording video on Windows

2019-04-02 Thread Mark McKay
After doing a lot of testing trying to get Qt Multimedia related classes working in a Windows environment, I came across this: https://doc.qt.io/qt-5/qtmultimedia-windows.html [1] This was referenced by a newsgroup post from 2014 so presumably it's been an issue for a while. I'm writing a p

Re: [Interest] How to properly translate an application?

2018-06-07 Thread Mark Gaiser
On Thu, Jun 7, 2018 at 3:09 PM Rainer Wiesenfarth < rainer_wiesenfa...@trimble.com> wrote: > > On Thu, Jun 7, 2018 at 2:22 PM, Mark Gaiser wrote: > >> I have a windows desktop application (Qt 5.9 LTS) here that has Dutch and >> English translations files (in .ts forma

Re: [Interest] How to properly translate an application?

2018-06-07 Thread Mark Gaiser
On Thu, Jun 7, 2018 at 2:40 PM alexander golks wrote: > Am Thu, 7 Jun 2018 14:22:08 +0200 > schrieb Mark Gaiser : > > > Hi, > > > > I have a windows desktop application (Qt 5.9 LTS) here that has Dutch and > > English translations files (in .ts format) created

[Interest] How to properly translate an application?

2018-06-07 Thread Mark Gaiser
ation files are generated as follows: lupdate -verbosr file.pro "file.pro" contians the required translation lines: TRANSLATIONS += dutch_nl.ts TRANSLATIONS += english_en.ts Best regards, Mark Gaiser ___ Interest mailing list Interest@qt-pr

Re: [Interest] How to make the QString "10" behind "9" in QMap's key order

2018-01-08 Thread Mark Gaiser
On Mon, Jan 8, 2018 at 8:29 PM, Konstantin Tokarev wrote: > > > > On Mon, Jan 8, 2018 at 5:25 PM, Konstantin Tokarev > wrote: > > > >> 08.01.2018, 14:34, "Carel Combrink" : > >> > >>> Hi Mark, > >> > >>> > >

Re: [Interest] How to make the QString "10" behind "9" in QMap's key order

2018-01-08 Thread Mark Gaiser
On Mon, Jan 8, 2018 at 5:25 PM, Konstantin Tokarev wrote: > > > 08.01.2018, 14:34, "Carel Combrink" : > > Hi Mark, > > > > How would one use QCollatorSortKey for this type of application? > > Note that you should use QCollatorSortKey if and only if you

Re: [Interest] How to make the QString "10" behind "9" in QMap's key order

2018-01-08 Thread Mark Gaiser
s known in that key, but the layout is different. That is something for the future i hope. On Mon, Jan 8, 2018 at 12:34 PM, Carel Combrink wrote: > Hi Mark, > > How would one use QCollatorSortKey for this type of application? > > Unfortunately I have to say that the Qt docum

Re: [Interest] How to make the QString "10" behind "9" in QMap's key order

2018-01-08 Thread Mark Gaiser
On Mon, Jan 8, 2018 at 4:18 AM, jack ma wrote: > Thanks all of you, seems that std::sort + QCollator is a good way > > 2018-01-07 18:47 GMT+08:00 Konstantin Tokarev : > >> >> >> > Hi, >> > >> > you need a "lessThan"-function, tailored for your needs. An >> > example from me is this: >> > >> > boo

Re: [Interest] Is there a QML way for doing web requests? Just for data, not for rendering.

2017-12-28 Thread Mark Gaiser
On Thu, Dec 28, 2017 at 2:33 PM, Konstantin Tokarev wrote: > > > 28.12.2017, 15:23, "Mark Gaiser" : > > On Fri, Dec 22, 2017 at 11:19 PM, Mark Gaiser wrote: > > Hi, > > You know those fancy REST api's out there. > How does one use them in QML?

Re: [Interest] Is there a QML way for doing web requests? Just for data, not for rendering.

2017-12-28 Thread Mark Gaiser
On Thu, Dec 28, 2017 at 2:25 PM, Shawn Rutledge wrote: > On 22 Dec 2017, at 23:19, Mark Gaiser wrote: > > > > Hi, > > > > You know those fancy REST api's out there. > > How does one use them in QML? > > > > For websockets the answer is simple:

Re: [Interest] Is there a QML way for doing web requests? Just for data, not for rendering.

2017-12-28 Thread Mark Gaiser
On Fri, Dec 22, 2017 at 11:19 PM, Mark Gaiser wrote: > Hi, > > You know those fancy REST api's out there. > How does one use them in QML? > > For websockets the answer is simple: QML WebSocket. > But i didn't find a way to just do a web request to some url and get

[Interest] Is there a QML way for doing web requests? Just for data, not for rendering.

2017-12-22 Thread Mark Gaiser
ipt can be used with it's XMLHttpRequest which will work just fine, but using it seems so.. not QML like. So is there a QML way to do such things? Best regards, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Awkward Javascript problem

2017-11-30 Thread Mark Tucker
. I don't know anywhere near enough about how the C++ side of things or how the internals of Qt works to be able to provide any more detail. Perhaps you can change the point at which you run this code? Mark T From: Interest [mailto:interest-bounces+mark.tucker=airborne.a...@qt-project.org] O

Re: [Interest] Improve ListView scrolling performance (many pictures)

2017-08-13 Thread Mark Gaiser
l's and not for > QAbstractListModel-derived models. Or is the only possibility to move the > heavy lifiting (i.e image operations) to a separate thread and keep the > rest in the main thread? (as Mark suggested) > > Thanks, > Bernhard > > > > > 2017-08-11 15:54

Re: [Interest] Improve ListView scrolling performance (many pictures)

2017-08-11 Thread Mark Gaiser
You need to do the "heavy" image operations in a separate thread! Copy the result back to the main thread and feed it to QML. You should not do any more operations on it once it lives in the main thread (no resize, scale, colorize, whatever) as you will notice that during scrolling. On Fri, Aug 11

[Interest] Android 5.9.1 qmltestcase

2017-07-18 Thread Mark R Youngquist
as it doesn't look like anything has changed with regards to testing. Thanks! Mark Youngquist <http://vantagecontrols.com> Ce message, ainsi que tous les fichiers joints à ce message, peuvent contenir des informations sensibles et/ ou confidentiell

Re: [Interest] Updating NumberAnimation from/to at runtime

2017-07-14 Thread Mark Tucker
the point at which it's started and will not change until the animation is restarted. -Mark From: Interest [mailto:interest-bounces+mark.tucker=airborne.a...@qt-project.org] On Behalf Of Kristoffersen, Even (NO14) Sent: 14 July 2017 14:00 To: interest@qt-project.org Subject: Re: [Int

Re: [Interest] TableView in Qt Quick Controls 2

2017-06-28 Thread Mark Gaiser
7-January/028344.html). > > -- > J-P Nurmi > > Hi J-P, >From what you just said there i get the impression that the new table view has "some code somewhere", right? Or is it all still in a planning phase? Anyhow, if there is some working code for this

Re: [Interest] Issue with ComboBox style properties in QtQuick.Controls 2.1

2017-05-24 Thread Mark R Youngquist
Qt Quick Controls 2 does not use the style property as controls 1 does. See documentation here for customizing the look and feel: https://doc.qt.io/qt-5/qtquickcontrols2-customize.html#customizing-combobox Customizing Qt Quick Controls 2 | Qt Quick Controls 2 5.8

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Mark Gaiser
On Tue, Apr 18, 2017 at 10:42 AM, Mark Gaiser wrote: > On Tue, Apr 18, 2017 at 8:59 AM, Thiago Macieira > wrote: >> Em segunda-feira, 17 de abril de 2017, às 23:44:06 PDT, Elvis Stansvik >> escreveu: >>> Den 18 apr. 2017 6:46 fm skrev "Thiago Macieira" >

Re: [Interest] Another query on GTK platform theme/style

2017-04-18 Thread Mark Gaiser
On Tue, Apr 18, 2017 at 8:59 AM, Thiago Macieira wrote: > Em segunda-feira, 17 de abril de 2017, às 23:44:06 PDT, Elvis Stansvik > escreveu: >> Den 18 apr. 2017 6:46 fm skrev "Thiago Macieira" > > > 2. This is something that will be rectified in a future Qt release. >> > >> > Use the one from Fedo

Re: [Interest] QML WebView modules

2017-04-05 Thread Mark Tucker
Awesome, I have it working, thanks very much for putting up with all my questions :D Mark -Original Message- From: Konstantin Tokarev [mailto:annu...@yandex.ru] Sent: 05 April 2017 15:13 To: Mark Tucker ; Kai Koehne ; Nibedit Dey ; Sze Howe Koh Cc: interest@qt-project.org Subject: Re

Re: [Interest] QML WebView modules

2017-04-05 Thread Mark Tucker
Ah, there's a 5.5.1 tag in there, presumably that's what I would need? Now I need to read up on how to use this from git :) Thanks Mark -Original Message- From: Konstantin Tokarev [mailto:annu...@yandex.ru] Sent: 05 April 2017 15:06 To: Mark Tucker ; Kai Koehne ; Nibedit

Re: [Interest] QML WebView modules

2017-04-05 Thread Mark Tucker
I'm not using the SDK installer - I compiled my own version of Qt from the 5.5.1 sources. There doesn't seem to be anything included in that tarball that is the QtWebView module. Is it a separate download? Mark -Original Message- From: Konstantin Tokarev [mailto:annu...

Re: [Interest] QML WebView modules

2017-04-05 Thread Mark Tucker
Where do I install it from? Is it a configure option? Mark -Original Message- From: Konstantin Tokarev [mailto:annu...@yandex.ru] Sent: 05 April 2017 14:53 To: Mark Tucker ; Kai Koehne ; Nibedit Dey ; Sze Howe Koh Cc: interest@qt-project.org Subject: Re: [Interest] QML WebView modules

Re: [Interest] QML WebView modules

2017-04-05 Thread Mark Tucker
configure" with nothing added. I can live with having to have different import statements for the different platforms if I have to, was just wanting to check that I wasn't missing something stupid/obvious. Thanks Mark -Original Message- From: Interest [mailto:interest-bounc

Re: [Interest] QML WebView modules

2017-04-05 Thread Mark Tucker
ng out. Thanks again! Mark From: Nibedit Dey [mailto:nibedit@gmail.com] Sent: 05 April 2017 05:50 To: Sze Howe Koh Cc: Mark Tucker ; interest@qt-project.org Subject: Re: [Interest] QML WebView modules Dear Sze-Howe, I haven't worked much in Qt web modules. But below is my understanding.

[Interest] QML WebView modules

2017-04-04 Thread Mark Tucker
ebView import working on Linux? I can't seem to figure out how to build it, or if it's even a valid option. If not, then I guess that means I'll need to have different QML for both Linux and Android... Thanks in advance Mark ___ I

Re: [Interest] [PAID] Seeking a C++/Qt Tutor/Mentor

2017-03-30 Thread mark diener
What is your education budget and time frame? md On Thu, Mar 30, 2017 at 3:38 PM, Jason Allen wrote: > Hi all, > I'm seeking a paid C++/Qt tutor or mentor. > > I am professionally experienced with Ruby on Rails, JS, and > Elixir/Phoenix, but I'm having a hard time getting quickly up to speed w

Re: [Interest] Qt Lite 5.8

2017-01-30 Thread mark diener
Konstantin: How do I cross compile on Linux for IOS/OSX target? So while your suggestion is appreciated, your logic is hard to follow. md On Mon, Jan 30, 2017 at 12:16 PM, Konstantin Tokarev wrote: > > > 30.01.2017, 20:58, "mark diener" : >> Kai: >> >>

Re: [Interest] Qt Lite 5.8

2017-01-30 Thread mark diener
reduced size builds that actually WORK. Thanks md On Mon, Jan 30, 2017 at 9:12 AM, Kai, Koehne wrote: >> -Original Message- >> From: mark diener [mailto:rpzrpz...@gmail.com] >> Sent: Monday, January 30, 2017 3:05 PM >> To: Tor Arne, Vestbø >> Cc: Ka

Re: [Interest] Qt Lite 5.8

2017-01-30 Thread mark diener
d not say anything about Qt Lite, I replied to a comment about dynamic > linking on iOS. > > tor arne > > On 30/01/2017 14:20, mark diener wrote: >> >> Tor: >> >> In the 5.8 release blog, on January 24, 2017 at 14:40, you said: >> >> "Stay tuned f

[Interest] Qt Lite 5.8

2017-01-30 Thread mark diener
Tor: In the 5.8 release blog, on January 24, 2017 at 14:40, you said: "Stay tuned for some more info on this in the coming week." The week has almost expired. Really want some configure examples to actually realize the benefits of Qt Lite. After spending about 4 hours last Friday, I could not

Re: [Interest] 5.8.0 QAbstractListModel

2017-01-16 Thread mark diener
Bill: I thought I would do a brain dump on what I learned. If your data is bound by the roleNames() mechanism, then the dataChanged( ) function works greatl If your data is retrieved by INVOKABLE functions, then you need to call the following: QModelIndex gi = QModelIndex() ; beginInsertRows(gi

[Interest] 5.8.0 QAbstractListModel

2017-01-15 Thread mark diener
Cannot use emit dataChanged(index(0),index(growcount-1)) to cause re-display of changed values in ListView. Tried every combination: emit dataChanged(index(grow),index(grow)); emit dataChanged(index(0),index(grows)); emit dataChanged(index(0),index(grows-1)); Only can repaint entire ListView wit

[Interest] Fonts Puking on Qt 5.7.1:

2017-01-07 Thread mark diener
Just run the following QML on iphone, android, and OSX and you will see the great QML Font Mystery. All devices set to display English language. On OSX 10.11.5 -> there are 2 different weights On Ipad 2 running IOS 9.3.2-> there are 2 different font weights. On Ipad Mini V1 running IOS 9.3.2-> th

[Interest] QMAKE_ASSET_CATALOGS

2017-01-03 Thread mark diener
Anybody know how to make QMAKE_ASSET_CATALOGS actually work. No working example on net. Qt 5.7.1 OSX building for IOS ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] TextInput Vs TextEdit

2016-12-30 Thread mark diener
Using Qt 5.7.1 on OSX and building for Android, import QtQuick 2.7 import QtQuick.Controls 1.5 For TextInput, I receive Key.OnPressed for standard keys like A->Z,1-9, etc. But for TextEdit, No events at all except for control keys like enter, escape, backspace. When I run the same code on OSX,

[Interest] [SOLVED] Re: Android androidBuildToolsVersion

2016-12-28 Thread mark diener
I was wrong, add the value to build.gradle under the android section. That is all. md On Wed, Dec 28, 2016 at 9:48 PM, mark diener wrote: > Does anybody know how to set the androidBuildToolsVersion. > within the Qt project and not have to manually edit the dynamically gen

[Interest] [SOLVED] Re: Android androidBuildToolsVersion

2016-12-28 Thread mark diener
Add the value: buildToolsVersion=25.0.2 to the gradle-wrapper.properties file On Wed, Dec 28, 2016 at 9:48 PM, mark diener wrote: > Does anybody know how to set the androidBuildToolsVersion. > within the Qt project and not have to manually edit the dynamically generated > gradle.p

[Interest] Android androidBuildToolsVersion

2016-12-28 Thread mark diener
Does anybody know how to set the androidBuildToolsVersion. within the Qt project and not have to manually edit the dynamically generated gradle.properties file in the buld directory. There is the build.gradle file that references the androidBuildToolsVersion with a note that is cryptic about chang

[Interest] Copy QSqlRecord to different database

2016-08-19 Thread Mark Gaiser
change the query to be an update or insert query? Would that work? Does anyone have any experience in copying data from one database to another using Qt? Cheers, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailma

Re: [Interest] Unicode code points in Vusual Studio. Output differs from MinGW

2016-08-11 Thread Mark Gaiser
On Thu, Aug 11, 2016 at 6:29 PM, Thiago Macieira wrote: > On quinta-feira, 11 de agosto de 2016 11:40:46 PDT Mark Gaiser wrote: > > Is there any way that i can use a string with unicode code points within > > tr(...) that works on MSVC 2010 (as that is my setup), but it would be

[Interest] Unicode code points in Vusual Studio. Output differs from MinGW

2016-08-11 Thread Mark Gaiser
function doesn't accept a QStringLiteral. Is there any way that i can use a string with unicode code points within tr(...) that works on MSVC 2010 (as that is my setup), but it would be great if it also works under MSVC 2015 and MinGW. Best regards, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt 5.6.1(-1) release for Visual Studio 2010?

2016-07-28 Thread Mark Gaiser
On Thu, Jul 28, 2016 at 6:07 PM, Thiago Macieira wrote: > On quinta-feira, 28 de julho de 2016 17:00:01 PDT Mark Gaiser wrote: > > Hi, > > > > Qt 5.6 should work just fine under Visual Studio 2010, but i can't find > the > > binary release [1]. It starts wit

[Interest] Qt 5.6.1(-1) release for Visual Studio 2010?

2016-07-28 Thread Mark Gaiser
Hi, Qt 5.6 should work just fine under Visual Studio 2010, but i can't find the binary release [1]. It starts with Visual Studio 2013 in that folder. Is Qt not providing a 2010 build anymore? Best regards, Mark [1] https://download.qt.io/official_releases/qt/5.6/5.

Re: [Interest] QPushButton shortcut works on Qt 4 but not 5

2016-05-08 Thread Mark Gaiser
On Sat, May 7, 2016 at 6:43 PM, Elvis Stansvik wrote: > 2016-05-07 16:56 GMT+02:00 Mark Gaiser : > > On Sat, May 7, 2016 at 3:44 PM, Elvis Stansvik > wrote: > >> > >> 2016-05-07 15:27 GMT+02:00 Elvis Stansvik : > >> > Hi all, > >> > > &

Re: [Interest] QPushButton shortcut works on Qt 4 but not 5

2016-05-07 Thread Mark Gaiser
On Sat, May 7, 2016 at 3:44 PM, Elvis Stansvik wrote: > 2016-05-07 15:27 GMT+02:00 Elvis Stansvik : > > Hi all, > > > > Maybe I'm doing something completely wrong, but on Qt 4.8.7, this > > works (pressing Ctrl+O prints "clicked"): > > > > test.cpp: > > > > #include > > #include > > #include >

[Interest] PRO File defines

2016-04-24 Thread mark diener
Hello List: Who can tell me how to detect whether a build is for IOS or IOS Simulator in the project PRO file. ios { QMAKE_IOS_DEPLOYMENT_TARGET=8.0 QMAKE_IOS_TARGETED_DEVICE_FAMILY=1,2 } But how to I differentiate between IOS builds and IOS-simulator builds? Thanks, Marco

[Interest] TextField Focus onReleased

2016-04-22 Thread mark diener
Hello: Can anybody figure out a way for a TextField which contains its own MouseArea to allow the TextField to gain focus when the onReleased event is called, not the normal behavior of focus gained when the onPressed is triggered. Any response appreciated, md ___

[Interest] Rotating a QGuiApplication

2016-04-01 Thread Mark R Youngquist
ct()->setX(view()->rootObject()->height()); I am struggling to find an equivalent in the QGuiApplication that allows for this same rotation. Our scenario is a specific screen that is mounted vertically instead of horizontally, and we had solved that via this rotation in the past. Wh

[Interest] Qt Quick Controls 2 Button Fails in GridView

2016-03-23 Thread Mark R Youngquist
I've been enjoying my time with using the QtQuick Controls in the labs portion of Qt 5.6 I have a scenario where I use a GridView with a delegate Button component with a custom background property. Once I run the application and scroll through the grid I receive several errors in my output an

Re: [Interest] Exposing nested visual properties in FocusScope (alias -> alias problem)

2016-03-21 Thread Mark Tucker
Hello, As long as your internal Text item has an id, then you can add the aliases in the FocusScope. This should work: FocusScope { property alias text: text.text property alias textPixelSize: text.font.pixelSize Rectangle { id: button focus: true width: tex

Re: [Interest] How to hide keyboard while clicking outside of keyboard in qml

2016-02-24 Thread mark diener
Gianluca: For simple QML layouts, I think your technique would work. But I found that mousearea had issues when you had Loader objects in the chain. Another approach is to use a Q_INVOKABLE function to register any QML object that you want to have the keyboard hide whenever the touch outside of

Re: [Interest] [Development] [Announce] Qt 5.6.0 RC released

2016-02-23 Thread mark diener
Hello List: Anybody running OSX El Capitan 10.11 with Qt 5.6.0 RC and IOS 9.2 and Xcode 7.2 and able to successfully debug under IOS Simulator? https://bugreports.qt.io/browse/QTCREATORBUG-15705 Any comments appreciated, md On Tue, Feb 23, 2016 at 11:41 PM, List for announcements regarding Qt

[Interest] QML Keys Shock

2016-02-23 Thread mark diener
Hello List: I went to deploy a test app on Android and IOS that would test processing handling keys as they were entered into TextInput QML. Shockingly, the Keys.onPressed is NOT called for normal letters on either Android or IOS. Keys, like Back(delete) and Enter do trigger events, but forget a

Re: [Interest] background uploads in iOS

2016-02-10 Thread mark diener
maybe? https://github.com/colede/qt-app-delegate md On Wed, Feb 10, 2016 at 2:19 PM, Jason H wrote: > I was reading on how I can do background uploads and it seems as os iOS 7, > there is a facility to do this. > ( > https://developer.apple.com/library/ios/documentation/Foundation/Reference/N

Re: [Interest] [Development] 5.7 feature freeze

2016-01-27 Thread mark diener
Lars: I am sure I am not the only newcomer to QT who would love to add code to the 5.7 feature list, but barely have time to contribute bugs to debug 5.6.0 beta let alone look ahead to 5.7 Now we are faced with waiting until 5.8 to even think about a set of key missing functions in Qt QML. I am

Re: [Interest] TextField QML auto keyboard hiding/lose focus on touch events

2016-01-26 Thread mark diener
t; This will separate my code from all the event snarfing components in the QML > item stack. > > I think this is a PC legacy behavior not suited to touch. > > Thanks, > > md > > On 1/25/2016 11:20 AM, Gian Maxera wrote: >> >> Hello Mark, >> I achieve that on

[Interest] TextField QML auto keyboard hiding/lose focus on touch events

2016-01-25 Thread mark diener
Hello List: Anybody have a tip or suggestion for IOS/Android Qt 5.5.1 -> Qt 5.6.0 Beta I am using a TextField and the keyboard pops up whenever the input control receives focus. But I want the TextField to lose focus whenever you click/touch outside of the control. Not Just Tab & Enter that are

[Interest] Qt 5.5.1- 5.6beta - Android Gradle Packaging

2016-01-22 Thread mark diener
Bogdan & List: In some of your Android Episodes (6&7), you addressed how to override the base android activity to include your own functionality in java code. The next logical step is being able to change "Import Gradle Files" so that custom packaging are ALWAYS imported into projects. Basicall

[Interest] QQuickTextNode not reachable from QQuickItem

2016-01-14 Thread mark diener
Hello List: Well after pouring thru 5.5.1 source code, I find that QQuickTextNode is really not intended to be used in QQuickItem derived classes. There is not visible header file from projects. Lots of various google references to similar challenge of text in QQuickItem. At this point, my only

Re: [Interest] How do i monitor DBus functions (not signals)

2016-01-14 Thread Mark Gaiser
On Thu, Jan 14, 2016 at 2:39 PM, Thiago Macieira wrote: > On Thursday 14 January 2016 10:05:35 Mark Gaiser wrote: > > I want my app to get all notifications that are being passed through > > org.freedesktop.Notifications without the app itself registering as > > "org

Re: [Interest] How do i monitor DBus functions (not signals)

2016-01-14 Thread Mark Gaiser
Op 13 jan. 2016 11:15 p.m. schreef "Thiago Macieira" < thiago.macie...@intel.com>: > > On Wednesday 13 January 2016 21:19:33 Mark Gaiser wrote: > > Hi, > > > > I'm trying to monitor "org.freedesktop.Notifications" for the notifications > &g

[Interest] How do i monitor DBus functions (not signals)

2016-01-13 Thread Mark Gaiser
;/org/freedesktop/Notifications", but if i add this to my code: QDBusConnection::sessionBus().registerObject("/org/freedesktop/Notifications", "org.freedesktop.Notifications", this); I get roughly the same dbus message, but with this error: No such interface 'org.freedesktop.Notifications' at object path '/org/freedesktop/Notifications' And i'm not even sure if i need to look at that error at all... I hope someone with dbus knowledge can point me in the right direction for this? Thank you, Mark [1] http://www.galago-project.org/specs/notification/0.9/ ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Visual Studio 2015 32 bit debugger setting

2016-01-11 Thread mark diener
Hello List: Anybody know how to manually setup Qt Creator debugger for Visual Studio 2015. After installing both MSVC2015 and Qt560 beta, my debugger entries in Build&Run were blank. I could not find cdb.exe or windbg.exe and nothing for downloading Debug Tools for 2015 from Microsoft except a c

[Interest] 5.5/5.6 QMLEngine management

2016-01-09 Thread mark diener
Hello List: I have a couple of core QMLEngine questions: Basic Code Snippet: QQmlEngine geng ; QQmlComponent gcomp(&geng) gcomp.setData( ByteArrayofQML , QUrl() ) ; gcomp.create() -> Show the QML in the QML Engine if (gcomp.isError() == false) -> we have visible QML! 1) How does one cause all

Re: [Interest] Qt 5.5.1+ Android Activity Theme & OpenGL

2016-01-05 Thread mark diener
in the Android Wizard, but that is for another day. Thanks, Cheers, md On Tue, Jan 5, 2016 at 11:26 AM, Ben Lau wrote: > Hi Mark, > > Please check the step 3 in this article:. > > https://medium.com/@benlaud/complete-guide-to-make-a-splash-screen-for-your-qml-andr

[Interest] Qt 5.5.1+ Android Activity Theme & OpenGL

2016-01-05 Thread mark diener
Bogdan: Thanks for your answers on the previous gradle issues. During your work on QtActivity, did you ever try to create use a custom theme? The native Splash screen for Qt is rooted in a java function, but that function executes way AFTER java inflation. So attaching the custom theme to the Q

Re: [Interest] Android Studio 1.5.1 with Qt 5.5.1 OSX

2016-01-04 Thread mark diener
n wrote: > Hi, > > QtCreator should replace "distributionUrl" for you. Please use > https://bugreports.qt.io to open a bug report. > > Cheers, > BogDan. > > > On Monday, January 4, 2016 2:30 PM, mark diener wrote: > > > After getting more problems l

Re: [Interest] Android Studio 1.5.1 with Qt 5.5.1 OSX

2016-01-04 Thread mark diener
After getting more problems like the one below: Failed to sync Gradle project 'android' Error:Unable to load class 'org.codehaus.groovy.runtime.typehandling.ShortTypeHandling'. Possible causes for this unexpected error include:Gradle's dependency cache may be corrupt (this sometimes occurs after a

[Interest] Android Studio 1.5.1 with Qt 5.5.1 OSX

2016-01-03 Thread mark diener
Hello List: Anybody run into problems with gradle from qt 5.5.1 projects? qt5.6 beta projects: Lots of problems with Gradle not knowing which way is up by opening gradle.build. Error:(37, 0) Could not find property 'androidCompileSdkVersion' on com.android.build.gradle.AppExtension_Decorated@4f

[Interest] Android Studio 1.5.1 with Qt 5.5.1 OSX

2016-01-03 Thread mark diener
Hello List: Anybody run into problems with gradle from qt 5.5.1 projects? qt5.6 beta projects: Lots of problems importing Gradle. Error:(37, 0) Could not find property 'androidCompileSdkVersion' on com.android.build.gradle.AppExtension_Decorated@4f513134. Open File I am trying various combinat

Re: [Interest] Dragging rectangle between multiple QQuickView instances?

2016-01-01 Thread Mark Gaiser
On Thu, Dec 24, 2015 at 2:15 PM, Mark Gaiser wrote: > Hi, > > I want to move a rectangle between two different "windows", but how can i > do that? > > The only possible way i can think of (but i do'n't know if that would even > work) is: > - Have N QQu

[Interest] OSX / IOS Xcode/El capitan

2015-12-29 Thread mark diener
FYI: XCode 7.2 Works with Qt 5.5.1 on OSX El Capitan 10.11 for IOS and OSX targets. Both on simulator and real devices. For IOS, need: QMAKE_IOS_DEPLOYMENT_TARGET=6.0 (or higher) to get past compiler/linker issues. For OSX, need: QMAKE_MAC_SDK = macosx10.11 Cheers all. md _

[Interest] Qt ListView Christmas Bug

2015-12-24 Thread mark diener
Does anybody have a different way to cause a ListView to re-retrieve the data in the model without causing AbstractListModel destructor exceptions. Using beginResetModel() / endResetModel() in the abstractlistmodel causes the model destructor to be called with: testalert(1543,0x7fff72265000) ma

[Interest] Dragging rectangle between multiple QQuickView instances?

2015-12-24 Thread Mark Gaiser
le QQuickView instances? If not, is the way i described above even possible? Or could there be a simpler way to accomplish the same thing? Best regards, Mark ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Thiago QtWS15- Contributing your first patch to the Qt Project

2015-12-01 Thread mark diener
Thiago: Just watched your talk about contributors on youtube: https://www.youtube.com/watch?v=bWuOQoY1J78 What I did not see was any sort of treatment to local testing and executing the unit test in some reasonable way. Since it takes hours to build the source, then you make changes. It would

[Interest] Qt 5.5.x Android Arm Vs Intel

2015-11-11 Thread mark diener
Hello List: I just ran a test where I ran an ARM compiled test program on an Intel CPU tablet and it worked very well. Should we just expect to build our Android versions in ARM and the Intel CPU will emulate the program correctly? Anybody run more tests on Android Intel devices running ARM comp

Re: [Interest] Commercial license for embedded project

2015-11-01 Thread mark diener
Peter: You can contact directly by phone any office of Qt worldwide and they have sales people that will answer your questions about pricing. md On Sat, Oct 31, 2015 at 5:05 PM, Peter Kümmel wrote: > Does anybody know the price of a commercial Qt license for an embedded > project? > I tried t

[Interest] OSX El Capitan & Qt

2015-10-12 Thread mark diener
Does Qt or anybody have some guidance on what combination of Xcode & Qt we should consider the latest stable group? El Capitan + Xcode 7.0.1 + Qt 5.5.0? (I found a lot of errors here) El Capitan + Xcode 6.4 + Qt 5.5.0? (Lots of warnings) Iphone simulator errors: Session could not be started: I

[Interest] Compile OpenSSL & NetworkAccessManager

2015-10-10 Thread mark diener
Hello List: Referring to the following: http://doc.qt.io/qt-5/opensslsupport.html Quote-> "Open your Qt project using Qt Creator and update the "Build Android APK" settings to add *libcrypto* and *libssl* as additional libraries for your project." Does this mean I can add both static/shared lib

[Interest] Windows 10 Intel Atom + Android Atom Intel

2015-10-07 Thread mark diener
Has anybody has success with Qt Creator to Create Android for Intel Atom CPU under 5.5.0? Has anybody gotten Windows 10 How does Windows 10 tablets work with Qt 5.5.x? For IOS and Android ARM, the USB or IOS Lightning connector running Qt 5.5.0 on Mac OSX works like a champ. I would imagine tha

Re: [Interest] Strategies to create dialog boxes dynamically in Qml

2015-09-29 Thread Mark Tucker
you like, including destroying your dialog object. Mark From: interest-bounces+mark.tucker=airborne.a...@qt-project.org [mailto:interest-bounces+mark.tucker=airborne.a...@qt-project.org] On Behalf Of Nuno Santos Sent: 29 September 2015 12:11 To: interest Subject: [Interest] Strategies to

Re: [Interest] Lovely Arabic/Persian layout challenges

2015-09-18 Thread mark diener
Hello List: There seems to be a better option, sometimes just staring at me in the face, right in the docs. http://doc.qt.io/qt-5/qml-qtquick-layoutmirroring.html#details More news on its effectiveness. Cheers. md On Tue, Sep 15, 2015 at 6:55 AM, mark diener wrote: > Hello List: >

[Interest] ImageProvider Threading

2015-09-17 Thread mark diener
Hello List: When dealing with multi-threading, the docs say that QQuickImageProvider will load images in a separate low priority thread. As it reads in the docs: http://doc.qt.io/qt-5/qquickimageprovider.html#details "When this is enabled, the image request to the provider is run in a low prior

[Interest] Lovely Arabic/Persian layout challenges

2015-09-15 Thread mark diener
Hello List: Has anybody come across how to control right to left languages with respect to alignment application wide. http://doc.qt.io/qt-5/qguiapplication.html#layoutDirection-prop In my case, I need to project arabic along with english. But the shifting of left to right layout and right to l

[Interest] Qt 5.5.0 & AndroidExtras

2015-08-29 Thread mark diener
Hello List: FYI Something to pay attention to for androidextras users. Seems like Qt Creator when it adds a java file puts the java file into the pro file like: DISTFILES += \ android/AndroidManifest.xml \ android/gradle/wrapper/gradle-wrapper.jar \ android/gradlew \ android

Re: [Interest] Windows deployment. Failed to start because of missing platform plugin...

2015-08-28 Thread mark diener
I just tried to use windeployqt on my freshly built qt 5.5.0 compiled with MSVC2015 and the latest Qt Creator 3.50 on Windows 10 The tool defaults to deploying the debug version, even though I pointed it to the release executable. It succeeds building the debug version of things. It fails to buil

Re: [Interest] Qt 5.5.1 & MSVC 2015

2015-08-27 Thread mark diener
:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\BIN\nmake.exe"' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077: 'cd' : return code '0x2' Stop. NMAKE : fatal error U1077:

Re: [Interest] Qt 5.5.1 & MSVC 2015

2015-08-27 Thread mark diener
the source root directory itself. More news soon. md On Thu, Aug 27, 2015 at 8:11 AM, mark diener wrote: > Thiago: > > Ok, the first error is the most important. > > I made sure I added your -I and -L suggestion > and tried to capture errors to a log file. > > T

Re: [Interest] Qt 5.5.1 & MSVC 2015

2015-08-24 Thread mark diener
On Mon, Aug 24, 2015 at 9:39 AM, Thiago Macieira wrote: > Compile from sources, for now. > Thanks Thiago. Has anybody built qt5.5.0 from sources with MSVC2015? There are people on the list that will want to build qt5.5.0 and qt5.5.1 if we must wait until qt5.6 to get a MSVC2015 binary build u

  1   2   3   4   >