Forum
Sign Up
× DataGrid for Qt.C++

how to set column header Alignment ?

9 years 3 months ago - 9 years 3 months ago #1 by Realhub RnD Center
QtitanDataGrid version 3.6.0

this is my source.
	grid = new Grid;
	QStandardItemModel* model = new QStandardItemModel(0, 3, grid);
	model->setHeaderData(0, Qt::Horizontal, "A");
	
	grid->setViewType(Grid::TableView);
	grid->view<GridTableView>()->setModel(model);
	
	GridTableColumn* column = (GridTableColumn *)grid->view<GridTableView>()->getColumnByModelColumnName("A");
	column->editorRepository()->setAlignment(Qt::AlignCenter);

and result.


how to set column header Alignment ?
Attachments:
Last edit: 9 years 3 months ago by Realhub RnD Center.

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

More
9 years 2 months ago #2 by Developer Machines
At the moment please add this line to align content of the column:

column->setTextAlignment(Qt::AlignCenter);
The following user(s) said Thank You: Realhub RnD Center

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