![]() |
Re: [WIP] Hildon Qt Components
1. Ok, then don't know what happen and sucks.
2. Double sucks (removing stuff). Greetings. |
Re: [WIP] Hildon Qt Components
s4b0s0: you should launch Yappari from terminal and watch the log.
marxian: does it mean you plan to utilize embedlite for QML browser? :D |
Re: [WIP] Hildon Qt Components
Quote:
I try 2 things that actually solve the problem but the first one doesn't let you use th Fn key (as you should see in the post). Solution 1: Brute force method: move all files from /usr/lib/hildon-input-method to a safe place and/or rename /usr/bin/hildon-input-method to /usr/bin/_hildon-input-method reboot But...you lose the ability to be able to use your Fn key. (I know them are 2 differents answers but the result was the same, that's why i quote and link the second one). Solution 2: Go to Settings->Text input and turn off Word completion. Found that in here (who would know :rolleyes: last reply). But yeah, you loose the word completion, is a price that worth to pay in my opinion. Greetings. |
Re: [WIP] Hildon Qt Components
Quote:
|
Re: [WIP] Hildon Qt Components
But I guess it'd still be better than our old Webkit.
|
Re: [WIP] Hildon Qt Components
RE: Browser
I have updated the org.hildon.webkit module to use QGraphicsWebView instead of QWebView, so as far as QML Browser goes, not much will change. I just need to update it to comply with the current org.hildon.components APIs. |
Re: [WIP] Hildon Qt Components
Update
Version 0.17.1 will be in -devel soon. This version adds the org.hildon.desktop module, providing the HomescreenWidget and Notification components. Example code: https://github.com/marxoft/qt-compon...es/desktop.qml Screenshots: http://marxoft.co.uk/static/images/q...-desktop_2.png http://marxoft.co.uk/static/images/q...-desktop_3.png http://marxoft.co.uk/static/images/q...-desktop_4.png http://marxoft.co.uk/static/images/q...-desktop_5.png |
Re: [WIP] Hildon Qt Components
More updates:
0.20.1 * Add ButtonRow, ComboBox, MessageBox, RadioButton and ScrollDecorator components. * Add Osso* style components to provide Osso styling for various components. * Modify ScrollBar to use Osso interactive scroll bar style. 0.19.0 * Add FontMetrics, TextMetrics and TabBar components to org.hildon.components module. * Add File component to org.hildon.utils module. * Center the horizontal alignment of icon/text in Button. * Fix possible binding loop in TextArea. 0.18.0 * Add Action component. * Add 'action' property to MenuItem and AbstractButton. * Add 'filters' property to MenuBar. * Add addFilter() and addItem() functions to MenuBar. * Add addItem() and addMenu() functions to Menu. * Add addCheckable() and removeCheckable() functions to ExclusiveGroup. * Update documentation and examples. Updated documentation is available at http://marxoft.co.uk/doc/qt-components-hildon. |
Re: [WIP] Hildon Qt Components
Hi
I'm developing an app using qt-component-hildon (thanks for your awesome work!) and I have question about TextArea component: How can I make TextArea scrollable? It's a case when I have too many lines than it's possible to display. Thanks! PS. Bugreport: there are few typos in 0.20.1: file:///usr/lib/qt4/imports/org/hildon/components/Flickable.qml:145: ReferenceError: Can't find variable: horizontalScrollbar file:///usr/lib/qt4/imports/org/hildon/components/ListView.qml:171: ReferenceError: Can't find variable: horizontalScrollbar should be horizontalScrollBar |
Re: [WIP] Hildon Qt Components
Quote:
Code:
Flickable { Thanks for reporting the bug in Flickable/ListView. I fixed it a couple of weeks ago, but I did not push the commit. |
Re: [WIP] Hildon Qt Components
Hi
I am trying to add dialog popups to my app. I found out that this (reduced) code crashes (tested with qmlviewer): Code:
import QtQuick 1.1 Code:
#0 0x41502c58 in QGraphicsItem::isWidget() const () from /usr/lib/libQtGui.so.4 |
Re: [WIP] Hildon Qt Components
The Dialog component is currently a widget, resulting in the limitation that it can only be parented by another widget (i.e. a Dialog or Window). I plan to change this, but in the meantime you should ensure that you declare the Dialog as a child of the Window or Dialog in which it is used.
|
Re: [WIP] Hildon Qt Components
SOrry guys for bumping this old thread but I wanna know clearly what it does? It changes all the qt components on the nokia n900 or it just provides qt components to newly developed apps?
|
All times are GMT. The time now is 18:33. |
vBulletin® Version 3.8.8