Skip to content

Commit

Permalink
refs #8196 Deleted offending command in UI
Browse files Browse the repository at this point in the history
so auto-generated py file does not have it too.
  • Loading branch information
abuts committed Oct 24, 2013
1 parent 054f332 commit 7bbd0fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
5 changes: 2 additions & 3 deletions Code/Mantid/scripts/PyChop/PyChop_LET_UI.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# -*- coding: utf-8 -*-

# Form implementation generated from reading ui file 'd:\Data\Mantid_GIT\Code\Mantid\scripts\PyChop\PyChop_LET_UI.ui'
# Form implementation generated from reading ui file 'C:\Mantid\Code\Mantid\scripts\PyChop\PyChop_LET_UI.ui'
#
# Created: Thu Jul 11 16:38:26 2013
# Created: Thu Oct 24 17:42:22 2013
# by: PyQt4 UI code generator 4.8.3
#
# WARNING! All changes made in this file will be lost!
Expand All @@ -26,7 +26,6 @@ def setupUi(self, MainWindow):
self.incidentEnergyValue = QtGui.QLineEdit(self.centralwidget)
self.incidentEnergyValue.setGeometry(QtCore.QRect(22, 40, 171, 20))
self.incidentEnergyValue.setText(_fromUtf8(""))
#self.incidentEnergyValue.setPlaceholderText(_fromUtf8(""))
self.incidentEnergyValue.setObjectName(_fromUtf8("incidentEnergyValue"))
self.label = QtGui.QLabel(self.centralwidget)
self.label.setGeometry(QtCore.QRect(30, 10, 141, 20))
Expand Down
3 changes: 0 additions & 3 deletions Code/Mantid/scripts/PyChop/PyChop_LET_UI.ui
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@
<property name="text">
<string extracomment="5"/>
</property>
<property name="placeholderText">
<string extracomment="5"/>
</property>
</widget>
<widget class="QLabel" name="label">
<property name="geometry">
Expand Down

0 comments on commit 7bbd0fe

Please sign in to comment.