mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-05-22 05:09:58 +02: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:
@@ -21,20 +21,20 @@
|
||||
class QETProject;
|
||||
class Diagram;
|
||||
/**
|
||||
Cette classe represente un widget permettant de choisir 0 a n schemas parmi
|
||||
ceux d'un projet.
|
||||
This class provides a widget which allows users to select 0 to n diagrams
|
||||
among those of a particular project.
|
||||
*/
|
||||
class DiagramsChooser : public QScrollArea {
|
||||
Q_OBJECT
|
||||
|
||||
// constructeurs, destructeur
|
||||
// constructors, destructor
|
||||
public:
|
||||
DiagramsChooser(QETProject *, QWidget * = 0);
|
||||
virtual ~DiagramsChooser();
|
||||
private:
|
||||
DiagramsChooser(const DiagramsChooser &);
|
||||
|
||||
// methodes
|
||||
// methods
|
||||
public:
|
||||
QETProject *project() const;
|
||||
QList<Diagram *> selectedDiagrams() const;
|
||||
@@ -52,7 +52,7 @@ class DiagramsChooser : public QScrollArea {
|
||||
private:
|
||||
void buildLayout();
|
||||
|
||||
// attributs
|
||||
// attributes
|
||||
private:
|
||||
QETProject *project_;
|
||||
QWidget *widget0_;
|
||||
|
||||
Reference in New Issue
Block a user