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:
xavierqet
2007-08-25 04:33:32 +00:00
parent 5210bd7a1d
commit 4203f869fb
4 changed files with 20 additions and 10 deletions

View File

@@ -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()));