|
|
@@ -81,6 +81,25 @@ class Ui_window(object):
|
|
|
self.btn_make.setObjectName("btn_make")
|
|
|
self.horizontalLayout_2.addWidget(self.btn_make)
|
|
|
self.verticalLayout.addLayout(self.horizontalLayout_2)
|
|
|
+ self.horizontalLayout_4 = QtWidgets.QHBoxLayout()
|
|
|
+ self.horizontalLayout_4.setContentsMargins(-1, 0, -1, -1)
|
|
|
+ self.horizontalLayout_4.setObjectName("horizontalLayout_4")
|
|
|
+ self.label_3 = QtWidgets.QLabel(self.centralwidget)
|
|
|
+ self.label_3.setObjectName("label_3")
|
|
|
+ self.horizontalLayout_4.addWidget(self.label_3)
|
|
|
+ self.btn_zoom_plus = QtWidgets.QToolButton(self.centralwidget)
|
|
|
+ self.btn_zoom_plus.setObjectName("btn_zoom_plus")
|
|
|
+ self.horizontalLayout_4.addWidget(self.btn_zoom_plus)
|
|
|
+ self.btn_zoom_minus = QtWidgets.QToolButton(self.centralwidget)
|
|
|
+ self.btn_zoom_minus.setObjectName("btn_zoom_minus")
|
|
|
+ self.horizontalLayout_4.addWidget(self.btn_zoom_minus)
|
|
|
+ spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
|
|
+ self.horizontalLayout_4.addItem(spacerItem)
|
|
|
+ self.chk_displayCoords = QtWidgets.QCheckBox(self.centralwidget)
|
|
|
+ self.chk_displayCoords.setChecked(True)
|
|
|
+ self.chk_displayCoords.setObjectName("chk_displayCoords")
|
|
|
+ self.horizontalLayout_4.addWidget(self.chk_displayCoords)
|
|
|
+ self.verticalLayout.addLayout(self.horizontalLayout_4)
|
|
|
self.horizontalLayout.addLayout(self.verticalLayout)
|
|
|
self.verticalLayout_2 = QtWidgets.QVBoxLayout()
|
|
|
self.verticalLayout_2.setContentsMargins(0, -1, -1, -1)
|
|
|
@@ -93,8 +112,8 @@ class Ui_window(object):
|
|
|
self.horizontalLayout_3 = QtWidgets.QHBoxLayout()
|
|
|
self.horizontalLayout_3.setContentsMargins(-1, 10, -1, -1)
|
|
|
self.horizontalLayout_3.setObjectName("horizontalLayout_3")
|
|
|
- spacerItem = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
|
|
- self.horizontalLayout_3.addItem(spacerItem)
|
|
|
+ spacerItem1 = QtWidgets.QSpacerItem(40, 20, QtWidgets.QSizePolicy.Expanding, QtWidgets.QSizePolicy.Minimum)
|
|
|
+ self.horizontalLayout_3.addItem(spacerItem1)
|
|
|
self.btn_updateSelection = QtWidgets.QToolButton(self.centralwidget)
|
|
|
self.btn_updateSelection.setMinimumSize(QtCore.QSize(132, 35))
|
|
|
self.btn_updateSelection.setMaximumSize(QtCore.QSize(132, 1000))
|
|
|
@@ -135,6 +154,10 @@ class Ui_window(object):
|
|
|
self.opt_square.setText(_translate("window", "Square grid"))
|
|
|
self.label_2.setText(_translate("window", "X"))
|
|
|
self.btn_make.setText(_translate("window", ">>"))
|
|
|
+ self.label_3.setText(_translate("window", "Zoom"))
|
|
|
+ self.btn_zoom_plus.setText(_translate("window", "+"))
|
|
|
+ self.btn_zoom_minus.setText(_translate("window", "-"))
|
|
|
+ self.chk_displayCoords.setText(_translate("window", "Display coordinates"))
|
|
|
self.btn_updateSelection.setText(_translate("window", "Update selection"))
|
|
|
self.btn_toClipboard.setText(_translate("window", "To clipboard"))
|
|
|
self.menuFichier.setTitle(_translate("window", "Fichier"))
|