Main Page | Class Hierarchy | Class List | Directories | File List | Class Members

hk_kdeobjecthandlerbase.h

00001 // ****************************************************************************
00002 // copyright (c) 2000-2004 Horst Knorr <hk_classes@knoda.org>  
00003 // This file is part of the hk_kdeclasses library.
00004 // This file may be distributed and/or modified under the terms of the
00005 // GNU Library Public License version 2 as published by the Free Software
00006 // Foundation and appearing in the file LGPL included in the
00007 // packaging of this file.
00008 // This file is provided AS IS with NO WARRANTY OF ANY KIND, INCLUDING THE
00009 // WARRANTY OF DESIGN, MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
00010 // ****************************************************************************
00011  //$Revision: 1.2 $
00012 
00013 #ifndef HK_KDEOBJECTHANDLERBASE_H
00014 #define HK_KDEOBJECTHANDLERBASE_H
00015 
00016 #include <qvariant.h>
00017 #include <qdialog.h>
00018 
00019 class QVBoxLayout;
00020 class QHBoxLayout;
00021 class QGridLayout;
00022 class QSpacerItem;
00023 class QPushButton;
00024 class QLabel;
00025 class hk_kdedblistview;
00026 class QListViewItem;
00027 
00028 class hk_kdeobjecthandlerbase : public QDialog
00029 {
00030     Q_OBJECT
00031 
00032 public:
00033     hk_kdeobjecthandlerbase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
00034     ~hk_kdeobjecthandlerbase();
00035 
00036     QPushButton* uploadbutton;
00037     QPushButton* downloadbutton;
00038     QPushButton* exitbutton;
00039     hk_kdedblistview* locallistview;
00040     hk_kdedblistview* centrallistview;
00041 
00042 public slots:
00043     virtual void download_clicked();
00044     virtual void upload_clicked();
00045     virtual void slot_selection_changed();
00046 
00047 protected:
00048     QGridLayout* hk_kdeobjecthandlerbaseLayout;
00049     QVBoxLayout* layout1;
00050     QSpacerItem* spacer1;
00051     QSpacerItem* spacer2;
00052     QHBoxLayout* layout2;
00053     QSpacerItem* spacer3;
00054     QVBoxLayout* layout3;
00055     QVBoxLayout* layout4;
00056 
00057 protected slots:
00058     virtual void languageChange();
00059 
00060 };
00061 
00062 #endif // HK_KDEOBJECTHANDLERBASE_H

Generated on Tue Mar 22 23:28:15 2005 for Databasehandlingdialogclasses by  doxygen 1.4.1