KDevelop API Documentation

toolsconfigwidgetbase.h

Go to the documentation of this file.
00001 /****************************************************************************
00002 ** Form interface generated from reading ui file './toolsconfigwidgetbase.ui'
00003 **
00004 ** Created: Tue Feb 22 08:57:06 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 TOOLS_CONFIG_WIDGET_H
00011 #define TOOLS_CONFIG_WIDGET_H
00012 
00013 #include <qvariant.h>
00014 #include <qwidget.h>
00015 
00016 class QVBoxLayout;
00017 class QHBoxLayout;
00018 class QGridLayout;
00019 class QSpacerItem;
00020 class QTabWidget;
00021 class QListBox;
00022 class QListBoxItem;
00023 class QPushButton;
00024 
00025 class ToolsConfigWidgetBase : public QWidget
00026 {
00027     Q_OBJECT
00028 
00029 public:
00030     ToolsConfigWidgetBase( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
00031     ~ToolsConfigWidgetBase();
00032 
00033     QTabWidget* tabwidget;
00034     QWidget* toolmenuTab;
00035     QListBox* toolsmenuBox;
00036     QPushButton* toolsmenuaddButton;
00037     QPushButton* toolsmenuremoveButton;
00038     QWidget* filecontextTab;
00039     QListBox* filecontextBox;
00040     QPushButton* filecontextaddButton;
00041     QPushButton* filecontextremoveButton;
00042     QWidget* dircontextTab;
00043     QListBox* dircontextBox;
00044     QPushButton* dircontextaddButton;
00045     QPushButton* dircontextremoveButton;
00046 
00047 protected:
00048     QVBoxLayout* tools_config_widgetLayout;
00049     QGridLayout* toolmenuTabLayout;
00050     QSpacerItem* Spacer11_3;
00051     QVBoxLayout* Layout4_3;
00052     QSpacerItem* Spacer9_3;
00053     QSpacerItem* Spacer10_3;
00054     QGridLayout* filecontextTabLayout;
00055     QSpacerItem* Spacer11_2;
00056     QVBoxLayout* Layout4_2;
00057     QSpacerItem* Spacer9_2;
00058     QSpacerItem* Spacer10_2;
00059     QGridLayout* dircontextTabLayout;
00060     QSpacerItem* Spacer11;
00061     QVBoxLayout* Layout4;
00062     QSpacerItem* Spacer9;
00063     QSpacerItem* Spacer10;
00064 
00065 protected slots:
00066     virtual void languageChange();
00067 
00068     virtual void dircontextaddClicked();
00069     virtual void filecontextaddClicked();
00070     virtual void filecontextremoveClicked();
00071     virtual void dircontextremoveClicked();
00072     virtual void toolsmenuaddClicked();
00073     virtual void toolsmenuremoveClicked();
00074 
00075 
00076 };
00077 
00078 #endif // TOOLS_CONFIG_WIDGET_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:42 2005 by doxygen 1.3.9.1 written by Dimitri van Heesch, © 1997-2003