mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 14:50:53 +01:00
Changed every occurence in the code of the "inset" term to "title block".
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1132 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -660,7 +660,7 @@ bool QETDiagramEditor::newProject() {
|
||||
// transmet les proprietes par defaut des nouveaux schemas
|
||||
new_project -> setDefaultBorderProperties(defaultBorderProperties());
|
||||
new_project -> setDefaultConductorProperties(defaultConductorProperties());
|
||||
new_project -> setDefaultInsetProperties(defaultInsetProperties());
|
||||
new_project -> setDefaultTitleBlockProperties(defaultTitleBlockProperties());
|
||||
|
||||
// ajoute un schema au projet
|
||||
new_project -> addNewDiagram();
|
||||
@@ -1780,11 +1780,11 @@ void QETDiagramEditor::editElementInEditor(const ElementsLocation &location) {
|
||||
/**
|
||||
@return Les proprietes par defaut pour le cartouche d'un schema
|
||||
*/
|
||||
InsetProperties QETDiagramEditor::defaultInsetProperties() {
|
||||
TitleBlockProperties QETDiagramEditor::defaultTitleBlockProperties() {
|
||||
// accede a la configuration de l'application
|
||||
QSettings &settings = QETApp::settings();
|
||||
|
||||
InsetProperties def;
|
||||
TitleBlockProperties def;
|
||||
// lit le cartouche par defaut dans la configuration
|
||||
def.fromSettings(settings, "diagrameditor/default");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user