Parameter.py

Go to the documentation of this file.
00001 # -*- coding: utf-8 -*-
00002 
00003 # Form implementation generated from reading ui file 'Parameter.ui'
00004 #
00005 # Created: Fri Dec 17 12:28:02 2010
00006 #      by: PyQt4 UI code generator 4.7.2
00007 #
00008 # WARNING! All changes made in this file will be lost!
00009 
00010 from PyQt4 import QtCore, QtGui
00011 
00012 class Ui_DialogParameter(object):
00013     def setupUi(self, DialogParameter):
00014         DialogParameter.setObjectName("DialogParameter")
00015         DialogParameter.setWindowModality(QtCore.Qt.ApplicationModal)
00016         DialogParameter.resize(178, 136)
00017         self.verticalLayout = QtGui.QVBoxLayout(DialogParameter)
00018         self.verticalLayout.setObjectName("verticalLayout")
00019         self.horizontalLayout = QtGui.QHBoxLayout()
00020         self.horizontalLayout.setObjectName("horizontalLayout")
00021         self.label = QtGui.QLabel(DialogParameter)
00022         self.label.setObjectName("label")
00023         self.horizontalLayout.addWidget(self.label)
00024         self.ValueStart = QtGui.QDoubleSpinBox(DialogParameter)
00025         self.ValueStart.setMinimum(-99.0)
00026         self.ValueStart.setMaximum(0.0)
00027         self.ValueStart.setProperty("value", -5.0)
00028         self.ValueStart.setObjectName("ValueStart")
00029         self.horizontalLayout.addWidget(self.ValueStart)
00030         self.verticalLayout.addLayout(self.horizontalLayout)
00031         self.horizontalLayout_2 = QtGui.QHBoxLayout()
00032         self.horizontalLayout_2.setObjectName("horizontalLayout_2")
00033         self.label_2 = QtGui.QLabel(DialogParameter)
00034         self.label_2.setObjectName("label_2")
00035         self.horizontalLayout_2.addWidget(self.label_2)
00036         self.ValueEnd = QtGui.QDoubleSpinBox(DialogParameter)
00037         self.ValueEnd.setProperty("value", 5.0)
00038         self.ValueEnd.setObjectName("ValueEnd")
00039         self.horizontalLayout_2.addWidget(self.ValueEnd)
00040         self.verticalLayout.addLayout(self.horizontalLayout_2)
00041         self.line = QtGui.QFrame(DialogParameter)
00042         self.line.setFrameShape(QtGui.QFrame.HLine)
00043         self.line.setFrameShadow(QtGui.QFrame.Sunken)
00044         self.line.setObjectName("line")
00045         self.verticalLayout.addWidget(self.line)
00046         self.horizontalLayout_3 = QtGui.QHBoxLayout()
00047         self.horizontalLayout_3.setObjectName("horizontalLayout_3")
00048         self.label_3 = QtGui.QLabel(DialogParameter)
00049         self.label_3.setObjectName("label_3")
00050         self.horizontalLayout_3.addWidget(self.label_3)
00051         self.ValueSize = QtGui.QDoubleSpinBox(DialogParameter)
00052         self.ValueSize.setProperty("value", 1.0)
00053         self.ValueSize.setObjectName("ValueSize")
00054         self.horizontalLayout_3.addWidget(self.ValueSize)
00055         self.verticalLayout.addLayout(self.horizontalLayout_3)
00056         self.buttonBox = QtGui.QDialogButtonBox(DialogParameter)
00057         self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
00058         self.buttonBox.setStandardButtons(QtGui.QDialogButtonBox.Cancel|QtGui.QDialogButtonBox.Ok)
00059         self.buttonBox.setObjectName("buttonBox")
00060         self.verticalLayout.addWidget(self.buttonBox)
00061 
00062         self.retranslateUi(DialogParameter)
00063         QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("accepted()"), DialogParameter.accept)
00064         QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL("rejected()"), DialogParameter.reject)
00065         QtCore.QMetaObject.connectSlotsByName(DialogParameter)
00066 
00067     def retranslateUi(self, DialogParameter):
00068         DialogParameter.setWindowTitle(QtGui.QApplication.translate("DialogParameter", "Dialog", None, QtGui.QApplication.UnicodeUTF8))
00069         self.label.setText(QtGui.QApplication.translate("DialogParameter", "Start value:", None, QtGui.QApplication.UnicodeUTF8))
00070         self.label_2.setText(QtGui.QApplication.translate("DialogParameter", "End value:", None, QtGui.QApplication.UnicodeUTF8))
00071         self.label_3.setText(QtGui.QApplication.translate("DialogParameter", "Step size:", None, QtGui.QApplication.UnicodeUTF8))
00072 

Generated on Wed Nov 23 19:00:25 2011 for FreeCAD by  doxygen 1.6.1