mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-23 18:50:52 +01:00
Translated all comments found in header files (*.h) from French to English.
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@1960 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -26,7 +26,8 @@ class Diagram;
|
||||
class ElementsLocation;
|
||||
class QETTabWidget;
|
||||
/**
|
||||
Cette classe affiche les schemas d'un projet dans des onglets.
|
||||
This class provides a widget displaying the diagrams of a particular
|
||||
project using tabs.
|
||||
*/
|
||||
class ProjectView : public QWidget {
|
||||
Q_OBJECT
|
||||
@@ -41,14 +42,14 @@ class ProjectView : public QWidget {
|
||||
Q_DECLARE_FLAGS(ProjectSaveOptions, ProjectSaveOption)
|
||||
|
||||
|
||||
// constructeurs, destructeur
|
||||
// constructors, destructor
|
||||
public:
|
||||
ProjectView(QETProject *, QWidget * = 0);
|
||||
virtual ~ProjectView();
|
||||
private:
|
||||
ProjectView(const ProjectView &);
|
||||
|
||||
// methodes
|
||||
// methods
|
||||
public:
|
||||
QETProject *project();
|
||||
void setProject(QETProject *);
|
||||
@@ -119,7 +120,7 @@ class ProjectView : public QWidget {
|
||||
void setDisplayFallbackWidget(bool);
|
||||
void adjustReadOnlyState();
|
||||
|
||||
// attributs
|
||||
// attributes
|
||||
private:
|
||||
QAction *add_new_diagram_;
|
||||
QETProject *project_;
|
||||
|
||||
Reference in New Issue
Block a user