From 5960b3a2823037c63afba09ca83dbcc0943cd082 Mon Sep 17 00:00:00 2001 From: tille Date: Sat, 29 Jun 2002 20:15:06 +0000 Subject: something like regedit ;-) --- (limited to 'noncore/apps/confedit/editwidget.h') diff --git a/noncore/apps/confedit/editwidget.h b/noncore/apps/confedit/editwidget.h new file mode 100644 index 0000000..673166f --- a/dev/null +++ b/noncore/apps/confedit/editwidget.h @@ -0,0 +1,37 @@ +#ifndef EDITWIDGET_H +#define EDITWIDGET_H + +#include +#include +class QVBoxLayout; +class QHBoxLayout; +class QGridLayout; +class QLabel; +class QLineEdit; +class QListViewItem; +class ListViewItemConfigEntry; +class QTimer; +class QPopupMenu; + +class EditWidget : public QWidget +{ + Q_OBJECT + +public: + EditWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + ~EditWidget(); + + QLabel *TextLabelKey; + QLabel *TextLabelValue; + QLabel *TextFileName; + QLineEdit *LineEditGroup; + QLineEdit *LineEditKey; + QLineEdit *LineEditValue; + void isKey(bool h); +protected: + QGridLayout* EditWidgetLayout; + +private: +}; + +#endif // EDITWIDGET_H -- cgit v0.9.0.2