mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-20 16:20:52 +01:00
Add a "What's This?" for "launching DXFtoQET plugin" in menu
git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@5205 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -162,6 +162,18 @@ void QETElementEditor::setupActions() {
|
|||||||
edit_author = new QAction(QET::Icons::UserInformations, tr("Éditer les informations sur l'auteur"), this);
|
edit_author = new QAction(QET::Icons::UserInformations, tr("Éditer les informations sur l'auteur"), this);
|
||||||
m_edit_properties = new QAction(QET::Icons::ElementEdit, tr("Éditer les propriétés de l'élément"), this);
|
m_edit_properties = new QAction(QET::Icons::ElementEdit, tr("Éditer les propriétés de l'élément"), this);
|
||||||
|
|
||||||
|
open_dxf -> setWhatsThis (tr("To install the plugin DXFtoQET\nVisit https://download.tuxfamily.org/qet/builds/dxf_to_elmt/\n"
|
||||||
|
"\n"
|
||||||
|
">> Install on Linux\n"
|
||||||
|
"Put DXFtoQET binary on your /home/user_name/.qet/ directory\n"
|
||||||
|
"make it executable : chmod +x ./DXFtoQET\n"
|
||||||
|
">> Install on Windows\n"
|
||||||
|
"Put DXFtoQET.exe binary on C:\\Users\\user_name\\AppData\\Roaming\\qet\\ directory \n"
|
||||||
|
"\n"
|
||||||
|
">> Install on macOSX\n"
|
||||||
|
"Put DXFtoQET.app binary on /Users/user_name/.qet/ directory \n"
|
||||||
|
));
|
||||||
|
|
||||||
undo = m_elmt_scene -> undoStack().createUndoAction(this, tr("Annuler"));
|
undo = m_elmt_scene -> undoStack().createUndoAction(this, tr("Annuler"));
|
||||||
redo = m_elmt_scene -> undoStack().createRedoAction(this, tr("Refaire"));
|
redo = m_elmt_scene -> undoStack().createRedoAction(this, tr("Refaire"));
|
||||||
undo -> setIcon(QET::Icons::EditUndo);
|
undo -> setIcon(QET::Icons::EditUndo);
|
||||||
|
|||||||
Reference in New Issue
Block a user