Minor change

git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@3741 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
scorpio810
2015-02-21 12:11:26 +00:00
parent e6eb4e805c
commit 12e36511a9
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ In the official collection, there are now 2298 elements, and 376 catégoris for
* A menu has been added, allowing you to change the application language. * A menu has been added, allowing you to change the application language.
* we added a summary creation tool. * we added a summary creation tool.
* Added button "export the nomenclature" transforms data from diagrams to CSV file for spreadsheet. * Added button "export the nomenclature" transforms data from diagrams to CSV file for spreadsheet.
Arun wrote a detailed manual and quality in English. Arun wrote a detailed manual in English.
* New tools have been added, they can create mechanical connections and draw cabinets, desks, junction boxes, or areas on the schematic (line tool, rectangle, ellipse, polygon type: respect for style dashes). * New tools have been added, they can create mechanical connections and draw cabinets, desks, junction boxes, or areas on the schematic (line tool, rectangle, ellipse, polygon type: respect for style dashes).
* An aid in positioning cross, drawing, was added. * An aid in positioning cross, drawing, was added.
* The locked state images and basic forms (basic shapes) is now stored in the project. * The locked state images and basic forms (basic shapes) is now stored in the project.

View File

@@ -27,7 +27,7 @@ namespace QET {
/// QElectroTech version (as string, used to mark projects and elements XML documents) /// QElectroTech version (as string, used to mark projects and elements XML documents)
const QString version = "0.5"; const QString version = "0.5";
/// QElectroTech displayed version /// QElectroTech displayed version
const QString displayedVersion = "0.5"; const QString displayedVersion = "0.5-dev";
QString license(); QString license();
/// Oriented movements /// Oriented movements