Fixed text file permissions
[snark14.git] / tools / Input / display.h
1 /** @file display.h
2     @package snark14Input
3     @author Bruno M. Carvalho and Deniz Sarioz
4     licensed under (open-source) QPL v1.0
5     which accompanies this distribution in the file QPL
6 */
7
8 /****************************************************************************
9 ** Form interface generated from reading ui file 'display.ui'
10 **
11 ** Created: Mon May 13 17:29:02 2002
12 **      by:  The User Interface Compiler (uic)
13 **
14 ** WARNING! All changes made in this file will be lost!
15 ****************************************************************************/
16 #ifndef DISPLAYWINDOW_H
17 #define DISPLAYWINDOW_H
18
19 #include <qvariant.h>
20 #include <qdialog.h>
21 class QVBoxLayout;
22 class QHBoxLayout; 
23 class QGridLayout; 
24 class QCheckBox;
25 class QFrame;
26 class QLabel;
27 class QLineEdit;
28 class QPushButton;
29 class QRadioButton;
30
31 class displaywindow : public QDialog
32
33     Q_OBJECT
34
35 public:
36     displaywindow( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
37     ~displaywindow();
38     QString getOutput();
39
40     QCheckBox* scalebox;
41     QLineEdit* scale;
42     QLabel* scalelabel;
43     QLabel* displaylabel;
44     QLineEdit* iterationflagline;
45     QLabel* iterationflaglabel;
46     QFrame* Line1;
47     QCheckBox* phantombox;
48     QPushButton* okbutton;
49     QPushButton* cancelbutton;
50 private slots:
51     void activateScaleFields();
52     void checkValues();
53 };
54
55 #endif // DISPLAYWINDOW_H