Forum
Sign Up
× DataGrid for Qt.C++

setting view and/or columns readonly

12 years 4 months ago #1 by
I would like to know how to set a view Qtitan::Grid::TableView totally readonly, or just some columns.
thanks

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

  • 's Avatar Topic Author
11 years 11 months ago #2 by alexey.basilio
Qtitan::GridTableView* p_view;
for(int i=0; i<p_view->getColumnCount(); i++) {
Qtitan::GridTableColumn* column = (Qtitan::GridTableColumn*)p_view->getColumn(i);
column->editorRepository()->setEditorActivationPolicy(Qtitan::NoPolicy);
}

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.113 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:

  • support@devmachines.com

  • license@devmachines.com

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:

  • support@devmachines.com( any questions related to our products or services )
  • license@devmachines.com( questions related to licensing )