23 |
23 |
24 def __init__(self, var, vtype, value): |
24 def __init__(self, var, vtype, value): |
25 """ |
25 """ |
26 Constructor |
26 Constructor |
27 |
27 |
28 @param var the variables name (string) |
28 @param var the variables name |
29 @param vtype the variables type (string) |
29 @type str |
30 @param value the variables value (string) |
30 @param vtype the variables type |
|
31 @type str |
|
32 @param value the variables value |
|
33 @type str |
31 """ |
34 """ |
32 super().__init__() |
35 super().__init__() |
33 self.setupUi(self) |
36 self.setupUi(self) |
34 |
37 |
35 # set the different fields |
38 # set the different fields |