mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-02-24 22:09:58 +01:00
Ajout de raccourcis clavier.
L'editeur s'ouvre maintenant dans une fenetre maximisee. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@105 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -63,7 +63,6 @@ void TerminalEditor::updateTerminalO() { addChangePartCommand(tr("orientation"),
|
||||
|
||||
void TerminalEditor::updateForm() {
|
||||
activeConnections(false);
|
||||
qDebug() << part -> pos() << part -> scenePos();
|
||||
qle_x -> setText(part -> property("x").toString());
|
||||
qle_y -> setText(part -> property("y").toString());
|
||||
orientation -> setCurrentIndex(static_cast<int>(part -> orientation()));
|
||||
|
||||
Reference in New Issue
Block a user