##// END OF EJS Templates
***
ralonso -
r10:11
parent child
Show More
@@ -20,6 +20,12
20 def __init__(self, parent = None): No newline at end of file
20 def __init__(self, parent = None):
21 QMainWindow.__init__(self, parent) No newline at end of file
21 QMainWindow.__init__(self, parent)
22 self.setupUi(self) No newline at end of file
22 self.setupUi(self)
23 self.setupUi2()
No newline at end of file
24
No newline at end of file
25 def setupUi2(self):
No newline at end of file
26 print 'hi'
No newline at end of file
27
No newline at end of file
28 No newline at end of file
23 No newline at end of file
29
24 @pyqtSignature("") No newline at end of file
30 @pyqtSignature("")
25 def on_btnDpath_clicked(self): No newline at end of file
31 def on_btnDpath_clicked(self):
@@ -6,7 +6,7
6 <rect> No newline at end of file
6 <rect>
7 <x>0</x> No newline at end of file
7 <x>0</x>
8 <y>0</y>
8 <y>0</y>
No newline at end of file
9 <width>593</width> No newline at end of file
9 <width>549</width> No newline at end of file
10 <height>787</height> No newline at end of file
10 <height>787</height>
11 </rect> No newline at end of file
11 </rect>
12 </property> No newline at end of file
12 </property>
@@ -1,9 +1,9
1 # -*- coding: utf-8 -*- No newline at end of file
1 # -*- coding: utf-8 -*-
2
2
No newline at end of file
3 # Form implementation generated from reading ui file '/home/ricardoar/principal/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file
3 # Form implementation generated from reading ui file '/home/ralonso/programas/eric4/jro_backup_manager/ui/MainWindow.ui' No newline at end of file
4 #
4 #
No newline at end of file
5 # Created: Mon Apr 26 10:36:51 2010
5 # Created: Wed Apr 14 15:23:20 2010
No newline at end of file
No newline at end of file
6 # by: PyQt4 UI code generator 4.7.2 No newline at end of file
6 # by: PyQt4 UI code generator 4.7 No newline at end of file
7 # No newline at end of file
7 #
8 # WARNING! All changes made in this file will be lost! No newline at end of file
8 # WARNING! All changes made in this file will be lost!
9 No newline at end of file
9
General Comments 0
You need to be logged in to leave comments. Login now