Source: scribus/hysettings.h
|
|
|
|
#ifndef HYSETTINGS_H
#define HYSETTINGS_H
#include
#include
#include
#include
#include
#include
#include
#include
class HySettings : public QDialog
{
Q_OBJECT
public:
HySettings( QWidget* parent, QMap* langs);
~HySettings() {};
QCheckBox* Verbose;
QCheckBox* Input;
QComboBox* Language;
QLabel* Text1;
QLabel* Text2;
QSpinBox* WordLen;
QPushButton* OK;
QPushButton* Cancel;
protected:
QVBoxLayout* HySettingsLayout;
QGridLayout* Layout3;
QHBoxLayout* Layout1;
};
#endif // HYSETTINGS_H
Generated by: paul on ahnews.music.salford.ac.uk on Tue Oct 21 16:33:32 2003, using kdoc 2.0a54. |