Rev 3 | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
3 | paul | 1 | /**************************************************************************** |
2 | ** Form interface generated from reading ui file 'Muster.ui' |
||
3 | ** |
||
4 | ** Created: Thu Nov 1 09:45:36 2001 |
||
5 | ** by: The User Interface Compiler (uic) |
||
6 | ** |
||
7 | ** WARNING! All changes made in this file will be lost! |
||
8 | ****************************************************************************/ |
||
9 | #ifndef MUSTERSEITEN_H |
||
10 | #define MUSTERSEITEN_H |
||
11 | |||
12 | #include <qdialog.h> |
||
13 | #include <qlistbox.h> |
||
14 | #include <qpushbutton.h> |
||
15 | #include <qlayout.h> |
||
16 | #include <qtooltip.h> |
||
17 | #include "scribusdoc.h" |
||
18 | #include "scribusview.h" |
||
19 | |||
20 | class MusterSeiten : public QDialog |
||
21 | { |
||
22 | Q_OBJECT |
||
23 | |||
24 | public: |
||
25 | MusterSeiten( QWidget* parent, ScribusDoc *doc, ScribusView *view, QString temp); |
||
26 | ~MusterSeiten() {}; |
||
27 | void closeEvent(QCloseEvent *ce); |
||
28 | |||
29 | private: |
||
30 | void updateMList(QString nam); |
||
31 | QListBox* ListBox1; |
||
118 | Franz | 32 | QPushButton* LoadM; |
3 | paul | 33 | QPushButton* NewB; |
34 | QPushButton* DuplicateB; |
||
35 | QPushButton* DeleteB; |
||
36 | QPushButton* ExitB; |
||
37 | ScribusDoc *Doc; |
||
38 | ScribusView *View; |
||
39 | QString sMuster; |
||
40 | |||
41 | private slots: |
||
42 | void ExitEditor(); |
||
43 | void DuplTemp(); |
||
44 | void DelTemp(); |
||
45 | void NewTemp(); |
||
118 | Franz | 46 | void loadMpage(); |
3 | paul | 47 | void selTemplate(QListBoxItem *c); |
48 | |||
49 | signals: |
||
50 | void CreateNew(int); |
||
118 | Franz | 51 | void LoadPage(QString, int, bool); |
3 | paul | 52 | void Fertig(); |
53 | |||
54 | protected: |
||
55 | QHBoxLayout* MusterSeitenLayout; |
||
56 | QVBoxLayout* Layout2; |
||
57 | }; |
||
58 | |||
59 | #endif // MUSTERSEITEN_H |