00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file 'PickTableBase.ui' 00003 ** 00004 ** Created by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) 00005 ** 00006 ** WARNING! All changes made in this file will be lost! 00007 ****************************************************************************/ 00008 00009 #ifndef PICKTABLEBASE_H 00010 #define PICKTABLEBASE_H 00011 00012 #include <qvariant.h> 00013 #include <qpixmap.h> 00014 #include <qdialog.h> 00015 #include "libqthippo.h" 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class QSpacerItem; 00021 class QLabel; 00022 class QPushButton; 00023 class QListView; 00024 class QListViewItem; 00025 class QCheckBox; 00026 class QLineEdit; 00027 class QPainter; 00028 00029 class MDL_QTHIPPOPLOT_API PickTableBase : public QDialog 00030 { 00031 Q_OBJECT 00032 00033 public: 00034 PickTableBase( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 00035 ~PickTableBase(); 00036 00037 QLabel* m_type; 00038 QPushButton* m_clear; 00039 QPushButton* m_delete; 00040 QLabel* m_title; 00041 QListView* m_pick_table; 00042 QCheckBox* m_pickedCheckBox; 00043 QLineEdit* xLineEdit; 00044 QLineEdit* yLineEdit; 00045 QLineEdit* zLineEdit; 00046 QLineEdit* wLineEdit; 00047 QPushButton* m_add_entry; 00048 00049 protected: 00050 00051 protected slots: 00052 virtual void languageChange(); 00053 00054 virtual void clear() = 0; 00055 virtual void deleteSelectedItem() = 0; 00056 virtual void listSorted(int) = 0; 00057 virtual void m_pick_table_selectionChanged() = 0; 00058 virtual void addEntry() = 0; 00059 virtual void pickedCheckBoxClicked() = 0; 00060 00061 00062 private: 00063 QPixmap image0; 00064 00065 }; 00066 00067 #endif // PICKTABLEBASE_H