2693 self.updateFileTypes() |
2693 self.updateFileTypes() |
2694 |
2694 |
2695 QApplication.restoreOverrideCursor() |
2695 QApplication.restoreOverrideCursor() |
2696 QApplication.processEvents() |
2696 QApplication.processEvents() |
2697 |
2697 |
|
2698 # create the management directory if not present |
|
2699 mgmtDir = self.getProjectManagementDir() |
|
2700 if not os.path.exists(mgmtDir): |
|
2701 os.mkdir(mgmtDir) |
|
2702 |
2698 # read a user specific project file |
2703 # read a user specific project file |
2699 self.__readUserProperties() |
2704 self.__readUserProperties() |
2700 |
2705 |
2701 QApplication.setOverrideCursor(QCursor(Qt.WaitCursor)) |
2706 QApplication.setOverrideCursor(QCursor(Qt.WaitCursor)) |
2702 QApplication.processEvents() |
2707 QApplication.processEvents() |