]> git.lyx.org Git - lyx.git/blob - src/frontends/qt2/chardlg.h
implement getLabelList
[lyx.git] / src / frontends / qt2 / chardlg.h
1 /****************************************************************************
2 ** Form interface generated from reading ui file 'chardlg.ui'
3 **
4 ** Created: Thu Mar 1 12:56:14 2001
5 **      by:  The User Interface Compiler (uic)
6 **
7 ** WARNING! All changes made in this file will be lost!
8 ****************************************************************************/
9 #ifndef CHARDLG_H
10 #define CHARDLG_H
11
12 #include <qvariant.h>
13 #include <qdialog.h>
14 class QVBoxLayout; 
15 class QHBoxLayout; 
16 class QGridLayout; 
17 class QCheckBox;
18 class QComboBox;
19 class QGroupBox;
20 class QLabel;
21 class QPushButton;
22
23 class CharDlg : public QDialog
24
25     Q_OBJECT
26
27 public:
28     CharDlg( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
29     ~CharDlg();
30
31     QGroupBox* sizeGB;
32     QLabel* sizeL;
33     QComboBox* size;
34     QGroupBox* miscGB;
35     QLabel* always_toggledL;
36     QComboBox* misc;
37     QGroupBox* charGB;
38     QLabel* familyL;
39     QComboBox* family;
40     QLabel* seriesL;
41     QLabel* langL;
42     QComboBox* shape;
43     QComboBox* color;
44     QLabel* shapeL;
45     QComboBox* series;
46     QLabel* colorL;
47     QComboBox* lang;
48     QCheckBox* toggleall;
49     QPushButton* applyPB;
50     QPushButton* okPB;
51     QPushButton* cancelPB;
52
53 protected slots:
54     virtual void apply_adaptor();
55     virtual void cancel_adaptor();
56     virtual void close_adaptor();
57
58 protected:
59     QGridLayout* CharDlgLayout;
60     QHBoxLayout* sizeGBLayout;
61     QHBoxLayout* miscGBLayout;
62     QGridLayout* charGBLayout;
63     QHBoxLayout* Layout9;
64 };
65
66 #endif // CHARDLG_H