The Following 2 Users Say Thank You to marxian For This Useful Post: | ||
|
2015-10-21
, 21:59
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#252
|
/*!
type:int
\brief The current chosen index in the view.
*/
property alias currentIndex: view.currentIndex
onStatusChanged: if (status == DialogStatus.Open) view.positionViewAtIndex(currentIndex, ListView.Center);
onCurrentIndexChanged: if (view.currentItem) currentValueText = view.currentItem.text;
onSelected: accept()
|
2015-10-21
, 22:41
|
|
Posts: 2,448 |
Thanked: 9,523 times |
Joined on Aug 2010
@ Wigan, UK
|
#253
|
Hmm, do not that much about qml...
But I found only that in ListPickSelector:
and that
File info:
~# lea /opt/lib/qt4/imports/org/hildon/components/ListPickSelector.qml
-rw-r--r-- 1 root root 3190 Sat Sep 26 05:06:17 2015 /opt/lib/qt4/imports/org/hildon/components/ListPickSelector.qml
--
possibly not so important and obvious but: I am completely on extras-devel with all packages
The Following 3 Users Say Thank You to marxian For This Useful Post: | ||
|
2015-10-22
, 07:38
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#254
|
...
Most of the code is only tested against Qt 4.7.4 using CSSU-Testing. If you are using stock PR 1.3, there could be a problem with the onChanged handler for alias properties in Qt 4.7.0...
|
2015-10-22
, 09:57
|
Posts: 3,074 |
Thanked: 12,960 times |
Joined on Mar 2010
@ Sofia,Bulgaria
|
#255
|
I think that it is. (one of the last pr1.3 dinosaurs , did not bother to update and loose all my modifications, waiting for Neo...)
The Following User Says Thank You to freemangordon For This Useful Post: | ||
|
2015-10-22
, 19:02
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#256
|
|
2016-03-14
, 01:23
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#257
|
The Following 3 Users Say Thank You to xes For This Useful Post: | ||
|
2016-03-25
, 22:08
|
|
Posts: 4,118 |
Thanked: 8,901 times |
Joined on Aug 2010
@ Ruhrgebiet, Germany
|
#258
|
The Following 2 Users Say Thank You to peterleinchen For This Useful Post: | ||
|
2016-08-16
, 22:16
|
Posts: 638 |
Thanked: 1,692 times |
Joined on Aug 2009
|
#259
|
The Following 4 Users Say Thank You to xes For This Useful Post: | ||
|
2016-09-14
, 11:02
|
Posts: 51 |
Thanked: 41 times |
Joined on Jun 2013
|
#260
|
Tags |
browser, components, hildon, maemo 5, web browser |
|
'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