Source: scribus/hysettings.h


Annotated List
Files
Globals
Hierarchy
Index
#ifndef HYSETTINGS_H
#define HYSETTINGS_H

#include 
#include 
#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 T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54.