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