Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

hk_kdepreferencesdialogbase.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file 'preferencesdialog.ui'
00003 **
00004 ** Created: Don Sep 18 22:55:30 2003
00005 **      by: The User Interface Compiler ($Id: hk_kdepreferencesdialogbase.h,v 1.1 2004/07/26 18:30:05 knorr Exp $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef HK_KDEPREFERENCESDIALOGBASE_H
00011 #define HK_KDEPREFERENCESDIALOGBASE_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QComboBox;
00020 class QLabel;
00021 class QLineEdit;
00022 class QPushButton;
00023 class QSpinBox;
00024 class QTabWidget;
00025 class QWidget;
00026 
00027 class hk_kdepreferencesdialogbase : public QDialog
00028 {
00029     Q_OBJECT
00030 
00031 public:
00032     hk_kdepreferencesdialogbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00033     ~hk_kdepreferencesdialogbase();
00034 
00035     QTabWidget* regionaltab;
00036     QWidget* generalpage;
00037     QLabel* driverpathlabel;
00038     QPushButton* driverpathbutton;
00039     QLineEdit* driverpathfield;
00040     QComboBox* maximizedfield;
00041     QLabel* defaultdriverlabel;
00042     QComboBox* defaultdriverfield;
00043     QLabel* maximizedlabel;
00044     QSpinBox* snap2gridxfield;
00045     QLabel* snap2gridxlabel;
00046     QLabel* snap2gridylabel;
00047     QSpinBox* snap2gridyfield;
00048     QComboBox* bepedanticfield;
00049     QLabel* bepedanticlabel;
00050     QLabel* sizetypelabel;
00051     QComboBox* sizetypefield;
00052     QWidget* defaults;
00053     QComboBox* fontfield;
00054     QSpinBox* fontsizefield;
00055     QLabel* fontlabel;
00056     QComboBox* textalignmentfield;
00057     QComboBox* numberalignmentfield;
00058     QLabel* textalignmentlabel;
00059     QLabel* numberalignmentlabel;
00060     QLabel* separatorlabel;
00061     QComboBox* separatorfield;
00062     QLabel* precisionlabel;
00063     QSpinBox* precisionfield;
00064     QWidget* regionalpage;
00065     QLabel* datelabel;
00066     QLineEdit* datefield;
00067     QLineEdit* timefield;
00068     QLabel* timelabel;
00069     QLabel* datetimelabel;
00070     QComboBox* measurefield;
00071     QLabel* measurelabel;
00072     QLineEdit* datetimefield;
00073     QLineEdit* localefield;
00074     QLabel* localelabel;
00075     QWidget* printerpage;
00076     QLabel* printcommandlabel;
00077     QLabel* encodinglabel;
00078     QComboBox* encodingfield;
00079     QLineEdit* printcommandfield;
00080     QPushButton* buttonOk;
00081     QPushButton* buttonCancel;
00082 
00083 public slots:
00084     virtual void driverpathbutton_clicked();
00085 
00086 protected:
00087     QVBoxLayout* hk_kdepreferencesdialogbaseLayout;
00088     QGridLayout* generalpageLayout;
00089     QGridLayout* defaultsLayout;
00090     QHBoxLayout* Layout3;
00091     QGridLayout* regionalpageLayout;
00092     QGridLayout* printerpageLayout;
00093     QHBoxLayout* Layout1;
00094 
00095 protected slots:
00096     virtual void languageChange();
00097 };
00098 
00099 #endif // HK_KDEPREFERENCESDIALOGBASE_H

Generated on Tue Mar 22 23:28:15 2005 for Databasehandlingdialogclasses by  doxygen 1.4.1