![]() |
Re: [WIP] Hildon Qt Components
Code:
(/opt/QtSDK/Simulator/Qt/gcc/imports/org/hildon/components/libhildonplugin.so: undefined symbol: _ZTV12HildonPlugin) EDIT: It worked :) I just needed to move the declaration of the plugin class to a header file instead of a source file. |
Re: [WIP] Hildon Qt Components
Quote:
EditBar now added: http://t.imgbox.com/adeUEtNa.jpg Code:
EditBar { |
Re: [WIP] Hildon Qt Components
Some more changes. FileSystemModel is fixed and FileBrowserDialog is changed to conform to Hildon style.
http://t.imgbox.com/acrmPesa.jpg http://t.imgbox.com/adz9r3qJ.jpg Latest source: https://github.com/marx1an/qt-components-hildon |
Re: [WIP] Hildon Qt Components
Thanks for the awesome work. Here is the first implementation using your components http://youtu.be/hVAtWl3oUHI
Source here https://github.com/qwazix/qmlBrowser I also uploaded qt-components to github, if you got an account we can collaborate there: https://github.com/qwazix/hildon-qt-components EDIT: stupid. I didn't see you already pushed there. I'll merge. Finally some thoughts...
EDIT2: also selecting text in textfields doesn't work |
Re: [WIP] Hildon Qt Components
Quote:
I haven't tested on-device for a while, so I'm not sure about the crashing. It worked last time I tested, but there have been some code changes since then. I think using the GTK pixmaps requires creating a widget instance. Whilst it is possible to render QWidgets in a QGraphicsScene, it's not recommended (according to the documentation), so it may be better to avoid that solution. As far as the statusbar info is concerned, this can be obtained using QSystemInfo (HildonSystemPlugin currently uses it for battery, profile and network status), but I've had problems with this in Qt4.7.0, so lower-level alternatives may need to be considered. The icons are missing because I haven't finished the implementation on the QML side. The main thing missing from the status bar is the ability to raise the Hildon status menu. I wonder if a DBus method can be added to hildon-status-menu. :) I couldn't see any difference in your StatusBar.qml. What use case do you have in mind? EDIT: Text selection via mouse drag is now fixed. Just needed to set selectByMouse to true. :) |
Re: [WIP] Hildon Qt Components
Sorry, I wasn't clear enough. I was talking about this https://github.com/qwazix/qmlBrowser...omTitleBar.qml
|
Re: [WIP] Hildon Qt Components
StatusBar, Menu, and PageStack are now independent components, so they can be used outside of PageStackWindow. There is also a new ApplicationWindow component.
Code:
ApplicationWindow { |
Re: [WIP] Hildon Qt Components
I've now added a QDeclarativeProcess plugin. This makes the the QProcess API accessible via QML. It doesn't depend on qt-components-hildon, so if you have a QML project and want to use QProcess, feel free to use my code.
Example: Code:
import QtQuick 1.0 |
Re: [WIP] Hildon Qt Components
I've added a Qt Components Hildon Gallery to demonstrate the currently available components. :)
http://t.imgbox.com/acmK9TyU.jpg http://t.imgbox.com/adrDa5T1.jpg http://t.imgbox.com/acjusXo4.jpg http://t.imgbox.com/abwOapI3.jpg http://t.imgbox.com/acoK4TqR.jpg http://t.imgbox.com/advnOyss.jpg http://t.imgbox.com/adsC5TC6.jpg https://github.com/marx1an/qt-compon...master/gallery I'll add a couple of small example applications soon. |
Re: [WIP] Hildon Qt Components
Impressive work :)
|
All times are GMT. The time now is 06:43. |
vBulletin® Version 3.8.8