12 #include "scribusapi.h"
13 #include "documentinformation.h"
43 void restoreDefaults();
46 QLineEdit* publisherEdit;
49 QLineEdit* formatEdit;
50 QLineEdit* identifierEdit;
51 QLineEdit* sourceEdit;
52 QLineEdit* languageEdit;
53 QLineEdit* relationEdit;
54 QLineEdit* coverageEdit;
55 QLineEdit* rightsEdit;
57 QLineEdit* authorEdit;
58 QLineEdit* subjectEdit;
60 QTextEdit* descriptionEdit;
61 QTextEdit* keywordsEdit;
62 QTextEdit* contributorsEdit;
67 QLabel* publisherLabel;
71 QLabel* identifierLabel;
73 QLabel* languageLabel;
74 QLabel* relationLabel;
75 QLabel* coverageLabel;
77 QLabel* descriptionLabel;
78 QLabel* keywordsLabel;
79 QLabel* contributorsLabel;
The DocInfos class is now part of the ReformDoc multi widgets storage. See reformdoc.h as reference. The return values are handled via. getDocInfo() method. It can be used as standalone widget.
Definition: docinfo.h:25