|
|
/**************************************************************************** ** Form interface generated from reading ui file 'Annot.ui' ** ** Created: Tue Feb 19 22:31:41 2002 ** by: The User Interface Compiler (uic) ** ** WARNING! All changes made in this file will be lost! ****************************************************************************/ #ifndef ANNOTA_H #define ANNOTA_H #include#include #include #include #include #include #include #include #include #include #include #include #include "pageitem.h" #include "navigator.h" #include "scribusview.h" class Annota : public QDialog { Q_OBJECT public: Annota(QWidget* parent, PageItem *it, int Seite, int b, int h, CListe Farben, ScribusView* vie); ~Annota() {}; QWidgetStack* Fram; QLabel* TextLabel1; QComboBox* ComboBox1; QGroupBox* GroupBox1; QLabel* TextLabel3; QLabel* TextLabel4; QLabel* TextLabel5; Navigator* Pg; QSpinBox* SpinBox1; QSpinBox* SpinBox2; QSpinBox* SpinBox3; QFrame* Frame9; QPushButton* PushButton1; QPushButton* PushButton2; PageItem* item; ScribusView* view; int Breite; int Hoehe; public slots: void SetCo(float x, float y); void SetPg(int v); void SetCross(); void SetVals(); void SetZiel(int i); protected: QVBoxLayout* AnnotLayout; QHBoxLayout* Layout1; QGridLayout* GroupBox1Layout; QHBoxLayout* Layout1_2; }; #endif // ANNOT_H
Generated by: paul on T6.linux on Tue Mar 18 23:32:13 2003, using kdoc 2.0a54. |