|
|
|
@ -48,7 +48,7 @@ class KPushButton;
|
|
|
|
|
*/
|
|
|
|
|
class PropertyWidget : public TQWidget
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
PropertyWidget( TQWidget* parent );
|
|
|
|
@ -61,7 +61,7 @@ class PropertyWidget : public TQWidget
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
class PropertyBorder : public PropertyWidget {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
PropertyBorder( TQWidget* parent );
|
|
|
|
@ -80,7 +80,7 @@ class PropertyBorder : public PropertyWidget {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
class PropertyRotation : public PropertyWidget {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
PropertyRotation( TQWidget* parent );
|
|
|
|
@ -93,7 +93,7 @@ class PropertyRotation : public PropertyWidget {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
class PropertyFill : public PropertyWidget {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
PropertyFill( TQWidget* parent );
|
|
|
|
@ -106,7 +106,7 @@ class PropertyFill : public PropertyWidget {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
class PropertyBarcode : public PropertyWidget, private LabelUtils {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
PropertyBarcode( TokenProvider* token, TQWidget* parent );
|
|
|
|
@ -123,7 +123,7 @@ class PropertyBarcode : public PropertyWidget, private LabelUtils {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
class PropertyText : public PropertyWidget, private LabelUtils {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
PropertyText( TokenProvider* token, TQWidget* parent );
|
|
|
|
@ -137,7 +137,7 @@ class PropertyText : public PropertyWidget, private LabelUtils {
|
|
|
|
|
|
|
|
|
|
//NY22
|
|
|
|
|
class PropertyTextLine : public PropertyWidget, private LabelUtils {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
PropertyTextLine( TokenProvider* token, TQWidget* parent );
|
|
|
|
@ -151,7 +151,7 @@ class PropertyTextLine : public PropertyWidget, private LabelUtils {
|
|
|
|
|
//NY22
|
|
|
|
|
|
|
|
|
|
class PropertySize : public PropertyWidget, private LabelUtils {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
PropertySize( TQWidget* parent );
|
|
|
|
@ -171,7 +171,7 @@ class PropertySize : public PropertyWidget, private LabelUtils {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
class PropertyImage : public PropertyWidget {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
PropertyImage( TokenProvider* token, TQWidget* parent );
|
|
|
|
@ -205,7 +205,7 @@ class PropertyImage : public PropertyWidget {
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
class PropertyVisible : public PropertyWidget {
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
|
PropertyVisible( TQWidget* parent );
|
|
|
|
|