forked from geodrinx/rasmover
-
Notifications
You must be signed in to change notification settings - Fork 1
/
ui_rasmover.py
43 lines (35 loc) · 1.6 KB
/
ui_rasmover.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
# -*- coding: utf-8 -*-
# Form implementation generated from reading ui file 'ui_rasmover.ui'
#
# Created: Mon Mar 24 11:52:16 2014
# by: PyQt4 UI code generator 4.10.3
#
# WARNING! All changes made in this file will be lost!
from PyQt5 import QtCore, QtGui, 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_rasmover(object):
def setupUi(self, rasmover):
rasmover.setObjectName(_fromUtf8("rasmover"))
rasmover.resize(400, 300)
self.buttonBox = QtWidgets.QDialogButtonBox(rasmover)
self.buttonBox.setGeometry(QtCore.QRect(30, 240, 341, 32))
self.buttonBox.setOrientation(QtCore.Qt.Horizontal)
self.buttonBox.setStandardButtons(QtWidgets.QDialogButtonBox.Cancel|QtWidgets.QDialogButtonBox.Ok)
self.buttonBox.setObjectName(_fromUtf8("buttonBox"))
self.retranslateUi(rasmover)
#QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("accepted()")), rasmover.accept)
#QtCore.QObject.connect(self.buttonBox, QtCore.SIGNAL(_fromUtf8("rejected()")), rasmover.reject)
#QtCore.QMetaObject.connectSlotsByName(rasmover)
def retranslateUi(self, rasmover):
rasmover.setWindowTitle(_translate("rasmover", "rasmover", None))