summaryrefslogtreecommitdiff
path: root/noncore/apps/opie-console/profileeditordialog.h
Unidiff
Diffstat (limited to 'noncore/apps/opie-console/profileeditordialog.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/opie-console/profileeditordialog.h41
1 files changed, 0 insertions, 41 deletions
diff --git a/noncore/apps/opie-console/profileeditordialog.h b/noncore/apps/opie-console/profileeditordialog.h
index a6808d0..18e2ec0 100644
--- a/noncore/apps/opie-console/profileeditordialog.h
+++ b/noncore/apps/opie-console/profileeditordialog.h
@@ -30,18 +30,12 @@ public slots:
30 void accept(); 30 void accept();
31 //void slotOk(); 31 //void slotOk();
32 void slotCancel(); 32 void slotCancel();
33 33
34 void slotDevice(int id); 34 void slotDevice(int id);
35 35
36 void slotConnFlow(int id);
37 void slotConnParity(int id);
38 void slotConnSpeed(int id);
39 void slotTermTerm(int id);
40 void slotTermFont(int id);
41
42private: 36private:
43 void initUI(); 37 void initUI();
44 38
45 MetaFactory* m_fact; 39 MetaFactory* m_fact;
46 EditBase* m_base; 40 EditBase* m_base;
47 QTabWidget* m_tab; 41 QTabWidget* m_tab;
@@ -51,44 +45,9 @@ private:
51 QLineEdit *name_line; 45 QLineEdit *name_line;
52 QComboBox *device_box; 46 QComboBox *device_box;
53 47
54 QWidget *plugin_base; 48 QWidget *plugin_base;
55 ProfileEditorPlugin *plugin_plugin; 49 ProfileEditorPlugin *plugin_plugin;
56 QHBoxLayout *plugin_layout; 50 QHBoxLayout *plugin_layout;
57
58 enum ParityIds
59 {
60 id_parity_odd,
61 id_parity_even
62 };
63
64 enum FlowIds
65 {
66 id_flow_hw,
67 id_flow_sw
68 };
69
70 enum SpeedIds
71 {
72 id_baud_115200,
73 id_baud_57600,
74 id_baud_38400,
75 id_baud_19200,
76 id_baud_9600
77 };
78
79 enum TermIds
80 {
81 id_term_vt100,
82 id_term_vt220,
83 id_term_ansi
84 };
85
86 enum FontIds
87 {
88 id_size_small,
89 id_size_medium,
90 id_size_large
91 };
92}; 51};
93 52
94#endif 53#endif