kio Library API Documentation

knotifywidgetbase.h

00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './knotifywidgetbase.ui'
00003 **
00004 ** Created: Thu Sep 30 04:44:02 2004
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.2.3   edited May 19 14:22 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef KNOTIFYWIDGETBASE_H
00011 #define KNOTIFYWIDGETBASE_H
00012 
00013 #include <qvariant.h>
00014 #include <qwidget.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class KListView;
00020 class QListViewItem;
00021 class QGroupBox;
00022 class QCheckBox;
00023 class QPushButton;
00024 class KComboBox;
00025 class KURLRequester;
00026 
00027 class KNotifyWidgetBase : public QWidget
00028 {
00029     Q_OBJECT
00030 
00031 public:
00032     KNotifyWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00033     ~KNotifyWidgetBase();
00034 
00035     KListView* m_listview;
00036     QGroupBox* m_controlsBox;
00037     QCheckBox* m_affectAllApps;
00038     QPushButton* m_buttonDisable;
00039     QPushButton* m_buttonEnable;
00040     KComboBox* m_comboEnable;
00041     KComboBox* m_comboDisable;
00042     QGroupBox* m_actionsBox;
00043     QCheckBox* m_stderr;
00044     QCheckBox* m_messageBox;
00045     QCheckBox* m_execute;
00046     QCheckBox* m_playSound;
00047     QPushButton* m_playButton;
00048     QCheckBox* m_taskbar;
00049     QCheckBox* m_logToFile;
00050     KURLRequester* m_executePath;
00051     KURLRequester* m_logfilePath;
00052     KURLRequester* m_soundPath;
00053     QCheckBox* m_passivePopup;
00054     QPushButton* m_extension;
00055     QPushButton* m_playerButton;
00056 
00057 protected:
00058     QVBoxLayout* KNotifyWidgetBaseLayout;
00059     QGridLayout* m_controlsBoxLayout;
00060     QGridLayout* m_actionsBoxLayout;
00061     QHBoxLayout* Layout25;
00062     QHBoxLayout* Layout8;
00063 
00064 protected slots:
00065     virtual void languageChange();
00066 
00067 };
00068 
00069 #endif // KNOTIFYWIDGETBASE_H
KDE Logo
This file is part of the documentation for kio Library Version 3.2.3.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Thu Sep 30 05:18:25 2004 by doxygen 1.3.4 written by Dimitri van Heesch, © 1997-2003