Results 1 to 3 of 3

Thread: Concept/Purpose/Use of Persistent Editor

  1. #1
    Join Date
    Nov 2015
    Location
    Vermont
    Posts
    52
    Thanks
    15
    Thanked 1 Time in 1 Post
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Question Concept/Purpose/Use of Persistent Editor

    Hello,
    I am new to Qt and somewhat new to programming, and I'm having trouble finding any sort of documentation to explain what a persistent editor is and how it should be used. Would anybody be able to help me out either with their own explanation or pointing me to someone else's explanation?

    Thanks!

  2. #2
    Join Date
    Mar 2009
    Location
    Brisbane, Australia
    Posts
    7,729
    Thanks
    13
    Thanked 1,610 Times in 1,537 Posts
    Qt products
    Qt4 Qt5
    Platforms
    Unix/X11 Windows
    Wiki edits
    17

    Default Re: Concept/Purpose/Use of Persistent Editor

    A persistent editor is a cell in a table view (or similar) that permanently displays an editor widget. Normally an editor widget is only created when a cell is selected and placed into edit mode, and destroyed when cell focus is lost or editing is finished. Persistent editors are the exception not the general rule. You might use a persistent editor widget if the widget is very expensive/slow to create on demand or if one item is always being edited.

  3. The following user says thank you to ChrisW67 for this useful post:

    ce_nort (17th December 2015)

  4. #3
    Join Date
    Nov 2015
    Location
    Vermont
    Posts
    52
    Thanks
    15
    Thanked 1 Time in 1 Post
    Qt products
    Qt5
    Platforms
    MacOS X Windows

    Default Re: Concept/Purpose/Use of Persistent Editor

    Thank you, that was exactly the synopsis I needed.

Similar Threads

  1. Handle ESC button in persistent editor in qlistwidget
    By sanket.mehta in forum Qt Programming
    Replies: 0
    Last Post: 15th November 2010, 07:30
  2. Persistent Editor Segmentation Fault
    By ArmanS in forum Qt Programming
    Replies: 0
    Last Post: 16th March 2009, 12:15
  3. QTreeWidget + Persistent Editor problem
    By Stephen Yee in forum Qt Programming
    Replies: 0
    Last Post: 6th May 2008, 17:25
  4. Help using the QTreeWidget persistent editor.
    By Billy Lee Black in forum Qt Programming
    Replies: 13
    Last Post: 18th July 2007, 19:59
  5. Model/View: Custom Persistent Editor
    By No-Nonsense in forum Qt Programming
    Replies: 2
    Last Post: 7th February 2007, 14:55

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.