Hi..
is there any way to implement the control mentioned in the following link in QT.
http://wiki.forum.nokia.com/index.ph...micSettingList
pls suggest me..
Thanks
Hi..
is there any way to implement the control mentioned in the following link in QT.
http://wiki.forum.nokia.com/index.ph...micSettingList
pls suggest me..
Thanks
Tis curious -- they say it's a code example, but there's no link to the code that I can see.
Hi
Daniil..
i know there is no control word present. but i want to impliment the control of that sort. how can i do that..
please suggest me
Thanks
HI..
i am new to QT,
i am implimenting the UI of the sort present in the link mentioned belwo.
if i take the listview and customize it to get that look would be cumboursome and also it is time consuming.
i want an effeciant way to impliment the UI given below..
if you can give the hint also you are welcome.
pls suggest me if i am wrong.
Thanks.
Hai,
There is styleSheet option for widgets in QT.
And also void QWidget::setStyle ( QStyle * style ) method is also used to change the style of widget.
I think it will helpful to you
Regards,
Devi.ch
Yes Danial,
But i am stucked about how to get those UI...
do u hv any ideas?
Qt comes with examples:
http://qt.nokia.com/doc/4.6/examples.html
The examples are covering usage of pretty much all available widgets (what you apparently call controls).
The list of widgets used in FN wiki example is given in Source section.
Thanks Danial.
i want mobile specific widget only.
mobile specific widget i need... pls tell me
Thanks
Ya..
but can you show me an single implemented example in QT of the UI mentioned of that sort.
it will be more helpful...
at lease can you give some idea.. in detail..i hv blank idea about the widget which i hv showed there.
Thanks.
Did you check already Qt examples?
http://qt.nokia.com/doc/4.6/examples-widgets.html
The net-net is that someone screwed up when they created that wiki entry, and they left out the code for the example, or any link to it. You can look at other examples and get some ideas, but there are few Symbian-specific examples of Qt UI controls -- Qt is supposed to be "platform independent", so the issue of platform-specific UI features is largely ignored.