Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Marco Piccolino
Thank you Konrad, useful thoughts. Best, Marco Piccolino 2017-05-17 11:50 GMT+02:00 Konrad Rosenbaum : > Hi, > > On Wed, May 17, 2017 07:56, Marco Piccolino wrote: > > In what scenarios would it still make sense to use QtWidgets for new > > projects? > > First off: both

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Samuel Gaist
> On 17 May 2017, at 18:45, Benjamin TERRIER wrote: > > 2017-05-17 18:14 GMT+02:00 Jérôme Godbout : >> I don't say all desktop application should be done into Qml, but just that >> it's doable into Qml no matter the application you have. > > No, it is

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Benjamin TERRIER
2017-05-17 18:14 GMT+02:00 Jérôme Godbout : > I don't say all desktop application should be done into Qml, but just that > it's doable into Qml no matter the application you have. No, it is not always doable. Let's say I want to make a desktop app that looks native. If I want

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Jérôme Godbout
We went down the Qml road for 3D CAD application and it's doable, you only need to make a good 3D render to texture view elements until the 3D can catch up. With Canvas and render to a texture I don't see any real limitation. Maybe the boilers plate is increase compare to QWidgets but still

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread william.croc...@analog.com
It's not tomorrow that you will design an airplane on an Android tablet, control the CERN particle accelerator from a Windows phone or monitor the country electricity distribution network grid from an Apple iPod. Well said! Hear! Hear! Bill (Oh, damn. Where was that closest Starbucks

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Ch'Gans
On 17 May 2017 at 21:12, Till Oliver Knoll wrote: > > > Am 17.05.2017 um 03:14 schrieb Tuukka Turunen : > > > > Hi, > > > > If you make a desktop application widgets are often a solid choice – > especially if you want the application to look like

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Nikos Chantziaras
On 05/17/2017 12:12 PM, Till Oliver Knoll wrote: The good thing: you can easily "mix" those technologies. I thought that too, but it turned out it's not possible where it mattered the most: Android. I wanted to replace *some* widgets with QML on Android, but it's not possible. You have to

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Konrad Rosenbaum
Hi, On Wed, May 17, 2017 07:56, Marco Piccolino wrote: > In what scenarios would it still make sense to use QtWidgets for new > projects? First off: both technologies are fully supported. Widgets are not obsolete. It depends on your target platform and target audience: App for mobile phones or

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Till Oliver Knoll
> Am 17.05.2017 um 03:14 schrieb Tuukka Turunen : > > > Hi, > > If you make a desktop application widgets are often a solid choice – > especially if you want the application to look like other apps in that OS and > not create your own style for the app. Qt Creator,

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Marco Piccolino
verview- > of-gui-technologies-in-qt/ > > > > Yours, > > > > Tuukka > > > > > > *From: *Interest <interest-bounces+tuukka.turunen=qt...@qt-project.org> > on behalf of Marco Piccolino <marco.a.piccol...@gmail.com> > *Date: *Wednesday, 17

Re: [Interest] Using Widgets for new projects

2017-05-17 Thread Tuukka Turunen
.a.piccol...@gmail.com> Date: Wednesday, 17 May 2017 at 8.56 To: "interest@qt-project.org" <interest@qt-project.org> Subject: [Interest] Using Widgets for new projects In what scenarios would it still make sense to use QtWidgets for new proje

[Interest] Using Widgets for new projects

2017-05-16 Thread Marco Piccolino
In what scenarios would it still make sense to use QtWidgets for new projects? Thanks Marco Piccolino ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest