QElectroTech
0.70
|
#include <qettemplateeditor.h>
Public Slots | |
void | readSettings () |
QETTitleBlockTemplateEditor::readSettings Read settings. More... | |
void | writeSettings () |
QETTitleBlockTemplateEditor::writeSettings Write the settings. More... | |
void | selectedCellsChanged (const QList< TitleBlockCell *> &) |
void | duplicateCurrentLocation () |
bool | edit (const TitleBlockTemplateLocation &) |
bool | edit (QETProject *, const QString &) |
bool | edit (const QString &) |
bool | editCopyOf (const TitleBlockTemplate *) |
bool | edit (TitleBlockTemplate *) |
void | editLogos () |
void | newTemplate () |
void | open () |
void | openFromFile () |
bool | save () |
bool | saveAs () |
bool | saveAsFile () |
void | setReadOnly (bool) |
void | quit () |
void | savePreviewWidthToApplicationSettings (int, int) |
QETTitleBlockTemplateEditor::savePreviewWidthToApplicationSettings Save the new preview width to application settings. More... | |
void | editTemplateInformation () |
Public Slots inherited from QETMainWindow | |
void | toggleFullScreen () |
void | updateFullScreenAction () |
void | checkToolbarsmenu () |
Public Member Functions | |
QETTitleBlockTemplateEditor (QWidget *=nullptr) | |
~QETTitleBlockTemplateEditor () override | |
TitleBlockTemplateLocation | location () const |
bool | isEditing (const QString &ilepath) |
void | setOpenForDuplication (bool) |
bool | openForDuplication () const |
Public Member Functions inherited from QETMainWindow | |
QETMainWindow (QWidget *=nullptr, Qt::WindowFlags=nullptr) | |
~QETMainWindow () override | |
Protected Member Functions | |
bool | canClose () |
void | firstActivation (QEvent *) override |
void | closeEvent (QCloseEvent *) override |
Protected Member Functions inherited from QETMainWindow | |
void | initCommonActions () |
void | initCommonMenus () |
void | insertMenu (QMenu *, QMenu *, bool=true) |
QAction * | actionForMenu (QMenu *) |
bool | event (QEvent *) override |
void | dragEnterEvent (QDragEnterEvent *e) override |
void | dropEvent (QDropEvent *e) override |
Private Slots | |
TitleBlockTemplateLocation | getTitleBlockTemplateLocationFromUser (const QString &=QString(), bool existing_only=true) |
void | pushCellUndoCommand (ModifyTitleBlockCellCommand *) |
void | pushGridUndoCommand (TitleBlockTemplateCommand *) |
void | pushUndoCommand (QUndoCommand *) |
void | updateEditorTitle () |
void | updateActions () |
bool | saveAs (const TitleBlockTemplateLocation &) |
bool | saveAs (const QString &) |
Private Member Functions | |
QETTitleBlockTemplateEditor (const QETTitleBlockTemplateEditor &) | |
void | initActions () |
void | initMenus () |
void | initToolbars () |
void | initWidgets () |
void | initLogoManager () |
QString | currentlyEditedTitle () const |
Private Attributes | |
QMenu * | file_menu_ |
menus TODO More... | |
QMenu * | edit_menu_ |
QMenu * | display_menu_ |
QAction * | new_ |
actions More... | |
QAction * | open_ |
QAction * | open_from_file_ |
QAction * | save_ |
QAction * | save_as_ |
QAction * | save_as_file_ |
QAction * | quit_ |
QAction * | undo_ |
QAction * | redo_ |
QAction * | cut_ |
QAction * | copy_ |
QAction * | paste_ |
QAction * | edit_logos_ |
QAction * | edit_info_ |
QAction * | add_row_ |
QAction * | add_col_ |
QAction * | merge_cells_ |
QAction * | split_cell_ |
QAction * | zoom_in_ |
QAction * | zoom_out_ |
QAction * | zoom_fit_ |
QAction * | zoom_reset_ |
TitleBlockTemplateLocation | location_ |
Location of the currently edited template. More... | |
QString | filepath_ |
Filepath of the currently edited template, if opened from a file. More... | |
bool | opened_from_file_ |
Whether to consider the location or the filepath. More... | |
bool | read_only_ |
whether the currently edited template is considered read only More... | |
bool | duplicate_ |
bool | first_activation_ |
Used to track the first activation of the editor main window. More... | |
TitleBlockTemplate * | tb_template_ |
Template Object edited. More... | |
QGraphicsScene * | template_edition_area_scene_ |
Template preview. More... | |
TitleBlockTemplateView * | template_edition_area_view_ |
QDockWidget * | template_cell_editor_dock_widget_ |
Individual cell widget edition. More... | |
TitleBlockTemplateCellWidget * | template_cell_editor_widget_ |
TitleBlockTemplateLogoManager * | logo_manager_ |
Logo manager widget. More... | |
QUndoStack * | undo_stack_ |
Undo interface. More... | |
QUndoView * | undo_view_ |
QDockWidget * | undo_dock_widget_ |
Additional Inherited Members | |
Protected Attributes inherited from QETMainWindow | |
QAction * | configure_action_ |
Launch the QElectroTech configuration dialog. More... | |
QAction * | fullscreen_action_ |
Toggle full screen. More... | |
QAction * | whatsthis_action_ |
Toggle "What's this" mode. More... | |
QAction * | about_qet_ |
Launch the "About QElectroTech" dialog. More... | |
QAction * | manual_online_ |
Launch browser on QElectroTech online manual. More... | |
QAction * | youtube_ |
Launch browser on QElectroTech Youtube channel. More... | |
QAction * | upgrade_ |
Launch browser on QElectroTech Windows Nightly builds. More... | |
QAction * | upgrade_M |
Launch browser on QElectroTech MAC_OS_X builds. More... | |
QAction * | donate_ |
Launch browser to donate link. More... | |
QAction * | about_qt_ |
launch the "About Qt" dialog More... | |
QMenu * | settings_menu_ |
Settings menu. More... | |
QMenu * | help_menu_ |
Help menu. More... | |
QMenu * | display_toolbars_ |
Show/hide toolbars/docks. More... | |
QHash< QMenu *, QAction * > | menu_actions_ |
Store actions retrieved when inserting menus. More... | |
bool | first_activation_ |
Used to detect whether the window is activated for the first time. More... | |
This class implements the main window of QElectroTech's titleblock template editor. This editor aims at allowing users to easily create their own title block templates.
Definition at line 36 of file qettemplateeditor.h.
QETTitleBlockTemplateEditor::QETTitleBlockTemplateEditor | ( | QWidget * | parent = nullptr | ) |
parent | parent QWidget of this window |
Definition at line 33 of file qettemplateeditor.cpp.
References initActions(), initMenus(), initToolbars(), initWidgets(), QET::Icons::QETLogo, and readSettings().
Referenced by newTemplate().
|
override |
Destructor
Definition at line 54 of file qettemplateeditor.cpp.
|
private |
|
protected |
Definition at line 105 of file qettemplateeditor.cpp.
References QET::Icons::Cancel, location_, TitleBlockTemplateLocation::name(), QET::QetMessageBox::question(), save(), QET::Icons::tr, and undo_stack_.
Referenced by closeEvent().
|
overrideprotected |
Handle the closing of the main window
qce | The QCloseEvent event |
Definition at line 144 of file qettemplateeditor.cpp.
References canClose(), and writeSettings().
|
private |
Definition at line 558 of file qettemplateeditor.cpp.
References filepath_, location_, TitleBlockTemplateLocation::name(), opened_from_file_, read_only_, QET::Icons::tr, and undo_stack_.
Referenced by updateEditorTitle().
|
slot |
Ask the user for a new template name in order to duplicate the currently edited template.
Definition at line 156 of file qettemplateeditor.cpp.
References location_, TitleBlockTemplateLocation::name(), opened_from_file_, TitleBlockTemplateLocation::parentCollection(), saveAs(), and QET::Icons::tr.
Referenced by firstActivation().
|
slot |
location | Location of the tile block template to be edited. |
TODO The TBT does not exist, manage error
Definition at line 185 of file qettemplateeditor.cpp.
References QETApp::defaultTitleBlockTemplate(), editCopyOf(), TitleBlockTemplateLocation::getTemplate(), TitleBlockTemplateLocation::isReadOnly(), location(), location_, TitleBlockTemplateLocation::name(), opened_from_file_, and setReadOnly().
Referenced by edit(), editCopyOf(), newTemplate(), and selectedCellsChanged().
|
slot |
Edit the given template.
project | Parent project of the template to edit. |
template_name | Name of the template to edit within its parent project. |
TODO The TBT does not exist, manage error
Definition at line 213 of file qettemplateeditor.cpp.
References QETApp::defaultTitleBlockTemplate(), editCopyOf(), QETProject::embeddedTitleBlockTemplatesCollection(), TitleBlockTemplatesProjectCollection::getTemplate(), location_, opened_from_file_, TitleBlockTemplateLocation::setName(), TitleBlockTemplateLocation::setParentCollection(), and setReadOnly().
|
slot |
file_path | Path of the template file to edit. |
TODO the file opening failed, warn the user?
TODO the file editing failed, warn the user?
Definition at line 247 of file qettemplateeditor.cpp.
References edit(), filepath_, opened_from_file_, setReadOnly(), and QET::TitleBlockTemplate.
|
slot |
tbt | Title block template to be directly edited |
Definition at line 282 of file qettemplateeditor.cpp.
References tb_template_, template_cell_editor_widget_, template_edition_area_view_, and updateEditorTitle().
|
slot |
tbt | Title block template to be edited |
Definition at line 273 of file qettemplateeditor.cpp.
References edit().
Referenced by edit().
|
slot |
Launches the logo manager widget, which allows the user to manage the logos embedded within the edited template.
Definition at line 295 of file qettemplateeditor.cpp.
References initLogoManager(), logo_manager_, and tb_template_.
Referenced by initActions(), and initWidgets().
|
slot |
Edit extra information attached to the template.
Definition at line 925 of file qettemplateeditor.cpp.
References QET::Icons::Cancel, QET::QetMessageBox::information(), pushUndoCommand(), read_only_, setReadOnly(), tb_template_, and QET::Icons::tr.
Referenced by initActions().
|
overrideprotectedvirtual |
event | Object describing the received event. |
Reimplemented from QETMainWindow.
Definition at line 132 of file qettemplateeditor.cpp.
References duplicate_, duplicateCurrentLocation(), QETMainWindow::event(), location_, opened_from_file_, and TitleBlockTemplateLocation::parentCollection().
|
privateslot |
Ask the user for a title block template location
title | Title displayed by the dialog window |
existing_only | True for the user to be forced to choose an existing template, false if he may specify the template name |
Definition at line 876 of file qettemplateeditor.cpp.
References QET::Icons::Cancel, and location().
|
private |
Initialize the various actions.
Definition at line 331 of file qettemplateeditor.cpp.
References add_col_, add_row_, QET::Icons::ApplicationExit, copy_, cut_, QET::Icons::DocumentNew, QET::Icons::DocumentOpen, QET::Icons::DocumentSave, QET::Icons::DocumentSaveAs, edit_info_, edit_logos_, QET::Icons::EditCopy, QET::Icons::EditCut, editLogos(), QET::Icons::EditPaste, QET::Icons::EditRedo, QET::Icons::EditTableCellMerge, QET::Icons::EditTableCellSplit, QET::Icons::EditTableInsertColumnRight, QET::Icons::EditTableInsertRowAbove, editTemplateInformation(), QET::Icons::EditUndo, QET::Icons::InsertImage, merge_cells_, new_, newTemplate(), open(), open_, open_from_file_, openFromFile(), paste_, quit(), quit_, redo_, save(), save_, save_as_, save_as_file_, saveAs(), saveAsFile(), split_cell_, template_edition_area_view_, QET::Icons::tr, undo_, undo_stack_, QET::Icons::UserInformations, zoom_fit_, zoom_in_, zoom_out_, zoom_reset_, QET::Icons::ZoomFitBest, QET::Icons::ZoomIn, QET::Icons::ZoomOriginal, and QET::Icons::ZoomOut.
Referenced by QETTitleBlockTemplateEditor().
|
private |
Initialize the logo manager
Definition at line 543 of file qettemplateeditor.cpp.
References logo_manager_, read_only_, setReadOnly(), tb_template_, and template_cell_editor_widget_.
Referenced by editLogos().
|
private |
Initialize the various menus.
Definition at line 403 of file qettemplateeditor.cpp.
References add_col_, add_row_, copy_, cut_, display_menu_, edit_info_, edit_logos_, edit_menu_, file_menu_, QETMainWindow::insertMenu(), merge_cells_, new_, open_, open_from_file_, paste_, quit_, redo_, save_, save_as_, save_as_file_, QETMainWindow::settings_menu_, split_cell_, QET::Icons::tr, undo_, zoom_fit_, zoom_in_, zoom_out_, and zoom_reset_.
Referenced by QETTitleBlockTemplateEditor().
|
private |
Initalize toolbars.
Definition at line 444 of file qettemplateeditor.cpp.
References merge_cells_, new_, open_, redo_, save_, save_as_, split_cell_, QET::Icons::tr, undo_, zoom_fit_, zoom_in_, zoom_out_, and zoom_reset_.
Referenced by QETTitleBlockTemplateEditor().
|
private |
Initialize layouts and widgets
Definition at line 474 of file qettemplateeditor.cpp.
References editLogos(), pushCellUndoCommand(), pushGridUndoCommand(), savePreviewWidthToApplicationSettings(), selectedCellsChanged(), tb_template_, template_cell_editor_dock_widget_, template_cell_editor_widget_, template_edition_area_scene_, template_edition_area_view_, QET::Icons::tr, undo_dock_widget_, undo_stack_, undo_view_, updateActions(), and updateEditorTitle().
Referenced by QETTitleBlockTemplateEditor().
bool QETTitleBlockTemplateEditor::isEditing | ( | const QString & | filepath | ) |
filepath | path of a title block template on the filesystem |
Definition at line 68 of file qettemplateeditor.cpp.
References QET::compareCanonicalFilePaths(), filepath_, location_, opened_from_file_, QETApp::realPath(), and TitleBlockTemplateLocation::toString().
TitleBlockTemplateLocation QETTitleBlockTemplateEditor::location | ( | ) | const |
Definition at line 60 of file qettemplateeditor.cpp.
References location_.
Referenced by edit(), getTitleBlockTemplateLocationFromUser(), open(), and saveAs().
|
slot |
Launch a new title block template editor.
Definition at line 322 of file qettemplateeditor.cpp.
References edit(), and QETTitleBlockTemplateEditor().
Referenced by initActions().
|
slot |
Ask the user to choose a title block template from the known collections then open it for edition.
Definition at line 749 of file qettemplateeditor.cpp.
References getTitleBlockTemplateLocationFromUser(), QETApp::instance(), TitleBlockTemplateLocation::isValid(), location(), and QET::Icons::tr.
Referenced by initActions().
bool QETTitleBlockTemplateEditor::openForDuplication | ( | ) | const |
Definition at line 96 of file qettemplateeditor.cpp.
References duplicate_.
|
slot |
Ask the user to choose a file supposed to contain a title block template, then open it for edition.
Definition at line 763 of file qettemplateeditor.cpp.
References QETApp::customTitleBlockTemplatesDir(), filepath_, QETApp::instance(), TITLEBLOCKS_FILE_EXTENSION, and QET::Icons::tr.
Referenced by initActions().
|
privateslot |
Configure an undo Command before adding it to the undo stack.
command | to be added to the undo stack |
Definition at line 632 of file qettemplateeditor.cpp.
References pushUndoCommand(), and template_edition_area_view_.
Referenced by initWidgets().
|
privateslot |
Add an undo Command to the undo stack.
command | QUndoCommand to be added to the undo stack |
Definition at line 641 of file qettemplateeditor.cpp.
References pushUndoCommand().
Referenced by initWidgets().
|
privateslot |
Add an undo Command to the undo stack.
command | QUndoCommand to be added to the undo stack |
Definition at line 649 of file qettemplateeditor.cpp.
References undo_stack_.
Referenced by editTemplateInformation(), pushCellUndoCommand(), and pushGridUndoCommand().
|
slot |
Close the current editor.
Definition at line 905 of file qettemplateeditor.cpp.
Referenced by initActions().
|
slot |
QETTitleBlockTemplateEditor::readSettings Read settings.
Definition at line 590 of file qettemplateeditor.cpp.
Referenced by QETTitleBlockTemplateEditor().
|
slot |
Save the currently edited title block template back to its parent project.
Definition at line 787 of file qettemplateeditor.cpp.
References filepath_, TitleBlockTemplateLocation::isReadOnly(), TitleBlockTemplateLocation::isValid(), location_, opened_from_file_, saveAs(), and saveAsFile().
Referenced by canClose(), and initActions().
|
slot |
Ask the user where he wishes to save the currently edited template.
Definition at line 809 of file qettemplateeditor.cpp.
References getTitleBlockTemplateLocationFromUser(), TitleBlockTemplateLocation::isValid(), location(), and QET::Icons::tr.
Referenced by duplicateCurrentLocation(), initActions(), save(), and saveAsFile().
|
privateslot |
Save the template under the provided location.
location | Location where the title block template should be saved. |
Definition at line 710 of file qettemplateeditor.cpp.
References location(), location_, TitleBlockTemplateLocation::name(), opened_from_file_, TitleBlockTemplateLocation::parentCollection(), setReadOnly(), tb_template_, and undo_stack_.
|
privateslot |
Save the template in the provided filepath.
filepath | location Location where the title block template should be saved. |
Definition at line 734 of file qettemplateeditor.cpp.
References filepath_, opened_from_file_, setReadOnly(), tb_template_, and undo_stack_.
|
slot |
Ask the user where on the filesystem he wishes to save the currently edited template.
Definition at line 823 of file qettemplateeditor.cpp.
References QETApp::customTitleBlockTemplatesDir(), filepath_, saveAs(), TITLEBLOCKS_FILE_EXTENSION, and QET::Icons::tr.
Referenced by initActions(), and save().
|
slot |
QETTitleBlockTemplateEditor::savePreviewWidthToApplicationSettings Save the new preview width to application settings.
former_preview_width | : former_preview_width Unused, former preview width |
new_preview_width | : new_preview_width New preview width |
Definition at line 915 of file qettemplateeditor.cpp.
Referenced by initWidgets().
|
slot |
Update various things when user changes the selected cells.
selected_cells | List of selected cells. |
Definition at line 618 of file qettemplateeditor.cpp.
References edit(), template_cell_editor_widget_, and updateActions().
Referenced by initWidgets().
void QETTitleBlockTemplateEditor::setOpenForDuplication | ( | bool | duplicate | ) |
true | for this editor to prompt the user for a new template name as soon as the window appears in order to duplicate the edited one. |
Definition at line 88 of file qettemplateeditor.cpp.
References duplicate_.
|
slot |
read_only | True to restrict this editor to visualization of the currently edited template, false to allow full edition. |
Definition at line 855 of file qettemplateeditor.cpp.
References logo_manager_, read_only_, template_cell_editor_widget_, template_edition_area_view_, updateActions(), and updateEditorTitle().
Referenced by edit(), editTemplateInformation(), initLogoManager(), and saveAs().
|
privateslot |
Ensure the user interface remains consistent by enabling or disabling adequate actions.
Definition at line 687 of file qettemplateeditor.cpp.
References add_col_, add_row_, copy_, cut_, merge_cells_, paste_, read_only_, save_, split_cell_, and template_edition_area_view_.
Referenced by initWidgets(), selectedCellsChanged(), and setReadOnly().
|
privateslot |
Set the title of this editor.
Definition at line 656 of file qettemplateeditor.cpp.
References currentlyEditedTitle(), and QET::Icons::tr.
Referenced by edit(), initWidgets(), and setReadOnly().
|
slot |
QETTitleBlockTemplateEditor::writeSettings Write the settings.
Definition at line 607 of file qettemplateeditor.cpp.
Referenced by closeEvent().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and updateActions().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and updateActions().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and updateActions().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and updateActions().
|
private |
Definition at line 49 of file qettemplateeditor.h.
Referenced by initMenus().
|
private |
Whether to ask the user a new template name when the window appears in order to rename the edited template.
Definition at line 66 of file qettemplateeditor.h.
Referenced by firstActivation(), openForDuplication(), and setOpenForDuplication().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), and initMenus().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), and initMenus().
|
private |
Definition at line 49 of file qettemplateeditor.h.
Referenced by initMenus().
|
private |
|
private |
Filepath of the currently edited template, if opened from a file.
Definition at line 57 of file qettemplateeditor.h.
Referenced by currentlyEditedTitle(), edit(), isEditing(), openFromFile(), save(), saveAs(), and saveAsFile().
|
private |
Used to track the first activation of the editor main window.
Definition at line 68 of file qettemplateeditor.h.
|
private |
Location of the currently edited template.
Definition at line 55 of file qettemplateeditor.h.
Referenced by canClose(), currentlyEditedTitle(), duplicateCurrentLocation(), edit(), firstActivation(), isEditing(), location(), save(), and saveAs().
|
private |
Logo manager widget.
Definition at line 78 of file qettemplateeditor.h.
Referenced by editLogos(), initLogoManager(), and setReadOnly().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), initToolbars(), and updateActions().
|
private |
actions
Definition at line 51 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and initToolbars().
|
private |
Definition at line 51 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and initToolbars().
|
private |
Definition at line 51 of file qettemplateeditor.h.
Referenced by initActions(), and initMenus().
|
private |
Whether to consider the location or the filepath.
Definition at line 59 of file qettemplateeditor.h.
Referenced by currentlyEditedTitle(), duplicateCurrentLocation(), edit(), firstActivation(), isEditing(), save(), and saveAs().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and updateActions().
|
private |
Definition at line 51 of file qettemplateeditor.h.
Referenced by initActions(), and initMenus().
|
private |
whether the currently edited template is considered read only
Definition at line 61 of file qettemplateeditor.h.
Referenced by currentlyEditedTitle(), editTemplateInformation(), initLogoManager(), setReadOnly(), and updateActions().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and initToolbars().
|
private |
Definition at line 51 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), initToolbars(), and updateActions().
|
private |
Definition at line 51 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and initToolbars().
|
private |
Definition at line 51 of file qettemplateeditor.h.
Referenced by initActions(), and initMenus().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), initToolbars(), and updateActions().
|
private |
Template Object edited.
Definition at line 70 of file qettemplateeditor.h.
Referenced by edit(), editLogos(), editTemplateInformation(), initLogoManager(), initWidgets(), and saveAs().
|
private |
Individual cell widget edition.
Definition at line 75 of file qettemplateeditor.h.
Referenced by initWidgets().
|
private |
Definition at line 76 of file qettemplateeditor.h.
Referenced by edit(), initLogoManager(), initWidgets(), selectedCellsChanged(), and setReadOnly().
|
private |
|
private |
Definition at line 73 of file qettemplateeditor.h.
Referenced by edit(), initActions(), initWidgets(), pushCellUndoCommand(), setReadOnly(), and updateActions().
|
private |
Definition at line 52 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and initToolbars().
|
private |
Definition at line 82 of file qettemplateeditor.h.
Referenced by initWidgets().
|
private |
Undo interface.
Definition at line 80 of file qettemplateeditor.h.
Referenced by canClose(), currentlyEditedTitle(), initActions(), initWidgets(), pushUndoCommand(), and saveAs().
|
private |
Definition at line 81 of file qettemplateeditor.h.
Referenced by initWidgets().
|
private |
Definition at line 53 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and initToolbars().
|
private |
Definition at line 53 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and initToolbars().
|
private |
Definition at line 53 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and initToolbars().
|
private |
Definition at line 53 of file qettemplateeditor.h.
Referenced by initActions(), initMenus(), and initToolbars().