##// END OF EJS Templates
ui_initwindow:...
Alexander Valdez -
r259:ae84f2d94270
parent child
Show More
@@ -1,8 +1,8
1 # -*- coding: utf-8 -*-
1 # -*- coding: utf-8 -*-
2
2
3 # Form implementation generated from reading ui file 'C:\Users\alex\ericworkspace\GUIV1\Pantalla.ui'
3 # Form implementation generated from reading ui file 'C:\Users\alex\ericworkspace\GUIV1\WelcomeLast.ui'
4 #
4 #
5 # Created: Tue Aug 28 15:10:06 2012
5 # Created: Thu Dec 13 10:07:01 2012
6 # by: PyQt4 UI code generator 4.9.4
6 # by: PyQt4 UI code generator 4.9.4
7 #
7 #
8 # WARNING! All changes made in this file will be lost!
8 # WARNING! All changes made in this file will be lost!
@@ -28,7 +28,10 class Ui_InitWindow(object):
28 self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
28 self.verticalLayout.setObjectName(_fromUtf8("verticalLayout"))
29 self.label = QtGui.QLabel(self.centralWidget)
29 self.label = QtGui.QLabel(self.centralWidget)
30 font = QtGui.QFont()
30 font = QtGui.QFont()
31 font.setPointSize(21)
31 font.setFamily(_fromUtf8("Cambria"))
32 font.setPointSize(22)
33 font.setBold(False)
34 font.setWeight(50)
32 self.label.setFont(font)
35 self.label.setFont(font)
33 self.label.setObjectName(_fromUtf8("label"))
36 self.label.setObjectName(_fromUtf8("label"))
34 self.verticalLayout.addWidget(self.label)
37 self.verticalLayout.addWidget(self.label)
@@ -39,7 +42,7 class Ui_InitWindow(object):
39 self.verticalLayout.addWidget(self.line)
42 self.verticalLayout.addWidget(self.line)
40 self.label_2 = QtGui.QLabel(self.centralWidget)
43 self.label_2 = QtGui.QLabel(self.centralWidget)
41 self.label_2.setText(_fromUtf8(""))
44 self.label_2.setText(_fromUtf8(""))
42 self.label_2.setPixmap(QtGui.QPixmap(_fromUtf8("../../Downloads/IMAGENES/w.jpg")))
45 self.label_2.setPixmap(QtGui.QPixmap(_fromUtf8("figure/w.jpg")))
43 self.label_2.setScaledContents(True)
46 self.label_2.setScaledContents(True)
44 self.label_2.setObjectName(_fromUtf8("label_2"))
47 self.label_2.setObjectName(_fromUtf8("label_2"))
45 self.verticalLayout.addWidget(self.label_2)
48 self.verticalLayout.addWidget(self.label_2)
@@ -50,12 +53,12 class Ui_InitWindow(object):
50 self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
53 self.horizontalLayout.setObjectName(_fromUtf8("horizontalLayout"))
51 spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
54 spacerItem = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
52 self.horizontalLayout.addItem(spacerItem)
55 self.horizontalLayout.addItem(spacerItem)
53 self.pushButton_2 = QtGui.QPushButton(self.centralWidget)
56 self.ExitBtn = QtGui.QPushButton(self.centralWidget)
54 self.pushButton_2.setObjectName(_fromUtf8("pushButton_2"))
57 self.ExitBtn.setObjectName(_fromUtf8("ExitBtn"))
55 self.horizontalLayout.addWidget(self.pushButton_2)
58 self.horizontalLayout.addWidget(self.ExitBtn)
56 self.pushButton = QtGui.QPushButton(self.centralWidget)
59 self.ContinueBtn = QtGui.QPushButton(self.centralWidget)
57 self.pushButton.setObjectName(_fromUtf8("pushButton"))
60 self.ContinueBtn.setObjectName(_fromUtf8("ContinueBtn"))
58 self.horizontalLayout.addWidget(self.pushButton)
61 self.horizontalLayout.addWidget(self.ContinueBtn)
59 spacerItem1 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
62 spacerItem1 = QtGui.QSpacerItem(40, 20, QtGui.QSizePolicy.Expanding, QtGui.QSizePolicy.Minimum)
60 self.horizontalLayout.addItem(spacerItem1)
63 self.horizontalLayout.addItem(spacerItem1)
61 self.horizontalLayout_2.addLayout(self.horizontalLayout)
64 self.horizontalLayout_2.addLayout(self.horizontalLayout)
@@ -65,33 +68,16 class Ui_InitWindow(object):
65 self.statusBar = QtGui.QStatusBar(form)
68 self.statusBar = QtGui.QStatusBar(form)
66 self.statusBar.setObjectName(_fromUtf8("statusBar"))
69 self.statusBar.setObjectName(_fromUtf8("statusBar"))
67 form.setStatusBar(self.statusBar)
70 form.setStatusBar(self.statusBar)
68 self.actionImage = QtGui.QAction(form)
69 icon = QtGui.QIcon()
70 icon.addPixmap(QtGui.QPixmap(_fromUtf8(":/newPrefix/Imagui/ROJ.jpg")), QtGui.QIcon.Normal, QtGui.QIcon.Off)
71 self.actionImage.setIcon(icon)
72 self.actionImage.setObjectName(_fromUtf8("actionImage"))
73 self.actionOpen = QtGui.QAction(form)
74 self.actionOpen.setObjectName(_fromUtf8("actionOpen"))
75 self.actionClose = QtGui.QAction(form)
76 self.actionClose.setObjectName(_fromUtf8("actionClose"))
77 self.actionOpen_2 = QtGui.QAction(form)
78 self.actionOpen_2.setObjectName(_fromUtf8("actionOpen_2"))
79
71
80 self.retranslateUi(form)
72 self.retranslateUi(form)
81 QtCore.QObject.connect(self.pushButton_2, QtCore.SIGNAL(_fromUtf8("clicked()")), form.close)
82 QtCore.QObject.connect(self.pushButton, QtCore.SIGNAL(_fromUtf8("clicked()")), form.show)
83 QtCore.QMetaObject.connectSlotsByName(form)
73 QtCore.QMetaObject.connectSlotsByName(form)
84
74
85 def retranslateUi(self, form):
75 def retranslateUi(self, form):
86 form.setWindowTitle(QtGui.QApplication.translate("form", "MainWindow", None, QtGui.QApplication.UnicodeUTF8))
76 form.setWindowTitle(QtGui.QApplication.translate("form", "MainWindow", None, QtGui.QApplication.UnicodeUTF8))
87 self.label.setText(QtGui.QApplication.translate("form", "Interfaz Grafica -REV. 1.0", None, QtGui.QApplication.UnicodeUTF8))
77 self.label.setText(QtGui.QApplication.translate("form", "Signal Chain - Ver. 1.0", None, QtGui.QApplication.UnicodeUTF8))
88 self.pushButton_2.setText(QtGui.QApplication.translate("form", "Exit", None, QtGui.QApplication.UnicodeUTF8))
78 self.ExitBtn.setText(QtGui.QApplication.translate("form", "Exit", None, QtGui.QApplication.UnicodeUTF8))
89 self.pushButton.setText(QtGui.QApplication.translate("form", "Continue", None, QtGui.QApplication.UnicodeUTF8))
79 self.ContinueBtn.setText(QtGui.QApplication.translate("form", "Continue", None, QtGui.QApplication.UnicodeUTF8))
90 self.actionImage.setText(QtGui.QApplication.translate("form", "image", None, QtGui.QApplication.UnicodeUTF8))
80
91 self.actionImage.setToolTip(QtGui.QApplication.translate("form", "show Image", None, QtGui.QApplication.UnicodeUTF8))
92 self.actionOpen.setText(QtGui.QApplication.translate("form", "Open", None, QtGui.QApplication.UnicodeUTF8))
93 self.actionClose.setText(QtGui.QApplication.translate("form", "Close", None, QtGui.QApplication.UnicodeUTF8))
94 self.actionOpen_2.setText(QtGui.QApplication.translate("form", "Open", None, QtGui.QApplication.UnicodeUTF8))
95
81
96 if __name__ == "__main__":
82 if __name__ == "__main__":
97 import sys
83 import sys
General Comments 0
You need to be logged in to leave comments. Login now