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/mainwindow.h') diff --git a/noncore/apps/confedit/mainwindow.h b/noncore/apps/confedit/mainwindow.h new file mode 100644 index 0000000..b015dac --- a/dev/null +++ b/noncore/apps/confedit/mainwindow.h @@ -0,0 +1,56 @@ +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +// (c) 2002 Patrick S. Vogt + +#ifndef MAINWINDOW_H +#define MAINWINDOW_H + +#include +#include +#include +#include +#include "editwidget.h" + +class QPEToolBar; +class ListViewItemConfFile; +class ListViewConfDir; + + +class MainWindow : public QMainWindow +{ + Q_OBJECT + + +public: + MainWindow( QWidget *parent = 0, const char *name = 0, WFlags f = 0 ); + ~MainWindow(); + + +public slots: + void setCurrent(QListViewItem*); + void groupChanged(const QString&); + void keyChanged(const QString&); + void valueChanged(const QString&); + void showPopup(); + void stopTimer( QListViewItem* ); + void saveConfFile(); + +private: + ListViewConfDir *settingList; + EditWidget *editor; + ListViewItemConfigEntry *_currentItem; + ListViewItemConfFile *_fileItem; + QTimer *popupTimer; + QPopupMenu *popupMenu; + + void makeMenu(); +}; + +#endif -- cgit v0.9.0.2