|
| 1 | +# -*- coding: utf-8 -*- |
| 2 | + |
| 3 | +# Form implementation generated from reading ui file 'view.ui' |
| 4 | +# |
| 5 | +# Created: Mon Jun 16 21:45:19 2014 |
| 6 | +# by: pyside-uic 0.2.15 running on PySide 1.2.1 |
| 7 | +# |
| 8 | +# WARNING! All changes made in this file will be lost! |
| 9 | + |
| 10 | +from PySide import QtCore, QtGui |
| 11 | + |
| 12 | +class Ui_MainWindow(object): |
| 13 | + def setupUi(self, MainWindow): |
| 14 | + MainWindow.setObjectName("MainWindow") |
| 15 | + MainWindow.resize(521, 392) |
| 16 | + self.centralwidget = QtGui.QWidget(MainWindow) |
| 17 | + self.centralwidget.setObjectName("centralwidget") |
| 18 | + self.listView = QtGui.QListView(self.centralwidget) |
| 19 | + self.listView.setGeometry(QtCore.QRect(20, 90, 491, 251)) |
| 20 | + self.listView.setObjectName("listView") |
| 21 | + self.loadButton = QtGui.QPushButton(self.centralwidget) |
| 22 | + self.loadButton.setGeometry(QtCore.QRect(360, 40, 111, 27)) |
| 23 | + self.loadButton.setObjectName("loadButton") |
| 24 | + self.ipEdit = QtGui.QLineEdit(self.centralwidget) |
| 25 | + self.ipEdit.setGeometry(QtCore.QRect(60, 40, 61, 31)) |
| 26 | + self.ipEdit.setPlaceholderText("") |
| 27 | + self.ipEdit.setObjectName("ipEdit") |
| 28 | + self.ipEdit_2 = QtGui.QLineEdit(self.centralwidget) |
| 29 | + self.ipEdit_2.setGeometry(QtCore.QRect(130, 40, 61, 31)) |
| 30 | + self.ipEdit_2.setObjectName("ipEdit_2") |
| 31 | + self.ipEdit_3 = QtGui.QLineEdit(self.centralwidget) |
| 32 | + self.ipEdit_3.setGeometry(QtCore.QRect(200, 40, 61, 31)) |
| 33 | + self.ipEdit_3.setObjectName("ipEdit_3") |
| 34 | + self.label = QtGui.QLabel(self.centralwidget) |
| 35 | + self.label.setGeometry(QtCore.QRect(120, 40, 31, 41)) |
| 36 | + font = QtGui.QFont() |
| 37 | + font.setFamily("Sans") |
| 38 | + font.setPointSize(18) |
| 39 | + self.label.setFont(font) |
| 40 | + self.label.setObjectName("label") |
| 41 | + self.label_2 = QtGui.QLabel(self.centralwidget) |
| 42 | + self.label_2.setGeometry(QtCore.QRect(190, 40, 21, 41)) |
| 43 | + font = QtGui.QFont() |
| 44 | + font.setFamily("Sans") |
| 45 | + font.setPointSize(18) |
| 46 | + self.label_2.setFont(font) |
| 47 | + self.label_2.setObjectName("label_2") |
| 48 | + self.label_3 = QtGui.QLabel(self.centralwidget) |
| 49 | + self.label_3.setGeometry(QtCore.QRect(60, 20, 131, 16)) |
| 50 | + self.label_3.setObjectName("label_3") |
| 51 | + self.label_4 = QtGui.QLabel(self.centralwidget) |
| 52 | + self.label_4.setGeometry(QtCore.QRect(270, 46, 55, 21)) |
| 53 | + font = QtGui.QFont() |
| 54 | + font.setFamily("Sans") |
| 55 | + font.setPointSize(18) |
| 56 | + self.label_4.setFont(font) |
| 57 | + self.label_4.setObjectName("label_4") |
| 58 | + self.label_5 = QtGui.QLabel(self.centralwidget) |
| 59 | + self.label_5.setGeometry(QtCore.QRect(260, 40, 21, 41)) |
| 60 | + font = QtGui.QFont() |
| 61 | + font.setFamily("Sans") |
| 62 | + font.setPointSize(18) |
| 63 | + self.label_5.setFont(font) |
| 64 | + self.label_5.setObjectName("label_5") |
| 65 | + MainWindow.setCentralWidget(self.centralwidget) |
| 66 | + self.menubar = QtGui.QMenuBar(MainWindow) |
| 67 | + self.menubar.setGeometry(QtCore.QRect(0, 0, 521, 23)) |
| 68 | + self.menubar.setObjectName("menubar") |
| 69 | + MainWindow.setMenuBar(self.menubar) |
| 70 | + self.statusbar = QtGui.QStatusBar(MainWindow) |
| 71 | + self.statusbar.setObjectName("statusbar") |
| 72 | + MainWindow.setStatusBar(self.statusbar) |
| 73 | + |
| 74 | + self.retranslateUi(MainWindow) |
| 75 | + QtCore.QMetaObject.connectSlotsByName(MainWindow) |
| 76 | + |
| 77 | + def retranslateUi(self, MainWindow): |
| 78 | + MainWindow.setWindowTitle(QtGui.QApplication.translate("MainWindow", "MainWindow", None, QtGui.QApplication.UnicodeUTF8)) |
| 79 | + self.loadButton.setText(QtGui.QApplication.translate("MainWindow", "Discover Sleeps", None, QtGui.QApplication.UnicodeUTF8)) |
| 80 | + self.ipEdit.setText(QtGui.QApplication.translate("MainWindow", "192", None, QtGui.QApplication.UnicodeUTF8)) |
| 81 | + self.ipEdit_2.setText(QtGui.QApplication.translate("MainWindow", "168", None, QtGui.QApplication.UnicodeUTF8)) |
| 82 | + self.ipEdit_3.setText(QtGui.QApplication.translate("MainWindow", "1", None, QtGui.QApplication.UnicodeUTF8)) |
| 83 | + self.label.setText(QtGui.QApplication.translate("MainWindow", ".", None, QtGui.QApplication.UnicodeUTF8)) |
| 84 | + self.label_2.setText(QtGui.QApplication.translate("MainWindow", ".", None, QtGui.QApplication.UnicodeUTF8)) |
| 85 | + self.label_3.setText(QtGui.QApplication.translate("MainWindow", "Direccion Red local ", None, QtGui.QApplication.UnicodeUTF8)) |
| 86 | + self.label_4.setText(QtGui.QApplication.translate("MainWindow", "0", None, QtGui.QApplication.UnicodeUTF8)) |
| 87 | + self.label_5.setText(QtGui.QApplication.translate("MainWindow", ".", None, QtGui.QApplication.UnicodeUTF8)) |
| 88 | + |
0 commit comments