Forum
Sign Up
× DataGrid for Qt.C++

Alignment

12 years 7 months ago - 12 years 7 months ago #1 by
Alignment was created by
Hi
i want to have the following alignment (like Excel):

- band and column headers: center align
- row header: center align
- columns with text: left align
- columns with numeric values: right align
- other columns: center align

Over the context menu the hole column incl. the header have the same align.
How can i define the alignment i describe?
Last edit: 12 years 7 months ago by .

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

  • 's Avatar Topic Author
12 years 3 months ago #2 by
Replied by on topic Alignment
Is the alignment coming in the next version ?

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

  • 's Avatar Topic Author
12 years 3 months ago #3 by Developer Machines
Replied by Developer Machines on topic Alignment
To align the text on the column's header please use:

void GridTableColumn::setTextAlignment(Qt::Alignment alignment);

To align a text in the cell please use the property from the column's editor repository, like this:

GridTableColumn* column = ....;
column->editorRepository()->setAlignment(Qt::Alignment flag);

All editors (numeric, text, date, time etc.) has alignment setting.

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