@@ -20,6 +20,12 | |||
|
20 | 20 | def __init__(self, parent = None): No newline at end of file |
|
21 | 21 | QMainWindow.__init__(self, parent) No newline at end of file |
|
22 | 22 | self.setupUi(self) No newline at end of file |
|
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 | 29 | No newline at end of file |
|
24 | 30 | @pyqtSignature("") No newline at end of file |
|
25 | 31 | def on_btnDpath_clicked(self): No newline at end of file |
@@ -6,7 +6,7 | |||
|
6 | 6 | <rect> No newline at end of file |
|
7 | 7 | <x>0</x> No newline at end of file |
|
8 | 8 | <y>0</y> |
|
9 | No newline at end of file | |
|
9 | <width>549</width> No newline at end of file | |
|
10 | 10 | <height>787</height> No newline at end of file |
|
11 | 11 | </rect> No newline at end of file |
|
12 | 12 | </property> No newline at end of file |
@@ -1,9 +1,9 | |||
|
1 | 1 | # -*- coding: utf-8 -*- No newline at end of file |
|
2 | 2 | |
|
3 | 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 | # |
|
5 | No newline at end of file | |
|
5 | # Created: Wed Apr 14 15:23:20 2010 | |
|
No newline at end of file | ||
|
6 | No newline at end of file | |
|
6 | # by: PyQt4 UI code generator 4.7 No newline at end of file | |
|
7 | 7 | # No newline at end of file |
|
8 | 8 | # WARNING! All changes made in this file will be lost! No newline at end of file |
|
9 | 9 | No newline at end of file |
General Comments 0
You need to be logged in to leave comments.
Login now