mirror of
https://github.com/qelectrotech/qelectrotech-source-mirror.git
synced 2025-12-31 16:50:52 +01:00
Modification of the qmessagebox during the open of project
more recently than the qet's version used. The qmessagebox request if we want continue or cancel the open of project git-svn-id: svn+ssh://svn.tuxfamily.org/svnroot/qet/qet/branches/0.3@1314 bfdf4180-ca20-0410-9c96-a3a8aa849046
This commit is contained in:
@@ -65,7 +65,8 @@ class QETProject : public QObject {
|
||||
FileOpenFailed = 1, /// l'ouverture d'un fichier a echoue
|
||||
XmlParsingFailed = 2, /// l'analyse XML a echoue
|
||||
ProjectParsingRunning = 3, /// la lecture du projet est en cours
|
||||
ProjectParsingFailed = 4 /// la lecture en tant que projet a echoue
|
||||
ProjectParsingFailed = 4, /// la lecture en tant que projet a echoue
|
||||
FileOpenDiscard = 5 /// the user cancelled the file opening
|
||||
};
|
||||
|
||||
// methodes
|
||||
|
||||
Reference in New Issue
Block a user