]> git.lyx.org Git - lyx.git/blobdiff - src/frontends/kde/dlg/parabelowdlgdata.C
initalize memeber vars
[lyx.git] / src / frontends / kde / dlg / parabelowdlgdata.C
index a3f1e8d2005a300e699528b1ac3ec12be89ea8f1..4e71519885b3e637e29db057756e70a97acdabca 100644 (file)
@@ -3,7 +3,7 @@
        --- Qt Architect 1.4-6 generated file ---
 
        File: parabelowdlgdata.C
-       Last generated: Mon Dec 4 18:22:02 2000
+       Last generated: Sat Mar 31 16:48:58 2001
 
        DO NOT EDIT!!!  This file will be automatically
        regenerated by qtarch.  All changes will be lost.
@@ -28,35 +28,35 @@ ParaBelowDialogData::ParaBelowDialogData
        :
        Inherited( parent, name, 0 )
 {
-       pagebreakbelow = new QCheckBox( this, "pagebreakbelow" );
-       pagebreakbelow->setGeometry( 5, 5, 305, 73 );
-       pagebreakbelow->setMinimumSize( 0, 0 );
-       pagebreakbelow->setMaximumSize( 32767, 32767 );
-       pagebreakbelow->setFocusPolicy( QWidget::TabFocus );
-       pagebreakbelow->setBackgroundMode( QWidget::PaletteBackground );
-       pagebreakbelow->setFontPropagation( QWidget::NoChildren );
-       pagebreakbelow->setPalettePropagation( QWidget::NoChildren );
-       pagebreakbelow->setText( _("Page break") );
-       pagebreakbelow->setAutoRepeat( false );
-       pagebreakbelow->setAutoResize( false );
-       pagebreakbelow->setChecked( false );
+       check_pagebreakbelow = new QCheckBox( this, "check_pagebreakbelow" );
+       check_pagebreakbelow->setGeometry( 5, 5, 228, 67 );
+       check_pagebreakbelow->setMinimumSize( 0, 0 );
+       check_pagebreakbelow->setMaximumSize( 32767, 32767 );
+       check_pagebreakbelow->setFocusPolicy( QWidget::TabFocus );
+       check_pagebreakbelow->setBackgroundMode( QWidget::PaletteBackground );
+       check_pagebreakbelow->setFontPropagation( QWidget::NoChildren );
+       check_pagebreakbelow->setPalettePropagation( QWidget::NoChildren );
+       check_pagebreakbelow->setText( _("Page break") );
+       check_pagebreakbelow->setAutoRepeat( false );
+       check_pagebreakbelow->setAutoResize( false );
+       check_pagebreakbelow->setChecked( false );
 
-       keepbelow = new QCheckBox( this, "keepbelow" );
-       keepbelow->setGeometry( 5, 83, 305, 73 );
-       keepbelow->setMinimumSize( 0, 0 );
-       keepbelow->setMaximumSize( 32767, 32767 );
-       keepbelow->setFocusPolicy( QWidget::TabFocus );
-       keepbelow->setBackgroundMode( QWidget::PaletteBackground );
-       keepbelow->setFontPropagation( QWidget::NoChildren );
-       keepbelow->setPalettePropagation( QWidget::NoChildren );
-       keepbelow->setText( _("Keep space when at bottom of page") );
-       keepbelow->setAutoRepeat( false );
-       keepbelow->setAutoResize( false );
-       keepbelow->setChecked( false );
+       check_keepbelow = new QCheckBox( this, "check_keepbelow" );
+       check_keepbelow->setGeometry( 5, 77, 228, 66 );
+       check_keepbelow->setMinimumSize( 0, 0 );
+       check_keepbelow->setMaximumSize( 32767, 32767 );
+       check_keepbelow->setFocusPolicy( QWidget::TabFocus );
+       check_keepbelow->setBackgroundMode( QWidget::PaletteBackground );
+       check_keepbelow->setFontPropagation( QWidget::NoChildren );
+       check_keepbelow->setPalettePropagation( QWidget::NoChildren );
+       check_keepbelow->setText( _("Keep space when at top of page") );
+       check_keepbelow->setAutoRepeat( false );
+       check_keepbelow->setAutoResize( false );
+       check_keepbelow->setChecked( false );
 
        QLabel* qtarch_belowlabel;
        qtarch_belowlabel = new QLabel( this, "belowlabel" );
-       qtarch_belowlabel->setGeometry( 5, 161, 100, 36 );
+       qtarch_belowlabel->setGeometry( 5, 148, 113, 67 );
        qtarch_belowlabel->setMinimumSize( 0, 0 );
        qtarch_belowlabel->setMaximumSize( 32767, 32767 );
        qtarch_belowlabel->setFocusPolicy( QWidget::NoFocus );
@@ -71,23 +71,23 @@ ParaBelowDialogData::ParaBelowDialogData
        qtarch_belowlabel->setAlignment( 289 );
        qtarch_belowlabel->setMargin( -1 );
 
-       spacebelow = new QComboBox( FALSE, this, "spacebelow" );
-       spacebelow->setGeometry( 110, 161, 200, 36 );
-       spacebelow->setMinimumSize( 0, 0 );
-       spacebelow->setMaximumSize( 32767, 32767 );
-       connect( spacebelow, SIGNAL(highlighted(int)), SLOT(spacebelowHighlighted(int)) );
-       spacebelow->setFocusPolicy( QWidget::StrongFocus );
-       spacebelow->setBackgroundMode( QWidget::PaletteBackground );
-       spacebelow->setFontPropagation( QWidget::AllChildren );
-       spacebelow->setPalettePropagation( QWidget::AllChildren );
-       spacebelow->setSizeLimit( 10 );
-       spacebelow->setAutoResize( false );
-       spacebelow->setMaxCount( 2147483647 );
-       spacebelow->setAutoCompletion( false );
+       combo_spacebelow = new QComboBox( FALSE, this, "combo_spacebelow" );
+       combo_spacebelow->setGeometry( 235, 148, 113, 67 );
+       combo_spacebelow->setMinimumSize( 0, 0 );
+       combo_spacebelow->setMaximumSize( 32767, 32767 );
+       connect( combo_spacebelow, SIGNAL(highlighted(int)), SLOT(spacebelowHighlighted(int)) );
+       combo_spacebelow->setFocusPolicy( QWidget::StrongFocus );
+       combo_spacebelow->setBackgroundMode( QWidget::PaletteBackground );
+       combo_spacebelow->setFontPropagation( QWidget::AllChildren );
+       combo_spacebelow->setPalettePropagation( QWidget::AllChildren );
+       combo_spacebelow->setSizeLimit( 10 );
+       combo_spacebelow->setAutoResize( false );
+       combo_spacebelow->setMaxCount( 2147483647 );
+       combo_spacebelow->setAutoCompletion( false );
 
        QLabel* qtarch_ValueLabel;
        qtarch_ValueLabel = new QLabel( this, "ValueLabel" );
-       qtarch_ValueLabel->setGeometry( 5, 202, 58, 24 );
+       qtarch_ValueLabel->setGeometry( 61, 220, 96, 67 );
        qtarch_ValueLabel->setMinimumSize( 0, 0 );
        qtarch_ValueLabel->setMaximumSize( 32767, 32767 );
        qtarch_ValueLabel->setFocusPolicy( QWidget::NoFocus );
@@ -98,13 +98,13 @@ ParaBelowDialogData::ParaBelowDialogData
        qtarch_ValueLabel->setLineWidth( 1 );
        qtarch_ValueLabel->setMidLineWidth( 0 );
        qtarch_ValueLabel->QFrame::setMargin( 0 );
-       qtarch_ValueLabel->setText( _("Value") );
+       qtarch_ValueLabel->setText( _("Size") );
        qtarch_ValueLabel->setAlignment( 289 );
        qtarch_ValueLabel->setMargin( -1 );
 
        QLabel* qtarch_Label_14;
        qtarch_Label_14 = new QLabel( this, "Label_14" );
-       qtarch_Label_14->setGeometry( 5, 231, 58, 25 );
+       qtarch_Label_14->setGeometry( 61, 292, 96, 66 );
        qtarch_Label_14->setMinimumSize( 0, 0 );
        qtarch_Label_14->setMaximumSize( 32767, 32767 );
        qtarch_Label_14->setFocusPolicy( QWidget::NoFocus );
@@ -115,13 +115,13 @@ ParaBelowDialogData::ParaBelowDialogData
        qtarch_Label_14->setLineWidth( 1 );
        qtarch_Label_14->setMidLineWidth( 0 );
        qtarch_Label_14->QFrame::setMargin( 0 );
-       qtarch_Label_14->setText( _("Plus") );
+       qtarch_Label_14->setText( _("Stretch") );
        qtarch_Label_14->setAlignment( 289 );
        qtarch_Label_14->setMargin( -1 );
 
        QLabel* qtarch_belowminuslabel;
        qtarch_belowminuslabel = new QLabel( this, "belowminuslabel" );
-       qtarch_belowminuslabel->setGeometry( 5, 261, 58, 24 );
+       qtarch_belowminuslabel->setGeometry( 61, 363, 96, 67 );
        qtarch_belowminuslabel->setMinimumSize( 0, 0 );
        qtarch_belowminuslabel->setMaximumSize( 32767, 32767 );
        qtarch_belowminuslabel->setFocusPolicy( QWidget::NoFocus );
@@ -132,107 +132,53 @@ ParaBelowDialogData::ParaBelowDialogData
        qtarch_belowminuslabel->setLineWidth( 1 );
        qtarch_belowminuslabel->setMidLineWidth( 0 );
        qtarch_belowminuslabel->QFrame::setMargin( 0 );
-       qtarch_belowminuslabel->setText( _("Minus") );
+       qtarch_belowminuslabel->setText( _("Shrink") );
        qtarch_belowminuslabel->setAlignment( 289 );
        qtarch_belowminuslabel->setMargin( -1 );
 
-       spacebelowvalue = new KRestrictedLine( this, "spacebelowvalue" );
-       spacebelowvalue->setGeometry( 68, 202, 3, 24 );
-       spacebelowvalue->setMinimumSize( 0, 0 );
-       spacebelowvalue->setMaximumSize( 32767, 32767 );
-       spacebelowvalue->setFocusPolicy( QWidget::StrongFocus );
-       spacebelowvalue->setBackgroundMode( QWidget::PaletteBase );
-       spacebelowvalue->setFontPropagation( QWidget::NoChildren );
-       spacebelowvalue->setPalettePropagation( QWidget::NoChildren );
-       spacebelowvalue->setText( "" );
-       spacebelowvalue->setMaxLength( 8 );
-       spacebelowvalue->setFrame( QLineEdit::Normal );
-       spacebelowvalue->setFrame( true );
-       spacebelowvalue->setValidChars( "0123456789.," );
+       length_spacebelow = new LengthEntry( this, "length_spacebelow" );
+       length_spacebelow->setGeometry( 217, 220, 187, 67 );
+       length_spacebelow->setMinimumSize( 0, 0 );
+       length_spacebelow->setMaximumSize( 32767, 32767 );
+       length_spacebelow->setFocusPolicy( QWidget::NoFocus );
+       length_spacebelow->setBackgroundMode( QWidget::PaletteBackground );
+       length_spacebelow->setFontPropagation( QWidget::NoChildren );
+       length_spacebelow->setPalettePropagation( QWidget::NoChildren );
 
-       spacebelowplus = new KRestrictedLine( this, "spacebelowplus" );
-       spacebelowplus->setGeometry( 68, 231, 3, 25 );
-       spacebelowplus->setMinimumSize( 0, 0 );
-       spacebelowplus->setMaximumSize( 32767, 32767 );
-       spacebelowplus->setFocusPolicy( QWidget::StrongFocus );
-       spacebelowplus->setBackgroundMode( QWidget::PaletteBase );
-       spacebelowplus->setFontPropagation( QWidget::NoChildren );
-       spacebelowplus->setPalettePropagation( QWidget::NoChildren );
-       spacebelowplus->setText( "" );
-       spacebelowplus->setMaxLength( 8 );
-       spacebelowplus->setFrame( QLineEdit::Normal );
-       spacebelowplus->setFrame( true );
-       spacebelowplus->setValidChars( "0123456789.," );
+       length_spacebelowplus = new LengthEntry( this, "length_spacebelowplus" );
+       length_spacebelowplus->setGeometry( 217, 292, 187, 66 );
+       length_spacebelowplus->setMinimumSize( 0, 0 );
+       length_spacebelowplus->setMaximumSize( 32767, 32767 );
+       length_spacebelowplus->setFocusPolicy( QWidget::NoFocus );
+       length_spacebelowplus->setBackgroundMode( QWidget::PaletteBackground );
+       length_spacebelowplus->setFontPropagation( QWidget::NoChildren );
+       length_spacebelowplus->setPalettePropagation( QWidget::NoChildren );
 
-       spacebelowminus = new KRestrictedLine( this, "spacebelowminus" );
-       spacebelowminus->setGeometry( 68, 261, 3, 24 );
-       spacebelowminus->setMinimumSize( 0, 0 );
-       spacebelowminus->setMaximumSize( 32767, 32767 );
-       spacebelowminus->setFocusPolicy( QWidget::StrongFocus );
-       spacebelowminus->setBackgroundMode( QWidget::PaletteBase );
-       spacebelowminus->setFontPropagation( QWidget::NoChildren );
-       spacebelowminus->setPalettePropagation( QWidget::NoChildren );
-       spacebelowminus->setText( "" );
-       spacebelowminus->setMaxLength( 8 );
-       spacebelowminus->setFrame( QLineEdit::Normal );
-       spacebelowminus->setFrame( true );
-       spacebelowminus->setValidChars( "0123456789.," );
+       length_spacebelowminus = new LengthEntry( this, "length_spacebelowminus" );
+       length_spacebelowminus->setGeometry( 217, 363, 187, 67 );
+       length_spacebelowminus->setMinimumSize( 0, 0 );
+       length_spacebelowminus->setMaximumSize( 32767, 32767 );
+       length_spacebelowminus->setFocusPolicy( QWidget::NoFocus );
+       length_spacebelowminus->setBackgroundMode( QWidget::PaletteBackground );
+       length_spacebelowminus->setFontPropagation( QWidget::NoChildren );
+       length_spacebelowminus->setPalettePropagation( QWidget::NoChildren );
 
-       spacebelowvalueunits = new QComboBox( FALSE, this, "spacebelowvalueunits" );
-       spacebelowvalueunits->setGeometry( 76, 202, 234, 24 );
-       spacebelowvalueunits->setMinimumSize( 0, 0 );
-       spacebelowvalueunits->setMaximumSize( 32767, 32767 );
-       spacebelowvalueunits->setFocusPolicy( QWidget::StrongFocus );
-       spacebelowvalueunits->setBackgroundMode( QWidget::PaletteBackground );
-       spacebelowvalueunits->setFontPropagation( QWidget::AllChildren );
-       spacebelowvalueunits->setPalettePropagation( QWidget::AllChildren );
-       spacebelowvalueunits->setSizeLimit( 10 );
-       spacebelowvalueunits->setAutoResize( false );
-       spacebelowvalueunits->setMaxCount( 2147483647 );
-       spacebelowvalueunits->setAutoCompletion( false );
-
-       spacebelowplusunits = new QComboBox( FALSE, this, "spacebelowplusunits" );
-       spacebelowplusunits->setGeometry( 76, 231, 234, 25 );
-       spacebelowplusunits->setMinimumSize( 0, 0 );
-       spacebelowplusunits->setMaximumSize( 32767, 32767 );
-       spacebelowplusunits->setFocusPolicy( QWidget::StrongFocus );
-       spacebelowplusunits->setBackgroundMode( QWidget::PaletteBackground );
-       spacebelowplusunits->setFontPropagation( QWidget::AllChildren );
-       spacebelowplusunits->setPalettePropagation( QWidget::AllChildren );
-       spacebelowplusunits->setSizeLimit( 10 );
-       spacebelowplusunits->setAutoResize( false );
-       spacebelowplusunits->setMaxCount( 2147483647 );
-       spacebelowplusunits->setAutoCompletion( false );
-
-       spacebelowminusunits = new QComboBox( FALSE, this, "spacebelowminusunits" );
-       spacebelowminusunits->setGeometry( 76, 261, 234, 24 );
-       spacebelowminusunits->setMinimumSize( 0, 0 );
-       spacebelowminusunits->setMaximumSize( 32767, 32767 );
-       spacebelowminusunits->setFocusPolicy( QWidget::StrongFocus );
-       spacebelowminusunits->setBackgroundMode( QWidget::PaletteBackground );
-       spacebelowminusunits->setFontPropagation( QWidget::AllChildren );
-       spacebelowminusunits->setPalettePropagation( QWidget::AllChildren );
-       spacebelowminusunits->setSizeLimit( 10 );
-       spacebelowminusunits->setAutoResize( false );
-       spacebelowminusunits->setMaxCount( 2147483647 );
-       spacebelowminusunits->setAutoCompletion( false );
-
-       if (pagebreakbelow->sizeHint().width()!=-1)
-               pagebreakbelow->setMinimumWidth(pagebreakbelow->sizeHint().width());
-       if (pagebreakbelow->sizeHint().height()!=-1)
-               pagebreakbelow->setMinimumHeight(pagebreakbelow->sizeHint().height());
-       if (pagebreakbelow->sizeHint().width()!=-1)
-               pagebreakbelow->setMaximumWidth(pagebreakbelow->sizeHint().width());
-       if (pagebreakbelow->sizeHint().height()!=-1)
-               pagebreakbelow->setMaximumHeight(pagebreakbelow->sizeHint().height());
-       if (keepbelow->sizeHint().width()!=-1)
-               keepbelow->setMinimumWidth(keepbelow->sizeHint().width());
-       if (keepbelow->sizeHint().height()!=-1)
-               keepbelow->setMinimumHeight(keepbelow->sizeHint().height());
-       if (keepbelow->sizeHint().width()!=-1)
-               keepbelow->setMaximumWidth(keepbelow->sizeHint().width());
-       if (keepbelow->sizeHint().height()!=-1)
-               keepbelow->setMaximumHeight(keepbelow->sizeHint().height());
+       if (check_pagebreakbelow->sizeHint().width()!=-1)
+               check_pagebreakbelow->setMinimumWidth(check_pagebreakbelow->sizeHint().width());
+       if (check_pagebreakbelow->sizeHint().height()!=-1)
+               check_pagebreakbelow->setMinimumHeight(check_pagebreakbelow->sizeHint().height());
+       if (check_pagebreakbelow->sizeHint().width()!=-1)
+               check_pagebreakbelow->setMaximumWidth(check_pagebreakbelow->sizeHint().width());
+       if (check_pagebreakbelow->sizeHint().height()!=-1)
+               check_pagebreakbelow->setMaximumHeight(check_pagebreakbelow->sizeHint().height());
+       if (check_keepbelow->sizeHint().width()!=-1)
+               check_keepbelow->setMinimumWidth(check_keepbelow->sizeHint().width());
+       if (check_keepbelow->sizeHint().height()!=-1)
+               check_keepbelow->setMinimumHeight(check_keepbelow->sizeHint().height());
+       if (check_keepbelow->sizeHint().width()!=-1)
+               check_keepbelow->setMaximumWidth(check_keepbelow->sizeHint().width());
+       if (check_keepbelow->sizeHint().height()!=-1)
+               check_keepbelow->setMaximumHeight(check_keepbelow->sizeHint().height());
        if (qtarch_belowlabel->sizeHint().width()!=-1)
                qtarch_belowlabel->setMinimumWidth(qtarch_belowlabel->sizeHint().width());
        if (qtarch_belowlabel->sizeHint().height()!=-1)
@@ -241,12 +187,12 @@ ParaBelowDialogData::ParaBelowDialogData
                qtarch_belowlabel->setMaximumWidth(qtarch_belowlabel->sizeHint().width());
        if (qtarch_belowlabel->sizeHint().height()!=-1)
                qtarch_belowlabel->setMaximumHeight(qtarch_belowlabel->sizeHint().height());
-       if (spacebelow->sizeHint().width()!=-1)
-               spacebelow->setMinimumWidth(spacebelow->sizeHint().width());
-       if (spacebelow->sizeHint().height()!=-1)
-               spacebelow->setMinimumHeight(spacebelow->sizeHint().height());
-       if (spacebelow->sizeHint().height()!=-1)
-               spacebelow->setMaximumHeight(spacebelow->sizeHint().height());
+       if (combo_spacebelow->sizeHint().width()!=-1)
+               combo_spacebelow->setMinimumWidth(combo_spacebelow->sizeHint().width());
+       if (combo_spacebelow->sizeHint().height()!=-1)
+               combo_spacebelow->setMinimumHeight(combo_spacebelow->sizeHint().height());
+       if (combo_spacebelow->sizeHint().height()!=-1)
+               combo_spacebelow->setMaximumHeight(combo_spacebelow->sizeHint().height());
        if (qtarch_ValueLabel->sizeHint().width()!=-1)
                qtarch_ValueLabel->setMinimumWidth(qtarch_ValueLabel->sizeHint().width());
        if (qtarch_ValueLabel->sizeHint().height()!=-1)
@@ -259,75 +205,62 @@ ParaBelowDialogData::ParaBelowDialogData
                qtarch_belowminuslabel->setMinimumWidth(qtarch_belowminuslabel->sizeHint().width());
        if (qtarch_belowminuslabel->sizeHint().height()!=-1)
                qtarch_belowminuslabel->setMinimumHeight(qtarch_belowminuslabel->sizeHint().height());
-       if (spacebelowvalue->sizeHint().width()!=-1)
-               spacebelowvalue->setMinimumWidth(spacebelowvalue->sizeHint().width());
-       if (spacebelowvalue->sizeHint().height()!=-1)
-               spacebelowvalue->setMinimumHeight(spacebelowvalue->sizeHint().height());
-       if (spacebelowvalue->sizeHint().height()!=-1)
-               spacebelowvalue->setMaximumHeight(spacebelowvalue->sizeHint().height());
-       if (spacebelowplus->sizeHint().width()!=-1)
-               spacebelowplus->setMinimumWidth(spacebelowplus->sizeHint().width());
-       if (spacebelowplus->sizeHint().height()!=-1)
-               spacebelowplus->setMinimumHeight(spacebelowplus->sizeHint().height());
-       if (spacebelowplus->sizeHint().height()!=-1)
-               spacebelowplus->setMaximumHeight(spacebelowplus->sizeHint().height());
-       if (spacebelowminus->sizeHint().width()!=-1)
-               spacebelowminus->setMinimumWidth(spacebelowminus->sizeHint().width());
-       if (spacebelowminus->sizeHint().height()!=-1)
-               spacebelowminus->setMinimumHeight(spacebelowminus->sizeHint().height());
-       if (spacebelowminus->sizeHint().height()!=-1)
-               spacebelowminus->setMaximumHeight(spacebelowminus->sizeHint().height());
-       if (spacebelowvalueunits->sizeHint().width()!=-1)
-               spacebelowvalueunits->setMinimumWidth(spacebelowvalueunits->sizeHint().width());
-       if (spacebelowvalueunits->sizeHint().height()!=-1)
-               spacebelowvalueunits->setMinimumHeight(spacebelowvalueunits->sizeHint().height());
-       if (spacebelowvalueunits->sizeHint().height()!=-1)
-               spacebelowvalueunits->setMaximumHeight(spacebelowvalueunits->sizeHint().height());
-       if (spacebelowplusunits->sizeHint().width()!=-1)
-               spacebelowplusunits->setMinimumWidth(spacebelowplusunits->sizeHint().width());
-       if (spacebelowplusunits->sizeHint().height()!=-1)
-               spacebelowplusunits->setMinimumHeight(spacebelowplusunits->sizeHint().height());
-       if (spacebelowplusunits->sizeHint().height()!=-1)
-               spacebelowplusunits->setMaximumHeight(spacebelowplusunits->sizeHint().height());
-       if (spacebelowminusunits->sizeHint().width()!=-1)
-               spacebelowminusunits->setMinimumWidth(spacebelowminusunits->sizeHint().width());
-       if (spacebelowminusunits->sizeHint().height()!=-1)
-               spacebelowminusunits->setMinimumHeight(spacebelowminusunits->sizeHint().height());
-       if (spacebelowminusunits->sizeHint().height()!=-1)
-               spacebelowminusunits->setMaximumHeight(spacebelowminusunits->sizeHint().height());
+       if (length_spacebelow->sizeHint().width()!=-1)
+               length_spacebelow->setMinimumWidth(length_spacebelow->sizeHint().width());
+       if (length_spacebelow->sizeHint().height()!=-1)
+               length_spacebelow->setMinimumHeight(length_spacebelow->sizeHint().height());
+       if (length_spacebelowplus->sizeHint().width()!=-1)
+               length_spacebelowplus->setMinimumWidth(length_spacebelowplus->sizeHint().width());
+       if (length_spacebelowplus->sizeHint().height()!=-1)
+               length_spacebelowplus->setMinimumHeight(length_spacebelowplus->sizeHint().height());
+       if (length_spacebelowminus->sizeHint().width()!=-1)
+               length_spacebelowminus->setMinimumWidth(length_spacebelowminus->sizeHint().width());
+       if (length_spacebelowminus->sizeHint().height()!=-1)
+               length_spacebelowminus->setMinimumHeight(length_spacebelowminus->sizeHint().height());
        QBoxLayout* qtarch_layout_1 = new QBoxLayout( this, QBoxLayout::TopToBottom, 5, 5, NULL );
        qtarch_layout_1->addStrut( 0 );
-       qtarch_layout_1->addWidget( pagebreakbelow, 2, 1 );
-       qtarch_layout_1->addWidget( keepbelow, 2, 1 );
+       QBoxLayout* qtarch_layout_1_1 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL );
+       qtarch_layout_1->addLayout( qtarch_layout_1_1, 1 );
+       qtarch_layout_1_1->addStrut( 0 );
+       qtarch_layout_1_1->addWidget( check_pagebreakbelow, 1, 33 );
+       qtarch_layout_1_1->addStretch( 1 );
+       QBoxLayout* qtarch_layout_1_2 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL );
+       qtarch_layout_1->addLayout( qtarch_layout_1_2, 1 );
+       qtarch_layout_1_2->addStrut( 0 );
+       qtarch_layout_1_2->addWidget( check_keepbelow, 1, 33 );
+       qtarch_layout_1_2->addStretch( 1 );
        QBoxLayout* qtarch_layout_1_3 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL );
        qtarch_layout_1->addLayout( qtarch_layout_1_3, 1 );
        qtarch_layout_1_3->addStrut( 0 );
-       qtarch_layout_1_3->addWidget( qtarch_belowlabel, 1, 1 );
-       qtarch_layout_1_3->addWidget( spacebelow, 2, 36 );
-       QGridLayout* qtarch_layout_1_4 = new QGridLayout( 3, 3, 5, NULL );
-       qtarch_layout_1->addLayout( qtarch_layout_1_4, 2 );
-       qtarch_layout_1_4->addColSpacing( 0, 1 );
+       qtarch_layout_1_3->addWidget( qtarch_belowlabel, 1, 33 );
+       qtarch_layout_1_3->addStretch( 1 );
+       qtarch_layout_1_3->addWidget( combo_spacebelow, 1, 33 );
+       qtarch_layout_1_3->addStretch( 1 );
+       QGridLayout* qtarch_layout_1_4 = new QGridLayout( 3, 5, 5, NULL );
+       qtarch_layout_1->addLayout( qtarch_layout_1_4, 3 );
+       qtarch_layout_1_4->addColSpacing( 0, 5 );
        qtarch_layout_1_4->setColStretch( 0, 1 );
-       qtarch_layout_1_4->addColSpacing( 1, 3 );
-       qtarch_layout_1_4->setColStretch( 1, 0 );
+       qtarch_layout_1_4->addColSpacing( 1, 5 );
+       qtarch_layout_1_4->setColStretch( 1, 2 );
        qtarch_layout_1_4->addColSpacing( 2, 5 );
-       qtarch_layout_1_4->setColStretch( 2, 4 );
+       qtarch_layout_1_4->setColStretch( 2, 1 );
+       qtarch_layout_1_4->addColSpacing( 3, 5 );
+       qtarch_layout_1_4->setColStretch( 3, 4 );
+       qtarch_layout_1_4->addColSpacing( 4, 5 );
+       qtarch_layout_1_4->setColStretch( 4, 1 );
        qtarch_layout_1_4->addRowSpacing( 0, 0 );
        qtarch_layout_1_4->setRowStretch( 0, 1 );
-       qtarch_layout_1_4->addWidget( qtarch_ValueLabel, 0, 0, 36 );
-       qtarch_layout_1_4->addWidget( spacebelowvalue, 0, 1, 36 );
-       qtarch_layout_1_4->addWidget( spacebelowvalueunits, 0, 2, 36 );
+       qtarch_layout_1_4->addWidget( qtarch_ValueLabel, 0, 1, 33 );
+       qtarch_layout_1_4->addWidget( length_spacebelow, 0, 3, 33 );
        qtarch_layout_1_4->addRowSpacing( 1, 0 );
        qtarch_layout_1_4->setRowStretch( 1, 1 );
-       qtarch_layout_1_4->addWidget( qtarch_Label_14, 1, 0, 36 );
-       qtarch_layout_1_4->addWidget( spacebelowplus, 1, 1, 36 );
-       qtarch_layout_1_4->addWidget( spacebelowplusunits, 1, 2, 36 );
+       qtarch_layout_1_4->addWidget( qtarch_Label_14, 1, 1, 33 );
+       qtarch_layout_1_4->addWidget( length_spacebelowplus, 1, 3, 33 );
        qtarch_layout_1_4->addRowSpacing( 2, 0 );
        qtarch_layout_1_4->setRowStretch( 2, 1 );
-       qtarch_layout_1_4->addWidget( qtarch_belowminuslabel, 2, 0, 36 );
-       qtarch_layout_1_4->addWidget( spacebelowminus, 2, 1, 36 );
-       qtarch_layout_1_4->addWidget( spacebelowminusunits, 2, 2, 36 );
-       resize( 315,290 );
+       qtarch_layout_1_4->addWidget( qtarch_belowminuslabel, 2, 1, 33 );
+       qtarch_layout_1_4->addWidget( length_spacebelowminus, 2, 3, 33 );
+       resize( 465,435 );
        setMinimumSize( 0, 0 );
        setMaximumSize( 32767, 32767 );
 }