|
|
|
@ -54,7 +54,7 @@ class InsertPageCommand : public KCommand
|
|
|
|
|
//! Helper widget (used when using 'Lay out horizontally')
|
|
|
|
|
class KFORMEDITOR_EXPORT HBox : public TQFrame
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
@ -70,7 +70,7 @@ class KFORMEDITOR_EXPORT HBox : public TQFrame
|
|
|
|
|
//! Helper widget (used when using 'Lay out vertically')
|
|
|
|
|
class KFORMEDITOR_EXPORT VBox : public TQFrame
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
@ -86,7 +86,7 @@ class KFORMEDITOR_EXPORT VBox : public TQFrame
|
|
|
|
|
//! Helper widget (used when using 'Lay out in a grid')
|
|
|
|
|
class KFORMEDITOR_EXPORT Grid : public TQFrame
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
@ -102,7 +102,7 @@ class KFORMEDITOR_EXPORT Grid : public TQFrame
|
|
|
|
|
//! Helper widget (used when using 'Lay out with horizontal flow')
|
|
|
|
|
class KFORMEDITOR_EXPORT HFlow : public TQFrame
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|
|
|
@ -118,7 +118,7 @@ class KFORMEDITOR_EXPORT HFlow : public TQFrame
|
|
|
|
|
//! Helper widget (used when using 'Lay out with horizontal flow')
|
|
|
|
|
class KFORMEDITOR_EXPORT VFlow : public TQFrame
|
|
|
|
|
{
|
|
|
|
|
Q_OBJECT
|
|
|
|
|
TQ_OBJECT
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
public:
|
|