Results 1 to 2 of 2

Thread: Complete newbie with programming and Qt

  1. #1
    Join Date
    Mar 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Complete newbie with programming and Qt

    Well, not exactly a complete newbie I've been doing it for about 5-7 days. And I've successful created the Address Book tutorial in Qt4.

    I understand all but a couple of the ?syntax? (please excuse my ignorance regarding the proper names of code).

    I used the tutorial to make the address book...created some different buttons and such(all working exact I might add)
    I'm trying to make it more user friendly...So my mom can use it basically.
    At any rate, what I'm currently trying to figure out is...
    Situation
    --I submit some names in the address book, then when I click find...it goes to my find dialog m_ui.
    When I try to find the name that I am searching for I have to type it in exactly(what I mean by exactly is its Case Sensitive).
    If I submitted "Jacob", I would like to be able to find the name like this...Jacob or jacob or JACOB or JaCoB/ anything in between, as long as I have the letters in there

    Also, is it possible to stop the findContact from looking at the spaces also...I had one that I put a space at the end of the name, and couldn't find it because of the space after the name.
    Last edited by Jacob; 6th March 2010 at 04:27. Reason: explained myself a little better

  2. #2
    Join Date
    Mar 2010
    Posts
    2
    Qt products
    Qt4
    Platforms
    Windows

    Default Re: Complete newbie with programming and Qt

    Well after some more reading i think i found what I need...

    under Qt Help

    Go to
    Qt 4.6: QComboBox Class Rerence
    I think this is what I need to put in the location of the lineEdit on my Find Dialog Ui. This should allow me to set up the submitted names to the comboBox.

    I will let yall know how it comes!

Similar Threads

  1. automatically complete fields on the form
    By TomASS in forum General Programming
    Replies: 1
    Last Post: 13th July 2010, 19:14
  2. Update complete notification?
    By dingetje in forum Qt Programming
    Replies: 0
    Last Post: 27th May 2009, 11:07
  3. Tableview complete sizehint
    By skuda in forum Qt Programming
    Replies: 0
    Last Post: 5th March 2009, 10:33

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Digia, Qt and their respective logos are trademarks of Digia Plc in Finland and/or other countries worldwide.