18 #ifndef BORDER_PROPERTIES_H 19 #define BORDER_PROPERTIES_H 35 void toXml(QDomElement &)
const;
37 void toSettings(QSettings &,
const QString & = QString())
const;
38 void fromSettings(QSettings &,
const QString & = QString());
virtual ~BorderProperties()
void toXml(QDomElement &) const
qreal columns_width
Columns width.
qreal columns_header_height
Column headers height.
void fromSettings(QSettings &, const QString &=QString())
static BorderProperties defaultProperties()
BorderProperties::defaultProperties.
bool operator!=(const BorderProperties &)
bool operator==(const BorderProperties &)
qreal rows_height
Rows height.
void toSettings(QSettings &, const QString &=QString()) const
int columns_count
Columns count.
bool display_rows
Whether to display row headers.
void fromXml(QDomElement &)
qreal rows_header_width
Row headers width.
int rows_count
Rows count.
bool display_columns
Whether to display column headers.