Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-17 Thread Roberto Colistete Jr.
Em 16-02-2014 12:40, christopher.l...@thurweb.ch escreveu: Dietmar Sailfish is very far from being QML only. Sailfish like all other platforms based on Qt5.X supports a rich mix of C++, QML and Javascript. The exact mix is up to you, and depends on your own experience, preferences and

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-17 Thread Marcin M.
Is Qt Quick faster on desktop too? -- Marcin 2014-02-17 13:12 GMT+01:00 Roberto Colistete Jr. roberto.colist...@gmail.com: Em 16-02-2014 12:40, christopher.l...@thurweb.ch escreveu: Dietmar Sailfish is very far from being QML only. Sailfish like all other platforms based on Qt5.X

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-16 Thread Marcin M.
Death? The folks on qt project said that qt widgets isn't gonna be dropped. -- Marcin 2014-02-16 16:40 GMT+01:00 christopher.l...@thurweb.ch: Dietmar Sailfish is very far from being QML only. Sailfish like all other platforms based on Qt5.X supports a rich mix of C++, QML and Javascript.

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-12 Thread Thomas Perl
Hi, On 2014-02-11 21:15, Dietmar Schwertberger wrote: I tried my Maemo/Fremantle app without a theme. As I would like to stay compatible to Maemo and Windows, I would prefer the QtWidgets solution for some time. Even if you were to use QtWidgets (which I strongly suggest not using), you

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Timur Kristóf
This site answers both your questions: https://harbour.jolla.com/faq 1. QWidgets are unsupported on Sailfish because they are not mobile-optimized and not hardware accelerated. 2. Python will be supported but isn't yet. On Sun, Jan 26, 2014 at 1:33 PM, Dietmar Schwertberger

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Andrey Kozhevnikov
Actually you don't need Harbour to develop what you want ;) On 11.02.2014 20:09, Timur Kristóf wrote: This site answers both your questions: https://harbour.jolla.com/faq 1. QWidgets are unsupported on Sailfish because they are not mobile-optimized and not hardware accelerated. 2. Python

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Dietmar Schwertberger
Am 11.02.2014 16:51, schrieb Marcin M.: Don't know much about Qt theming capability but you could try installing some custom theme for plain Qt, as Maemo does. But sitll there'll be no native lookfeel Themes would only change the look. Things like dialogs, multiple windows, menus etc. still

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Marcin M.
But they could make the UI usable on mobile phones, as it's done in Fremantle. I can send you a screenshot with the app themed and not themed. -- Marcin 2014-02-11 19:07 GMT+01:00 Dietmar Schwertberger maill...@schwertberger.de : Am 11.02.2014 16:51, schrieb Marcin M.: Don't know much

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Dietmar Schwertberger
Am 11.02.2014 20:14, schrieb Marcin M.: But they could make the UI usable on mobile phones, as it's done in Fremantle. I can send you a screenshot with the app themed and not themed. I tried my Maemo/Fremantle app without a theme. As I would like to stay compatible to Maemo and Windows, I

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-02-11 Thread Mikael Hermansson
On Tuesday 11 February 2014 21.15.48 Dietmar Schwertberger wrote: Am 11.02.2014 20:14, schrieb Marcin M.: But they could make the UI usable on mobile phones, as it's done in Fremantle. I can send you a screenshot with the app themed and not themed. You better ask yourself this: 1. If

[SailfishDevel] Python and Qt Widgets development possible?

2014-01-26 Thread Dietmar Schwertberger
Hi! Until now I have been using PySide to write Qt Widgets applications that were running fine under Windows and Maemo. With some if/else I got native look feel on both platforms. Now I've tried the same with PyQt5 on Sailfish OS and the application looks like a Windows application and even

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-01-26 Thread christopher . lamb
Hi Dietmar Zitat von Dietmar Schwertberger maill...@schwertberger.de: Switching to QML/Qt Quick seems a major effort and especially, it is very un-pythonic to use this mixture of two languages. There is only one language here, QML, which is an extension of javascript. Qt Quick is a set of

Re: [SailfishDevel] Python and Qt Widgets development possible?

2014-01-26 Thread Marcin M.
Just a thought - maybe using some legacy (i.e. Fremantle) theme could be a fix. But I have no idea whether it can be done and with how much effort. -- Marcin 2014-01-26 christopher.l...@thurweb.ch Hi Dietmar Zitat von Dietmar Schwertberger maill...@schwertberger.de: Switching to QML/Qt