Forum
Sign Up
× DataGrid for Qt.C++

hide the row headers

12 years 3 months ago #7 by Developer Machines
For now this is not possible. But you may change the source code to do that:

1) In function void GridTableColumnQuickButtonGraphic::paintEvent(QPainter& painter)

Please comment section:
/*
QPixmap icon(":res/quickbutton.png");
icon.setMask(icon.createMaskFromColor(Qt::magenta));
int xpos = rect().width() / 2 - icon.width() / 2;
int ypos = rect().height() / 2 - icon.height() / 2;
painter.drawPixmap(xpos, ypos, icon);
*/

2) Comment the contents of the functions:
void GridTableColumnQuickButtonGraphic::mousePressEvent(const QPoint& point, QMouseEvent* e)
{
}
void GridTableColumnQuickButtonGraphic::mouseReleaseEvent(const QPoint& point, QMouseEvent* e)
{
}

In the next update we will add the flag to control that behavior.

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

More
12 years 2 months ago #8 by
Replied by on topic hide the row headers
Have you insert in version 2.7 this flag? If yes, which method must i use?

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

  • 's Avatar Topic Author
11 years 11 months ago #9 by Developer Machines
This property was added to the version 2.8 of the grid.
GridTableViewOptions::setColumnsQuickMenuVisible(...) - for table view.
GridBandedTableViewOptions::setBandsQuickMenuVisible(...) - for banded table view.
The following user(s) said Thank You:

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