Skip to content

Commit

Permalink
[processing] rename number selector to keep consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbruy committed Nov 17, 2014
1 parent 06e6e71 commit 95650c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions python/plugins/processing/gui/NumberInputPanel.py
Expand Up @@ -28,9 +28,9 @@
from PyQt4.QtGui import *
from processing.gui.NumberInputDialog import NumberInputDialog

from processing.ui.ui_widgetNumberInput import Ui_widgetNumberInput
from processing.ui.ui_widgetNumberSelector import Ui_Form

class NumberInputPanel(QWidget, Ui_widgetNumberInput):
class NumberInputPanel(QWidget, Ui_Form):

def __init__(self, number, minimum, maximum, isInteger):
QWidget.__init__(self)
Expand Down
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>widgetNumberInput</class>
<widget class="QWidget" name="widgetNumberInput">
<class>Form</class>
<widget class="QWidget" name="Form">
<property name="geometry">
<rect>
<x>0</x>
Expand Down

0 comments on commit 95650c4

Please sign in to comment.