summaryrefslogtreecommitdiff
path: root/noncore/settings/sysinfo/processinfo.h
Unidiff
Diffstat (limited to 'noncore/settings/sysinfo/processinfo.h') (more/less context) (show whitespace changes)
-rw-r--r--noncore/settings/sysinfo/processinfo.h123
1 files changed, 123 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/processinfo.h b/noncore/settings/sysinfo/processinfo.h
new file mode 100644
index 0000000..f2eedc9
--- a/dev/null
+++ b/noncore/settings/sysinfo/processinfo.h
@@ -0,0 +1,123 @@
1/**********************************************************************
2** ProcessInfo
3**
4** Display process information
5**
6** Copyright (C) 2002, Dan Williams
7** williamsdr@acm.org
8** http://draknor.net
9**
10** This file may be distributed and/or modified under the terms of the
11** GNU General Public License version 2 as published by the Free Software
12** Foundation and appearing in the file LICENSE.GPL included in the
13** packaging of this file.
14**
15** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
16** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
17**
18**********************************************************************/
19
20#ifndef PROCESSINFO_H
21#define PROCESSINFO_H
22
23#include <qwidget.h>
24#include <qlistview.h>
25
26class ProcessInfo : public QWidget
27{
28 Q_OBJECT
29public:
30 ProcessInfo( QWidget *parent = 0, const char *name = 0, WFlags f = 0 );
31 ~ProcessInfo();
32
33private slots:
34 void updateData();
35 void viewProcess(QListViewItem *);
36
37private:
38 QListView* ProcessView;
39};
40
41#endif
42/**********************************************************************
43** ProcessInfo
44**
45** Display process information
46**
47** Copyright (C) 2002, Dan Williams
48** williamsdr@acm.org
49** http://draknor.net
50**
51** This file may be distributed and/or modified under the terms of the
52** GNU General Public License version 2 as published by the Free Software
53** Foundation and appearing in the file LICENSE.GPL included in the
54** packaging of this file.
55**
56** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
57** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
58**
59**********************************************************************/
60
61#ifndef PROCESSINFO_H
62#define PROCESSINFO_H
63
64#include <qwidget.h>
65#include <qlistview.h>
66
67class ProcessInfo : public QWidget
68{
69 Q_OBJECT
70public:
71 ProcessInfo( QWidget *parent = 0, const char *name = 0, WFlags f = 0 );
72 ~ProcessInfo();
73
74private slots:
75 void updateData();
76 void viewProcess(QListViewItem *);
77
78private:
79 QListView* ProcessView;
80};
81
82#endif
83/**********************************************************************
84** ProcessInfo
85**
86** Display process information
87**
88** Copyright (C) 2002, Dan Williams
89** williamsdr@acm.org
90** http://draknor.net
91**
92** This file may be distributed and/or modified under the terms of the
93** GNU General Public License version 2 as published by the Free Software
94** Foundation and appearing in the file LICENSE.GPL included in the
95** packaging of this file.
96**
97** This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
98** WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
99**
100**********************************************************************/
101
102#ifndef PROCESSINFO_H
103#define PROCESSINFO_H
104
105#include <qwidget.h>
106#include <qlistview.h>
107
108class ProcessInfo : public QWidget
109{
110 Q_OBJECT
111public:
112 ProcessInfo( QWidget *parent = 0, const char *name = 0, WFlags f = 0 );
113 ~ProcessInfo();
114
115private slots:
116 void updateData();
117 void viewProcess(QListViewItem *);
118
119private:
120 QListView* ProcessView;
121};
122
123#endif