Hey all,
I have a RotationAnimation where I'd like to adjust the duration in
real-time (it's a rotation that changes speed based on an external factor).
Just changing the duration doesn't work -- it doesn't take affect until the
animation is restarted, and restarting the animation also resets the
When I build our application against Qt 5.1.0 (qmake version 3.0) a
double-click results in the following sequence of events:
mousePressEvent()
mouseReleaseEvent()
mousePressEvent()
mouseDoubleClickEvent()
mouseReleaseEvent()
The same application built against Qt 4.8.2 gives this sequence:
mous
On Sun, Jun 16, 2013 at 2:27 AM, Stephen Kelly wrote:
> On Friday, June 14, 2013 16:43:12 Sandro Andrade wrote:
>> Am I missing something ?
>
> The QML engine doesn't use the QVariant API for accessing things in a
> QVariant. So capabilities you have when using QVariant/Q_PROPERTY are not
> availa
On Sun, Jun 16, 2013 at 6:27 AM, Stephen Kelly wrote:
> On Friday, June 14, 2013 16:43:12 Sandro Andrade wrote:
>> Am I missing something ?
>
> The QML engine doesn't use the QVariant API for accessing things in a
> QVariant. So capabilities you have when using QVariant/Q_PROPERTY are not
> availa
1) On Windows directories can have custom icons. Not 100% sure about other
platforms.
2) Directories have at least "last modification" timestamp which is needed
for the detailed view mode. What approach is better -- get all information
at once or quickly get names, deferring timestamp retrieval un
On 6/17/2013 10:09 AM, william.croc...@analog.com wrote:
> On 06/17/2013 09:57 AM, Duane wrote:
>> On 6/14/2013 5:06 PM, Till Oliver Knoll wrote:
>>> Am 14.06.2013 um 23:02 schrieb Till Oliver
>>> Knoll:
>>>
That said, the Qt "cross-platform file dialog" is (was?) terribly slow
wit
Hi,
I try to do a web service with Qt application. I am new in web service. Is
there any basic tutorial to start. Any suggestion is welcome. Thank you.
Regards
Olivier
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/
On 06/17/2013 09:57 AM, Duane wrote:
> On 6/14/2013 5:06 PM, Till Oliver Knoll wrote:
>> Am 14.06.2013 um 23:02 schrieb Till Oliver
>> Knoll:
>>
>>>
>>> That said, the Qt "cross-platform file dialog" is (was?) terribly slow with
>>> network mapped drives
>>
That's the price we pay for viewing th
On 6/15/2013 3:48 AM, Etienne Sandré-Chardonnal wrote:
> Hello,
>
> Are you sure you are not compiling in debug mode?
> I use QFileDialog native (static) in my application, it's very fast to
> load, except in debug mode (where it takes a few seconds loading all
> dlls). Qt 4.8.1 under windows, ming
On 6/14/2013 5:06 PM, Till Oliver Knoll wrote:
> Am 14.06.2013 um 23:02 schrieb Till Oliver Knoll:
>
>>
>> That said, the Qt "cross-platform file dialog" is (was?) terribly slow with
>> network mapped drives
>
> On Windows, I should add.
Yes, on Windows it's very slow. I would love to use the n
Hi Alan,
I see your point that it would be best to avoid the blocking behavior
entirely. We'll see to that.
Regarding the approach to re-issue the event: You did point me into the
right direction there. Thanks! Sending the event via the scene to the root
item did not work. Instead I sent it to th
I am searching for some best practices for using lupdate, lrelease and
linguist for a large project. Our project consists of some 300 Visual Studio
projects (no qmake .pro files), which we would like to combine in a single
.qm file per language. At the moment, the total number of strings is about
1
12 matches
Mail list logo