[question]Pure C++ Sailfish documentation
Hi all sailfish community,
That can be weird for a lot of you guys but for some I feel way much more comfortable with C++ than qml. Maybe because I've deeply investigate C++, maybe because of my work on hi-performance computing, may be because of it's flexibility. And in fact I just don't like qml... I don't really know why I just don't like it, even after 3 continuous day of learning it.
But the problem is I did not find any tutorial or any "getting started" that only use C++, everyone on internet follow the classic way which it "a little bit C++ and a lot qml"
So my 2 questions are:
1) is this possible to write an app only in C++ and have beautiful sailfish component ?
2) Where can I find something that look like a little doc about how to write it
PS: I've barely never touched QT so I don't really know if I can just traduce qml into C++ or things like this
you probably better ask on sailfish development mailing list devel@lists.sailfishos.org
virgi26 ( 2015-01-26 23:57:31 +0200 )edit@NeWin I totally agree with you, I hate managed code in all of its aspects and I always code desktop applications with nothing but C++. Thankfully Qt allows to create amazing UIs with nothing but C++ (this functionality is now moved into a separate module called QtWidgets, but it still works), so essentially everything you can do with QML you can also do with C++/Qt. It's a real pity that you can't create a proper UI on mobile devices this way.
ScumCoder ( 2015-02-13 23:35:55 +0200 )edit