|
|
|
@ -56,7 +56,7 @@ class KEXIFORMUTILS_EXPORT KexiDBAutoField :
|
|
|
|
|
/*internal, for design time only*/
|
|
|
|
|
TQ_PROPERTY(int fieldTypeInternal READ fieldTypeInternal WRITE setFieldTypeInternal DESIGNABLE true STORED false)
|
|
|
|
|
TQ_PROPERTY(TQString fieldCaptionInternal READ fieldCaptionInternal WRITE setFieldCaptionInternal DESIGNABLE true STORED false)
|
|
|
|
|
Q_ENUMS( WidgetType LabelPosition )
|
|
|
|
|
TQ_ENUMS( WidgetType LabelPosition )
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
enum WidgetType { Auto = 100, Text, Integer, Double, Boolean, Date, Time, DateTime,
|
|
|
|
|