2
2
3
3
# Form implementation generated from reading ui file '/Users/fboudon/Develop/vplants/trunk/lpy/src/openalea/lpy/gui/lpymainwindow.ui'
4
4
#
5
- # Created: Wed Jun 18 18:49:08 2014
5
+ # Created: Fri Jun 20 17:30:14 2014
6
6
# by: PyQt4 UI code generator 4.10.4
7
7
#
8
8
# WARNING! All changes made in this file will be lost!
@@ -205,7 +205,7 @@ def setupUi(self, MainWindow):
205
205
self .verticalLayout_2 .addWidget (self .referenceEdit )
206
206
self .lpytoolbox .addItem (self .page , _fromUtf8 ("" ))
207
207
self .page_2 = QtGui .QWidget ()
208
- self .page_2 .setGeometry (QtCore .QRect (0 , 0 , 112 , 296 ))
208
+ self .page_2 .setGeometry (QtCore .QRect (0 , 0 , 98 , 296 ))
209
209
self .page_2 .setObjectName (_fromUtf8 ("page_2" ))
210
210
self .verticalLayout = QtGui .QVBoxLayout (self .page_2 )
211
211
self .verticalLayout .setSpacing (2 )
@@ -445,6 +445,8 @@ def setupUi(self, MainWindow):
445
445
icon4 .addPixmap (QtGui .QPixmap (_fromUtf8 (":/images/icons/book.png" )), QtGui .QIcon .Normal , QtGui .QIcon .Off )
446
446
self .menuTutorials .setIcon (icon4 )
447
447
self .menuTutorials .setObjectName (_fromUtf8 ("menuTutorials" ))
448
+ self .menuSVN = QtGui .QMenu (self .menuFile )
449
+ self .menuSVN .setObjectName (_fromUtf8 ("menuSVN" ))
448
450
self .menuEdit = QtGui .QMenu (self .menubar )
449
451
self .menuEdit .setObjectName (_fromUtf8 ("menuEdit" ))
450
452
self .menuHelp = QtGui .QMenu (self .menubar )
@@ -457,7 +459,7 @@ def setupUi(self, MainWindow):
457
459
MainWindow .setStatusBar (self .statusbar )
458
460
self .FileBar = QtGui .QToolBar (MainWindow )
459
461
icon5 = QtGui .QIcon ()
460
- icon5 .addPixmap (QtGui .QPixmap (_fromUtf8 ("../../../../../../../../.designer/backup/logo.png" )), QtGui .QIcon .Normal , QtGui .QIcon .Off )
462
+ icon5 .addPixmap (QtGui .QPixmap (_fromUtf8 ("../../../../../../../../../../../../../../. designer/backup/logo.png" )), QtGui .QIcon .Normal , QtGui .QIcon .Off )
461
463
self .FileBar .setWindowIcon (icon5 )
462
464
self .FileBar .setIconSize (QtCore .QSize (32 , 32 ))
463
465
self .FileBar .setToolButtonStyle (QtCore .Qt .ToolButtonTextBesideIcon )
@@ -720,6 +722,16 @@ def setupUi(self, MainWindow):
720
722
self .actionExecute = QtGui .QAction (MainWindow )
721
723
self .actionExecute .setIcon (icon30 )
722
724
self .actionExecute .setObjectName (_fromUtf8 ("actionExecute" ))
725
+ self .actionSVNUpdate = QtGui .QAction (MainWindow )
726
+ self .actionSVNUpdate .setObjectName (_fromUtf8 ("actionSVNUpdate" ))
727
+ self .actionSVNIsUpToDate = QtGui .QAction (MainWindow )
728
+ self .actionSVNIsUpToDate .setObjectName (_fromUtf8 ("actionSVNIsUpToDate" ))
729
+ self .actionSVNCommit = QtGui .QAction (MainWindow )
730
+ self .actionSVNCommit .setObjectName (_fromUtf8 ("actionSVNCommit" ))
731
+ self .actionSVNRevert = QtGui .QAction (MainWindow )
732
+ self .actionSVNRevert .setObjectName (_fromUtf8 ("actionSVNRevert" ))
733
+ self .actionSVNAdd = QtGui .QAction (MainWindow )
734
+ self .actionSVNAdd .setObjectName (_fromUtf8 ("actionSVNAdd" ))
723
735
self .menuL_systems .addAction (self .actionRun )
724
736
self .menuL_systems .addAction (self .actionAnimate )
725
737
self .menuL_systems .addSeparator ()
@@ -741,13 +753,21 @@ def setupUi(self, MainWindow):
741
753
self .menuImport .addAction (self .actionImportCpfgProject )
742
754
self .menuImport .addAction (self .actionImportCpfgFile )
743
755
self .menuTutorials .addAction (self .actionTutorialTest1 )
756
+ self .menuSVN .addAction (self .actionSVNUpdate )
757
+ self .menuSVN .addAction (self .actionSVNCommit )
758
+ self .menuSVN .addAction (self .actionSVNRevert )
759
+ self .menuSVN .addSeparator ()
760
+ self .menuSVN .addAction (self .actionSVNAdd )
761
+ self .menuSVN .addSeparator ()
762
+ self .menuSVN .addAction (self .actionSVNIsUpToDate )
744
763
self .menuFile .addAction (self .actionNew )
745
764
self .menuFile .addSeparator ()
746
765
self .menuFile .addAction (self .actionOpen )
747
766
self .menuFile .addAction (self .actionSave )
748
767
self .menuFile .addAction (self .actionSaveAs )
749
768
self .menuFile .addAction (self .actionSaveAll )
750
769
self .menuFile .addAction (self .actionClose )
770
+ self .menuFile .addAction (self .menuSVN .menuAction ())
751
771
self .menuFile .addSeparator ()
752
772
self .menuFile .addAction (self .menuImport .menuAction ())
753
773
self .menuFile .addSeparator ()
@@ -894,6 +914,7 @@ def retranslateUi(self, MainWindow):
894
914
self .menuRecents .setTitle (_translate ("MainWindow" , "Recents" , None ))
895
915
self .menuImport .setTitle (_translate ("MainWindow" , "Import" , None ))
896
916
self .menuTutorials .setTitle (_translate ("MainWindow" , "Tutorials" , None ))
917
+ self .menuSVN .setTitle (_translate ("MainWindow" , "SVN" , None ))
897
918
self .menuEdit .setTitle (_translate ("MainWindow" , "Edit" , None ))
898
919
self .menuHelp .setTitle (_translate ("MainWindow" , "Help" , None ))
899
920
self .menuView .setTitle (_translate ("MainWindow" , "View" , None ))
@@ -973,6 +994,11 @@ def retranslateUi(self, MainWindow):
973
994
self .actionTutorialTest1 .setText (_translate ("MainWindow" , "Test 1" , None ))
974
995
self .actionExecute .setText (_translate ("MainWindow" , "Execute ..." , None ))
975
996
self .actionExecute .setShortcut (_translate ("MainWindow" , "Ctrl+E" , None ))
997
+ self .actionSVNUpdate .setText (_translate ("MainWindow" , "Update" , None ))
998
+ self .actionSVNIsUpToDate .setText (_translate ("MainWindow" , "Is Up-to-Date ?" , None ))
999
+ self .actionSVNCommit .setText (_translate ("MainWindow" , "Commit" , None ))
1000
+ self .actionSVNRevert .setText (_translate ("MainWindow" , "Revert" , None ))
1001
+ self .actionSVNAdd .setText (_translate ("MainWindow" , "Add" , None ))
976
1002
977
1003
from lpycodeeditor import LpyCodeEditor
978
1004
from scalareditor import ScalarEditor
0 commit comments