Re: [Interest] Configuring Qt Creator 4.5.0 for Android development...

2017-12-21 Thread BRM via Interest
On Thursday, December 21, 2017 6:28 AM, Tomasz Siekierda wrote: > On 19 December 2017 at 20:54, BRM via Interest > wrote: > >> I'm trying to setup Qt Creator to use for Android Development. I downloaded >> the installer, installed Qt 5.9 and 5.10 and Qt Creato

[Interest] Configuring Qt Creator 4.5.0 for Android development...

2017-12-19 Thread BRM via Interest
I'm trying to setup Qt Creator to use for Android Development. I downloaded the installer, installed Qt 5.9 and 5.10 and Qt Creator, etc. I installed the Android Studio with SDK, the Android NDK, and OpenJDK 9 JDK/JRE. Everything is checked off except the "Platform SDK installed" and it won't wo

Re: [Interest] Example SSL Server based on Qt...

2016-01-06 Thread BRM via Interest
ral purpose. (That's why the emits are nice) . Once those are handled, I always imagined some JSON config file(s): { file: "myapp.so", [{path: "/login", function: "some_Q_INVOKABLE(request, response)"}, ...] } } It'll be much easier today than when I w

[Interest] Example SSL Server based on Qt...

2016-01-06 Thread BRM via Interest
Over the holidays I started working on a project where I wanted to use Qt's SSL Sockets for a client-server system.Looking around, I didn't find an example of using them on the *server* side, and the Qt Documentation just provides *client* side examples.So, I pulled some parts out of my project

Re: [Interest] QtSql database insertion issues...

2015-04-22 Thread BRM
qDebug() statements it was evident that the tables were missing. Fixed that and...now it works. :) Thanks for everyone that looked at it, and the ideas. Now on to finishing the functionality... Ben On Wednesday, April 22, 2015 12:12 AM, BRM wrote: The "prepare(...)" does se

Re: [Interest] QtSql database insertion issues...

2015-04-22 Thread BRM
.  Try dumping insertion.boundValues() before calling exec.   Otherwise, I think you'll need to step through in a debug build and set a breakpoint in Qt where the error is raised.  Tony    From: BRM [mailto:bm_witn...@yahoo.com] Sent: Wednesday, 22 April 2015 2:12 PM To: Tony Rietwyk; 

Re: [Interest] QtSql database insertion issues...

2015-04-21 Thread BRM
, or you would get a different message.   Hope that helps,  Tony    From: interest-bounces+tony=rightsoft.com...@qt-project.org [mailto:interest-bounces+tony=rightsoft.com...@qt-project.org] On Behalf Of BRM Sent: Wednesday, 22 April 2015 12:42 PM To: Qt Project Subject: [Interest] QtSql datab

[Interest] QtSql database insertion issues...

2015-04-21 Thread BRM
I've been out of the Qt loop for a little bit; but I'm working to bring myself back up to speed.I'm presently working on a small project that is basically a GUI equivalent of md5sum/sha1sum where I'm attempting to store the data in a SQLite Database during run-time. I've already done a command-l

Re: [Interest] Looking for third party Qt libraries

2013-10-08 Thread BRM
From: Cornelius Schumacher To: interest@qt-project.org Sent: Monday, October 7, 2013 6:08 PM Subject: Re: [Interest] Looking for third party Qt libraries > On Monday 07 October 2013 14:22:40 BRM wrote: > > Out of curiosity, are you looking to list proprietary 3rd party Qt libraries &g

Re: [Interest] Looking for third party Qt libraries

2013-10-07 Thread BRM
Out of curiosity, are you looking to list proprietary 3rd party Qt libraries as well? Or just Open Source compatible libraries? Ben From: Cornelius Schumacher To: interest@qt-project.org Sent: Monday, October 7, 2013 5:43 AM Subject: [Interest] Looking for t

Re: [Interest] qt project switch to msvc

2013-08-29 Thread BRM
Once in MSVC, setup your solution, and then mark your dependencies. Keep the solution as part of your project even if you don't keep the projects generated by QMake. It'll remember the dependencies you setup. FWIW, this is what I do for projects that also build with MSVC; all others I only keep

Re: [Interest] Strange question on Stackoverflow.... QApplication in QThread

2013-08-14 Thread BRM
Not to mention the TV show http://www.imdb.com/title/tt0091203/?ref_=fn_al_tt_1 http://www.imdb.com/title/tt0102034/?ref_=fn_al_tt_4 http://www.imdb.com/title/tt0110027/?ref_=fn_al_tt_5 http://www.imdb.com/title/tt0103442/?ref_=fn_al_tt_2 Ben > > From: Jonath

Re: [Interest] QGraphicsWidget and QWidget Dialog Windows...

2013-06-18 Thread BRM
The minimum duration was getting in the way..though the task was taking longer than the default 4 seconds. Any how..set it to zero so it pops up like I want (which is everytime any how). Ben > From: BRM >To: Interests Qt >Sent: Tuesday, June 18, 2013 2:56 PM >Subjec

[Interest] QGraphicsWidget and QWidget Dialog Windows...

2013-06-18 Thread BRM
I have a program that is using a QSceneGraph and a series of custom QGraphicsWidgets. I now want to use a QProgressDialog as a top-level window (_not_ embedded in the QSceneGraph) from within the QGraphicsWidget. My code is calling the hide/show on the QProgressDialog instance, but I don't see a

Re: [Interest] qmake: questions regarding huge projects

2013-04-19 Thread BRM
QMake and CMake both generate what your final build environment need, whether it is Makefiles for GNUmake, nmake, or VS projects. So you can have one project definition set that generates for all build environments. I highly recommend it. I'd further advise that you probably want to use CMake in

Re: [Interest] Oops! Somebody's got a bad case of dependency bloat!

2013-04-11 Thread BRM
Well put. Build the business case that they add appropriate support for developers - even if it's simply being added to a special 'developers' group to get the extra permissions. But most likely, you'll find that it isn't just developers that are having that problem - which can actually be fortu

Re: [Interest] Oops! Somebody's got a bad case of dependency bloat!

2013-04-10 Thread BRM
Perhaps another solution: - Either someone can develop a script that can do it and repackage it so the a team can get their source from an internal team member, in which case Qt-Project may be (if it gets accepted) packages that tool; thus only one person has to have PERL installed. - (If neces

Re: [Interest] Qt5 and QtSolutions

2012-12-20 Thread BRM
No, it only means that the code is now available in Gerrit and if I understand things correction (Thiago please correct me if I'm wrong) that simply means its easier for anyone in Qt-Project that has signed the CLA and gotten a Gerrit account to work with and contribute changes. It does not mean

Re: [Interest] Qt5 and QtSolutions

2012-12-20 Thread BRM
> From: Duane > Sent: Thursday, December 20, 2012 12:35 PM > Subject: [Interest] Qt5 and QtSolutions > > Qt5 looks great.  Is there any intention to port the QtSolution over? > I'm particularly concerned with QSingleApplication and QService. > That depends. QtService Component won't be getti

Re: [Interest] Qt5: Status of, "Add QtService to Qt proper"

2012-11-20 Thread BRM
> From: Andrew Stanley-Jones >Subject: Re: [Interest] Qt5: Status of, "Add QtService to Qt proper" >Hey Guys, > >Before this ends up in Qt5 we have to deal with the name conflict. >QtService way to easily confused with Qt Service Framework.  There's >already a suggested rename of SFW to Qt Servic

Re: [Interest] Qt5: Status of, "Add QtService to Qt proper"

2012-11-18 Thread BRM
> From: Charley Bay > To: Qt Interest > Sent: Sunday, November 18, 2012 5:28 PM > Subject: [Interest] Qt5: Status of, "Add QtService to Qt proper" > > Last June there was a thread with the title, "Add QtService to Qt > proper" that discussed some tender-loving-care required to update > "QtServi

Re: [Interest] debug QtService

2012-11-08 Thread BRM
> From: Sergey >Hello, all > >I'm developing windows web service using QtService. >To debug it, I launch program in VS2005 debugger with -e argument. >It starts in console mode and handles requests. >How can I emulate stopping the service, so that all code, which is >working usually when windows

[Interest] QMake and Visual Studios...

2012-09-28 Thread BRM
I'm updating compilers on my virtual machines and just installed VS2012, namely to test to see what needs to be done to support it for my main projects - all Qt based. I have a number of compilers around - from VS6 to VS2010, and want to see if VS2012 is useful enough to add support for. Any ho

Re: [Interest] Reading trees from QSettings

2012-08-30 Thread BRM
> From: Sensei > Subject: Re: [Interest] Reading trees from QSettings > On 8/30/12 4:39pm, BRM wrote: >> I'm saying to do something like: >> >> [Root] >> item\1\name=New File >> item\1\isFile=true >> item\2\name=New Folder >> i

Re: [Interest] Reading trees from QSettings

2012-08-30 Thread BRM
> From: Sensei > Subject: Re: [Interest] Reading trees from QSettings > > On 8/30/12 3:37pm, BRM wrote: >> While I don't know if there is a "safe way to [query] for an > existing >> group", I'd suggest that you just give yourself another ke

Re: [Interest] Reading trees from QSettings

2012-08-30 Thread BRM
> From: Sensei >Hi again! > >As you remember, I was playing with QTreeWidget items, now I'd like to >write and read the tree (a strict tree) from QSettings. > >I can write the tree easily, for example the following tree has a file, >and a folder; the folder has a file inside. > >[Root] >item\1\

Re: [Interest] Best way to invoke a slot after some time with QObject::sender

2012-08-28 Thread BRM
> From: Bo Thorsen >Den 28-08-2012 04:10, Preet skrev: >> Hiya, >> >> I have a project where I'm trying to asynchronously reply to a signal. >> So if ObjectA sends ObjectB a signal, ObjectB will send ObjectA a >> reply signal at some later point in time. ObjectA is guaranteed to be >> alive when

Re: [Interest] memory fragmentation?

2012-08-22 Thread BRM
> From: Jason H >C++ on .NET functions as it does now, however the compiler introduces the >operator of ^ as a type modifier like * (pointer) >^ are handles to managed objects, as * are addresses of objects. The runtime >then handles dereferencing the handles for you. jsut like your compiler us

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-14 Thread BRM
> To: BRM > Subject: Re: [Interest] Digia to acquire Qt from Nokia > 14.08.2012, 18:50, "BRM" : >> most of the commercial licensees are sticking with the commercial license > because of the ambiguity >> with the LGPL and how to apply it; and the fact that whi

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-14 Thread BRM
> From: André Somers > To: interest@qt-project.org > Sent: Tuesday, August 14, 2012 10:31 AM > Subject: Re: [Interest] Digia to acquire Qt from Nokia > > Op 14-8-2012 16:19, Rui Maciel schreef: >> On 08/14/2012 03:08 PM, Atlant Schmidt wrote: >>>     And I never said it did. I simply said that

Re: [Interest] Proper way of testing whether Qt is being used by a program

2012-08-14 Thread BRM
> From: Shriramana Sharma > To: Konstantin Tokarev > Cc: "interest@qt-project.org" > Sent: Tuesday, August 14, 2012 7:59 AM > Subject: Re: [Interest] Proper way of testing whether Qt is being used by a > program > > On Tue, Aug 14, 2012 at 4:33 PM, Konstantin Tokarev > wrote: >> If you sti

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-14 Thread BRM
> From: Atlant Schmidt > To: 'Bob Hood' ; "interest@qt-project.org" > > Sent: Tuesday, August 14, 2012 9:00 AM > Subject: Re: [Interest] Digia to acquire Qt from Nokia >> Wait a sec... wasn't that because Nokia bought a highly valuable >> toolkit, got a lot of testing and probably even bug fi

Re: [Interest] Qt and fixed width/pitch font

2012-08-13 Thread BRM
> From: Jan Kundrát > To: interest@qt-project.org > Cc: > Sent: Monday, August 13, 2012 3:49 PM > Subject: Re: [Interest] Qt and fixed width/pitch font > > On 08/01/12 17:55, Carl Schumann wrote: >> So I tried QFont::setFixedPitch(true). > > The following works for me: > > // Ask for a fixed-

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-13 Thread BRM
> From: Atlant Schmidt > Subject: RE: [Interest] Digia to acquire Qt from Nokia > BRM: >> And that's hogwash. > >   Okay, I'll make my statement more clear: > >   "Still, this may serve as an indication that once a company >   converts a

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-13 Thread BRM
> From: Atlant Schmidt >  Still, this may serve as an indication that once a company >  converts a piece of closed-source software to open-sourced >  software, that company has effectively thrown away most of >  the *MONETARY* value of that software. And that's hogwash. What's the *MONETARY* v

Re: [Interest] Aligning objects in QGraphics....

2012-08-09 Thread BRM
> From: BRM >I have three custom QGraphicsWidgets. Two of them belong to a custom layout >that is assigned to the third: >widget1 >  - custom layout >   - widget2 >   - widget3 >I am trying to move widget2 to overlay widget3 at specific coordinates; >how

Re: [Interest] Questions about QGraphicsWidget

2012-08-09 Thread BRM
> From: Bo Thorsen > Subject: Re: [Interest] Questions about QGraphicsWidget > Den 08-08-2012 15:54, BRM skrev: >>> From: Bo Thorsen >>> Subject: Re: [Interest] Questions about QGraphicsWidget >>> Den 07-08-2012 18:59, Bill Crocker skrev: >&

Re: [Interest] Digia to acquire Qt from Nokia

2012-08-09 Thread BRM
> From: Lorn Potter > To: Till Oliver Knoll > Cc: Qt Project > Sent: Thursday, August 9, 2012 7:54 AM > Subject: Re: [Interest] Digia to acquire Qt from Nokia > > > On 09/08/2012, at 6:49 PM, Till Oliver Knoll > wrote: > >> Am 09.08.2012 um 08:31 schrieb Eric Landuyt : >> >>> Hello , >>

[Interest] Aligning objects in QGraphics....

2012-08-08 Thread BRM
I have three custom QGraphicsWidgets. Two of them belong to a custom layout that is assigned to the third: widget1   - custom layout    - widget2    - widget3 I am trying to move widget2 to overlay widget3 at specific coordinates; however, the results are a bit confusing. Widget3 has a

Re: [Interest] Questions about QGraphicsWidget

2012-08-08 Thread BRM
> From: Bo Thorsen > Subject: Re: [Interest] Questions about QGraphicsWidget > Den 07-08-2012 18:59, Bill Crocker skrev: >> On 08/07/2012 12:36 PM, BRM wrote: >>> I'm working on a QGraphicsWidget version of something I already >>> have a QWidget version

Re: [Interest] Questions about QGraphicsWidget

2012-08-07 Thread BRM
GraphicsItemGroup seems to just sit separately as far as I can tell from the documentation; so it works great if all you're doing is arranging things in the scene. But once you need to apply a layout to it, its no longer sufficient. This is what led to my first question - about layouts

Re: [Interest] Questions about QGraphicsWidget

2012-08-07 Thread BRM
> From: BRM >Subject: Re: [Interest] Questions about QGraphicsWidget >> From: Jason H >>To: BRM ; Interests Qt >>Subject: Re: [Interest] Questions about QGraphicsWidget >>First, there is QGraphicsItemGroup, which would probably do what you want, >>and a

Re: [Interest] Questions about QGraphicsWidget

2012-08-07 Thread BRM
> From: Jason H >To: BRM ; Interests Qt >Subject: Re: [Interest] Questions about QGraphicsWidget >I think you're kinda thinking about it wrong.  You're right - I probably am. I'm quite use to QWidget still, and trying to get my head around some of the differen

[Interest] Questions about QGraphicsWidget

2012-08-07 Thread BRM
I'm working on a QGraphicsWidget version of something I already have a QWidget version of; namely because I need to add some features where I need to overlay items, lines, and text in a way that QWidget does not support (namely the addition of the text information) - presently I'm just focused o

Re: [Interest] Well there goes Nokia

2012-08-02 Thread BRM
> From: Bo Thorsen > Subject: Re: [Interest] Well there goes Nokia > > Den 01-08-2012 20:32, Jason H skrev: >> Would I? >> >> I'm no expert at making money, however I think that if there was an >> organization staffed with people who could modify Qt and interested >> companies that companie

Re: [Interest] Qt5 on MSVC2008, Win7x64 (Tier1)? (Charley Bay)

2012-07-09 Thread BRM
- Original Message - > From: David Ching > Subject: Re: [Interest] Qt5 on MSVC2008, Win7x64 (Tier1)? (Charley Bay) >> Date: Sun, 8 Jul 2012 12:56:32 -0600 >> From: Charley Bay >> Subject: [Interest] Qt5 on MSVC2008, Win7x64 (Tier1)? >> As an aside, we've been watching the MSVC2012 "R

Re: [Interest] Qt on Windows Phone 8

2012-06-22 Thread BRM
- Original Message - > From: Pau Garcia i Quiles > On Fri, Jun 22, 2012 at 5:34 AM,  wrote: >>> "Windows Phone 8 offers native support for the C and C++ > development languages. This will be a boon for developers. Microsoft also > plans > to offer a wide range of APIs that work betwe

Re: [Interest] Qt on Windows Phone 8

2012-06-21 Thread BRM
> From: Harri Pasanen > Someone said that Microsoft does not like cross platform, but I don't > quite buy that  argument, as they are supporting stuff like PhoneGap, > HTML5, etc. Microsoft supports POSIX too, so what? Their POSIX API works only well enough to port applications; if you want p

Re: [Interest] Not quite a Qt question.. Buffers in QAbstractSocket

2012-06-16 Thread BRM
> From: "warg...@gmx.de" >I have a question, which might not be directly Qt related. >I am writing an application, which streams a move to my TV. >The connection is initiated from the TV via TCP/IP. QTcpSocket >is used. For certain reasons I send my data in packages even >though it is TCP and not

Re: [Interest] Is Nokia officially done with Qt?

2012-06-15 Thread BRM
> From: "lorn.pot...@nokia.com" >Subject: Re: [Interest] Is Nokia officially done with Qt? >On 16/06/2012, at 12:11 AM, ext Doogster wrote: >> Here's an article that does specifically mention Qt: >> >> http://www.theregister.co.uk/2012/06/14/nokia_software_purge/ >> >>    "Among the 10,000 casu

Re: [Interest] Why QString and not std::string?

2012-06-15 Thread BRM
> From: Till Oliver Knoll >2012/6/15 Rui Maciel : Nevertheless, why is it important to support UTF-16? >>> >>> 1. Faster string search modification than for UTF8 >>> 2. It's native UTF string format on Windows and Mac OS X. >> >> How relevant is the efficiency of string search modification o

Re: [Interest] QTcpServer - One connection per port

2012-06-14 Thread BRM
One problem with that design - a new connection could force an existing connection to drop in the middle of a critical step. A new connection should not necessarily force an existing connection to drop if the embedded system has a proper TCP stack that recognizes when connections go away correct

Re: [Interest] QTcpServer - One connection per port

2012-06-12 Thread BRM
Or, as in my case, there is only suppose to be one instance of the software coming in over that network connection; and a new connection means the software is running twice; so I just ignore it (e.g. close it). This also allows me to switch the connection, or allow the other program to go away a

Re: [Interest] QTcpServer - One connection per port

2012-06-12 Thread BRM
> From: Gopalakrishna Bhat >Hi, > > >I am trying to use QTcpServer to accept connection from only one client at a >time, but i'm not able to do so. > > >I tried setting setMaxPendingConnections to one but then also waitForConnected >on the second client returned true. I want waitForConnected to

Re: [Interest] [Development] The place of QML

2012-05-11 Thread BRM
- Original Message - >> For starters, there's already a foundation in place - >>     http://www.kde.org/community/whatiskde/kdefreeqtfoundation.php. >> That Foundation has the right to license Qt under a "BSD-style >> license or under other open source licenses" regardless of >> any o

Re: [Interest] Standard QKeySequence for "Fullscreen"

2012-04-23 Thread BRM
> From: Andreas Pakulat >On 21.04.12 11:23:19, Rick Stockton wrote: >> On 04/21/2012 05:53 AM, Till Oliver Knoll wrote: >> > As a proof of concept, a naive "user settings aware" Qt >> > implementation could be >> > - When initialising QApplication and >> > - When we detect running on KDE >>

Re: [Interest] Standard QKeySequence for "Fullscreen" (was: Contributor agreement rundown)

2012-04-20 Thread BRM
- Original Message - > as a follow-up from "Contributor agreement rundown": > > According to > >   http://doc-snapshot.qt-project.org/5.0/qkeysequence.html#standard-shortcuts > > a standard key sequence for "Fullscreen" is still missing. > >   Apple says "Control+Command+F": >   > htt

Re: [Interest] Contributor agreement rundown

2012-04-19 Thread BRM
> > It's a funny situation right now.  I can use Qt like an open project, > but am not allowed to contribute to it in an open manner.  In a sense, > you must contribute more than you get.  That is unfair. > > > On 19/04/12 00:10, BRM wrote: >> As pointed out, the m

Re: [Interest] Contributor agreement rundown

2012-04-18 Thread BRM
As pointed out, the main reason Qt Commercial customers buys the commercial license is to not to have to worry about some of the LGPL requirements - namely the ability to static link. Where I presently work has a commercial license. We static link a lot of things. Could we dynamically link? Prob

[Interest] QGraphicsScene/View/Item References

2012-04-11 Thread BRM
Kind of following up to my To QML or Not To QML thread from about a month ago... I'm working on a test application to get familiar with the APIs; at the moment I'm just working with QGraphicsScene and QGraphicsItem. However, I am having some issues; but finding the documentation not helping too

Re: [Interest] To QML or not to QML...

2012-03-06 Thread BRM
what I can tell on the development list; but I haven't paid too much attention to the QML side of things. >>In terms of your coding, his largely comes down to the import >> statements that are used. >> From: BRM >> To: Interests Qt >> Sent: Monday, March 5, 20

[Interest] To QML or not to QML...

2012-03-05 Thread BRM
I'm working on an application that presently uses Qt 4.7 for a front-end to a larger system. One of its main tasks is to display data in the system which requires rendering up to around a thousand or so points and overlaying a template of the ideal against the actual. Presently it does all the w

Re: [Interest] [Qt-interest] [Qt-Interest] A request to shut down the qt-inter...@qt.nokia.com ("Qt-Interest") mailing list

2012-02-13 Thread BRM
> From: Paul Miller > To: qt-inter...@qt.nokia.com > Cc: > Sent: Monday, February 13, 2012 4:00 PM > Subject: Re: [Qt-interest] [Interest] [Qt-Interest] A request to shut down > the qt-inter...@qt.nokia.com ("Qt-Interest") mailing list > > On 2/13/2012 2:38 PM, Andre Somers wrote: >> Op 13-2-2