take that with a grain of
salt.
I hope that helps.
Adam Thompson
Computer Scientist, Nuclear Engineering
Oak Ridge National Laboratory
+1.865.241.8062
From: Interest
mailto:interest-bounces+thompsonab=ornl@qt-project.org>>
on behalf of Scott Aron Bloom mailto:sc...@towel42.com&
I have a request that has come in from a customer, and for the life of me I
cant find the option.
The customer would like to be able to insert spaces rather than tabs when
editing a document, the editor has been implemented using QPlainTextEdit.
I can change the tabstop, and have looked through
One of my customers is having a problem with our tool since we moved to
Qt5.5.1. We are not able to move to Qt5.6
They are running their system via exceed turboX
However, when the tool starts up, it is crashing immediately with the following
call stack.
Any ideas for a work around?
Program r
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?
Scott
___
Interest mailing list
Interest@qt-project.org
http://lists
On quarta-feira, 27 de julho de 2016 21:38:21 PDT Scott Aron Bloom wrote:
> Now, my tool in reality doesn't need libudev at all, so just to "hack"
> it I created a soft link of .0 to .1... :) And walla it ran fine.
That's not recommended. The soname changed becaus
On quarta-feira, 27 de julho de 2016 17:58:55 PDT Scott Aron Bloom wrote:
> We are deploying libqxcb.so,
> There were definitely some missing symbols... Now we have to track
> down how to get them on CentOS 7
We can help if you say what symbols those are.
--
The help you gave, in fi
-Original Message-
From: Interest [mailto:interest-bounces+scott=towel42@qt-project.org] On
Behalf Of Thiago Macieira
Sent: Wednesday, July 27, 2016 9:41 AM
To: interest@qt-project.org
Subject: Re: [Interest] CentOS 6 vs 7
On quarta-feira, 27 de julho de 2016 16:34:55 PDT Scott Aron
My GUI application, which runs absolutely fine under CentOS 6 (it's a
precompiled binary, shipped with Qt 5.5.1
However, when the same tarball is extracted and run under CentOS 7, there is an
immediate crash in the UI...
The call stack is
#0 0x76aca5f7 in raise () from /lib64/libc.so
My company uses Cygwin’s Flex and Bison.
We use CMake, and had to create our own module for Flex and Bison, not too
hard, but if you are using qmake, I cant help.
He have no problem with the build step from .y to .h and .cpp
Scott
From: Interest
[mailto:interest-bounces+scott.bloom=onshorecs
On Tue, Jul 05, 2016 at 05:41:33PM -0700, Thiago Macieira wrote:
> On terça-feira, 5 de julho de 2016 11:45:41 PDT Jason Kretzer wrote:
> > How does one get Qt widgets to take advantage of a GPU? If this
> > question seem naïve, it is because it is.
> >
> > With my application, I am disp
-Original Message-
From: Interest [mailto:interest-bounces+scott=towel42@qt-project.org] On
Behalf Of Thiago Macieira
Sent: Tuesday, July 5, 2016 5:42 PM
To: interest@qt-project.org
Subject: Re: [Interest] Utilizing the GPU, how to start?
On terça-feira, 5 de julho de 2016 11:45:41
During the 5.6 phase, I asked about this and the answer I got was no.
I was looking more for "zoom X only, and not Y" to allow customers to focus in
on data.
Scott
-Original Message-
From: Interest [mailto:interest-bounces+scott=towel42@qt-project.org] On
Behalf Of a...@elane2k.
When you built Qt, how was it setup to handle the TIFF format? Ifits a plug in,
did you install the plugin?
-Original Message-
From: Interest
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Igor Mironchik
Sent: Thursday, June 16, 2016 1:40 PM
To: interest
I have used this in previous projects, it works very well in a multi-platform
product as well..
Scott
From: Interest
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Yuvraaj
Sent: Friday, April 22, 2016 12:37 PM
To: interest@qt-project.org
Subject: Re: [Interest]
The forum had a great thread on this
https://forum.qt.io/topic/52306/qt-5-5-qt-script-deprecated-what-is-replacement/12
-Original Message-
From: Interest
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Ian Geiser
Sent: Monday, April 18, 2016 5:36 AM
To:
I have always used
connect( action, SIGNAL( triggered( bool ) )
You may want to try that, it could be something changed in the connect macro,
when the signal has a default for the parameter...
Scott
-Original Message-
From: Interest
[mailto:interest-bounces+scott.bloom=onshorecs
So, I have previously posted to interest@ and was told to post my questions to
development@. Having posted my QChart issues, to development and receiving no
reply, I am assuming development@ is NOT the best place to post
questions/issues with QChart.
So Ill ask to both areas, where is the best
-Original Message-
From: Interest [mailto:interest-bounces+scott=towel42@qt-project.org] On
Behalf Of Jason H
Sent: Wednesday, March 23, 2016 2:41 PM
To: Thiago Macieira
Cc: interest@qt-project.org
Subject: Re: [Interest] Very large QRC file
> Sent: Wednesday, March 23, 2016 at 4:23
-Original Message-
From: André Pönitz [mailto:apoen...@t-online.de]
Sent: Wednesday, March 16, 2016 4:22 PM
To: Scott Aron Bloom
Cc: Bob Hood; interest@qt-project.org
Subject: Re: [Interest] Are slots even needed these days?
On Wed, Mar 16, 2016 at 11:02:17PM +, Scott Aron Bloom
Where is the best place to give QCharts feedback, or to discuss issues?
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
From: Interest [mailto:interest-bounces+scott=towel42@qt-project.org] On
Behalf Of Bob Hood
Sent: Wednesday, March 16, 2016 3:42 PM
To: interest@qt-project.org
Subject: Re: [Interest] Are slots even needed these days?
On 3/16/2016 3:37 PM, André Pönitz wrote:
On Wed, Mar 16, 2016 at 02:31
If you are relying on the parent/child relationship for your memory management,
then you will be clear as long as your “parentObject” has not been deleted.
However, if you need your model to live longer than the object, I would use a
std::shared_ptr and pass that around.
Scott
From: Interest [
>
> When building, the system creates the QWebEngine libraries, but not
> the cmake support files (typically created into lib/cmake)
It does so for me. Also, there's lib/cmake/Qt5WebEngine,
lib/cmake/Qt5WebEngineCore and lib/cmake/Qt5WebEngineWidgets at least in the
Windows RC packages.
Plea
>
> When building, the system creates the QWebEngine libraries, but not
> the cmake support files (typically created into lib/cmake)
It does so for me. Also, there's lib/cmake/Qt5WebEngine,
lib/cmake/Qt5WebEngineCore and lib/cmake/Qt5WebEngineWidgets at least in the
Windows RC packages.
Pleas
When building, the system creates the QWebEngine libraries, but not the cmake
support files (typically created into lib/cmake)
What is the step to do so?
Scott
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listin
Thanks for the info!!
-Original Message-
From: Konstantin Podsvirov [mailto:konstan...@podsvirov.pro]
Sent: Wednesday, March 9, 2016 8:21 AM
To: Turunen Tuukka; Edward Sutton; Scott Aron Bloom
Cc: interest@qt-project.org
Subject: Re: [Interest] Qt Charts
Hi all!
I experimented with
I have downloaded the latest 5.6.0rc from
https://download.qt.io/development_releases/qt/5.6/5.6.0-rc
And I cant for the life of me find the new (or old, or any) Qt Charts sub
module.
Where can it be found?
Scott
___
Interest mailing list
Interest@
> Op 08/03/2016 om 18:17 schreef Thiago Macieira:
> > On terça-feira, 8 de março de 2016 09:06:14 PST Frédéric Marchal wrote:
> >> If for instance I write tr("%n whatever rubbish I type here", "",
> >> n) and the translator decides to translate "%n whatever rubbish I
> >> insert here" with "One m
: Re: [Interest] QApplication.activeWindow().pos() not returning correct
value after sacling on OSX
Op 18/02/2016 om 05:33 schreef Scott Aron Bloom:
If you know the parent, you can use parent->mapToGlobal( QRect ) to find the
global rectangle.
You don't need to know the parent if
In the docs for QWidget::geometry() it says whats going on here..
http://doc.qt.io/qt-5/qwidget.html#geometry-prop
"This property holds the geometry of the widget relative to its parent and
excluding the window frame."
It does NOT return a global position, if you want a global position, you mu
While there is a ton of info at
http://download.qt.io/official_releases/qt/5.5/5.5.1/qt-opensource-windows-x86-msvc2013-5.5.1.exe.mirrorlist
http://download.qt.io/official_releases/qt/5.5/5.5.1/qt-opensource-windows-x86-msvc2013_64-5.5.1.exe.mirrorlist
I can not find what version of the update (i
To be honest, I stopped using qmake almost 5 years ago and have moved to cmake.
However, when I did use qmake, this overall flow worked just fine for me.
Scott
-Original Message-
From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Roland
Winklmeier
Sent: Monday, Novembe
Are you running qmake with -recursive?
Scott
-Original Message-
From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Roland
Winklmeier
Sent: Monday, November 23, 2015 11:09 AM
To: interest@qt-project.org
Subject: [Interest] qmake's visual studio generator does not handle
-Original Message-
From: Interest [mailto:interest-boun...@qt-project.org] On Behalf Of Nicolas
Jäger
Sent: Wednesday, November 11, 2015 12:18 PM
To: interest@qt-project.org
Subject: Re: [Interest] emulate windows 10 behaviour on a QT window
Hi,
Thiago Macieira :
> I'm not. This would
my question would be this. as I run Qt 5 and Windows 10 currently, I get
that behavior today for free..
why are you trying to redo what the windows manager does for you already?
what is broken?
~~Scott
Original message
From: Constantin Makshin
Date: 11/10/2015 20:51 (GM
Currently, if you set the flags to QTextDocument::FindWholeWords
The system ONLY checks for a boundary of isNumberOrLetter, which is NOT the
same as a whole word.
For instance, if you are searching for the whole word "state" and the text is
"current_state" is should NOT match, however it does,
-Original Message-
From: interest-bounces+scott=towel42@qt-project.org
[mailto:interest-bounces+scott=towel42@qt-project.org] On Behalf Of Thiago
Macieira
Sent: Wednesday, July 22, 2015 3:09 PM
To: interest@qt-project.org
Subject: Re: [Interest] Need argumentative help. givi
From: Gunnar Roth [mailto:gunnar.r...@gmx.de]
Sent: Wednesday, July 22, 2015 11:51 AM
To: Scott Aron Bloom
Cc: interest@qt-project.org
Subject: Re: [Interest] Need argumentative help. giving qobject
copy/assignment constructor and put it in qlist/qmap
Hi Scott.
While I 100% agree, one
On Wednesday 22 July 2015 18:42:55 Scott Aron Bloom wrote:
> While I 100% agree, one thing I really cant stand, is when 3rd party
> vendors, DISABLE WARNINGS in their code, and don't re-enable them when
> their code exits (Im looking at you Qt).
I thought we stopped doing that.
O
-Original Message-
From: interest-bounces+scott=towel42@qt-project.org
[mailto:interest-bounces+scott=towel42@qt-project.org] On Behalf Of Matthew
Woehlke
Sent: Wednesday, July 22, 2015 11:40 AM
To: interest@qt-project.org
Subject: Re: [Interest] Need argumentative help. givin
I have seen similar behavior, and I believe there is a bug filed but I forget.
Have you tried defining the default behavior as well, not just !focus, and
!hover, but focus and hover and forground (I think its foreground)
Scott
-Original Message-
From: interest-bounces+scott.bloom=onshore
My biggest problem/concern with the QML style of application development is QA.
Its too easy, to put in a syntactically correct, but symantically wrong
construct in. Which would compile (assuming you are using a pre-compiler for
it) and run.. but not work, and be very difficult to track down be
Its not a bug.. and its documented somewhere….
The issue, The QApplication classes, will extract out what they need from argv
and adjust the argc appropriately.
The problem with the compilers, is the derived constructor is a valid
constructor in its own right.. Its not like a typical virtual fu
I have a request from a customer, he loves our docked layout.. However, there
are times when he wants to undock a window, and just make it a peer window.
Ie, not a child that is always on top of the mainwindow.
Is there any way to do this directly in Qt?
Scott
_
Don't use SQLLite, use a client/server base SQL system...
-Original Message-
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Graham Labdon
Sent: Friday, April 17, 2015 1:25 AM
To: Interest@qt-
That was it.. thanks!
From: Bob Hood [mailto:bho...@comcast.net]
Sent: Saturday, April 18, 2015 11:11 AM
To: Scott Aron Bloom; interest@qt-project.org
Subject: Re: [Interest] Visual Studio integrated help
I'm using
qt-vs-addin-1.2.3-opensource.exe<http://download.qt.io/official_releases
With Qt4 and the Visual Studio add in, besides the type/debugging visualizers,
we also got integrated help.
Is there a Qt5/Vs 2013 replacement for the help?
Scott
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/lis
-Original Message-
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
René J.V. Bertin
Sent: Saturday, April 11, 2015 9:28 AM
To: interest@qt-project.org
Cc: Nikos Chantziaras
Subject: Re: [Inte
On Wednesday 18 March 2015 20:27:06 Scott Aron Bloom wrote:
> On this note.. I a large number of my customers (about 20%) of my
> users are STILL using CentOS 5 or RHEL 5..
>
> In moving to Qt 5, they are now losing printing support :( They will
> have to print to a PDF and pr
: Re: [Interest] QtWebkit replacement status...
On Friday 20 March 2015 21:59:10 Scott Aron Bloom wrote:
> What is the status of Qt WebEngine?
>
> Meaning, is it stable enough, to replace qtwebkit on production
> quality applications yet?
>
> Lots of talk about it's the f
015 9:08 AM
To: Scott Aron Bloom; interest@qt-project.org
Subject: RE: [Interest] Qt 5.5 and Red Hat 5
> On this note.. I a large number of my customers (about 20%) of my
> users are STILL using CentOS 5 or RHEL 5..
>
> In moving to Qt 5, they are now losing printing support :( They
To: interest@qt-project.org
Subject: Re: [Interest] QtWebkit replacement status...
Hi Scott,
On Monday 23 March 2015 15:00:16 Scott Aron Bloom wrote:
> Which version of Qt should I use? 5.4?
>
well, I currently use Qt5.4.0 with webkit since there recently have some
annoying bugs with the nsapi p
What is the status of Qt WebEngine?
Meaning, is it stable enough, to replace qtwebkit on production quality
applications yet?
Lots of talk about it's the future.. but I cant find on google, has it been
fully replaced and fully working.
The webpages I render in my app, are pretty simple, no med
On this note.. I a large number of my customers (about 20%) of my users are
STILL using CentOS 5 or RHEL 5..
In moving to Qt 5, they are now losing printing support :( They will have to
print to a PDF and print external to the tool.
In EDA, the industry Im in, our customers, quite often get st
If ( db.databaseName() == “:memory:” )
Should do the trick
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Jha Sonakumar
Sent: Monday, March 16, 2015 1:42 AM
To: interest@qt-project.org Interest
Subj
there a command line call to qmake to test the bit
width?
Den 04-03-2015 kl. 19:39 skrev Scott Aron Bloom:
> -Original Message-
> From: interest-bounces+scott.bloom=onshorecs@qt-project.org
> [mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On
> Beha
When building Qt for distribution via LGPL of a closed source product using
shared libraries.
What is the best method to make sure the plugins pickup the Qt libraries you
are shipping?
Scott
___
Interest mailing list
Interest@qt-project.org
http://lis
command line call to qmake to test the bit
width?
On Wednesday 04 March 2015 17:15:45 Scott Aron Bloom wrote:
> By then its too late.. I want the shell script that calls the make
> system to fail, saying you have the qmake setup wrong...
Why would it be wrong? If qmake is installed, it&
-Original Message-
From: Giuseppe D'Angelo [mailto:dange...@gmail.com]
Sent: Wednesday, March 04, 2015 9:10 AM
To: Scott Aron Bloom
Cc: interest@qt-project.org
Subject: Re: [Interest] Is there a command line call to qmake to test the bit
width?
On 4 March 2015 at 18:05, Scott Aron
I am creating two versions of my tool, 32 and 64 bit. However, I have, more
than once, started a build against the wrong path, so it was building against
Qt 64 when it was supposed to build against Qt 32 (or vice versa)
Is there a qmake or some way, that in the setup scripts to my build, I can
Thank you. That was it...
Btw, the Qt deploy tool did not package th s
--Scott
Original message
From: Hamish Moffatt
Date:03/03/2015 20:13 (GMT-08:00)
To: interest@qt-project.org
Cc:
Subject: Re: [Interest] Printing not working on Windows
On 04/03/15 12:48, Scott Aron
In my migration from Qt4 to Qt5, some of the machines the new application is
installed on, the print functionality is not working, the print button is live
and is connected fine.
However, on some machines, the print dialog doesn't work. Qt5PrintSupport.dll
is packaged, Im just thinking there is
I use advanced installer.
Essentially I use CMake's installer setup to create an installer directory.
For windows, then I use advanced installer "auto update based on all files" to
pickup every file that's in the directory.
You can automatically via command line arguments, update the version, th
-project.org] On Behalf Of
Thiago Macieira
Sent: Friday, February 06, 2015 14:58 PM
To: interest@qt-project.org
Subject: Re: [Interest] Build 5.4 on windows
On Friday 06 February 2015 22:35:39 Scott Aron Bloom wrote:
> I had to patch Qt in order for MSVC 2008 to work.
>
> There are a couple of b
windows
On Friday 06 February 2015 22:35:39 Scott Aron Bloom wrote:
> I had to patch Qt in order for MSVC 2008 to work.
>
> There are a couple of blogs with the patches necessary..
No patches are known to be necessary.
--
Thiago Macieira - thiago.macieira (AT) intel.com
Software
I had to patch Qt in order for MSVC 2008 to work.
There are a couple of blogs with the patches necessary..
Scott
-Original Message-
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Thiago Ma
Couple problems I have hit
1) nmake confclean, returns unknown target, there is no way to clean the
configuration. This should be considered a bug
a. I hit this, because I wanted sqlite builtin to qt, NOT via plugin, and
the build would not work with the changed configuration.
2)
A typical solution for this problem, is to derive from the class. And have the
bonjour functionally only compiled/linked/moc’ed etc when its available.
Scott
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Be
What size limitations in the Qt containers, do you think will be solved with
STL containers?
If it been discussed on the list, I must have missed it…
Scott
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Beha
@qt-project.org
Subject: Re: [Interest] Building the latest Qt 5.X
On Friday 23 January 2015 18:49:12 Scott Aron Bloom wrote:
> Even on 32 bit VS 2013, my applications that I build against the Qt I
> download wont run. Which in my past experience has been tied to
> libraries buil
> We built Qt 5.3.2 with OpenSSL 1.0.1i and ICU 53.1, using both Visual Studio
> 2010 and 2013. Other build tools were Perl 5.16.2 (later should work also),
> Python 2.7.3 (version 3.x.y not tested) and Ruby 1.9.3p448 (versions 2.0.x
> and 2.1.x not tested).
>
> Our configure call is:
>
> conf
hole, but I have had crashes otherwise.
-Original Message-
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Scott Aron Bloom
Sent: Friday, January 23, 2015 0:13 AM
To: Koehne Kai; Thiago
After speaking withsome offline, it looks like Ill be able to use webengine
without much difficulty.. so Ill try that instead
-Original Message-
From: Koehne Kai [mailto:kai.koe...@theqtcompany.com]
Sent: Friday, January 23, 2015 0:02 AM
To: Scott Aron Bloom; Thiago Macieira; interest
The building webkit portion looks very promising..
it’s a shame, Qt has lost the ease of building QtWebkit from 4.X, yeah it took
a while, but just enable it, and go
Scott
From: Dmitry Volosnykh [mailto:dmitry.volosn...@gmail.com]
Sent: Thursday, January 22, 2015 9:27 PM
To: Scott Aron Bloom
Google on query 'build qt5 from git'.
Regards,
Dmitry.
On Fri, Jan 23, 2015 at 7:15 AM, Scott Aron Bloom
mailto:scott.bl...@onshorecs.com>> wrote:
-Original Message-
From:
interest-bounces+scott.bloom=onshorecs@qt-project.org<mailto:onshorecs@qt-project.org&
latest Qt 5.X
On Friday 23 January 2015 01:14:56 Scott Aron Bloom wrote:
> > I have always built on linux, by simply running configure, then
> > make, then make install.
>
> Any problems with this?
>
> Yea, it doesn't include the necessary packages, suc
latest Qt 5.X
On Friday 23 January 2015 01:14:56 Scott Aron Bloom wrote:
> > I have always built on linux, by simply running configure, then
> > make, then make install.
>
> Any problems with this?
>
> Yea, it doesn't include the necessary packages, suc
: [Interest] Building the latest Qt 5.X
On Friday 23 January 2015 00:09:57 Scott Aron Bloom wrote:
> Is there a cookbook, for downloading the zip/tarball for Qt 5.X and
> building it?
This is how:
> I have always built on linux, by simply running configure, then make,
> then make i
On Friday 23 January 2015 00:09:57 Scott Aron Bloom wrote:
> Is there a cookbook, for downloading the zip/tarball for Qt 5.X and
> building it?
This is how:
> I have always built on linux, by simply running configure, then make,
> then make install.
Any problems with this?
My COMPANY is finally in a position with a direct customer need to move to Qt
5.X from 4.8.
While I have had side builds and have been playing with 5.X for a while, I have
not released anything with 5.X
The one problem I am hitting, it appears the prebuilt version of Qt for VS has
a different
] Syntax error compiling 5.3.2
On Wednesday 29 October 2014 17:22:22 Scott Aron Bloom wrote:
> fontdatabases/fontconfig/qtfontconfigdatabase.cpp:94: error:
> 'FC_WEIGHT_ULTRABLACK' was not declared in this scope
>
> I cant find anything on this on google.
>
> Compiling
From: Keith Gardner [mailto:kreios4...@gmail.com]
Sent: Wednesday, October 29, 2014 10:27 AM
To: Scott Aron Bloom
Cc: interest@qt-project.org
Subject: Re: [Interest] Syntax error compiling 5.3.2
I know that gcc 4.4 is also available for CentOS 5.8 through yum. Could you
update to this version
fontdatabases/fontconfig/qtfontconfigdatabase.cpp:94: error:
'FC_WEIGHT_ULTRABLACK' was not declared in this scope
I cant find anything on this on google.
Compiling for centos 5.8 64bit,
gcc 4.1.2
Im somewhat stuck by customer demands, that I stick with the GCC version that
the OS ships with..
My company is looking to hire, a short term contractor for a Qt based mobile
app.
It will be for iOS first then Android.
Primarily there will be a login screen, then downloading XML data based off a
query from a server, then presenting the table.
There will probably be 5-6 "setup" pages that
Try again.
-Original Message-
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
John Weeks
Sent: Tuesday, May 27, 2014 10:34 AM
To: Interest@qt-project.org
Subject: Re: [Interest] dependent fo
Use separate libraries for each directory
This isn't an automoc issue, it's a "multiple files with the same name in the
same library issue"
If they weren't header files, but rather straight c++ files, you wouldn't be
asking this...
Scott
-Original Message-
From: interest-bounces+scott
too long
Em seg 21 abr 2014, às 21:30:23, Scott Aron Bloom escreveu:
> I had filed a bug, against QHttp and QFtp almost 6 or 7 years ago,
> right as QNAM came out, of course it was closed because "those classes
> were being deprecated for QNAM", to add a "setTimeo
I had filed a bug, against QHttp and QFtp almost 6 or 7 years ago, right as
QNAM came out, of course it was closed because "those classes were being
deprecated for QNAM", to add a "setTimeout" to the request calls... :(
I would love to have this on QNetworkRequest...
-Original Message-
] QNAM timeout is way too long
Em seg 21 abr 2014, às 18:55:28, Scott Aron Bloom escreveu:
> The only problem, is QNetworkRequests::abort isn't a slot So I have to
> create an intermediary slot, figure out which request timedout, and
> abort it.
You don't need it to be a slot
too long
Em seg 21 abr 2014, às 17:28:16, Scott Aron Bloom escreveu:
> I have code, that sends a http request via QNetworkAccessManager.
> Unfortunately, there are times, where the network on the machine will
> be up, but the connection to the internet is down.. Or the internet is
I have code, that sends a http request via QNetworkAccessManager.
Unfortunately, there are times, where the network on the machine will be up,
but the connection to the internet is down.. Or the internet is up, but the
backend server is down. Meaning, there is no way for my application to "kn
I have an application that runs fine on windows and linux...
If I download the binary build for 4.8.5 OSX, I can build, and debug locally
with no issues.
Unfortunately, it does not come with the QMySql plugin necessary for the
application (expected) but it also (at least where I can find it) co
This has been asked for, SINCE they changed to the LGPL license...
-Original Message-
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Samuel Stirtzel
Sent: Wednesday, April 02, 2014 8:22 AM
To
g->resize(s);
}
}
My case is a bit different because the QScrollArea is always at the top of the
dialog.
I agree it it would be better to have something cleaner in qt to do that.
Regards,
Philippe Lelong
Le 28-03-2014 05:01, Scott Aron Bloom a écrit :
I have a dialogbox, with
I have a dialogbox, with a vertical QSplitter as the top level layout..
on the left goes a QTreeWidget, on the right a QScrollArea
Inside the QScrollArea, there is a QWidgetStack in which multiple widgets are
stacked.
Here is my problem, when it first comes up, I want the right hand side, to work
Overload and customize the flags method in the model.
You can set enabled/ editable/selectable/dragable etc
Scott
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Rogers Nate
Sent: Thursday, March 13
However, there are Qt base libraries.. QtExt for instance, that do allow the
attachments from QByteArray, and they do all the computation into Base64 hidden
from the user.
Scott
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@q
-Original Message-
From: interest-bounces+scott.bloom=onshorecs@qt-project.org
[mailto:interest-bounces+scott.bloom=onshorecs@qt-project.org] On Behalf Of
Phil Hannent
Sent: Friday, January 24, 2014 4:21 AM
To: interest
Subject: Re: [Interest] libeay32.dll - The Ordinal 4369 cou
What is probably happening, is you are calling an ssl based connection, and
since you are not shipping the openssl dlls that qt was built against, its
picking up one someone else on the system. Unfortunately, openssl is HORRIBLE
for binary compatibility...
Ship the DLLs.. or don't try to conne
In general, where I have had heap based objects in main, is not for the main
application, but for test applications…
Or for when the object under test/use, is created via a shared library, and its
interface returns the pointer.
Scott
From: interest-bounces+scott.bloom=onshorecs@qt-project.o
1 - 100 of 235 matches
Mail list logo