Re: [Interest] Qt and MSVC 2017

2017-04-29 Thread Mike Jackson
In theory the 2015 will work as MS did not change the C/C++ runtime with VS2017. This is a theory of course. -- Mike Jackson Igor Mironchik <mailto:igor.mironc...@gmail.com> April 29, 2017 at 9:06 AM Hello, In what version of Qt will be added official binaries for MSVC 2017? Tha

Re: [Interest] Which "Widget" technology to use when starting a new desktop app

2017-01-05 Thread Mike Jackson
ith the traditional QWidgets for our desktop app but get away from the QGraphics* classes and replace that older code with code based on QOpenGlWidget so we can get accelerated 2D rendering. Thanks all for your responses and suggestions. Mike Jackson _

Re: [Interest] Which "Widget" technology to use when starting a new desktop app

2017-01-05 Thread Mike Jackson
5.8 solve any of these issues? Do you find the "Built in" styles acceptable for applications or do you end up bringing in a UX engineer to style the components? Thanks Mike Jackson ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Which "Widget" technology to use when starting a new desktop app

2017-01-05 Thread Mike Jackson
edium=email&utm_content=38349957&_hsenc=p2ANqtz-_OQYaCO6wb88VHD74o0lNXfMmleVTmkD0xK0R42_e8YaWPrimIoWHLQlM0VzYmf-U_A4EAMiWaVH9__M0EMX190Ih57w&_hsmi=38349957 -- Mike Jackson [mike.jack...@bluequartz.net] ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] VS 2017 Precompiled Binaries

2016-12-07 Thread Mike Jackson
. -- Mike Jackson [mike.jack...@bluequartz.net] ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Faster Qt app build

2016-10-21 Thread Mike Jackson
e 840 EVO drive. -- Mike Jackson [mike.jack...@bluequartz.net] Nuno Santos wrote: For Mac/iOS applications Qt uses clang (sorry for the misunderstanding) For Android build Qt uses GCC My main dev machine is a Macbook 13 Retina i5 2.5 dual core with a stock SSD drive The Windows machine I

Re: [Interest] Faster Qt app build

2016-10-21 Thread Mike Jackson
le has not shipped GCC (at least a recent version) in a long time. -- Mike Jackson [mike.jack...@bluequartz.net] Nuno Santos wrote: Hi, On Windows, building a Qt app is blazing fast. It seems that jom takes the cpu cores to it’s maximum power. On Mac the GCC builds are really slow and passi

Re: [Interest] Memory Leak when instantiating QWidget based windows

2016-09-10 Thread Mike Jackson
?u=https-3A__twitter.com_asmaloney&d=DQMFaQ&c=G4BpsyPyB19LB50bn2swXw&r=cAG2c-SQES5P2qb8IW-uwnBOCX_f2qYJIlzenFnoHUc&m=c5VUb3aKymRQx0ih8A7yljotGOJbYdQ2iJ1PDgaS508&s=o5ozT95AtJLPuZ0_E6csAPsjuGwFJwioJcJtEJxKwNk&e=> On Thu, Sep 8, 2016 at 6:55 AM, Konstantin Shegunov mailto:k

[Interest] Memory Leak when instantiating QWidget based windows

2016-09-08 Thread Mike Jackson
We are attempting to track down a memory leak that we _think_ we have. We have reduced our code to the point where all we do is invoke a new QWidget instance, show() it, hide() it and then delete it. We do this in a loop 100 times. We monitor the memory use before and after the loop using OS X'

Re: [Interest] Build Qt for command line only

2016-08-04 Thread Mike Jackson
Thiago Macieira wrote: On quinta-feira, 4 de agosto de 2016 00:41:59 PDT Scott Aron Bloom wrote: Im playing with the new Bash/WSL for windows 10, and want to create a Qt package. There is no X available, its only CLI based, what configuration options are the best for this setup? The XCB plugi

Re: [Interest] Qt LGPLv3 and Qt LGPL Exception

2016-06-28 Thread Mike Jackson
-- Michael A. Jackson 400 S. Pioneer Blvd Owner, President Springboro, Ohio 45066 BlueQuartz Software, LLC EMail: mike.jack...@bluequartz.net Voice: 937-806-1165Web: http://www.bluequartz.net Fax: 937-746-0783 Konstantin Tokarev wrote:

Re: [Interest] Deploying QtWebEngine on Linux with Qt 5.6.0

2016-06-27 Thread Mike Jackson
) Regards Kai *From:* Interest on behalf of Thiago Macieira *Sent:* Saturday, June 25, 2016 2:17:59 AM *To:* interest@qt-project.org *Subject:* Re: [Interest] Deploying QtWebEngine on Linux with Qt 5.6.0 On sexta-feira, 24 de junho de 2016 15:40:17 PDT Mike Jackson wrote: I am runni

[Interest] Deploying QtWebEngine on Linux with Qt 5.6.0

2016-06-24 Thread Mike Jackson
executables but nothing seems to work. Has anyone else run into a situation like this? Can anyone make recommendations on how to package QWebEngine? I have copied over all the resources and translations so that is not the issue. Thanks. -- Mike Jackson

Re: [Interest] QUndoStack

2016-06-17 Thread Mike Jackson
can look at doing that. -- Mike Jackson [mike.jack...@bluequartz.net] Elvis Stansvik wrote: 2016-06-17 18:18 GMT+02:00 Mike Jackson: We are using the QUndoStack and when we "push()" onto the stack the actual QUndoCommand is being executed. In the documentation is seems as though I cou

[Interest] QUndoStack

2016-06-17 Thread Mike Jackson
We are using the QUndoStack and when we "push()" onto the stack the actual QUndoCommand is being executed. In the documentation is seems as though I could set the "id" of the QUndoCommand to -1 and NOT have it executed but after looking more close at the docs and the actual source code the QUnd

[Interest] QSplitterHandle is Rainbow Colored

2016-06-15 Thread Mike Jackson
We are having an issue where any QSplitter we insert into our program, the QSplitterHandle has a rainbow color gradient across the handle. It is clearly not a bug in Qt 5.6.0 because the example programs that we build from the 5.6.0 distribution are all correct. The only thing I can think of is

[Interest] QtIFW: Can not process @TargetDir@ that contain windows paths

2016-04-15 Thread Mike Jackson
laced = C:DREAM3D_SDK/Qt5.6.0 The only solution I have found is to use String.raw`` BUT the version of JS that QtIFW uses does not support that function. Is there some way of getting @TargetDir@ to hand back either "\\" style or "/&

[Interest] Qt 5.6.0 Offline Installer in "Headless" or "Automated" mode

2016-04-06 Thread Mike Jackson
able to just have our developers use a single installer instead of installing our SDK, then using the Qt offline installer after that. Thanks Mike Jackson <https://www.postbox-inc.com/?utm_source=email&utm_medium=siglink&utm_campaign=reach> __

Re: [Interest] Displaying Help from QHelpEngine through QWebEngine

2016-02-09 Thread Mike Jackson
o do is to ship both the loose html files and the .qhc file. We can use the .qhc for full text searching but use the loose .html files for display. Seems to work, just did not really want to ship 2x sets of the docs. Thanks for the heads up about Qt 5.6 Mike Jackson Allan Sandfeld Jensen

[Interest] Displaying Help from QHelpEngine through QWebEngine

2016-02-09 Thread Mike Jackson
ust be an easier way that I am just missing. Any help is greatly appreciated. -- Mike Jackson BlueQuartz Software ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

Re: [Interest] Qt 5.6.0 beta / Mac / lldb / Debug Symbols

2016-01-20 Thread Mike Jackson
the exact paths that Digia used to build the Qt distribution and set up your sources in the same paths then the debug symbols might start working. At least that is the first thing I would try. — Mike Jackson ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Qt 5.5.1 qmath.h redefines math.h macros with VS2013

2016-01-05 Thread Mike Jackson
64\include\QtCore\qmath.h(176) : see previous definition of ‘M_2_SQRTPI' Has anyone ever seen this and if so, what is the correct solution? Thanks Mike Jackson ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/m

Re: [Interest] QWebEngineView not loading pages from history

2015-12-22 Thread Mike Jackson
Hmm. Wonder what the bug was? It somehow works in the Example web browser that Qt includes with the 5.5.1 download. if I reinvent the history mechanism I could probably work around the issue. Thanks for the update/confirmation Mike Jackson > On Dec 22, 2015, at 11:18 AM, Croitor Alexa

Re: [Interest] QWebEngineView not loading pages from history

2015-12-22 Thread Mike Jackson
Ping? Mike Jackson. > On Dec 18, 2015, at 2:54 PM, Mike Jackson wrote: > > We have tried a bunch more ideas and none seem to work. We have tried the > following: > m_WebView->page()->triggerAction(QWebEnginePage::Back); > m_WebView->page()->history()->goToIt

Re: [Interest] QWebEngineView not loading pages from history

2015-12-18 Thread Mike Jackson
nePage::Back); None of these work. The documentation for QWebEngineView _says_ it should work. Does anyone have any ideas? Thanks Mike Jackson > On Dec 16, 2015, at 3:13 PM, Mike Jackson wrote: > > I have an small app that uses QWebEngineView to display web pages. We have > tried h

[Interest] QWebEngineView not loading pages from history

2015-12-16 Thread Mike Jackson
am pasting in our simple application hoping that someone can spot the error. Thanks Mike Jackson ———main.cpp— #include #include "WebTest_UI.h" int main(int argc, char* argv[]) { QApplication app(argc, argv); QCoreApplication::setOrganizationDomain("Foo")

[Interest] QML undefined Reference if object is in a TabView

2015-12-04 Thread Mike Jackson
QML file to the end for the curious. — Mike Jackson import QtQuick 2.4 import QtQuick.Controls 1.4 import QtQuick.Layouts 1.2 Rectangle { id: rectangle width: 800 // Make the background a bit lighter color: "Light Gray" border.color: "Black" obj

Re: [Interest] QML and ScrollView

2015-12-04 Thread Mike Jackson
THANK YOU!!!. With a few tweaks this works exactly as I wanted. I will study the code to fully understand what is going on. Thanks to everyone who gave me hints and possible solutions. — Mike Jackson > On Dec 4, 2015, at 12:41 PM, Jérôme Godbout wrote: > > What you may want

Re: [Interest] QML and ScrollView

2015-12-04 Thread Mike Jackson
gt; Give your Grid an id, and set the scrollview contentWidth/contentHeight to > the width and height of the > Also, usually you need a height AND width set, if the anchors are not set. > > Sent: Thursday, December 03, 2015 at 7:07 PM > From: "Mike Jackson" > To: "

[Interest] QML and ScrollView

2015-12-03 Thread Mike Jackson
to fill in the rest of the row (inside a GridLayout) does not fill the row. If I remove the ScrollView then the TextField fills the remainder of the row? Since this is my first foray into QML I am sure I am missing something obvious. this is with Qt 5.5.1 on OS X. I’ll post my — Mike

[Interest] Compiling Qt 5.5.1 without @rpath on OS X 10.10

2015-11-19 Thread Mike Jackson
.html <http://lists.qt-project.org/pipermail/development/2015-September/023069.html> — Mike Jackson ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] QWebEngine::back() not working

2015-11-17 Thread Mike Jackson
even tried coding the long form instead of using the actual convenience function. Nothing seems to be working. Were we supposed to be doing an actual “refresh” on the view after calling “back()”? or did we miss something simple? Thanks for any help — Mike Jackson

Re: [Interest] Missing Style Sheets on self built Qt 5.5.1

2015-11-12 Thread Mike Jackson
Thanks for the verification. Didn’t want to waste time digging and reporting something that was already known. I will assume there are plans to move QtAssistant to QWebEngine? Qt 5.6 or Qt 6.0? — Mike Jackson > On Nov 12, 2015, at 4:49 PM, Thiago Macieira > wrote: > > On

[Interest] Missing Style Sheets on self built Qt 5.5.1

2015-11-12 Thread Mike Jackson
QWebKit to for rendering. My guess is that it falls back to something simpler if QWebKit is unavailable. IF that is the case then I am not going to try to hunt down what the issue is. Thanks Mike Jackson ___ Interest mailing list Interest@qt-project.org

[Interest] Compile Errors (Qt 5.4.2) with OS X 10.10 and JavaScript

2015-10-29 Thread Mike Jackson
eCode.h:32: thanks -- Mike Jackson [imikejack...@gmail.com <mailto:imikejack...@gmail.com>] ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Configure arguments for precompiled binaries

2015-10-28 Thread Mike Jackson
has the exact “configure” command used to compile Qt 5.4.2? We are trying to track down why the min_macosx_version is set to 10.7? And to make sure the we are consistently using C++11 and libc++ in all of our libraries. Thanks -- Mike Jackson [imikejack...@gmail.com <mailto:imikej

Re: [Interest] To rpath or not when building Qt

2015-04-14 Thread Mike Jackson
urce code for the way to do it with qmake. > > -- > Thiago Macieira - thiago.macieira (AT) intel.com > Software Architect - Intel Open Source Technology Center > Is there a way to do this _during_ the packaging of the application? If I add those link commands then will I not ne

[Interest] Deploying 5.4.0 Application to Linux

2015-03-10 Thread Mike Jackson
ing setup the way the articles/postings/blogs have instructed but still nothing is working. Has anyone ever encountered this and what was the problem? Thanks for any help. -- Mike Jackson imikejackson _at_ gee-mail dot com ___ Interest mailing list Intere

[Interest] qt_x11_wait_for_window_manager link error on CentOS 6.5

2014-07-24 Thread Mike Jackson
llect2: ld returned 1 exit status I have googled as much as I can but can not really reveal what library I am missing to link against. This is with a self built Qt 4.8.4 on CentOS 6.5. Thanks for any help with this. -- Mike Jackson imikejackson _at_ gee-ma

[Interest] Qt -4.8.3 self compiled is corrupted when complete

2012-11-26 Thread Mike Jackson
also tried adding -mp to speed up the compiles which did not help either. Has anyone else run into this type of problem? -- Mike Jackson imikejackson _at_ gee-mail dot com ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailma

[Interest] Link Errors when Creating a Windows DLL containing Qt Widgets

2012-05-14 Thread Mike Jackson
static lib. If anyone might be able to shed some light on how to create a DLL that has QtWidgets with their signals/slots that would be awesome. Thanks -- Mike Jackson imikejackson _at_ gee-mail dot com ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest