KDevelop API Documentation

closer_dialog.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './closer_dialog.ui'
00003 **
00004 ** Created: Tue Feb 22 08:54:09 2005
00005 **      by: The User Interface Compiler ($Id: qt/main.cpp   3.3.4   edited Nov 24 2003 $)
00006 **
00007 ** WARNING! All changes made in this file will be lost!
00008 ****************************************************************************/
00009 
00010 #ifndef CLOSERDIALOG_H
00011 #define CLOSERDIALOG_H
00012 
00013 #include <qvariant.h>
00014 #include <qdialog.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QGroupBox;
00021 class QListView;
00022 class QListViewItem;
00023 class QCheckBox;
00024 class QPushButton;
00025 
00026 class CloserDialog : public QDialog
00027 {
00028     Q_OBJECT
00029 
00030 public:
00031     CloserDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00032     ~CloserDialog();
00033 
00034     QGroupBox* groupBox1;
00035     QListView* files_listview;
00036     QCheckBox* path_check;
00037     QPushButton* ok_button;
00038     QPushButton* cancel_button;
00039 
00040 protected:
00041     QVBoxLayout* CloserDialogLayout;
00042     QVBoxLayout* groupBox1Layout;
00043     QHBoxLayout* layout1;
00044     QSpacerItem* spacer1;
00045 
00046 protected slots:
00047     virtual void languageChange();
00048 
00049 };
00050 
00051 #endif // CLOSERDIALOG_H
KDE Logo
This file is part of the documentation for KDevelop Version 3.1.2.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Tue Feb 22 09:22:38 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003