00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './publicationform.ui' 00003 ** 00004 ** Created: Sa Mär 27 00:44:22 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 PUBLICATIONFORM_H 00011 #define PUBLICATIONFORM_H 00012 00013 #include <qvariant.h> 00014 #include <qpixmap.h> 00015 #include <qwidget.h> 00016 00017 class QVBoxLayout; 00018 class QHBoxLayout; 00019 class QGridLayout; 00020 class LinkListBox; 00021 class AuthorLinkListBox; 00022 class QLabel; 00023 class QLineEdit; 00024 class QPushButton; 00025 class QComboBox; 00026 class QTextEdit; 00027 00028 class PublicationForm : public QWidget 00029 { 00030 Q_OBJECT 00031 00032 public: 00033 PublicationForm( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00034 ~PublicationForm(); 00035 00036 QLabel* TextLabel1; 00037 QLineEdit* title; 00038 QLabel* TextLabel1_2; 00039 QLineEdit* year; 00040 QLabel* TextLabel1_3; 00041 QLabel* publisher; 00042 QPushButton* choosePublisher; 00043 QLabel* TextLabel1_3_2; 00044 QLabel* journal; 00045 QPushButton* chooseJournal; 00046 QLabel* TextLabel1_2_2; 00047 QComboBox* bibtype; 00048 QLabel* TextLabel2_2_3; 00049 QTextEdit* memo; 00050 LinkListBox* links; 00051 AuthorLinkListBox* authors; 00052 LinkListBox* parts; 00053 QLabel* created; 00054 QLabel* modified; 00055 00056 protected: 00057 QHBoxLayout* PublicationFormLayout; 00058 QVBoxLayout* layout15; 00059 QHBoxLayout* layout14; 00060 QVBoxLayout* layout12; 00061 QHBoxLayout* Layout21; 00062 QHBoxLayout* Layout22; 00063 QHBoxLayout* Layout23; 00064 QHBoxLayout* Layout24; 00065 QHBoxLayout* Layout25; 00066 QVBoxLayout* layout13; 00067 QHBoxLayout* Layout43; 00068 00069 protected slots: 00070 virtual void languageChange(); 00071 00072 private: 00073 QPixmap image0; 00074 QPixmap image1; 00075 00076 void init(); 00077 00078 }; 00079 00080 #endif // PUBLICATIONFORM_H