18 #ifndef LIBRARYDIALOG_H
19 #define LIBRARYDIALOG_H
23 #include <qstringlist.h>
24 #include <qtextstream.h>
28 #include <qcheckbox.h>
38 class QRegExpValidator;
50 void slotSelectNone();
54 void intoStream(QTextStream&, QString&,
const char*);
55 int intoFile(QString&, QString&, QStringList&);
63 QPushButton *ButtCreate, *ButtCancel, *ButtSelectAll, *ButtSelectNone;
64 QPtrList<QCheckBox> BoxList;
65 QStringList Descriptions;
71 QRegExpValidator *Validator;