The Following 3 Users Say Thank You to marxian For This Useful Post: | ||
![]() |
2013-02-10
, 14:03
|
|
Moderator |
Posts: 2,622 |
Thanked: 5,447 times |
Joined on Jan 2010
|
#32
|
ReferenceError: Can't find variable: DialogStatus ScriptAction { script: root.status = DialogStatus.Open }
Menu{ id: menu MenuLayout{ Button{ text: "adasd"} } }
![]() |
2013-02-11
, 14:56
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#33
|
When referencing the Menu directly (and not as part of pageStackWindow), I get the following error. I tried to dig down to the PopUp element but it doesn't seem to inherit or otherwise use dialog.
what can I do to get over that?Code:ReferenceError: Can't find variable: DialogStatus ScriptAction { script: root.status = DialogStatus.Open }
Menu implementation as follows
Code:Menu{ id: menu MenuLayout{ Button{ text: "adasd"} } }
Menu{ id: menu tools: MenuLayout{ Button{ text: "adasd"} } }
![]() |
2013-03-11
, 08:52
|
Posts: 752 |
Thanked: 2,808 times |
Joined on Jan 2011
@ Czech Republic
|
#34
|
The Following User Says Thank You to nodevel For This Useful Post: | ||
![]() |
2013-03-17
, 00:42
|
Posts: 11 |
Thanked: 69 times |
Joined on Mar 2013
|
#35
|
The Following User Says Thank You to shentey For This Useful Post: | ||
![]() |
2013-03-17
, 12:30
|
Posts: 752 |
Thanked: 2,808 times |
Joined on Jan 2011
@ Czech Republic
|
#36
|
You need to install qtmobility first before you can compile Hildon Qt Components.
plugin cannot be loaded for module "org.hildon.components": Cannot load library /usr/lib/qt/imports/org/hildon/components/libhildonplugin.so: (/usr/lib/qt/imports/org/hildon/components/libhildonplugin.so: undefined symbol: _ZNK20QDeclarativeSettings10metaObjectEv) import org.hildon.components 0.1
![]() |
2013-03-17
, 19:27
|
Posts: 11 |
Thanked: 69 times |
Joined on Mar 2013
|
#37
|
EDIT: It builds fine, but fails to run with:
Code:plugin cannot be loaded for module "org.hildon.components": Cannot load library /usr/lib/qt/imports/org/hildon/components/libhildonplugin.so: (/usr/lib/qt/imports/org/hildon/components/libhildonplugin.so: undefined symbol: _ZNK20QDeclarativeSettings10metaObjectEv) import org.hildon.components 0.1
![]() |
2013-03-17
, 19:35
|
Posts: 11 |
Thanked: 69 times |
Joined on Mar 2013
|
#38
|
EDIT: It builds fine, but fails to run with:
Code:plugin cannot be loaded for module "org.hildon.components": Cannot load library /usr/lib/qt/imports/org/hildon/components/libhildonplugin.so: (/usr/lib/qt/imports/org/hildon/components/libhildonplugin.so: undefined symbol: _ZNK20QDeclarativeSettings10metaObjectEv) import org.hildon.components 0.1
![]() |
2013-04-17
, 06:41
|
Posts: 238 |
Thanked: 131 times |
Joined on May 2011
@ Bulgaria
|
#39
|
The Following User Says Thank You to disappear For This Useful Post: | ||
![]() |
2013-08-22
, 20:13
|
Posts: 2,292 |
Thanked: 4,135 times |
Joined on Apr 2010
@ UK
|
#40
|
![]() |
Tags |
hildon, qml components |
|
Example:
https://github.com/marx1an/qt-compon...amples/browser
Pretty basic atm, but I'll add some more features later.
'Men of high position are allowed, by a special act of grace, to accomodate their reasoning to the answer they need. Logic is only required in those of lesser rank.' - J K Galbraith
My website
GitHub
Last edited by marxian; 2013-01-28 at 00:26. Reason: s/organisation/organization