Re: [Development] Changes to Qt offering

2020-01-29 Thread Antonio Larrosa
tory as usual. I guess the answer is 1), but the blog announcement always talks about releases, which is left to interpretation. So I hope The Qt Company reconsiders and takes at least the 2) option approach as a way to make the announcement a bit less bad. -- Antonio Larrosa ___

Re: [Development] Release plan moving forward

2017-05-10 Thread Antonio Larrosa
t SUSE/openSUSE and our users. (Just for completeness, note that we're already packaging/testing Qt 5.9 betas for openSUSE Tumbleweed so we'll probably publish that in Tumbleweed soon after it's officially release. This mail is mainly about the SLE/openSUSE Leap stable dis

[Development] Maintaining attributes when creatinng an C++ object to be used in QML

2014-02-18 Thread antonio . cano . gomez
Hi, I have created the QObject class: #ifndef BLOOMFILTERS_H #define BLOOMFILTERS_H #include #include "svn/bloom-read-only/bloom_filter.hpp" class Bloomfilters : public QObject {     Q_OBJECT     Q_PROPERTY(bloom_parameters parameters READ parameters WRITE setParameters NOTIFY parametersChan

Re: [Development] Development Digest, Vol 23, Issue 86

2013-08-18 Thread Antonio
- Alkuperäinen viesti - Lähettäjä: "development-requ...@qt-project.org" Lähetetty: ‎17.‎8.‎2013 13:00 Vastaanottaja: "development@qt-project.org" Aihe: Development Digest, Vol 23, Issue 86 Send Development mailing list submissions to development@qt-project.org To subscribe or

Re: [Development] Nested Mousearea don't pass events

2013-05-20 Thread Antonio Aloisio
ss below > (or by traditional postal services by writing to: Came Cancelli Automatici > Spa, Via Martiri della Libertà 15, 31030 Dosson di Casier (TV) - Italy, or > by sending a fax to +39 0422 4941. Furthermore the person concerned may > exercise all the rights of access to the p

Re: [Development] Nested Mousearea don't pass events

2013-05-20 Thread Antonio Aloisio
s you have to explicitly instruct the topmost area to ignore such events. So it should not be a bug. Ciao, Antonio On Mon, May 20, 2013 at 3:36 PM, Matteo Brichese wrote: > Hi everyone, I'm having some issue on passing the right event from a > mousearea to another. > >

Re: [Development] how i can override link libs in qmake.conf?

2013-02-15 Thread Antonio Aloisio
Hi, IIRC libs are defined in the LIBS qmake variable. You can define your own set of libs using LIBS= instead of appending stuff with LIBS+= I hope this can help you. Cheers, Antonio On Thu, Feb 14, 2013 at 6:53 PM, Mumtaz Ahmad wrote: > I have made specs file for my environment but whe