18 #ifndef QGSLAYOUTTABLEBACKGROUNDCOLORSDIALOG_H    19 #define QGSLAYOUTTABLEBACKGROUNDCOLORSDIALOG_H    26 #include "ui_qgslayouttablebackgroundstyles.h"    56     void buttonBox_accepted();
    57     void buttonBox_rejected();
    63     QMap< QgsLayoutTable::CellStyleGroup, QCheckBox * > mCheckBoxMap;
    64     QMap< QgsLayoutTable::CellStyleGroup, QgsColorButton * > mColorButtonMap;
    68     void setGuiElementValues();
    73 #endif // QGSLAYOUTTABLEBACKGROUNDCOLORSDIALOG_H A class to display a table in the print layout, and allow the table to span over multiple frames...
 
A dialog for customization of the cell background colors for a QgsLayoutTable.