[Interest] move methods in QList

2017-10-09 Thread Hamish Moffatt
I'm interested in storing a big structure in QList, and I would like to move it to the list, but unlike std::list QList does not seem to have push_back(T&&), insert(..., T&&) etc. Should I use std::list instead? Or use a QList of pointers (eg QSharedPointer) to my structure? Or construct a def

[Interest] QT for Asus Tinker

2017-10-09 Thread Ben W via Interest
Hello, all. Has anyone tried and successfully installed and used QT creator on the Asus Tinker? As it is very little to no information on doing such a thing. I’ve found this QT blog but sadly I get 200+ errors when trying to build a very simple program when following this post. http://b

Re: [Interest] Print() not working in 5.9.2

2017-10-09 Thread Sudhir Sharma
Thanks for your response. It works now. I was using wrong DLLs Regards, Sudhir From: Hamish Moffatt [mailto:ham...@risingsoftware.com] Sent: Tuesday, October 10, 2017 12:08 PM To: Sudhir Sharma Cc: interest@qt-project.org Subject: Re: [Interest] Print() not working in 5.9.2 * You are receiving

Re: [Interest] Print() not working in 5.9.2

2017-10-09 Thread Hamish Moffatt
On 10/10/17 15:25, Sudhir Sharma wrote: Hi, These seems to be some issue with Print(). It does not seem to work on 5.9.2. In fact not seen it working in any version of QT 5. Windows 64 bit. QTextDocument*document = newQTextDocument(); QPrinterprinter; QPrintDialog*dialog = newQPrintDialog(

Re: [Interest] QtMqtt

2017-10-09 Thread Filip Piechocki
Hi, so how is it going? QtWS starts today, QtMqtt was mentioned in Qt 5.10 beta release yesterday but I cannot find it anywhere... BR, Filip On Mon, Sep 25, 2017 at 11:05 AM, Maurice Kalinowski < maurice.kalinow...@qt.io> wrote: > Hi Filip, > > > > I’m afraid to say “not yet”. We’ve been struggl

Re: [Interest] change qt virtual keyboard style during run time

2017-10-09 Thread Jean-Michaël Celerier
> Besides, once I have *qputenv("QT_VIRTUALKEYBOARD_STYLE", QByteArray("")); *in main() - why is "*echo $QT_VIRTUALKEYBOARD_STYLE*" empty? For the same reason that doing bash -c 'export BLAH=' && echo $BLAH does not echo : environment variables are scoped to their process (and child

[Interest] Print() not working in 5.9.2

2017-10-09 Thread Sudhir Sharma
Hi, These seems to be some issue with Print(). It does not seem to work on 5.9.2. In fact not seen it working in any version of QT 5. Windows 64 bit. QTextDocument *document = new QTextDocument(); QPrinter printer; QPrintDialog *dialog = new QPrintDialog(&printer, this); Print Dialog not show u

Re: [Interest] PostgreSQL cross compile for Pi

2017-10-09 Thread Bob Hood
On 10/9/2017 2:30 PM, Giuseppe D'Angelo wrote: Il 09/10/2017 21:37, Roland Hughes ha scritto: While we are on the topic, here is the lovely response. http://www.logikalsolutions.com/wordpress/wp-content/uploads/2017/10/Screenshot_20171009_143236.png No Sir By God! Not gonna look at a blog p

Re: [Interest] PostgreSQL cross compile for Pi

2017-10-09 Thread Hamish Moffatt
On 10/10/17 06:37, Roland Hughes wrote: While we are on the topic, here is the lovely response. Be reasonable. Just linking to your rambling blog in the bug report is not reasonable. Hamish ___ Interest mailing list Interest@qt-project.org http:/

Re: [Interest] PostgreSQL cross compile for Pi

2017-10-09 Thread Giuseppe D'Angelo
Il 09/10/2017 21:37, Roland Hughes ha scritto: While we are on the topic, here is the lovely response. http://www.logikalsolutions.com/wordpress/wp-content/uploads/2017/10/Screenshot_20171009_143236.png No Sir By God! Not gonna look at a blog post with screen shots and everything in it. Wants

Re: [Interest] PostgreSQL cross compile for Pi

2017-10-09 Thread Roland Hughes
While we are on the topic, here is the lovely response. http://www.logikalsolutions.com/wordpress/wp-content/uploads/2017/10/Screenshot_20171009_143236.png No Sir By God! Not gonna look at a blog post with screen shots and everything in it. Wants it cut & pasted into a text only box. And they

[Interest] change qt virtual keyboard style during run time

2017-10-09 Thread Dmytro Haponov
How can style of qvirtualkeyboard be changed during run time? simply changing* QT_VIRTUALKEYBOARD_STYLE* to other style from console does not do anything. Besides, once I have *qputenv("QT_VIRTUALKEYBOARD_STYLE", QByteArray("")); *in main() - why is "*echo $QT_VIRTUALKEYBOARD_STYLE*" empty

[Interest] QtHelp for Chrome browser extension?

2017-10-09 Thread René J . V . Bertin
Hi, This is an idea that came up when discussion the fact that it seems overkill to embed an almost full-fledged browser (WebKit or WebEngine) into an IDE just for the sake of browser API documentation. Would it be possible (feasible) to write an extension for Chrome-based browsers that adds q