mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2026-03-16 06:59:59 +01:00
Gestion du "Clean State" dans l'editeur
Correction d'un bug avec les polygones. Amelioration du mode lecture seule. git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/trunk@107 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -84,6 +84,7 @@ class QETElementEditor : public QMainWindow {
|
||||
void slot_setNormalMode();
|
||||
void slot_updateInformations();
|
||||
void slot_updateMenus();
|
||||
void slot_updateTitle();
|
||||
void xmlPreview();
|
||||
};
|
||||
|
||||
@@ -122,8 +123,8 @@ inline OrientationSet QETElementEditor::orientations() const {
|
||||
}
|
||||
|
||||
inline void QETElementEditor::setFileName(const QString &fn) {
|
||||
setWindowTitle(min_title + " - " + fn);
|
||||
_filename = fn;
|
||||
slot_updateTitle();
|
||||
}
|
||||
|
||||
inline QString QETElementEditor::fileName() const {
|
||||
|
||||
Reference in New Issue
Block a user