On Friday 12 December 2014 18:49:44 René J.V. Bertin wrote:
> On Friday December 12 2014 09:14:52 Thiago Macieira wrote:
> >Right. QtConcurrent doesn't need it, but it does offer support for catching
> >an exception in a thread and rethrowing it in the future's thread. In Qt
> >4, it is in QtCore.
I am trying to sendmultiple files in a multiart message. I've adapted the
example, and there is never a boundary or content put out for any part.
First the code:
QHttpMultiPart *multiPart = new
QHttpMultiPart(QHttpMultiPart::FormDataType);
foreach (QVariant v, filenames) {
Hi Konstantin,
I think I had this same problem awhile back. Here are some notes from my
custom qmake.conf file which I developed a long time ago for aArm cross-compile:
# In older toolchains, -march=armv7-a conflicts with -mcpu=cortex-a8.
# Use either
# -mcpu=cortex-a8
# OR
# -march=armv7-a -m
On Friday 12 December 2014 12:49:17 René J.V. Bertin wrote:
> On Thursday December 11 2014 15:25:55 Thiago Macieira wrote:
> > On Thursday 11 December 2014 21:33:35 René J.V. Bertin wrote:
> > > But how do I turn exceptions back on in xmlpatterns.pro? Do I add
> > > -UQT_NO_EXCEPTIONS to the compil
On Friday 12 December 2014 11:09:13 René J.V. Bertin wrote:
> Hi,
>
> I must have overlooked something, but didn't see any particularly detailed
> build and installation instructions for qtchooser. It seems the Makefiles
> in git were generated by qmake; should one call the qmake of the intended
>
Hi Konstantin,
I think I had this same problem awhile back. Here are some notes from my
custom qmake.conf file which I developed a long time ago for aArm cross-compile:
# In older toolchains, -march=armv7-a conflicts with -mcpu=cortex-a8.
# Use either
# -mcpu=cortex-a8
# OR
# -march=armv7-a -mt
Oh.. didn’t see that. It’s right on the top of the Tab documentation.
Yes, it is enough for me! ;)
Thanks!
> On 12 Dec 2014, at 15:27, Alejandro Exojo wrote:
>
> El Friday 12 December 2014, Nuno Santos escribió:
>> I have discovered that setting active property of the Tab to true would
>> chan
After acquiring my images, I call camera.stop(). However the camera does not
stop. stop() in general does work, because I have:
Component.onCompleted: stop();
Which stops the camera as soon as the page it is loaded at app startup.
But subsequent calls after my images collection don't stop. I know
El Friday 12 December 2014, Nuno Santos escribió:
> I have discovered that setting active property of the Tab to true would
> change the behaviour to what I need.
>
> However, in Loader (since this is a Tab property inherited from Loader)
> documentation says:
>
> The default value for this prope
I have discovered that setting active property of the Tab to true would change
the behaviour to what I need.
However, in Loader (since this is a Tab property inherited from Loader)
documentation says:
The default value for this property is true.
In the case of the tab it doesn’t seem to be tru
Greetings!
I'm using Qt on embedded arm platform. I have working configuration for
building Qt-5.2.1:
#
# qmake configuration for building with arm-linux-gnueabi-g++
#
MAKEFILE_GENERATOR = UNIX
CONFIG += incremental gdb_dwarf_index
QMAKE_INCREMENTAL_STYLE = sublib
include(../common/linux.conf
Hi,
When using a TabView, the Tab content is only loaded when the tab is selected.
Is there anyway of loading the tab content independently of being visible or
not?
Regards,
Nuno
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-proje
On Thursday December 11 2014 15:25:55 Thiago Macieira wrote:
> On Thursday 11 December 2014 21:33:35 René J.V. Bertin wrote:
> > But how do I turn exceptions back on in xmlpatterns.pro? Do I add
> > -UQT_NO_EXCEPTIONS to the compiler flags (and cross thumbs), or is there a
> > better way?
>
> CONF
El Friday 12 December 2014, togetqtml escribió:
> Yes, it's a mistake. Please, create a bug.
Don't need to, I'm pushing a fix:
https://codereview.qt-project.org/101997
Should be there in the next version.
--
Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2
http://barnacity.net/ | http://disperso.net
Yes, it's a mistake. Please, create a bug.
12.12.2014 09:59, Igor Mironchik пишет:
> Hi. In documentation for invertedAppearance property of QProgressBar said:
>
> "This property holds whether or not a progress bar shows its progress
> inverted.
>
> If this property is false, the progress bar grow
15 matches
Mail list logo