Forum
Sign Up
× DataGrid for Qt.C++

when i use CheckBoxEditorType,setData is incorrect

9 years 9 months ago #1 by Kwangho Kim
In previous articles, i set first column checkboxeditor type.

but, my model's setData is incorrectly called by QtitanDatagrid.

i.e,

1. select first column, ( set focus first column )
2. check box click, ( checkbox = true )

between 2 and 3, qtitandatagrid not call setData for checkbox

3. click other pushbutton
4. in other pushbuuon, i find checked columns. but i dont have checked columns.

BUT

1. select first column ( set focus first column )
2. check box click( checkbox = true )

3. select other column or row in grid ( qtitandatagrid call setData for checkbox )

4. click other pushbutton
5. in other pushbuuon, i find checked columns. then i has checked columns.

--- what is problem?

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #2 by Developer Machines
It's absolutely right behavior. If you need to get value in a model immediately you have two ways:

1) Set column->editorRepository()->setImmediatePost(true) to true;
2) Connect to signal GridViewBase::editorModifying(...) and call view->postEditor() in slot;

Please Log in or Create an account to join the conversation.

More
9 years 9 months ago #3 by Kwangho Kim
Thanks for your reply. B)

Please Log in or Create an account to join the conversation.

More
  • Not Allowed: to create new topic.
  • Not Allowed: to reply.
  • Not Allowed: to edit your message.
Moderators: Developer Machines
Time to create page: 0.189 seconds

Developer Newsletter

Join our Developer Machines newsletter to get informed on all the latest releases of the commercial components for Qt.C++, Delphi FireMonkey, updates and general knowledges.

Quick Support

Should you need any additional information about our products or licensing, please contact us at the following email addresses:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

  • This email address is being protected from spambots. You need JavaScript enabled to view it.

Get in Touch

If you would like to purchase our products or services, but don’t know how to do it the right way, please feel free to contact us:

  • This email address is being protected from spambots. You need JavaScript enabled to view it.( any questions related to our products or services )
  • This email address is being protected from spambots. You need JavaScript enabled to view it.( questions related to licensing )