mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-04-30 01:39:59 +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:
@@ -22,20 +22,19 @@
|
||||
#include "diagram.h"
|
||||
#include "exportproperties.h"
|
||||
/**
|
||||
Cette classe represente le dialogue de configuration de l'impression d'un
|
||||
schema electrique.
|
||||
Elle se charge egalement de l'impression elle-meme
|
||||
This class implements both the dialog allowing users to configure the printing
|
||||
of a project file and the printing itself.
|
||||
*/
|
||||
class DiagramPrintDialog : public QWidget {
|
||||
Q_OBJECT
|
||||
// Constructeurs, destructeur
|
||||
// Constructors, destructor
|
||||
public:
|
||||
DiagramPrintDialog(QETProject *, QWidget * = 0);
|
||||
virtual ~DiagramPrintDialog();
|
||||
private:
|
||||
DiagramPrintDialog(const DiagramPrintDialog &);
|
||||
|
||||
// methodes
|
||||
// methods
|
||||
public:
|
||||
void setFileName(const QString &);
|
||||
QString fileName() const;
|
||||
@@ -62,14 +61,13 @@ class DiagramPrintDialog : public QWidget {
|
||||
void acceptPrintTypeDialog();
|
||||
void browseFilePrintTypeDialog();
|
||||
|
||||
// attributs
|
||||
// attributes
|
||||
private:
|
||||
QETProject *project_;
|
||||
QPrinter *printer_;
|
||||
QString doc_name_;
|
||||
QString file_name_;
|
||||
|
||||
/// Attributs relatifs au 1er dialogue
|
||||
QDialog *dialog_;
|
||||
QLabel *printtype_label_;
|
||||
QGridLayout *glayout0_;
|
||||
|
||||
Reference in New Issue
Block a user