Re: [Interest] QtSVG deprecated

2012-01-09 Thread Constantin Makshin
On Jan 10, 2012 7:59 AM, "Thiago Macieira" wrote: > On Monday, 9 de January de 2012 16.47.49, Alex Malyushytskyy wrote: > > As somebody mentioned above svg is the great way to create scalable graphics > > which currently works an all platforms including icons (but not > > limited to icons). > > >

Re: [Interest] how to resize the window forms and mainwindow as perthe computer screen

2012-01-09 Thread Sujan Dasmahapatra
Thanks Konrad I just have put a lyout on every form so now it should be resizing according to the screen size. Thanks a lot for your help. Thanks Sujan Kind regards, Sujan Dasmahapatra Project Leader, Aero Group CE - Aero Group Tel  +91 80 66470248 Mob  s...@lmwindpower.com LM Wind Power Bl

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Thiago Macieira
On Monday, 9 de January de 2012 16.47.49, Alex Malyushytskyy wrote: > As somebody mentioned above svg is the great way to create scalable graphics > which currently works an all platforms including icons (but not > limited to icons). > > Would you advice adding webkit dependency for such purpose?

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Alex Malyushytskyy
As somebody mentioned above svg is the great way to create scalable graphics which currently works an all platforms including icons (but not limited to icons). Would you advice adding webkit dependency for such purpose? There is a huge difference between not actively adding new futures and keepi

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Thiago Macieira
On Monday, 9 de January de 2012 14.16.05, Scott Aron Bloom wrote: > This came up at DevDays... > > > > There needs to be a status of "No maintained because we consider it > complete" > > Meaning, the code is stable, known bugs are fixed, and new enhancements > will not be added as "other" class

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Thiago Macieira
On Tuesday, 10 de January de 2012 00.10.44, Stephen Kelly wrote: > On Monday, January 09, 2012 14:52:11 Jason H wrote: > > Then open governance needs to step in and issue assurances to all of us > > that things won't change. > > Open Governance is you. At least to the extent of any assurance can b

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Scott Aron Bloom
Qt sold the COMMERCIAL licensing to digia… From: Jason H [mailto:scorp...@yahoo.com] Sent: Monday, January 09, 2012 3:09 PM To: Scott Aron Bloom; interest@qt-project.org Subject: Re: [Interest] QtSVG deprecated I hear Samsung might want their own OS... :-) I thought "Qt" has handed over

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Stephen Kelly
On Monday, January 09, 2012 14:52:11 Jason H wrote: > Then open governance needs to step in and issue assurances to all of us that > things won't change. Open Governance is you. At least to the extent of any assurance can be given. If you want it to be maintained then start maintaining it and a

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Jason H
I hear Samsung might want their own OS... :-) I thought "Qt" has handed over to Digia, but is still being worked on by the trolls. I'm confused.  If we're under open governance, who are they to say what goes? From: Scott Aron Bloom To: interest@qt-project.o

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Scott Aron Bloom
WRT QDom, I agree… as to the pending MS acquisition, I think we are all a bit concerned on that rumor… and there is no point in speculating unless we plan on coming up with the cash to buy the Qt line from Nokia, or hope the Qt open source KDE system kicks in J From: Jason H [mailto:scorp...

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Jason H
Then open governance needs to step in and issue assurances to all of us that things won't change. With Nokia about to be bought by Microsoft (rumors, but I see it as inevitable) I don't think trolls have a future working on anything not Microsoft anyway. If bought I'd expect Qt5 to be cancele

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Scott Aron Bloom
Lets not go down this path … AGAIN… I still use QDom when necessary… It comes up every 4-6 months on the list.. From a Qt POV, QDom has been deprecated, and the stream classes are the future.. Do they support all the functionality today? No… Can they be used, or built upon to give th

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Jason H
The stream classes are *NOT* a replacement. How do you change a value? Stream a document out, change one value, read it back in? Or keep it as a QString and parse around the XML yourself? That's ridiculous. From: Scott Aron Bloom To: interest@qt-project.org

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Scott Aron Bloom
That’s the point. Thiago, assure me, QtDom is NOT going anywhere.. However, its depreciated and not supported. While I understand your concern, and I have it as well.. Depricated in Qt world, is not as drastic as other frameworks... Sometimes... Which is WHY they need another status, and Th

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Jason H
There aren't any. The replacement for QtDOM is XQuery with update. But that doesn't exist yet. Despite the criticisms, I love QtDOM and QtSVG. From: Martin Holmes To: "interest@qt-project.org" Sent: Monday, January 9, 2012 5:21 PM Subject: Re: [Interest]

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Martin Holmes
I'm glad to hear this, because I also use QtDom, and can't imagine processing XML documents without it. But the status of Deprecated definitely means: "Module or code will be eventually removed (Qt source and binary compatibility guidelines apply)" and binary compatibility can be broken when w

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Stephen Kelly
On Monday, January 09, 2012 21:40:32 Dan White wrote: > Thiago ! > Contact me off-list, please. (or I will when I get home and dig your address > out of my mailing list archives) I might be willing to volunteer to > maintain this piece. > One motivation is that I use it in a project of mine and tra

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Scott Aron Bloom
This came up at DevDays... There needs to be a status of "No maintained because we consider it complete" Meaning, the code is stable, known bugs are fixed, and new enhancements will not be added as "other" classes are better used. However, the code will NOT be removed from a new version

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Jason H
I don't think it's going away, it's just not being maintained.  It's good for what it does, but many of the desired enhancements would result in the module blowing up in run-time size. The module exists as a good trade-off. And this I think is why it is deprecated. If it were maintained it would

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Chris Meyer
Recently I've had my apps rejected on the Mac app store for "using a custom webkit" (QtWebKit). The main use was to render SVG into QImages. Going forward, I'm planning on using the QtSvg module. Currently, it partially supports SVG Tiny; but I'm hoping to develop any missing features as needed.

Re: [Interest] QtSVG deprecated

2012-01-09 Thread Dan White
Thiago ! Contact me off-list, please. (or I will when I get home and dig your address out of my mailing list archives) I might be willing to volunteer to maintain this piece. One motivation is that I use it in a project of mine and transitioning to QtWebKit just for the SVG may cause excessive bl

[Interest] QtSVG deprecated

2012-01-09 Thread Martin Holmes
I notice here: that QtSvg is now deprecated: [quote] QtSvg Overall module state: Deprecated New maintainer required Reasoning: SVG Full (as opposed to SVG Tiny) functionality available in QtWebKit, which should be used in

[Interest] What's New in Qt 4.8 Webcast Now Available on ICSNetwork

2012-01-09 Thread Lynn Gray
The latest ICSNetwork webcast is now available for download at www.ics.com/icsnetwork This month's topic is /What's New in Qt 4.8 and Beyond/. This webcast presents an overview of the new features of the Qt 4.8.0 release. It also discusses some of the plans for Q

Re: [Interest] QSettings watching for updates.

2012-01-09 Thread Jason H
You should just have an object that manages your settings then. When it writes something, just emit your signal. It would have a QSettings member, or derive from QSettings. From: "pritam.ghang...@gmail.com" To: interest@qt-project.org Sent: Monday, January 9

[Interest] QSettings watching for updates.

2012-01-09 Thread pritam.ghang...@gmail.com
Hi I am using QSettings for persistent settings in my application. These settings may be modified by some other processes at runtime. I need some notification when this happens. I looked at QSettings API, couldn't find any such notification mechanism. Is there any mechanism for this. I was trying

Re: [Interest] how to resize the window forms and mainwindow as per the computer screen

2012-01-09 Thread Konrad Rosenbaum
Hi, On Monday 09 January 2012 08:18:15 Sujan Dasmahapatra wrote: > I am introuble with the layout of the forms and mainwindow on laptops. I > built the application in desktop but when I deploy in the laptop I see > hal of the form or dialog box is displayed. Other half is not visible. Please def

[Interest] Fwd: [Qt-interest] Store/Retrive Image (or file) into/from QSqlite BLOB field

2012-01-09 Thread Michele Ciampichetti
-- Forwarded message -- From: Michele Ciampichetti Date: 2012/1/9 Subject: Re: [Qt-interest] Store/Retrive Image (or file) into/from QSqlite BLOB field To: Esdras Beleza Dear Esdras, thanks for your answer but... how I can do it? :) I need to subclass the QSqlRelationDelegate? h

Re: [Interest] Qt4.8 on a Mac with custom GCC?

2012-01-09 Thread Konstantin Tokarev
09.01.2012, 01:27, "Konrad Rosenbaum" : > Hi, > > has anyone managed to compile Qt 4.8 with a custom GCC (4.6.2) on MacOS/X? You can try GCC and Qt from Gentoo Prefix, it has proper mkspec without -arch and -Xarch options. -- Regards, Konstantin ___

[Interest] Depending QCombobox

2012-01-09 Thread Michele Ciampichetti
Good morning to all, How can I create 3 depending QCombobox, for example Country, City and Zip Code, so that when I select one, the other ones are filtered by the value of the first one? I'm use a QSqlRelationalTableModel and 3 relations (so also 3 QSqlTableModel). I know that I can use QComboBox s