##// END OF EJS Templates
***
ralonso -
r27:28
parent child
Show More
@@ -6,7 +6,7
6 6 <rect>
7 7 <x>0</x>
8 8 <y>0</y>
9 <width>585</width>
9 <width>745</width>
10 10 <height>787</height>
11 11 </rect>
12 12 </property>
@@ -524,13 +524,6
524 524 </layout>
525 525 </item>
526 526 </layout>
527 <zorder>horizontalLayoutWidget</zorder>
528 <zorder>layoutWidget</zorder>
529 <zorder>layoutWidget_2</zorder>
530 <zorder>layoutWidget_3</zorder>
531 <zorder>layoutWidget_4</zorder>
532 <zorder>layoutWidget_5</zorder>
533 <zorder>chkDevA</zorder>
534 527 </widget>
535 528 <widget class="QWidget" name="tabSburn">
536 529 <attribute name="title">
@@ -708,7 +701,7
708 701 <rect>
709 702 <x>0</x>
710 703 <y>0</y>
711 <width>585</width>
704 <width>745</width>
712 705 <height>25</height>
713 706 </rect>
714 707 </property>
@@ -2,7 +2,7
2 2
3 3 # Form implementation generated from reading ui file '/home/ricardoar/principal/JRO_SVN/eric4/jro_backup_manager/ui/MainWindow.ui'
4 4 #
5 # Created: Wed Apr 28 17:13:17 2010
5 # Created: Thu Apr 29 14:19:34 2010
6 6 # by: PyQt4 UI code generator 4.7.3
7 7 #
8 8 # WARNING! All changes made in this file will be lost!
@@ -12,7 +12,7
12 12 class Ui_MainWindow(object):
13 13 def setupUi(self, MainWindow):
14 14 MainWindow.setObjectName("MainWindow")
15 MainWindow.resize(585, 787)
15 MainWindow.resize(745, 787)
16 16 self.centralwidget = QtGui.QWidget(MainWindow)
17 17 self.centralwidget.setObjectName("centralwidget")
18 18 self.verticalLayout = QtGui.QVBoxLayout(self.centralwidget)
@@ -410,7 +410,7
410 410 self.verticalLayout.addLayout(self.horizontalLayout_2)
411 411 MainWindow.setCentralWidget(self.centralwidget)
412 412 self.menubar = QtGui.QMenuBar(MainWindow)
413 self.menubar.setGeometry(QtCore.QRect(0, 0, 585, 25))
413 self.menubar.setGeometry(QtCore.QRect(0, 0, 745, 25))
414 414 self.menubar.setObjectName("menubar")
415 415 self.menuFile = QtGui.QMenu(self.menubar)
416 416 self.menuFile.setObjectName("menuFile")
General Comments 0
You need to be logged in to leave comments. Login now