Forum
Sign Up
× DataGrid for Qt.C++

Mouse events don't work with CheckBoxEditorType?

9 years 1 month ago - 9 years 1 month ago #1 by Aaron Shelley
Hello,

I have been unable to get any mouse events such as rubber band selection and right clicking for context menus to work with the Qtitan::CheckBoxEditorType

I use the following code to setup my check box columns. I believe I pulled this from the demo code, which btw, mouse events for check box columns in the demo applications don't work either.
const auto column = dynamic_cast<Qtitan::GridTableColumn*>(this->view->getColumn(0));
if(column != nullptr)
{
     column->setEditorType(Qtitan::CheckBoxEditorType);
     column->setTextAlignment(Qt::AlignHCenter);
     column->editorRepository()->setImmediatePost(true);
}
Last edit: 9 years 1 month ago by Aaron Shelley.

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

More
9 years 1 month ago #2 by Developer Machines
Bug has been reproduced and fixed. Fix will be available in QtitanDataGrid 3.6.2. Thanks for the info.

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.183 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 )