Compounds | |
class | QdbtBaseCell |
Base class for all tabular cells. More... | |
class | QdbtBorderlessComboCell |
The QdbtComboCell class represents a cell in a QdbtTabular object that acts as a QComboBox and has no visible border. More... | |
class | QdbtComboCell |
The QdbtComboCell class represents a cell in a QdbtTabular object that acts as a QComboBox. More... | |
class | QdbtIntCell |
The QdbtIntCell class represents a cell in a QdbtTabular object that can store integer values. More... | |
class | QdbtNoCell |
The QdbtBaseCell class represents a not-editable, no-content cell. More... | |
class | QdbtTableCell |
The QdbtTableCell class represents a cell in a QdbtTabular object. More... | |
class | QdbtTextCell |
The QdbtTextCell class represents a cell in a QdbtTabular object that can store strings. More... | |
class | QdbtValidatingCell |
The QdbtValidatingCell class represents a cell in a QdbtTabular object that can store strings. It provides the possibility to constrain input to a maximum allowed length and/or use a QValidator to validate the input. More... |