30 #include <casaqt/QtBrowser/TBFormat.ui.h>
99 std::vector<QFontColor*>*
getFonts();
102 void setFonts(std::vector<QFontColor*>* f);
197 QWidget* parent = NULL);
casacore::Data types used for loaded data.
ABSTRACT CLASSES Deliberately vague to be general enough to allow for many different types of data
QFontColor(QFont f, QColor c)
Constructor that takes a QFont and a QColor.
const Double c
Fundamental physical constants (SI units):
String: the storage and methods of handling collections of characters.
BooleanFormat
Enum listing the format for boolean values: "true/false", "t/f", "1/0", etc.
ABSTRACT CLASSES Abstract class for colors Any implementation of color should be able to provide a hexadecimal form of the color(i.e.,"000000"for black) and
QFont color is a convenience class containing a QFont and a QColor.