00001 /**************************************************************************** 00002 ** Form interface generated from reading ui file './bibliographyform.ui' 00003 ** 00004 ** Created: Sa Mär 27 00:44:16 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 BIBLIOGRAPHYFORM_H 00011 #define BIBLIOGRAPHYFORM_H 00012 00013 #include <qvariant.h> 00014 #include <qwidget.h> 00015 00016 class QVBoxLayout; 00017 class QHBoxLayout; 00018 class QGridLayout; 00019 class QLabel; 00020 class QLineEdit; 00021 class QTextEdit; 00022 class QPushButton; 00023 class QFrame; 00024 00025 class BibliographyForm : public QWidget 00026 { 00027 Q_OBJECT 00028 00029 public: 00030 BibliographyForm( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); 00031 ~BibliographyForm(); 00032 00033 QLabel* title; 00034 QLabel* label; 00035 QLineEdit* subtitle; 00036 QLabel* TextLabel7; 00037 QTextEdit* bibtex; 00038 QPushButton* genbibtex; 00039 QLabel* bibtextype; 00040 QLabel* TextLabel9; 00041 QLineEdit* translator; 00042 QLabel* TextLabel10; 00043 QLineEdit* orgyear; 00044 QLabel* TextLabel11; 00045 QLabel* orgpublisher; 00046 QPushButton* choose_org_publisher; 00047 QLabel* TextLabel13; 00048 QLineEdit* orgtitle; 00049 QLabel* TextLabel14; 00050 QLineEdit* isbn; 00051 QLabel* TextLabel15; 00052 QLineEdit* hidingplace; 00053 QLabel* TextLabel16; 00054 QLineEdit* pages; 00055 QFrame* frame; 00056 QLabel* created; 00057 QLabel* modified; 00058 00059 protected: 00060 QVBoxLayout* BibliographyFormLayout; 00061 QVBoxLayout* layout63; 00062 QVBoxLayout* Layout35; 00063 QHBoxLayout* Layout34; 00064 QHBoxLayout* layout62; 00065 QVBoxLayout* Layout31; 00066 QVBoxLayout* layout61; 00067 QHBoxLayout* Layout20; 00068 QHBoxLayout* Layout23; 00069 QHBoxLayout* Layout24; 00070 QHBoxLayout* Layout26; 00071 QHBoxLayout* Layout27; 00072 QHBoxLayout* Layout28; 00073 QHBoxLayout* layout60; 00074 QHBoxLayout* Layout18; 00075 00076 protected slots: 00077 virtual void languageChange(); 00078 00079 }; 00080 00081 #endif // BIBLIOGRAPHYFORM_H