mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-19 23:20:52 +01:00
Minor change
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@2914 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -76,8 +76,8 @@ ExportDialog::ExportDialog(QETProject *project, QWidget *parent) : QDialog(paren
|
||||
hLayout -> addWidget(new QLabel(tr("Choisissez les sch\351mas que vous d\351sirez exporter ainsi que leurs dimensions :")));
|
||||
selectAll = new QPushButton();
|
||||
deSelectAll = new QPushButton();
|
||||
selectAll -> setText(tr("Select All"));
|
||||
deSelectAll -> setText(tr("De-Select All"));
|
||||
selectAll -> setText(tr("Tout cocher"));
|
||||
deSelectAll -> setText(tr("Tout d\351cocher"));
|
||||
hLayout -> addWidget(selectAll);
|
||||
hLayout -> addWidget(deSelectAll);
|
||||
connect(selectAll, SIGNAL(clicked()), this, SLOT(slot_selectAllClicked()));
|
||||
|
||||
Reference in New Issue
Block a user