mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-06-07 02:23:14 +02:00
Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 4e695de914 | |||
| 3803834d6d | |||
| 78a26f9175 | |||
| a990daaf9e | |||
| 3b7a8a17e4 | |||
| 9e78dc56a8 | |||
| 3cf9095899 | |||
| 3a1398d752 | |||
| 67a7d277f4 | |||
| e26f7fdaaa | |||
| f74fed9f3f |
@@ -1,3 +1,33 @@
|
|||||||
|
[ca]
|
||||||
|
Gràcies a Qt Software per la biblioteca Qt ( http://www.qtsoftware.com/ ), amb llicència GNU/GPL.
|
||||||
|
Gràcies al projecte KDE ( http://www.kde.org/ ).
|
||||||
|
Gràcies a Loic per les seves explicacions d'ordre matemàtic.
|
||||||
|
Gràcies a Remi Collet pels paquets Fedora.
|
||||||
|
Gràcies a Laurent Trinques pels paquets Debian.
|
||||||
|
Gràcies a `trem' pels paquets Mandriva.
|
||||||
|
Gràcies a TuxFamily ( http://tuxfamily.org/ ) per a l'allotjament del projecte.
|
||||||
|
Gràcies a `Nishiki' pels seus elements i el seu suport suport.
|
||||||
|
Gràcies a qtcentre.org per la seva classe SingleApplication.
|
||||||
|
Gràcies a Alfredo Carreto per les seves traduccions i correccions al castellà ( http://electronicosmx.net )
|
||||||
|
Gràcies a 'Dr.Slump' et Sivio pour leurs traductions a l'italià
|
||||||
|
Gràcies a Jose Carlos Martins per les seves traduccions al portuguès
|
||||||
|
Gràcies a Pavel Fric per les seves traduccions al txec
|
||||||
|
Gràcies a Pawel Smiech per les seves traduccions al polonès
|
||||||
|
Gràcies a Yuriy Litkevich per les seves traduccions al rus
|
||||||
|
Gràcies a Youssef Ouamalkran i Antoni Mirabete per les seves traduccions al català
|
||||||
|
Gràcies a Gabi Mandoc per les seves traduccions al romanès
|
||||||
|
Gràcies a Markus Budde i Jonas Stein et Noah Braden per les seves traduccions a l'alemany
|
||||||
|
Gràcies a Mohamed Souabni per les seves traduccions a l'àrab
|
||||||
|
Gràcies a Uroš Platiše per les seves traduccions a l'eslovè
|
||||||
|
Gràcies a Antun Marakovic per les seves traduccions al croat
|
||||||
|
Gràcies a Nikos Papadopoylos && Yannis Gyftomitros per les seves traduccions al grec
|
||||||
|
Gràcies a Markos Chandras pels paquets Gentoo
|
||||||
|
Gràcies a David pels paquets Slackware
|
||||||
|
Gràcies a Chipsterjulien pels paquets Archlinux AUR
|
||||||
|
Gràcies a Elbert de NL pels paquets OS/2
|
||||||
|
Gràcies a Zloidemon pels paquets (port GCC)
|
||||||
|
Gràcies a Mrbit per ebuild els paquets Gentoo
|
||||||
|
|
||||||
[en]
|
[en]
|
||||||
Thanks to Qt Software for their Qt library ( http://www.qtsoftware.com/ ), licensed under GNU/GPL.
|
Thanks to Qt Software for their Qt library ( http://www.qtsoftware.com/ ), licensed under GNU/GPL.
|
||||||
Thanks to the KDE project ( http://www.kde.org/ ).
|
Thanks to the KDE project ( http://www.kde.org/ ).
|
||||||
|
|||||||
@@ -163,6 +163,7 @@ http://creativecommons.org/licenses/by/3.0/ ή στείλτε μια επιστ
|
|||||||
Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
|
Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
|
||||||
|
|
||||||
[nl]
|
[nl]
|
||||||
|
|
||||||
De elementen collectie voorzien, samen met QElectroTech wordt geleverd als en
|
De elementen collectie voorzien, samen met QElectroTech wordt geleverd als en
|
||||||
zonder enige garantie van geschiktheid voor uw doel of werk.
|
zonder enige garantie van geschiktheid voor uw doel of werk.
|
||||||
Het gebruik, de wijziging en de integratie van de elementen in elektrische
|
Het gebruik, de wijziging en de integratie van de elementen in elektrische
|
||||||
@@ -177,6 +178,7 @@ http://creativecommons.org/licenses/by/3.0/ of stuur een brief naar Creative
|
|||||||
Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
|
Commons, 171 Second Street, Suite 300, San Francisco, California, 94105, USA.
|
||||||
|
|
||||||
[be]
|
[be]
|
||||||
|
|
||||||
De elementen collectie welke samen met QElectroTech wordt geleverd zonder enige garantie
|
De elementen collectie welke samen met QElectroTech wordt geleverd zonder enige garantie
|
||||||
of deze geschikt zijn voor uw doel of de werking.
|
of deze geschikt zijn voor uw doel of de werking.
|
||||||
Het gebruik, wijzigen en integratie van de elementen in uw elektrische
|
Het gebruik, wijzigen en integratie van de elementen in uw elektrische
|
||||||
|
|||||||
@@ -1,3 +1,14 @@
|
|||||||
|
[ca]
|
||||||
|
Dependències:
|
||||||
|
libQt5 (paquets libqt5*)
|
||||||
|
cupsys-bsd per imprimir
|
||||||
|
|
||||||
|
Com compilar:
|
||||||
|
$ qmake (qmake-qt5 pels sistemes basats en Debian)
|
||||||
|
$ make
|
||||||
|
# umask 0022
|
||||||
|
# make install
|
||||||
|
|
||||||
[en]
|
[en]
|
||||||
Requirements :
|
Requirements :
|
||||||
libQt5 (see packages libqt5*)
|
libQt5 (see packages libqt5*)
|
||||||
@@ -64,17 +75,6 @@ $ make
|
|||||||
# umask 0022
|
# umask 0022
|
||||||
# make install
|
# make install
|
||||||
|
|
||||||
[ca]
|
|
||||||
Dependències:
|
|
||||||
libQt5 (paquets libqt5*)
|
|
||||||
cupsys-bsd per imprimir
|
|
||||||
|
|
||||||
Com compilar:
|
|
||||||
$ qmake (qmake-qt5 pels sistemes basats en Debian)
|
|
||||||
$ make
|
|
||||||
# umask 0022
|
|
||||||
# make install
|
|
||||||
|
|
||||||
[cs]
|
[cs]
|
||||||
Požadavky :
|
Požadavky :
|
||||||
libQt5 (viz balíček libqt5*)
|
libQt5 (viz balíček libqt5*)
|
||||||
|
|||||||
@@ -1,3 +1,7 @@
|
|||||||
|
[ca]
|
||||||
|
QElectroTech és una aplicació Qt5 per crear esquemes elèctrics.
|
||||||
|
QET utilitza el format XML per als seus elements i esquemes i inclou un editor d'esquemes, un editor d'elements i un editor de caixetins.
|
||||||
|
|
||||||
[en]
|
[en]
|
||||||
QElectroTech is a Qt5 application to design electric diagrams.
|
QElectroTech is a Qt5 application to design electric diagrams.
|
||||||
It uses XML files for elements and diagrams, and includes both a diagram editor, a element editor, and an titleblock editor.
|
It uses XML files for elements and diagrams, and includes both a diagram editor, a element editor, and an titleblock editor.
|
||||||
|
|||||||
@@ -1,3 +1,6 @@
|
|||||||
|
[ca]
|
||||||
|
Col·lecció d'elements per a QElectroTech.
|
||||||
|
|
||||||
[fr]
|
[fr]
|
||||||
Collection d'éléments pour QElectroTech.
|
Collection d'éléments pour QElectroTech.
|
||||||
|
|
||||||
@@ -10,6 +13,7 @@ Bauteilsammlung für QElectroTech.
|
|||||||
[es]
|
[es]
|
||||||
Collección de elementos para QElectroTech.
|
Collección de elementos para QElectroTech.
|
||||||
|
|
||||||
|
|
||||||
[pt]
|
[pt]
|
||||||
Colecção de elementos para QElectroTech.
|
Colecção de elementos para QElectroTech.
|
||||||
|
|
||||||
|
|||||||
+1
-1
Submodule elements updated: 9f20b039b7...6e1e2471fe
Binary file not shown.
Binary file not shown.
+2378
-2296
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -12,7 +12,7 @@ Keywords=Graphics;Science;Electricity;Engineering;
|
|||||||
Comment=Edit electrical diagrams.
|
Comment=Edit electrical diagrams.
|
||||||
Comment[ar]=تحرير مخططات كهربائية
|
Comment[ar]=تحرير مخططات كهربائية
|
||||||
Comment[be]=Bewerken elektrisch schema.
|
Comment[be]=Bewerken elektrisch schema.
|
||||||
Comment[ca]=Editar esquemes elèctrics.
|
Comment[ca]=Edita esquemes elèctrics.
|
||||||
Comment[cs]=Editor výkresů elektrických obvodů
|
Comment[cs]=Editor výkresů elektrických obvodů
|
||||||
Comment[da]=Rediger elektriske diagrammer.
|
Comment[da]=Rediger elektriske diagrammer.
|
||||||
Comment[de]=Elektroschaltpläne erstellen und bearbeiten.
|
Comment[de]=Elektroschaltpläne erstellen und bearbeiten.
|
||||||
@@ -30,6 +30,7 @@ Comment[sk]=Úprava elektrických schém.
|
|||||||
GenericName=Electrical diagram editor
|
GenericName=Electrical diagram editor
|
||||||
GenericName[ar]=مُحرّر مخططات كهربائية
|
GenericName[ar]=مُحرّر مخططات كهربائية
|
||||||
GenericName[be]=Elektrische schema editor
|
GenericName[be]=Elektrische schema editor
|
||||||
|
GenericName[ca]=Editor d'esquemes elèctrics
|
||||||
GenericName[cs]=Editor výkresů elektrických obvodů
|
GenericName[cs]=Editor výkresů elektrických obvodů
|
||||||
GenericName[da]=Elektrisk diagram redigering
|
GenericName[da]=Elektrisk diagram redigering
|
||||||
GenericName[de]=Schaltplaneditor
|
GenericName[de]=Schaltplaneditor
|
||||||
|
|||||||
@@ -7,20 +7,21 @@
|
|||||||
<name>QElectroTech</name>
|
<name>QElectroTech</name>
|
||||||
<summary>Electrical diagram editor</summary>
|
<summary>Electrical diagram editor</summary>
|
||||||
<summary xml:lang="ar">مُحرّر مخططات كهربائية</summary>
|
<summary xml:lang="ar">مُحرّر مخططات كهربائية</summary>
|
||||||
|
<summary xml:lang="be">Elektrische schema editor</summary>
|
||||||
|
<summary xml:lang="ca">Editor d'esquemes elèctrics</summary>
|
||||||
<summary xml:lang="cs">Editor výkresů elektrických obvodů</summary>
|
<summary xml:lang="cs">Editor výkresů elektrických obvodů</summary>
|
||||||
|
<summary xml:lang="da">Elektrisk diagram redigering</summary>
|
||||||
<summary xml:lang="de">Zeichenprogramm für Schaltpläne</summary>
|
<summary xml:lang="de">Zeichenprogramm für Schaltpläne</summary>
|
||||||
<summary xml:lang="el">Επεξεργαστής ηλεκτρικών διαγραμμάτων</summary>
|
<summary xml:lang="el">Επεξεργαστής ηλεκτρικών διαγραμμάτων</summary>
|
||||||
<summary xml:lang="ex">Editor de esquemas eléctricos</summary>
|
<summary xml:lang="ex">Editor de esquemas eléctricos</summary>
|
||||||
<summary xml:lang="fr">Éditeur de schémas électriques</summary>
|
<summary xml:lang="fr">Éditeur de schémas électriques</summary>
|
||||||
<summary xml:lang="hr">Editor elektro sheme</summary>
|
<summary xml:lang="hr">Editor elektro sheme</summary>
|
||||||
<summary xml:lang="it">Programma per disegnare schemi elettrici</summary>
|
<summary xml:lang="it">Programma per disegnare schemi elettrici</summary>
|
||||||
|
<summary xml:lang="ja">電気回路図エディタ</summary>
|
||||||
|
<summary xml:lang="nl">Elektrische schema bewerker</summary>
|
||||||
<summary xml:lang="pl">Edytor schematów elektrycznych</summary>
|
<summary xml:lang="pl">Edytor schematów elektrycznych</summary>
|
||||||
<summary xml:lang="pt">Editor de esquemas eléctricos</summary>
|
<summary xml:lang="pt">Editor de esquemas eléctricos</summary>
|
||||||
<summary xml:lang="ru">Редактор электрических схем</summary>
|
<summary xml:lang="ru">Редактор электрических схем</summary>
|
||||||
<summary xml:lang="nl">Elektrische schema bewerker</summary>
|
|
||||||
<summary xml:lang="be">Elektrische schema editor</summary>
|
|
||||||
<summary xml:lang="da">Elektrisk diagram redigering</summary>
|
|
||||||
<summary xml:lang="ja">電気回路図エディタ</summary>
|
|
||||||
<content_rating type="oars-1.1"/>
|
<content_rating type="oars-1.1"/>
|
||||||
<releases>
|
<releases>
|
||||||
<release version="0.9-dev" date="2021-02-21"/>
|
<release version="0.9-dev" date="2021-02-21"/>
|
||||||
@@ -30,10 +31,22 @@
|
|||||||
QElectroTech is a Qt5 application to design electric diagrams.
|
QElectroTech is a Qt5 application to design electric diagrams.
|
||||||
It uses XML files for elements and diagrams, and includes both a diagram editor, an element editor, and a titleblock editor.
|
It uses XML files for elements and diagrams, and includes both a diagram editor, an element editor, and a titleblock editor.
|
||||||
</p>
|
</p>
|
||||||
|
<p xml:lang="be">
|
||||||
|
QElectroTech is een Qt5 applicatie om elektrische schema's te ontwerpen.
|
||||||
|
Het maakt gebruik van XML-bestanden voor elementen en diagrammen, en omvat zowel een diagram bewerker, een element bewerker, en ook een tielbloksjabloon bewerker.
|
||||||
|
</p>
|
||||||
|
<p xml:lang="ca">
|
||||||
|
QElectroTech és una aplicació Qt5 per crear esquemes elèctrics.
|
||||||
|
QET utilitza el format XML per als seus elements i esquemes i inclou un editor d'esquemes, un editor d'elements i un editor de caixetins.
|
||||||
|
</p>
|
||||||
<p xml:lang="cs">
|
<p xml:lang="cs">
|
||||||
QElectroTech je aplikací Qt5 určenou pro návrh nákresů elektrických obvodů.
|
QElectroTech je aplikací Qt5 určenou pro návrh nákresů elektrických obvodů.
|
||||||
Pro prvky a nákresy používá soubory XML, a zahrnuje v sobě jak editor nákresů, tak editor prvků.
|
Pro prvky a nákresy používá soubory XML, a zahrnuje v sobě jak editor nákresů, tak editor prvků.
|
||||||
</p>
|
</p>
|
||||||
|
<p xml:lang="da">
|
||||||
|
QElectroTech er et Qt5 program til at redigere elektriske diagrammer.
|
||||||
|
Det bruger XML filer for symboler og diagrammer og inkluderer diagram, symbol og titelblok redigering.
|
||||||
|
</p>
|
||||||
<p xml:lang="de">
|
<p xml:lang="de">
|
||||||
QElectroTech ist eine Qt5-Anwendung zum Entwerfen von Schaltplänen.
|
QElectroTech ist eine Qt5-Anwendung zum Entwerfen von Schaltplänen.
|
||||||
Die Anwendung verwendet XML-Dateien zum Speichern von Projekten und Elementbibliotheken. Neben dem Schaltplaneditor enthält die Anwendung auch Elementeditoren und einen Blattvorlageneditor.
|
Die Anwendung verwendet XML-Dateien zum Speichern von Projekten und Elementbibliotheken. Neben dem Schaltplaneditor enthält die Anwendung auch Elementeditoren und einen Blattvorlageneditor.
|
||||||
@@ -54,9 +67,13 @@
|
|||||||
QElectroTech è una applicazione fatta in Qt5 per disegnare schemi elettrici.
|
QElectroTech è una applicazione fatta in Qt5 per disegnare schemi elettrici.
|
||||||
QET usa il formato XML per i suoi elementi e schemi, includendo anche un editor per gli stessi.
|
QET usa il formato XML per i suoi elementi e schemi, includendo anche un editor per gli stessi.
|
||||||
</p>
|
</p>
|
||||||
<p xml:lang="ru">
|
<p xml:lang="ja">
|
||||||
QElectroTech - приложение написанное на Qt5 и предназначено для разработки электрических схем.
|
QElectroTech は電気回路図を作成する Qt5 アプリケーションです。
|
||||||
Приложение использует для хранения проектов и библиотек элементов файлы в XML формате. Приложение помимо редактора электричесих схем, содержит также редакторы элементов и редактор шаблонов листов.
|
QET は要素と回路図に XML 形式を利用し、回路図エディタ、要素エディタ、表題欄エディタを含みます。
|
||||||
|
</p>
|
||||||
|
<p xml:lang="nl">
|
||||||
|
QElectroTech is een Qt5 applicatie om elektrische schema's te ontwerpen.
|
||||||
|
Het maakt gebruik van XML-bestanden voor elementen en diagrammen, en omvat zowel een diagram bewerker, een element bewerker, en een bloksjabloon bewerker.
|
||||||
</p>
|
</p>
|
||||||
<p xml:lang="pl">
|
<p xml:lang="pl">
|
||||||
QElectroTech to aplikacja napisana w Qt5, przeznaczona do tworzenia schematów elektrycznych.
|
QElectroTech to aplikacja napisana w Qt5, przeznaczona do tworzenia schematów elektrycznych.
|
||||||
@@ -66,21 +83,9 @@
|
|||||||
QElectroTech é uma aplicação baseada em Qt5 para desenhar esquemas eléctricos.
|
QElectroTech é uma aplicação baseada em Qt5 para desenhar esquemas eléctricos.
|
||||||
QET utiliza ficheiros XML para os elementos e para os esquemas e inclui um editor de esquemas e um editor de elementos.
|
QET utiliza ficheiros XML para os elementos e para os esquemas e inclui um editor de esquemas e um editor de elementos.
|
||||||
</p>
|
</p>
|
||||||
<p xml:lang="nl">
|
<p xml:lang="ru">
|
||||||
QElectroTech is een Qt5 applicatie om elektrische schema's te ontwerpen.
|
QElectroTech - приложение написанное на Qt5 и предназначено для разработки электрических схем.
|
||||||
Het maakt gebruik van XML-bestanden voor elementen en diagrammen, en omvat zowel een diagram bewerker, een element bewerker, en een bloksjabloon bewerker.
|
Приложение использует для хранения проектов и библиотек элементов файлы в XML формате. Приложение помимо редактора электричесих схем, содержит также редакторы элементов и редактор шаблонов листов.
|
||||||
</p>
|
|
||||||
<p xml:lang="be">
|
|
||||||
QElectroTech is een Qt5 applicatie om elektrische schema's te ontwerpen.
|
|
||||||
Het maakt gebruik van XML-bestanden voor elementen en diagrammen, en omvat zowel een diagram bewerker, een element bewerker, en ook een tielbloksjabloon bewerker.
|
|
||||||
</p>
|
|
||||||
<p xml:lang="da">
|
|
||||||
QElectroTech er et Qt5 program til at redigere elektriske diagrammer.
|
|
||||||
Det bruger XML filer for symboler og diagrammer og inkluderer diagram, symbol og titelblok redigering.
|
|
||||||
</p>
|
|
||||||
<p xml:lang="ja">
|
|
||||||
QElectroTech は電気回路図を作成する Qt5 アプリケーションです。
|
|
||||||
QET は要素と回路図に XML 形式を利用し、回路図エディタ、要素エディタ、表題欄エディタを含みます。
|
|
||||||
</p>
|
</p>
|
||||||
</description>
|
</description>
|
||||||
<url type="homepage">http://qelectrotech.org</url>
|
<url type="homepage">http://qelectrotech.org</url>
|
||||||
|
|||||||
+33
-33
@@ -3,61 +3,61 @@
|
|||||||
<mime-type type="application/x-qet-project">
|
<mime-type type="application/x-qet-project">
|
||||||
<sub-class-of type="text/xml"/>
|
<sub-class-of type="text/xml"/>
|
||||||
<comment>QElectroTech project file</comment>
|
<comment>QElectroTech project file</comment>
|
||||||
<comment xml:lang="de">QElectroTech Projektdatei</comment>
|
|
||||||
<comment xml:lang="fr">Fichier projet QElectroTech</comment>
|
|
||||||
<comment xml:lang="ar">QElectrotech ملف مشروع</comment>
|
<comment xml:lang="ar">QElectrotech ملف مشروع</comment>
|
||||||
<comment xml:lang="es">Fichero proyecto QElectroTech</comment>
|
|
||||||
<comment xml:lang="ca">Fitxer projecte QElectroTech</comment>
|
|
||||||
<comment xml:lang="ru">Файл проекта QElectroTech</comment>
|
|
||||||
<comment xml:lang="pt">Ficheiro de projecto QElectroTech</comment>
|
|
||||||
<comment xml:lang="cs">Soubor s projektem pro QElectroTech</comment>
|
|
||||||
<comment xml:lang="pl">Plik projektu QElectrotech</comment>
|
|
||||||
<comment xml:lang="it">File del progetto QElectroTech</comment>
|
|
||||||
<comment xml:lang="el">Αρχείο έργου του QElectroTech</comment>
|
|
||||||
<comment xml:lang="nl">QElectroTech project bestand</comment>
|
|
||||||
<comment xml:lang="be">QElectroTech project bestand</comment>
|
<comment xml:lang="be">QElectroTech project bestand</comment>
|
||||||
|
<comment xml:lang="ca">Fitxer de projecte QElectroTech</comment>
|
||||||
|
<comment xml:lang="cs">Soubor s projektem pro QElectroTech</comment>
|
||||||
<comment xml:lang="da">QElectroTech projekt fil</comment>
|
<comment xml:lang="da">QElectroTech projekt fil</comment>
|
||||||
|
<comment xml:lang="de">QElectroTech Projektdatei</comment>
|
||||||
|
<comment xml:lang="el">Αρχείο έργου του QElectroTech</comment>
|
||||||
|
<comment xml:lang="es">Fichero proyecto QElectroTech</comment>
|
||||||
|
<comment xml:lang="fr">Fichier projet QElectroTech</comment>
|
||||||
|
<comment xml:lang="it">File del progetto QElectroTech</comment>
|
||||||
<comment xml:lang="ja">QElectroTech プロジェクト・ファイル</comment>
|
<comment xml:lang="ja">QElectroTech プロジェクト・ファイル</comment>
|
||||||
|
<comment xml:lang="nl">QElectroTech project bestand</comment>
|
||||||
|
<comment xml:lang="pl">Plik projektu QElectrotech</comment>
|
||||||
|
<comment xml:lang="pt">Ficheiro de projecto QElectroTech</comment>
|
||||||
|
<comment xml:lang="ru">Файл проекта QElectroTech</comment>
|
||||||
<glob pattern="*.qet" />
|
<glob pattern="*.qet" />
|
||||||
</mime-type>
|
</mime-type>
|
||||||
<mime-type type="application/x-qet-element">
|
<mime-type type="application/x-qet-element">
|
||||||
<sub-class-of type="text/xml"/>
|
<sub-class-of type="text/xml"/>
|
||||||
<comment>QElectroTech element file</comment>
|
<comment>QElectroTech element file</comment>
|
||||||
<comment xml:lang="de">QElectroTech Bauteildatei</comment>
|
|
||||||
<comment xml:lang="fr">Fichier élément QElectroTech</comment>
|
|
||||||
<comment xml:lang="ar">QElectrotech ملف مشروع</comment>
|
<comment xml:lang="ar">QElectrotech ملف مشروع</comment>
|
||||||
<comment xml:lang="ru">Файл элемента QElectroTech</comment>
|
|
||||||
<comment xml:lang="es">Fichero elemento QElectroTech</comment>
|
|
||||||
<comment xml:lang="ca">Fitxer símbol QElectroTech</comment>
|
|
||||||
<comment xml:lang="pt">Ficheiro de projecto QElectroTech</comment>
|
|
||||||
<comment xml:lang="cs">Soubor s prvkem pro QElectroTech</comment>
|
|
||||||
<comment xml:lang="pl">Plik elementu QElectroTech</comment>
|
|
||||||
<comment xml:lang="it">File del progetto QElectroTech</comment>
|
|
||||||
<comment xml:lang="el">Αρχείο στοιχείου του QElectroTech</comment>
|
|
||||||
<comment xml:lang="nl">QElectroTech element bestand</comment>
|
|
||||||
<comment xml:lang="be">QElectroTech element bestand</comment>
|
<comment xml:lang="be">QElectroTech element bestand</comment>
|
||||||
|
<comment xml:lang="ca">Fitxer d'element QElectroTech</comment>
|
||||||
|
<comment xml:lang="cs">Soubor s prvkem pro QElectroTech</comment>
|
||||||
<comment xml:lang="da">QElectroTech symbol fil</comment>
|
<comment xml:lang="da">QElectroTech symbol fil</comment>
|
||||||
|
<comment xml:lang="de">QElectroTech Bauteildatei</comment>
|
||||||
|
<comment xml:lang="el">Αρχείο στοιχείου του QElectroTech</comment>
|
||||||
|
<comment xml:lang="es">Fichero elemento QElectroTech</comment>
|
||||||
|
<comment xml:lang="fr">Fichier élément QElectroTech</comment>
|
||||||
|
<comment xml:lang="it">File del progetto QElectroTech</comment>
|
||||||
<comment xml:lang="ja">QElectroTech 要素ファイル</comment>
|
<comment xml:lang="ja">QElectroTech 要素ファイル</comment>
|
||||||
|
<comment xml:lang="nl">QElectroTech element bestand</comment>
|
||||||
|
<comment xml:lang="pl">Plik elementu QElectroTech</comment>
|
||||||
|
<comment xml:lang="pt">Ficheiro de projecto QElectroTech</comment>
|
||||||
|
<comment xml:lang="ru">Файл элемента QElectroTech</comment>
|
||||||
<glob pattern="*.elmt" />
|
<glob pattern="*.elmt" />
|
||||||
</mime-type>
|
</mime-type>
|
||||||
<mime-type type="application/x-qet-titleblock">
|
<mime-type type="application/x-qet-titleblock">
|
||||||
<sub-class-of type="text/xml"/>
|
<sub-class-of type="text/xml"/>
|
||||||
<comment>QElectroTech title block template file</comment>
|
<comment>QElectroTech title block template file</comment>
|
||||||
<comment xml:lang="de">QElectroTech Schriftfeld Vorlagedatei</comment>
|
|
||||||
<comment xml:lang="fr">Modèle de cartouche QElectroTech</comment>
|
|
||||||
<comment xml:lang="ar">QElectrotech نموذج إطار تعريف</comment>
|
<comment xml:lang="ar">QElectrotech نموذج إطار تعريف</comment>
|
||||||
<comment xml:lang="ru">Файл шаблона основной надписи листа QElectroTech</comment>
|
|
||||||
<comment xml:lang="pl">Szablon tabliczki rysunkowej QElectroTech</comment>
|
|
||||||
<comment xml:lang="es">Modelo de cartucho QElectroTech</comment>
|
|
||||||
<comment xml:lang="ca">Model de bloc de títol QElectroTech</comment>
|
|
||||||
<comment xml:lang="cs">Vzor záhlaví výkresu pro QElectroTech</comment>
|
|
||||||
<comment xml:lang="pt">Modelo de moldura QElectroTech</comment>
|
|
||||||
<comment xml:lang="it">Modello di cartiglio per QElectroTech</comment>
|
|
||||||
<comment xml:lang="el">Πρότυπο πινακίδας του QElectroTech</comment>
|
|
||||||
<comment xml:lang="nl">QElectroTech titel bloksjabloon</comment>
|
|
||||||
<comment xml:lang="be">QElectroTech titel bloksjabloon</comment>
|
<comment xml:lang="be">QElectroTech titel bloksjabloon</comment>
|
||||||
|
<comment xml:lang="ca">Model de caixetí QElectroTech</comment>
|
||||||
|
<comment xml:lang="cs">Vzor záhlaví výkresu pro QElectroTech</comment>
|
||||||
<comment xml:lang="da">QElectroTech titelblok skabelon</comment>
|
<comment xml:lang="da">QElectroTech titelblok skabelon</comment>
|
||||||
|
<comment xml:lang="de">QElectroTech Schriftfeld Vorlagedatei</comment>
|
||||||
|
<comment xml:lang="el">Πρότυπο πινακίδας του QElectroTech</comment>
|
||||||
|
<comment xml:lang="es">Modelo de cartucho QElectroTech</comment>
|
||||||
|
<comment xml:lang="fr">Modèle de cartouche QElectroTech</comment>
|
||||||
|
<comment xml:lang="it">Modello di cartiglio per QElectroTech</comment>
|
||||||
<comment xml:lang="ja">QElectroTech 表題欄テンプレート</comment>
|
<comment xml:lang="ja">QElectroTech 表題欄テンプレート</comment>
|
||||||
|
<comment xml:lang="nl">QElectroTech titel bloksjabloon</comment>
|
||||||
|
<comment xml:lang="pl">Szablon tabliczki rysunkowej QElectroTech</comment>
|
||||||
|
<comment xml:lang="pt">Modelo de moldura QElectroTech</comment>
|
||||||
|
<comment xml:lang="ru">Файл шаблона основной надписи листа QElectroTech</comment>
|
||||||
<glob pattern="*.titleblock" />
|
<glob pattern="*.titleblock" />
|
||||||
</mime-type>
|
</mime-type>
|
||||||
</mime-info>
|
</mime-info>
|
||||||
|
|||||||
@@ -57,21 +57,9 @@ TerminalStripEditor::TerminalStripEditor(QETProject *project, QWidget *parent) :
|
|||||||
{
|
{
|
||||||
if (m_model->columnTypeForIndex(index) == TerminalStripModel::XRef)
|
if (m_model->columnTypeForIndex(index) == TerminalStripModel::XRef)
|
||||||
{
|
{
|
||||||
auto mrtd = m_model->modelRealTerminalDataForIndex(index);
|
const auto mrtd = m_model->modelRealTerminalDataForIndex(index);
|
||||||
if (mrtd.element_)
|
if (mrtd.element_) {
|
||||||
{
|
QetGraphicsItem::showItem(mrtd.element_);
|
||||||
auto elmt = mrtd.element_;
|
|
||||||
auto diagram = elmt->diagram();
|
|
||||||
if (diagram)
|
|
||||||
{
|
|
||||||
diagram->showMe();
|
|
||||||
if (diagram->views().size())
|
|
||||||
{
|
|
||||||
auto fit_view = elmt->sceneBoundingRect();
|
|
||||||
fit_view.adjust(-200,-200,200,200);
|
|
||||||
diagram->views().at(0)->fitInView(fit_view, Qt::KeepAspectRatioByExpanding);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|||||||
@@ -320,24 +320,7 @@ void CrossRefItem::paint(
|
|||||||
void CrossRefItem::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event)
|
void CrossRefItem::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event)
|
||||||
{
|
{
|
||||||
event->accept();
|
event->accept();
|
||||||
if (m_hovered_contact && m_hovered_contact->scene())
|
QetGraphicsItem::showItem(m_hovered_contact);
|
||||||
{
|
|
||||||
//Show and select the linked slave element
|
|
||||||
if (scene() != m_hovered_contact->scene())
|
|
||||||
{
|
|
||||||
m_hovered_contact->diagram()->showMe();
|
|
||||||
}
|
|
||||||
m_hovered_contact->setSelected(true);
|
|
||||||
|
|
||||||
//Zoom to the linked slave element
|
|
||||||
foreach(QGraphicsView *view,
|
|
||||||
m_hovered_contact->diagram()->views())
|
|
||||||
{
|
|
||||||
QRectF fit = m_hovered_contact->sceneBoundingRect();
|
|
||||||
fit.adjust(-200, -200, 200, 200);
|
|
||||||
view->fitInView(fit, Qt::KeepAspectRatioByExpanding);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -1278,17 +1278,7 @@ void DynamicElementTextItem::zoomToLinkedElement()
|
|||||||
setSelected(false);
|
setSelected(false);
|
||||||
ungrabMouse();
|
ungrabMouse();
|
||||||
|
|
||||||
if(scene() != zoomed_element->scene())
|
QetGraphicsItem::showItem(zoomed_element);
|
||||||
zoomed_element->diagram()->showMe();
|
|
||||||
zoomed_element->setSelected(true);
|
|
||||||
|
|
||||||
//Zoom to the element
|
|
||||||
for(QGraphicsView *view : zoomed_element->scene()->views())
|
|
||||||
{
|
|
||||||
QRectF fit = zoomed_element->sceneBoundingRect();
|
|
||||||
fit.adjust(-200, -200, 200, 200);
|
|
||||||
view->fitInView(fit, Qt::KeepAspectRatioByExpanding);
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -18,8 +18,6 @@
|
|||||||
#include "slaveelement.h"
|
#include "slaveelement.h"
|
||||||
|
|
||||||
#include "../diagram.h"
|
#include "../diagram.h"
|
||||||
#include "../diagramposition.h"
|
|
||||||
#include "../qetapp.h"
|
|
||||||
#include "dynamicelementtextitem.h"
|
#include "dynamicelementtextitem.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -33,9 +31,7 @@ SlaveElement::SlaveElement(const ElementsLocation &location,
|
|||||||
QGraphicsItem *qgi,
|
QGraphicsItem *qgi,
|
||||||
int *state) :
|
int *state) :
|
||||||
Element(location, qgi, state, Element::Slave)
|
Element(location, qgi, state, Element::Slave)
|
||||||
{
|
{}
|
||||||
m_xref_item = nullptr;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@brief SlaveElement::~SlaveElement
|
@brief SlaveElement::~SlaveElement
|
||||||
|
|||||||
@@ -18,7 +18,6 @@
|
|||||||
#ifndef SLAVEELEMENT_H
|
#ifndef SLAVEELEMENT_H
|
||||||
#define SLAVEELEMENT_H
|
#define SLAVEELEMENT_H
|
||||||
|
|
||||||
#include "../properties/xrefproperties.h"
|
|
||||||
#include "element.h"
|
#include "element.h"
|
||||||
|
|
||||||
class SlaveElement : public Element
|
class SlaveElement : public Element
|
||||||
@@ -33,9 +32,6 @@ class SlaveElement : public Element
|
|||||||
void linkToElement(Element *elmt) override;
|
void linkToElement(Element *elmt) override;
|
||||||
void unlinkAllElements() override;
|
void unlinkAllElements() override;
|
||||||
void unlinkElement(Element *elmt) override;
|
void unlinkElement(Element *elmt) override;
|
||||||
|
|
||||||
private:
|
|
||||||
QGraphicsTextItem *m_xref_item;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // SLAVEELEMENT_H
|
#endif // SLAVEELEMENT_H
|
||||||
|
|||||||
@@ -21,6 +21,7 @@
|
|||||||
#include "../../qeticons.h"
|
#include "../../qeticons.h"
|
||||||
#include "ui_generalconfigurationpage.h"
|
#include "ui_generalconfigurationpage.h"
|
||||||
#include "../../utils/qetsettings.h"
|
#include "../../utils/qetsettings.h"
|
||||||
|
#include "../../qetmessagebox.h"
|
||||||
|
|
||||||
#include <QFileDialog>
|
#include <QFileDialog>
|
||||||
#include <QFontDialog>
|
#include <QFontDialog>
|
||||||
@@ -83,7 +84,6 @@ GeneralConfigurationPage::GeneralConfigurationPage(QWidget *parent) :
|
|||||||
ui->m_use_gesture_trackpad->setChecked(settings.value("diagramview/gestures", false).toBool());
|
ui->m_use_gesture_trackpad->setChecked(settings.value("diagramview/gestures", false).toBool());
|
||||||
ui->m_save_label_paste->setChecked(settings.value("diagramcommands/erase-label-on-copy", true).toBool());
|
ui->m_save_label_paste->setChecked(settings.value("diagramcommands/erase-label-on-copy", true).toBool());
|
||||||
ui->m_use_folio_label->setChecked(settings.value("genericpanel/folio", true).toBool());
|
ui->m_use_folio_label->setChecked(settings.value("genericpanel/folio", true).toBool());
|
||||||
ui->m_export_terminal->setChecked(settings.value("nomenclature-exportlist", true).toBool());
|
|
||||||
ui->m_border_0->setChecked(settings.value("border-columns_0", false).toBool());
|
ui->m_border_0->setChecked(settings.value("border-columns_0", false).toBool());
|
||||||
ui->m_autosave_sb->setValue(settings.value("diagrameditor/autosave-interval", 0).toInt());
|
ui->m_autosave_sb->setValue(settings.value("diagrameditor/autosave-interval", 0).toInt());
|
||||||
|
|
||||||
@@ -224,9 +224,6 @@ void GeneralConfigurationPage::applyConf()
|
|||||||
//GENERIC PANEL
|
//GENERIC PANEL
|
||||||
settings.setValue("genericpanel/folio",ui->m_use_folio_label->isChecked());
|
settings.setValue("genericpanel/folio",ui->m_use_folio_label->isChecked());
|
||||||
|
|
||||||
//NOMENCLATURE
|
|
||||||
settings.setValue("nomenclature/terminal-exportlist",ui->m_export_terminal->isChecked());
|
|
||||||
|
|
||||||
|
|
||||||
//DIAGRAM EDITOR
|
//DIAGRAM EDITOR
|
||||||
QString view_mode = ui->m_use_tab_mode_rb->isChecked() ? "tabbed" : "windowed";
|
QString view_mode = ui->m_use_tab_mode_rb->isChecked() ? "tabbed" : "windowed";
|
||||||
@@ -564,3 +561,29 @@ void GeneralConfigurationPage::on_ElementEditor_Grid_PointSize_min_sb_valueChang
|
|||||||
{
|
{
|
||||||
ui->ElementEditor_Grid_PointSize_max_sb->setMinimum(std::max(1, value));
|
ui->ElementEditor_Grid_PointSize_max_sb->setMinimum(std::max(1, value));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
void GeneralConfigurationPage::on_m_hdpi_round_cb_clicked(bool checked)
|
||||||
|
{
|
||||||
|
if (checked) {
|
||||||
|
if (QMessageBox::Cancel == QET::QetMessageBox::warning(
|
||||||
|
this,
|
||||||
|
tr("Fonctionnalité expérimental"),
|
||||||
|
tr("AVERTISSEMENT :\n"
|
||||||
|
"Toutes valeurs autre que ‘Pas d’arrondi’ peut causer des erreurs de rendu "
|
||||||
|
"du projet en fonction de :\n\n"
|
||||||
|
"1 - la valeur sélectionnée \n"
|
||||||
|
"2 - du dpi de l'écran \n"
|
||||||
|
"3 - Modifier le projet sur un autre ordinateur et/ou écran n'ayant pas les mêmes paramètres des points 1 et 2."),
|
||||||
|
QMessageBox::StandardButton::Cancel|QMessageBox::StandardButton::Ok,
|
||||||
|
QMessageBox::StandardButton::Cancel
|
||||||
|
)) {
|
||||||
|
ui->m_hdpi_round_cb->blockSignals(true);
|
||||||
|
ui->m_hdpi_round_cb->setChecked(false);
|
||||||
|
ui->m_hdpi_round_cb->blockSignals(false);
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
ui->m_hdpi_round_label->setEnabled(checked);
|
||||||
|
ui->m_hdpi_round_policy_cb->setEnabled(checked);
|
||||||
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -51,6 +51,8 @@ class GeneralConfigurationPage : public ConfigPage
|
|||||||
void on_DiagramEditor_Grid_PointSize_min_sb_valueChanged(int value);
|
void on_DiagramEditor_Grid_PointSize_min_sb_valueChanged(int value);
|
||||||
void on_ElementEditor_Grid_PointSize_min_sb_valueChanged(int value);
|
void on_ElementEditor_Grid_PointSize_min_sb_valueChanged(int value);
|
||||||
|
|
||||||
|
void on_m_hdpi_round_cb_clicked(bool checked);
|
||||||
|
|
||||||
private:
|
private:
|
||||||
void fillLang();
|
void fillLang();
|
||||||
|
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>872</width>
|
<width>955</width>
|
||||||
<height>556</height>
|
<height>556</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
@@ -17,7 +17,7 @@
|
|||||||
<item>
|
<item>
|
||||||
<widget class="QTabWidget" name="tabWidget">
|
<widget class="QTabWidget" name="tabWidget">
|
||||||
<property name="currentIndex">
|
<property name="currentIndex">
|
||||||
<number>1</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QWidget" name="tab_3">
|
<widget class="QWidget" name="tab_3">
|
||||||
<attribute name="title">
|
<attribute name="title">
|
||||||
@@ -82,7 +82,7 @@
|
|||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QWidget" name="m_hdpi_round_policy_widget" native="true">
|
<widget class="QWidget" name="m_hdpi_round_policy_widget" native="true">
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,1">
|
||||||
<property name="leftMargin">
|
<property name="leftMargin">
|
||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
@@ -96,14 +96,28 @@
|
|||||||
<number>0</number>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_2">
|
<widget class="QCheckBox" name="m_hdpi_round_cb">
|
||||||
|
<property name="text">
|
||||||
|
<string/>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QLabel" name="m_hdpi_round_label">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Méthode de mise à l'echelle des écrans à haute densité de pixels (hdpi) (appliqué au prochain lancement de QElectroTech) :</string>
|
<string>Méthode de mise à l'echelle des écrans à haute densité de pixels (hdpi) (appliqué au prochain lancement de QElectroTech) :</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QComboBox" name="m_hdpi_round_policy_cb"/>
|
<widget class="QComboBox" name="m_hdpi_round_policy_cb">
|
||||||
|
<property name="enabled">
|
||||||
|
<bool>false</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
@@ -128,41 +142,21 @@
|
|||||||
<string>Projets</string>
|
<string>Projets</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<layout class="QGridLayout" name="gridLayout_2">
|
<layout class="QGridLayout" name="gridLayout_2">
|
||||||
<item row="4" column="1">
|
<item row="1" column="0">
|
||||||
<spacer name="horizontalSpacer">
|
<widget class="QCheckBox" name="m_use_folio_label">
|
||||||
<property name="orientation">
|
<property name="text">
|
||||||
<enum>Qt::Horizontal</enum>
|
<string>Utiliser les numéros de folio à la place de leur position dans le projet</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="sizeHint" stdset="0">
|
</widget>
|
||||||
<size>
|
|
||||||
<width>40</width>
|
|
||||||
<height>20</height>
|
|
||||||
</size>
|
|
||||||
</property>
|
|
||||||
</spacer>
|
|
||||||
</item>
|
</item>
|
||||||
<item row="4" column="0">
|
<item row="3" column="0">
|
||||||
<widget class="QLabel" name="label">
|
<widget class="QLabel" name="label">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Sauvegarde automatique des projets (appliqué au prochain lancement de QElectroTech)</string>
|
<string>Sauvegarde automatique des projets (appliqué au prochain lancement de QElectroTech)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="0" column="0">
|
<item row="3" column="2">
|
||||||
<widget class="QCheckBox" name="m_save_label_paste">
|
|
||||||
<property name="text">
|
|
||||||
<string>Ne pas conserver les labels des éléments lors des copier coller</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="3" column="0">
|
|
||||||
<widget class="QCheckBox" name="m_border_0">
|
|
||||||
<property name="text">
|
|
||||||
<string extracomment="Choix de l'increment de depart 1 ou 0">Numéroter les colonnes de cartouche à partir de 0 (1 sinon)</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item row="4" column="2">
|
|
||||||
<widget class="QSpinBox" name="m_autosave_sb">
|
<widget class="QSpinBox" name="m_autosave_sb">
|
||||||
<property name="frame">
|
<property name="frame">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
@@ -184,14 +178,14 @@
|
|||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0">
|
<item row="0" column="0">
|
||||||
<widget class="QCheckBox" name="m_use_folio_label">
|
<widget class="QCheckBox" name="m_save_label_paste">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Utiliser les numéros de folio à la place de leur position dans le projet</string>
|
<string>Ne pas conserver les labels des éléments lors des copier coller</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="5" column="0">
|
<item row="4" column="0">
|
||||||
<spacer name="verticalSpacer_2">
|
<spacer name="verticalSpacer_2">
|
||||||
<property name="orientation">
|
<property name="orientation">
|
||||||
<enum>Qt::Vertical</enum>
|
<enum>Qt::Vertical</enum>
|
||||||
@@ -204,10 +198,23 @@
|
|||||||
</property>
|
</property>
|
||||||
</spacer>
|
</spacer>
|
||||||
</item>
|
</item>
|
||||||
|
<item row="3" column="1">
|
||||||
|
<spacer name="horizontalSpacer">
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="sizeHint" stdset="0">
|
||||||
|
<size>
|
||||||
|
<width>40</width>
|
||||||
|
<height>20</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</spacer>
|
||||||
|
</item>
|
||||||
<item row="2" column="0">
|
<item row="2" column="0">
|
||||||
<widget class="QCheckBox" name="m_export_terminal">
|
<widget class="QCheckBox" name="m_border_0">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string>Exporter les bornes dans la nomenclature</string>
|
<string extracomment="Choix de l'increment de depart 1 ou 0">Numéroter les colonnes de cartouche à partir de 0 (1 sinon)</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
@@ -1090,7 +1097,6 @@ Vous pouvez spécifier ici la valeur par défaut de ce champ pour les éléments
|
|||||||
<tabstop>m_use_tab_mode_rb</tabstop>
|
<tabstop>m_use_tab_mode_rb</tabstop>
|
||||||
<tabstop>m_save_label_paste</tabstop>
|
<tabstop>m_save_label_paste</tabstop>
|
||||||
<tabstop>m_use_folio_label</tabstop>
|
<tabstop>m_use_folio_label</tabstop>
|
||||||
<tabstop>m_export_terminal</tabstop>
|
|
||||||
<tabstop>m_border_0</tabstop>
|
<tabstop>m_border_0</tabstop>
|
||||||
<tabstop>m_autosave_sb</tabstop>
|
<tabstop>m_autosave_sb</tabstop>
|
||||||
<tabstop>m_common_elmt_path_cb</tabstop>
|
<tabstop>m_common_elmt_path_cb</tabstop>
|
||||||
|
|||||||
@@ -146,7 +146,6 @@ void DynamicElementTextItemEditor::setCurrentText(DynamicElementTextItem *text)
|
|||||||
return;
|
return;
|
||||||
|
|
||||||
ui->m_tree_view->expand(index);
|
ui->m_tree_view->expand(index);
|
||||||
// ui->m_tree_view->expand(index.QModelIndex::model()->index(0,0)); // commented by plc-user: leads to crash, when other textitem was selected before
|
|
||||||
ui->m_tree_view->setCurrentIndex(index);
|
ui->m_tree_view->setCurrentIndex(index);
|
||||||
ui->m_remove_selection->setEnabled(true);
|
ui->m_remove_selection->setEnabled(true);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user