summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/editwidget.h
authortille <tille>2002-07-07 17:18:50 (UTC)
committer tille <tille>2002-07-07 17:18:50 (UTC)
commit04f29267e391eb4ad7ff9fc86468f6ccd1bd8f6d (patch) (side-by-side diff)
tree91ed01ce29ec4dfd478f75239f874a22d1672a14 /noncore/apps/confedit/editwidget.h
parenta72877e867e70784e3c865fa2948ac40f72b5c39 (diff)
downloadopie-04f29267e391eb4ad7ff9fc86468f6ccd1bd8f6d.zip
opie-04f29267e391eb4ad7ff9fc86468f6ccd1bd8f6d.tar.gz
opie-04f29267e391eb4ad7ff9fc86468f6ccd1bd8f6d.tar.bz2
better layout
Diffstat (limited to 'noncore/apps/confedit/editwidget.h') (more/less context) (ignore 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
@@ -18,16 +18,20 @@ class EditWidget : public QWidget
Q_OBJECT
public:
+ enum{ Entry, Group, File, Nothing};
+
EditWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
~EditWidget();
QLabel *TextLabelKey;
QLabel *TextLabelValue;
+ QLabel *TextLabelGroup;
+ QLabel *TextLabelFileName;
QLabel *TextFileName;
QLineEdit *LineEditGroup;
QLineEdit *LineEditKey;
QLineEdit *LineEditValue;
- void isKey(bool h);
+ void layoutType(int t);
protected:
QGridLayout* EditWidgetLayout;