![]() |
Re: Sailfish SDK Alpha Qt5 released
Quote:
Sailfish, Android, BB10, Tizen, Ubuntu-Touch, WinRT, iOS,... Not really possible until the conflict of interest caused by Nokia owning Qt & having their own mobile platform/s at the same time. |
Re: Sailfish SDK Alpha Qt5 released
Picking up pace is good. It was really unusual that Nokia let Qt go so easily. Knowing their latest trollish attitude (with attacking VP8 codec with patents for example), they could easily create a lot of problems for Qt.
|
Re: Sailfish SDK Alpha Qt5 released
How can I access all the icons that can be used in Sailfish apps? e.g. icon-cover-pause
================ In my Sailfish app, my main.cpp looks like that Code:
#include <QGuiApplication> Code:
import QtQuick 2.0 Code:
file:///opt/sdk/BigText/usr/share/BigText/main.qml:3:1: module "BigText" is not installed What am I doing wrong? thanks |
Re: Sailfish SDK Alpha Qt5 released
marmistrz are you trying to use qmlRegisterType from QtQuick1 vs QtQuick2. Atleast I dont see you including #include <QQmlEngine>
http://qt-project.org/forums/viewthread/28488 And icons you can easily find in filesystem if you login. |
Re: Sailfish SDK Alpha Qt5 released
Quote:
Code:
#include <QGuiApplication> /edit: when going to sb2, it's indeed there. How can I copy it onto local hard disk? |
Re: Sailfish SDK Alpha Qt5 released
If your not able to get qmlRegisterType working, then you can always use setContextProperty().
And ofcourse you have tested to move qmlRegisterType line before creating the view? Since otherwise it tries to import things that dont exist yet? :) |
Re: Sailfish SDK Alpha Qt5 released
Quote:
Code:
Q_DECL_EXPORT int main(int argc, char *argv[]) |
Re: Sailfish SDK Alpha Qt5 released
Quote:
Thanks to anyone who can help. |
Re: Sailfish SDK Alpha Qt5 released
Quote:
Code:
Q_DECL_EXPORT int main(int argc, char *argv[]) You can use setContextProperty just fine when properties change on the fly and make UI respond to changes. Nothing prevents that. |
Re: Sailfish SDK Alpha Qt5 released
Well, indeed... create != show ;P Bad habits from Qt 4.7 ;)
Sorry for polling the thread ;P and thanks! Btw. if a textfield is on the bottom, the vkb covers it whole. Will it be fixed in the final release? |
All times are GMT. The time now is 05:32. |
vBulletin® Version 3.8.8