Discussion Board

Search:

Type: Posts; User: mind_freak; Keyword(s):

Page 1 of 11 1 2 3 4

Search: Search took 0.03 seconds.

  1. Re: Sorting Contact Alphabetically in ListWidget

    Thanks ....got it..:)

    Is it appropriate to create a new object for QListWidgetItem every time iterating over Contactids as shown in code below??

    foreach (const QContactLocalId& id, contacts)
    ...
  2. Re: Sorting Contact Alphabetically in ListWidget

    Still i didn't get this line

    sort.setDetailDefinitionName(QContactName::DefinitionName, QContactName::FieldLastName);

    "Sets the definition name of the details which will be inspected to...
  3. Sorting Contact Alphabetically in ListWidget

    I am successfully able to retrieve all the contact on my phone , but they are displayed randomly .

    I wanted them to be sorted alphabetically and then displayed in listwidget..
  4. Re: Thread has crashed: A data abort exception has occurred accessing 0x0.

    I have solved the problem of Segmentation fault with a lil bit change in code...



    I have declared QContactManager Object Globally .

    It works..
  5. Thread has crashed: A data abort exception has occurred accessing 0x0.

    Hi,
    I am trying to retrieve contact list , the code is shown below


    void MainWindow::viewDetails(QContactManager* cm )
    {
    QList<QContactLocalId> contacts = cm->contactIds();
    ...
  6. Replies
    3
    Views
    534

    Re: Turn on flashlight by clicking button

    Thanks kusumk,
    but i am bit confused while writing code for the same, i mean how to turn on camera flash by just pressing a button.
  7. Replies
    3
    Views
    534

    Turn on flashlight by clicking button

    Hello friends,
    I want to code for a simple flashlight application where just by clicking button Turn on/off the flash light.
    I have came across with some api like Camera in qml.

    Its been long...
  8. Re: Retrieving Text Messages on qml interface from Qt code.

    I am using
    pageStack.push(Qt.resolvedUrl("firstpage.qml"))

    i have tried to load dummy list within this list view...and its working fine.

    main.qml

    import QtQuick 1.0
    import...
  9. Re: Retrieving Text Messages on qml interface from Qt code.

    Thanks Devnull,
    I have worked on your links and am able to retrieve all the text message without any interaction with my Qt code.

    i wanted to ask you one more question,though i know that a...
  10. Retrieving Text Messages on qml interface from Qt code.

    hi,
    I have already performed the operation of retrieving the text message with the pure Qt code, but wanted the same to be displayed on qml UI with all the attributes of a text message.

    Any idea?
  11. Replies
    1
    Views
    419

    Getting list item from qt code

    I am retrieving a list of contacts in qt, and i want a kinda functionality of adding those contact to qml listview .

    So a kinda a dynamically adding item to list..
  12. Replies
    6
    Views
    751

    Re: Listing text messages

    You mean to say that depending on the date entered by user we can perform this stuff??
    what kinda logic to use..i am totally unaware of using this kinda functionality..
  13. Replies
    6
    Views
    751

    Re: Listing text messages

    hey that pretty good, i mean i was in search of same, but what if i want to load more 10 message. I mean functionality like clicking more button after 10 Message display's more 10 message..
  14. Replies
    6
    Views
    751

    Re: Listing text messages

    My .pro file

    symbian:TARGET.CAPABILITY += NetworkServices \
    LocalServices \
    ReadUserData \
    WriteUserData \
    UserEnvironment \
    ReadDeviceData \
    WriteDeviceData
  15. Replies
    6
    Views
    751

    Listing text messages

    tried a lot to display list of all message in my inbox , below is code i have tried with ..

    import Qt 4.7
    import com.nokia.symbian 1.0
    import QtMobility.messaging 1.1

    Window {
    id: root
    ...
  16. Re: Checkbox toggles on clicking item in listview

    ok sir...thank you ..
  17. Re: Checkbox toggles on clicking item in listview

    Hmm..got it ..
    But still why can't we write..

    onClicked: {
    var s = listModel.get(index).selected
    console.log("c2 "+s+" c1"+checkbox.checked)
    ...
  18. Re: Checkbox toggles on clicking item in listview

    thanks!!
    Its working ....
    but still i didn't understand the meaning of this "lit seems like binding get broken by changing property"

    And also i go through QML checkbox element but didn't find...
  19. Re: Checkbox toggles on clicking item in listview

    Well here is my code..

    import Qt 4.7
    import com.nokia.symbian 1.0

    Window {
    id: root

    ListView {
    id: listView
  20. Checkbox toggles on clicking item in listview

    hi,
    Well after performing same thing in Qt, which i feel was much easy.

    I want same functionality with qml,Clicking on item rather then checkbox toggles between checked/unchecked...

    ??
  21. Replies
    29
    Views
    1,877

    Re: Delaying between two sms to be sended

    i wanted to send multiple sms to a single/more listener, and also i have coded for that in which i am retrieving message id's and then, what we do while we are forwarding message that thing i coded...
  22. Re: smart installer cancels installation of clock example on nokia 5800

    Well this too happens with me , but situation was bit different. When Smart Installer is Preparinig for installation at that time it automatically connects to Data Network and after that installation...
  23. Replies
    5
    Views
    1,032

    Re: Coda application start issues

    As TRK is no longer supported with Qt 2.3 so, Have you launched Coda application on your phone before performing on device debugging???

    And if this dosent work, just update your sdk or go for...
  24. Replies
    29
    Views
    1,877

    Re: [SOLVED] Delaying between two sms to be sended

    Ya sure mahbub_s60, i am gonna publish this article asap and will also post problem and solution within this post .
  25. Re: what to #include to actually use QtMobility!? (bundled with QtSDK 1.1.3)

    Dear,
    The Link for Bug report contains a sis file and also distributed to you sdk via an update(make sure to apply it)
Results 1 to 25 of 272
Page 1 of 11 1 2 3 4
Nokia Developer aims to help you create apps and publish them so you can connect with users around the world.

京ICP备05048969号  © Copyright Nokia 2013 All rights reserved