summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/editwidget.h
Side-by-side diff
Diffstat (limited to 'noncore/apps/confedit/editwidget.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/apps/confedit/editwidget.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/apps/confedit/editwidget.h b/noncore/apps/confedit/editwidget.h
index 673166f..8261c85 100644
--- a/noncore/apps/confedit/editwidget.h
+++ b/noncore/apps/confedit/editwidget.h
@@ -20,2 +20,4 @@ class EditWidget : public QWidget
public:
+ enum{ Entry, Group, File, Nothing};
+
EditWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
@@ -25,2 +27,4 @@ public:
QLabel *TextLabelValue;
+ QLabel *TextLabelGroup;
+ QLabel *TextLabelFileName;
QLabel *TextFileName;
@@ -29,3 +33,3 @@ public:
QLineEdit *LineEditValue;
- void isKey(bool h);
+ void layoutType(int t);
protected: