author | llornkcor <llornkcor> | 2002-06-28 12:33:08 (UTC) |
---|---|---|
committer | llornkcor <llornkcor> | 2002-06-28 12:33:08 (UTC) |
commit | 9607d7d0953b0fbb128d23d3cb2effa9fe0657c4 (patch) (unidiff) | |
tree | 92b1e09bf904c2f845da04cc0f39b4a8d90b822e | |
parent | 9838944f977a53dc3f9d3c138b507695bc6e238f (diff) | |
download | opie-9607d7d0953b0fbb128d23d3cb2effa9fe0657c4.zip opie-9607d7d0953b0fbb128d23d3cb2effa9fe0657c4.tar.gz opie-9607d7d0953b0fbb128d23d3cb2effa9fe0657c4.tar.bz2 |
patch for more signales by Michael Lauer <mickey@tm.informatik.uni-frankfurt.de>
-rw-r--r-- | noncore/settings/sysinfo/processdetail.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/noncore/settings/sysinfo/processdetail.cpp b/noncore/settings/sysinfo/processdetail.cpp index ef612e6..5c0d335 100644 --- a/noncore/settings/sysinfo/processdetail.cpp +++ b/noncore/settings/sysinfo/processdetail.cpp | |||
@@ -38,13 +38,17 @@ ProcessDetail::ProcessDetail( QWidget* parent, const char* name, WFlags fl ) | |||
38 | layout->setSpacing( 4 ); | 38 | layout->setSpacing( 4 ); |
39 | layout->setMargin( 4 ); | 39 | layout->setMargin( 4 ); |
40 | 40 | ||
41 | SignalCB = new QComboBox( FALSE, this, "SignalCB" ); | 41 | SignalCB = new QComboBox( FALSE, this, "SignalCB" ); |
42 | SignalCB->insertItem( " 1: SIGHUP" ); | 42 | SignalCB->insertItem( " 1: SIGHUP" ); |
43 | SignalCB->insertItem( " 2: SIGINT" ); | 43 | SignalCB->insertItem( " 2: SIGINT" ); |
44 | SignalCB->insertItem( " 3: SIGQUIT" ); | ||
45 | SignalCB->insertItem( " 5: SIGTRAP" ); | ||
46 | SignalCB->insertItem( " 6: SIGABRT" ); | ||
44 | SignalCB->insertItem( " 9: SIGKILL" ); | 47 | SignalCB->insertItem( " 9: SIGKILL" ); |
48 | SignalCB->insertItem( "14: SIGALRM" ); | ||
45 | SignalCB->insertItem( "15: SIGTERM" ); | 49 | SignalCB->insertItem( "15: SIGTERM" ); |
46 | SignalCB->insertItem( "18: SIGCONT" ); | 50 | SignalCB->insertItem( "18: SIGCONT" ); |
47 | SignalCB->insertItem( "19: SIGSTOP" ); | 51 | SignalCB->insertItem( "19: SIGSTOP" ); |
48 | layout->addWidget( SignalCB, 1, 0 ); | 52 | layout->addWidget( SignalCB, 1, 0 ); |
49 | 53 | ||
50 | ProcessView = new QTextView( this, "ProcessView" ); | 54 | ProcessView = new QTextView( this, "ProcessView" ); |