mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-09 16:09:59 +02:00
Title block templates now embed a free field for extra information.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1541 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -49,7 +49,7 @@ class QETTitleBlockTemplateEditor : public QETMainWindow {
|
||||
QMenu *file_menu_, *edit_menu_,/* *paste_from_menu_, */*display_menu_,/* *tools_menu_*/;
|
||||
/// actions
|
||||
QAction *new_, *open_, *open_from_file_, *save_, *save_as_, *save_as_file_, *quit_;
|
||||
QAction *undo_, *redo_, *merge_cells_, *split_cell_;
|
||||
QAction *undo_, *redo_, *edit_info_, *merge_cells_, *split_cell_;
|
||||
QAction *zoom_in_, *zoom_out_, *zoom_fit_, *zoom_reset_;
|
||||
/// Location of the currently edited template
|
||||
TitleBlockTemplateLocation location_;
|
||||
@@ -117,6 +117,7 @@ class QETTitleBlockTemplateEditor : public QETMainWindow {
|
||||
void setReadOnly(bool);
|
||||
void quit();
|
||||
void savePreviewWidthToApplicationSettings(int, int);
|
||||
void editTemplateInformation();
|
||||
|
||||
private slots:
|
||||
TitleBlockTemplateLocation getTitleBlockTemplateLocationFromUser(const QString & = QString(), bool existing_only = true);
|
||||
|
||||
Reference in New Issue
Block a user