]> git.lyx.org Git - lyx.git/blob - src/frontends/kde/dlg/paradlgdata.C
initalize memeber vars
[lyx.git] / src / frontends / kde / dlg / paradlgdata.C
1 /**********************************************************************
2
3         --- Qt Architect 1.4-6 generated file ---
4
5         File: paradlgdata.C
6         Last generated: Sat Mar 31 16:48:52 2001
7
8         DO NOT EDIT!!!  This file will be automatically
9         regenerated by qtarch.  All changes will be lost.
10
11  *********************************************************************/
12
13 #include <gettext.h>
14
15 #include <qpixmap.h>
16 #include <qlayout.h>
17 #include "paradlgdata.h"
18
19 #define Inherited QDialog
20
21
22 ParaDialogData::ParaDialogData
23 (
24         QWidget* parent,
25         const char* name
26 )
27         :
28         Inherited( parent, name, TRUE, 0 )
29 {
30         button_ok = new QPushButton( this, "button_ok" );
31         button_ok->setGeometry( 73, 555, 69, 55 );
32         button_ok->setMinimumSize( 0, 0 );
33         button_ok->setMaximumSize( 32767, 32767 );
34         connect( button_ok, SIGNAL(clicked()), SLOT(ok_adaptor()) );
35         button_ok->setFocusPolicy( QWidget::TabFocus );
36         button_ok->setBackgroundMode( QWidget::PaletteBackground );
37         button_ok->setFontPropagation( QWidget::NoChildren );
38         button_ok->setPalettePropagation( QWidget::NoChildren );
39         button_ok->setText( _("&OK") );
40         button_ok->setAutoRepeat( false );
41         button_ok->setAutoResize( false );
42         button_ok->setToggleButton( false );
43         button_ok->setDefault( true );
44         button_ok->setAutoDefault( false );
45         button_ok->setIsMenuButton( false );
46
47         button_apply = new QPushButton( this, "button_apply" );
48         button_apply->setGeometry( 215, 555, 68, 55 );
49         button_apply->setMinimumSize( 0, 0 );
50         button_apply->setMaximumSize( 32767, 32767 );
51         connect( button_apply, SIGNAL(clicked()), SLOT(apply_adaptor()) );
52         button_apply->setFocusPolicy( QWidget::TabFocus );
53         button_apply->setBackgroundMode( QWidget::PaletteBackground );
54         button_apply->setFontPropagation( QWidget::NoChildren );
55         button_apply->setPalettePropagation( QWidget::NoChildren );
56         button_apply->setText( _("&Apply") );
57         button_apply->setAutoRepeat( false );
58         button_apply->setAutoResize( false );
59         button_apply->setToggleButton( false );
60         button_apply->setDefault( false );
61         button_apply->setAutoDefault( false );
62         button_apply->setIsMenuButton( false );
63
64         button_restore = new QPushButton( this, "button_restore" );
65         button_restore->setGeometry( 357, 555, 68, 55 );
66         button_restore->setMinimumSize( 0, 0 );
67         button_restore->setMaximumSize( 32767, 32767 );
68         connect( button_restore, SIGNAL(clicked()), SLOT(restore_adaptor()) );
69         button_restore->setFocusPolicy( QWidget::TabFocus );
70         button_restore->setBackgroundMode( QWidget::PaletteBackground );
71         button_restore->setFontPropagation( QWidget::NoChildren );
72         button_restore->setPalettePropagation( QWidget::NoChildren );
73         button_restore->setText( _("&Restore") );
74         button_restore->setAutoRepeat( false );
75         button_restore->setAutoResize( false );
76         button_restore->setToggleButton( false );
77         button_restore->setDefault( false );
78         button_restore->setAutoDefault( false );
79         button_restore->setIsMenuButton( false );
80
81         button_cancel = new QPushButton( this, "button_cancel" );
82         button_cancel->setGeometry( 498, 555, 69, 55 );
83         button_cancel->setMinimumSize( 0, 0 );
84         button_cancel->setMaximumSize( 32767, 32767 );
85         connect( button_cancel, SIGNAL(clicked()), SLOT(cancel_adaptor()) );
86         button_cancel->setFocusPolicy( QWidget::TabFocus );
87         button_cancel->setBackgroundMode( QWidget::PaletteBackground );
88         button_cancel->setFontPropagation( QWidget::NoChildren );
89         button_cancel->setPalettePropagation( QWidget::NoChildren );
90         button_cancel->setText( _("&Cancel") );
91         button_cancel->setAutoRepeat( false );
92         button_cancel->setAutoResize( false );
93         button_cancel->setToggleButton( false );
94         button_cancel->setDefault( false );
95         button_cancel->setAutoDefault( false );
96         button_cancel->setIsMenuButton( false );
97
98         tabstack = new TabStack( this, "tabstack" );
99         tabstack->setGeometry( 5, 5, 630, 545 );
100         tabstack->setMinimumSize( 0, 0 );
101         tabstack->setMaximumSize( 32767, 32767 );
102         tabstack->setFocusPolicy( QWidget::NoFocus );
103         tabstack->setBackgroundMode( QWidget::PaletteBackground );
104         tabstack->setFontPropagation( QWidget::NoChildren );
105         tabstack->setPalettePropagation( QWidget::NoChildren );
106
107         if (button_ok->sizeHint().width()!=-1)
108                 button_ok->setMinimumWidth(button_ok->sizeHint().width());
109         if (button_ok->sizeHint().height()!=-1)
110                 button_ok->setMinimumHeight(button_ok->sizeHint().height());
111         if (button_ok->sizeHint().width()!=-1)
112                 button_ok->setMaximumWidth(button_ok->sizeHint().width());
113         if (button_ok->sizeHint().height()!=-1)
114                 button_ok->setMaximumHeight(button_ok->sizeHint().height());
115         if (button_apply->sizeHint().width()!=-1)
116                 button_apply->setMinimumWidth(button_apply->sizeHint().width());
117         if (button_apply->sizeHint().height()!=-1)
118                 button_apply->setMinimumHeight(button_apply->sizeHint().height());
119         if (button_apply->sizeHint().width()!=-1)
120                 button_apply->setMaximumWidth(button_apply->sizeHint().width());
121         if (button_apply->sizeHint().height()!=-1)
122                 button_apply->setMaximumHeight(button_apply->sizeHint().height());
123         if (button_restore->sizeHint().width()!=-1)
124                 button_restore->setMinimumWidth(button_restore->sizeHint().width());
125         if (button_restore->sizeHint().height()!=-1)
126                 button_restore->setMinimumHeight(button_restore->sizeHint().height());
127         if (button_restore->sizeHint().width()!=-1)
128                 button_restore->setMaximumWidth(button_restore->sizeHint().width());
129         if (button_restore->sizeHint().height()!=-1)
130                 button_restore->setMaximumHeight(button_restore->sizeHint().height());
131         if (button_cancel->sizeHint().width()!=-1)
132                 button_cancel->setMinimumWidth(button_cancel->sizeHint().width());
133         if (button_cancel->sizeHint().height()!=-1)
134                 button_cancel->setMinimumHeight(button_cancel->sizeHint().height());
135         if (button_cancel->sizeHint().width()!=-1)
136                 button_cancel->setMaximumWidth(button_cancel->sizeHint().width());
137         if (button_cancel->sizeHint().height()!=-1)
138                 button_cancel->setMaximumHeight(button_cancel->sizeHint().height());
139         if (tabstack->sizeHint().width()!=-1)
140                 tabstack->setMinimumWidth(tabstack->sizeHint().width());
141         if (tabstack->sizeHint().height()!=-1)
142                 tabstack->setMinimumHeight(tabstack->sizeHint().height());
143         QBoxLayout* qtarch_layout_1 = new QBoxLayout( this, QBoxLayout::TopToBottom, 5, 5, NULL );
144         qtarch_layout_1->addStrut( 0 );
145         QBoxLayout* qtarch_layout_1_1 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL );
146         qtarch_layout_1->addLayout( qtarch_layout_1_1, 10 );
147         qtarch_layout_1_1->addStrut( 0 );
148         qtarch_layout_1_1->addWidget( tabstack, 1, 36 );
149         QBoxLayout* qtarch_layout_1_2 = new QBoxLayout( QBoxLayout::LeftToRight, 5, NULL );
150         qtarch_layout_1->addLayout( qtarch_layout_1_2, 1 );
151         qtarch_layout_1_2->addStrut( 0 );
152         qtarch_layout_1_2->addStretch( 1 );
153         qtarch_layout_1_2->addWidget( button_ok, 1, 36 );
154         qtarch_layout_1_2->addStretch( 1 );
155         qtarch_layout_1_2->addWidget( button_apply, 1, 36 );
156         qtarch_layout_1_2->addStretch( 1 );
157         qtarch_layout_1_2->addWidget( button_restore, 1, 36 );
158         qtarch_layout_1_2->addStretch( 1 );
159         qtarch_layout_1_2->addWidget( button_cancel, 1, 36 );
160         qtarch_layout_1_2->addStretch( 1 );
161         resize( 640,615 );
162         setMinimumSize( 0, 0 );
163         setMaximumSize( 32767, 32767 );
164 }
165
166
167 ParaDialogData::~ParaDialogData()
168 {
169 }
170 void ParaDialogData::ok_adaptor()
171 {
172 }
173 void ParaDialogData::apply_adaptor()
174 {
175 }
176 void ParaDialogData::restore_adaptor()
177 {
178 }
179 void ParaDialogData::cancel_adaptor()
180 {
181 }