Re: [Interest] How do I get two indepentend radio button groups with QtCreator?

2016-07-21 Thread Joerg Desch
I don't know why the authentication mail from gmane.org has delayed so long, but I've got the mail this morning. In the meanwhile, I've solved my problem. The reason for the "failure" was a problem of Qt Creator with the build. For some unknown reasons, neither a "clean build" nor the deletion

[Interest] How do I get two indepentend radio button groups with QtCreator?

2016-07-21 Thread Joerg Desch
Just a silly questions of a Qt beginner... ;-) I've designed a Qt dialog with QtCreator. To get a "key/value" form, I've used a QGridLayout with two columns. To use radio buttons as selection, I've placed a QHBoxLayout inside a grid cell and added some QRadioButtons. In the end, I have two of t

Re: [Interest] Is it a LGPLv3 infringement to copy paste qFuzzyCompare implementation

2016-07-21 Thread Marian Beermann
It's highly unlikely any programmer here will give legal advice on this list. Cheers, Marian ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest

[Interest] Is it a LGPLv3 infringement to copy paste qFuzzyCompare implementation

2016-07-21 Thread Ch'Gans
Hi there, I've recently added a "bool FuzzyCompare(float f1, float f2)" function to a proprietary software I'm currently paid to work on (this is plain C++ project, it doesn't use the Qt framework at all). Being a more-than-happy Qt user in my spare time I decided that I would first checkout the q

[Interest] Correct way of exposing enum list to QtQuick

2016-07-21 Thread Tomasz Olszak
Hi, I encountered something that bothers me for a few days. I would be thankful if someone can point nice workaround for such case: class MyClass { Q_OBJECT Q_PROPERTY(MyEnum myEnumProperty ...) Q_PROPERTY(QVariantList availableValuesOfMyEnum ...) public: enum MyEnum { My

Re: [Interest] lupdate -compress makes files BIGGER?

2016-07-21 Thread jhihn
Doh, in my copy and pasting, I messed the commands up. I mailed lupdate, but I really meant lrelease, not lupdate. The rest is accurate. -Original message- Sent: Wednesday, 20 July 2016 at 21:25:47 From: "Jeff Tranter" To: interest@qt-project.org Subject: Re: [Interest] lupdate -compres