RemoteLaunch.py
Go to the documentation of this file.
00001 # -*- coding: utf-8 -*-
00002 
00003 # Form implementation generated from reading ui file 'RemoteLaunch.ui'
00004 #
00005 # Created: Thu Jul  2 12:14:58 2015
00006 #      by: PyQt4 UI code generator 4.11.3
00007 #
00008 # WARNING! All changes made in this file will be lost!
00009 
00010 from PyQt4 import QtCore, QtGui
00011 
00012 try:
00013     _fromUtf8 = QtCore.QString.fromUtf8
00014 except AttributeError:
00015     def _fromUtf8(s):
00016         return s
00017 
00018 try:
00019     _encoding = QtGui.QApplication.UnicodeUTF8
00020     def _translate(context, text, disambig):
00021         return QtGui.QApplication.translate(context, text, disambig, _encoding)
00022 except AttributeError:
00023     def _translate(context, text, disambig):
00024         return QtGui.QApplication.translate(context, text, disambig)
00025 
00026 class Ui_Dialog(object):
00027     def setupUi(self, Dialog):
00028         Dialog.setObjectName(_fromUtf8("Dialog"))
00029         Dialog.resize(404, 200)
00030         Dialog.setStyleSheet(_fromUtf8("#Dialog{\n"
00031 "    background-color: qlineargradient(spread:pad, x1:1, y1:0.682, x2:0.966825, y2:0, stop:0 rgba(224, 224, 224, 255), stop:1 rgba(171, 171, 171, 255));\n"
00032 "}\n"
00033 ""))
00034         self.label = QtGui.QLabel(Dialog)
00035         self.label.setGeometry(QtCore.QRect(10, 10, 91, 41))
00036         self.label.setObjectName(_fromUtf8("label"))
00037         self.label_2 = QtGui.QLabel(Dialog)
00038         self.label_2.setGeometry(QtCore.QRect(10, 40, 121, 31))
00039         self.label_2.setObjectName(_fromUtf8("label_2"))
00040         self.label_3 = QtGui.QLabel(Dialog)
00041         self.label_3.setGeometry(QtCore.QRect(10, 70, 121, 41))
00042         self.label_3.setObjectName(_fromUtf8("label_3"))
00043         self.hostIpAdd = QtGui.QLineEdit(Dialog)
00044         self.hostIpAdd.setGeometry(QtCore.QRect(140, 20, 131, 21))
00045         self.hostIpAdd.setText(_fromUtf8(""))
00046         self.hostIpAdd.setPlaceholderText(_fromUtf8(""))
00047         self.hostIpAdd.setObjectName(_fromUtf8("hostIpAdd"))
00048         self.hostUser = QtGui.QLineEdit(Dialog)
00049         self.hostUser.setGeometry(QtCore.QRect(140, 50, 131, 21))
00050         self.hostUser.setObjectName(_fromUtf8("hostUser"))
00051         self.hostPassword = QtGui.QLineEdit(Dialog)
00052         self.hostPassword.setGeometry(QtCore.QRect(140, 80, 131, 21))
00053         self.hostPassword.setText(_fromUtf8(""))
00054         self.hostPassword.setEchoMode(QtGui.QLineEdit.Password)
00055         self.hostPassword.setObjectName(_fromUtf8("hostPassword"))
00056         self.launchButton = QtGui.QPushButton(Dialog)
00057         self.launchButton.setGeometry(QtCore.QRect(277, 140, 121, 27))
00058         self.launchButton.setObjectName(_fromUtf8("launchButton"))
00059         self.label_4 = QtGui.QLabel(Dialog)
00060         self.label_4.setGeometry(QtCore.QRect(10, 110, 81, 20))
00061         self.label_4.setObjectName(_fromUtf8("label_4"))
00062         self.localIP = QtGui.QLineEdit(Dialog)
00063         self.localIP.setGeometry(QtCore.QRect(140, 110, 131, 21))
00064         self.localIP.setObjectName(_fromUtf8("localIP"))
00065         self.TestButton = QtGui.QPushButton(Dialog)
00066         self.TestButton.setGeometry(QtCore.QRect(280, 20, 121, 21))
00067         self.TestButton.setObjectName(_fromUtf8("TestButton"))
00068         self.path = QtGui.QLabel(Dialog)
00069         self.path.setGeometry(QtCore.QRect(140, 160, 121, 31))
00070         self.path.setTextFormat(QtCore.Qt.PlainText)
00071         self.path.setObjectName(_fromUtf8("path"))
00072         self.browse = QtGui.QPushButton(Dialog)
00073         self.browse.setGeometry(QtCore.QRect(0, 160, 81, 27))
00074         self.browse.setObjectName(_fromUtf8("browse"))
00075         self.newTerm = QtGui.QPushButton(Dialog)
00076         self.newTerm.setGeometry(QtCore.QRect(277, 170, 121, 27))
00077         self.newTerm.setObjectName(_fromUtf8("newTerm"))
00078 
00079         self.retranslateUi(Dialog)
00080         QtCore.QMetaObject.connectSlotsByName(Dialog)
00081 
00082     def retranslateUi(self, Dialog):
00083         Dialog.setWindowTitle(_translate("Dialog", "Dialog", None))
00084         self.label.setToolTip(_translate("Dialog", "<html><head/><body><p>Enter the robot ip address.</p></body></html>", None))
00085         self.label.setText(_translate("Dialog", "Robot IP:", None))
00086         self.label_2.setToolTip(_translate("Dialog", "<html><head/><body><p>The robot user.</p></body></html>", None))
00087         self.label_2.setText(_translate("Dialog", "Robot Username: ", None))
00088         self.label_3.setText(_translate("Dialog", "Robot  password:", None))
00089         self.launchButton.setText(_translate("Dialog", "Launch", None))
00090         self.label_4.setText(_translate("Dialog", "Local ip :", None))
00091         self.TestButton.setText(_translate("Dialog", "Test connection ", None))
00092         self.path.setText(_translate("Dialog", "Empty File", None))
00093         self.browse.setText(_translate("Dialog", "Browse", None))
00094         self.newTerm.setText(_translate("Dialog", "Launch terminal", None))
00095 


ric_board
Author(s): RoboTiCan
autogenerated on Fri Oct 27 2017 03:02:30