[Qt-interest] Please let me know its an functionality behaviour or not

Ramesh ramesh.bs at robosoftin.com
Thu Jul 8 08:04:51 CEST 2010


This was the known issue in Qt 4.6.2 and it is fixed in Qt 4.6.3.

 

From: Ramesh [mailto:ramesh.bs at robosoftin.com] 
Sent: Tuesday, July 06, 2010 12:23 PM
To: 'qt-interest at trolltech.com'; 'qt-embedded-interest at trolltech.com';
'QtS60-feedback at trolltech.com'
Subject: Please let me know its an functionality behaviour or not

 

Hi all,

 

I am having an listview filled with the items, by default the 0th item will
be selected.

If I try to navigate the list using mobile keypad its not gaining focus,
instead i need to use my mobile select key for focus. In this process my
mobile left soft key gets change do "Done" I don't know why this "Done" menu
is appearing in my mobile soft Key..

 

How to provide default focus to listview? And how to avoid display of "Done"
at left soft key.

Here is the peace of sample code, 

 

vbox = new QVBoxLayout();

listui = new QListView();

listui->setSelectionMode(QAbstractItemView::SingleSelection);

 

listui->viewport()->setFocusPolicy(Qt::WheelFocus);

listui->viewport()->setFocus();

    

listModel = new QStandardItemModel();

listui->setModel(listModel);

 

vbox->addWidget(listui);

setLayout(vbox);

 

Thanks & regards,

Ramesh

 

 

 


-----------------------------------------------
Robosoft Technologies - Come home to Technology

Disclaimer: This email may contain confidential material. If you were not an intended recipient, please notify the sender and delete all copies. Emails to and from our network may be logged and monitored. This email and its attachments are scanned for virus by our scanners and are believed to be safe. However, no warranty is given that this email is free of malicious content or virus.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt-project.org/pipermail/qt-interest-old/attachments/20100708/48107a12/attachment.html 


More information about the Qt-interest-old mailing list