-
Notifications
You must be signed in to change notification settings - Fork 0
/
ui_jednotkysearchform.py
87 lines (77 loc) · 3.96 KB
/
ui_jednotkysearchform.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
from builtins import object
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'ui_jednotkysearchform.ui'
#
# Created: Fri Nov 20 17:50:26 2015
# by: PyQt4 UI code generator 4.10.4
#
# WARNING! All changes made in this file will be lost!
from qgis.PyQt import QtCore, QtWidgets
try:
_fromUtf8 = QtCore.QString.fromUtf8
except AttributeError:
def _fromUtf8(s):
return s
try:
_encoding = QtWidgets.QApplication.UnicodeUTF8
def _translate(context, text, disambig):
return QtWidgets.QApplication.translate(context, text, disambig, _encoding)
except AttributeError:
def _translate(context, text, disambig):
return QtWidgets.QApplication.translate(context, text, disambig)
class Ui_JednotkySearchForm(object):
def setupUi(self, JednotkySearchForm):
JednotkySearchForm.setObjectName(_fromUtf8("JednotkySearchForm"))
JednotkySearchForm.resize(248, 181)
self.gridLayout = QtWidgets.QGridLayout(JednotkySearchForm)
self.gridLayout.setObjectName(_fromUtf8("gridLayout"))
self.label = QtWidgets.QLabel(JednotkySearchForm)
self.label.setObjectName(_fromUtf8("label"))
self.gridLayout.addWidget(self.label, 0, 0, 1, 1)
self.label_2 = QtWidgets.QLabel(JednotkySearchForm)
self.label_2.setObjectName(_fromUtf8("label_2"))
self.gridLayout.addWidget(self.label_2, 1, 0, 1, 1)
self.label_3 = QtWidgets.QLabel(JednotkySearchForm)
self.label_3.setObjectName(_fromUtf8("label_3"))
self.gridLayout.addWidget(self.label_3, 2, 0, 1, 1)
self.label_4 = QtWidgets.QLabel(JednotkySearchForm)
self.label_4.setObjectName(_fromUtf8("label_4"))
self.gridLayout.addWidget(self.label_4, 3, 0, 1, 1)
self.label_5 = QtWidgets.QLabel(JednotkySearchForm)
self.label_5.setObjectName(_fromUtf8("label_5"))
self.gridLayout.addWidget(self.label_5, 4, 0, 1, 1)
self.mCisloJednotkyLineEdit = QtWidgets.QLineEdit(JednotkySearchForm)
self.mCisloJednotkyLineEdit.setObjectName(
_fromUtf8("mCisloJednotkyLineEdit"))
self.gridLayout.addWidget(self.mCisloJednotkyLineEdit, 0, 1, 1, 1)
self.mCisloDomovniLineEdit = QtWidgets.QLineEdit(JednotkySearchForm)
self.mCisloDomovniLineEdit.setObjectName(
_fromUtf8("mCisloDomovniLineEdit"))
self.gridLayout.addWidget(self.mCisloDomovniLineEdit, 1, 1, 1, 1)
self.mNaParceleLineEdit = QtWidgets.QLineEdit(JednotkySearchForm)
self.mNaParceleLineEdit.setObjectName(_fromUtf8("mNaParceleLineEdit"))
self.gridLayout.addWidget(self.mNaParceleLineEdit, 2, 1, 1, 1)
self.mLvJednotkyLineEdit = QtWidgets.QLineEdit(JednotkySearchForm)
self.mLvJednotkyLineEdit.setObjectName(
_fromUtf8("mLvJednotkyLineEdit"))
self.gridLayout.addWidget(self.mLvJednotkyLineEdit, 4, 1, 1, 1)
self.mZpVyuzitiCombo = QtWidgets.QComboBox(JednotkySearchForm)
self.mZpVyuzitiCombo.setObjectName(_fromUtf8("mZpVyuzitiCombo"))
self.gridLayout.addWidget(self.mZpVyuzitiCombo, 3, 1, 1, 1)
spacerItem = QtWidgets.QSpacerItem(
20, 40, QtWidgets.QSizePolicy.Minimum, QtWidgets.QSizePolicy.Expanding)
self.gridLayout.addItem(spacerItem, 5, 1, 1, 1)
self.retranslateUi(JednotkySearchForm)
QtCore.QMetaObject.connectSlotsByName(JednotkySearchForm)
def retranslateUi(self, JednotkySearchForm):
JednotkySearchForm.setWindowTitle(
_translate("JednotkySearchForm", "Form", None))
self.label.setText(
_translate("JednotkySearchForm", "Č. jednotky:", None))
self.label_2.setText(
_translate("JednotkySearchForm", "Č. domovní:", None))
self.label_3.setText(
_translate("JednotkySearchForm", "Na parcele:", None))
self.label_4.setText(
_translate("JednotkySearchForm", "Zp. využití:", None))
self.label_5.setText(_translate("JednotkySearchForm", "LV:", None))