mirror of
https://github.com/qgis/QGIS.git
synced 2025-04-17 00:04:02 -04:00
[processing] rename number selector to keep consistency
This commit is contained in:
parent
06e6e71841
commit
95650c43a5
@ -28,9 +28,9 @@ __revision__ = '$Format:%H$'
|
|||||||
from PyQt4.QtGui import *
|
from PyQt4.QtGui import *
|
||||||
from processing.gui.NumberInputDialog import NumberInputDialog
|
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):
|
def __init__(self, number, minimum, maximum, isInteger):
|
||||||
QWidget.__init__(self)
|
QWidget.__init__(self)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
<ui version="4.0">
|
<ui version="4.0">
|
||||||
<class>widgetNumberInput</class>
|
<class>Form</class>
|
||||||
<widget class="QWidget" name="widgetNumberInput">
|
<widget class="QWidget" name="Form">
|
||||||
<property name="geometry">
|
<property name="geometry">
|
||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
Loading…
x
Reference in New Issue
Block a user