QetGraphicsTableItem : add dialog to inform user

When user edit the query of an existing table/s if the content to
display is bigger than the content who can be displayed by the table/s a
dialog is opened for inform user of the current situation.
This commit is contained in:
Claveau Joshua
2020-07-20 19:38:52 +02:00
parent 3b14946421
commit 709280e3c1
3 changed files with 55 additions and 2 deletions

View File

@@ -48,6 +48,7 @@ class QetGraphicsTableItem : public QetGraphicsItem
public :
static void adjustTableToFolio(QetGraphicsTableItem *table, QMargins margins = QMargins(20,20,20,0));
static void checkInsufficientRowsCount(QetGraphicsTableItem *first_table);
public:
QetGraphicsTableItem(QGraphicsItem *parent= nullptr);