Results 1 to 5 of 5

Thread: Problem in Cut Operation

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #3
    Join Date
    Mar 2006
    Location
    Vadodara, Gujarat, India
    Posts
    65
    Qt products
    Qt4
    Platforms
    Windows
    Thanks
    16
    Thanked 2 Times in 2 Posts

    Default Re: Problem in Cut Operation

    hi wysota,
    thanks for ur reply ...

    but since i was put in a team in which design and work was already going on. and this table was constructed using QTableWidget instead of using Model/View Architecture.

    Qt Code:
    1. In what way should it be "across"?
    To copy to clipboard, switch view to plain text mode 

    I actually want the border around the cell ( sry for bad english ) or if a row is selected the border ( rectangle ) around the row.

    Qt Code:
    1. This is not good. The delegate should be set upon creation of the view and not on double click. The double click should trigger edit mode, which in turn should ask the delegate to provide an editor for the cell. You shouldn't mess with the delegates this way.
    To copy to clipboard, switch view to plain text mode 

    i am calling the editor in the delegate. as one requirement was like that, bigger editor window on dbl clking the cell.

    Just For My Knowledge
    Can i edit data also and update it in Model/View architecuture ??

    Also deadline is close for 1st release, so i can't change the design right now.
    So please help out ....
    Last edited by ankurjain; 14th April 2006 at 05:42.
    Do what u r afraid to do, and the death of fear is sure.

Similar Threads

  1. Replies: 8
    Last Post: 27th March 2013, 11:51
  2. discontinuous QTimeLine problem
    By yagabey in forum Qt Programming
    Replies: 0
    Last Post: 2nd December 2008, 21:20
  3. Weird problem: multithread QT app kills my linux
    By Ishark in forum Qt Programming
    Replies: 2
    Last Post: 8th August 2008, 09:12
  4. Steps in solving a programming problem?
    By triperzonak in forum General Programming
    Replies: 8
    Last Post: 5th August 2008, 08:47
  5. change of ownershiip operation not permaitted while build
    By quickNitin in forum Installation and Deployment
    Replies: 5
    Last Post: 16th May 2006, 12:13

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
  •  
Qt is a trademark of The Qt Company.