Fixed text file permissions
[snark14.git] / tools / Input / punch.h
1 /** @file punch.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 'punch.ui'
10 **
11 ** Created: Wed May 15 18:14:08 2002
12 **      by:  The User Interface Compiler (uic)
13 **
14 ** WARNING! All changes made in this file will be lost!
15 ****************************************************************************/
16 #ifndef PUNCHWINDOW_H
17 #define PUNCHWINDOW_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 punchwindow : public QDialog
32
33     Q_OBJECT
34
35 public:
36     punchwindow( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
37     ~punchwindow();
38     QString getOutput();
39
40     QLabel* punchlabel;
41     QCheckBox* phantombox;
42     QLabel* formatlinelabel;
43     QLineEdit* formatline;
44     QLabel* iterationflaglabel;
45     QLineEdit* iterationflagline;
46     QFrame* Line11;
47     QPushButton* okbutton;
48     QPushButton* cancelbutton;
49 private slots:
50     void checkValues();
51 };
52
53 #endif // PUNCHWINDOW_H